deliverable/linux.git
2012-03-24  Linus TorvaldsMerge tag 'ia64-for-linus' of git://git./linux/kernel...
2012-03-24  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2012-03-23  Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-03-23  KAMEZAWA Hiroyukiseq_file: add seq_set_overflow(), seq_overflow()
2012-03-23  Pravin B Shelarproc-ns: use d_set_d_op() API to set dentry ops in...
2012-03-23  KAMEZAWA Hiroyukiprocfs: speed up /proc/pid/stat, statm
2012-03-23  KAMEZAWA Hiroyukiprocfs: add num_to_str() to speed up /proc/stat
2012-03-23  Eric Dumazetproc: speed up /proc/stat handling
2012-03-23  Djalal Harounifs/proc/kcore.c: make get_sparsemem_vmemmap_info()...
2012-03-23  Jason Baroncoredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
2012-03-23  Jason Baroncoredump: remove VM_ALWAYSDUMP flag
2012-03-23  Oleg Nesterovkmod: make __request_module() killable
2012-03-23  Oleg Nesterovkmod: introduce call_modprobe() helper
2012-03-23  Oleg Nesterovusermodehelper: ____call_usermodehelper() doesn't need...
2012-03-23  Oleg Nesterovusermodehelper: kill umh_wait, renumber UMH_* constants
2012-03-23  Oleg Nesterovusermodehelper: implement UMH_KILLABLE
2012-03-23  Oleg Nesterovusermodehelper: introduce umh_complete(sub_info)
2012-03-23  Oleg Nesterovusermodehelper: use UMH_WAIT_PROC consistently
2012-03-23  Oleg Nesterovsignal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SI...
2012-03-23  Oleg Nesterovsignal: oom_kill_task: use SEND_SIG_FORCED instead...
2012-03-23  Oleg Nesterovsignal: cosmetic, s/from_ancestor_ns/force/ in prepare_...
2012-03-23  Oleg Nesterovsignal: give SEND_SIG_FORCED more power to beat SIGNAL_...
2012-03-23  Matt FlemingHexagon: use set_current_blocked() and block_sigmask()
2012-03-23  Denys Vlasenkoptrace: remove PTRACE_SEIZE_DEVEL bit
2012-03-23  Denys Vlasenkoptrace: renumber PTRACE_EVENT_STOP so that future new...
2012-03-23  Denys Vlasenkoptrace: make PTRACE_SEIZE set ptrace options specified...
2012-03-23  Denys Vlasenkoptrace: simplify PTRACE_foo constants and PTRACE_SETOPT...
2012-03-23  Denys Vlasenkoptrace: don't modify flags on PTRACE_SETOPTIONS failure
2012-03-23  Oleg Nesterovptrace: don't send SIGTRAP on exec if SEIZED
2012-03-23  Oleg Nesterovptrace: the killed tracee should not enter the syscall
2012-03-23  Namjae Jeonfat: fix bug in enforcing Long File Name length
2012-03-23  Namjae Jeonfat: clean up xlate_to_uni()
2012-03-23  Austin Boylertc: ds1307: generalise ram size and offset
2012-03-23  David Andersrtc: ds1307: comment and format cleanup
2012-03-23  Wolfram Sangrtc: ds1307: simplify irq setup code
2012-03-23  Wolfram Sangrtc: ds1307: refactor chip_desc table
2012-03-23  Ashish Jangamrtc: driver for DA9052/53 PMIC v1
2012-03-23  Kevin Liudrivers/rtc/rtc-max8925.c: fix alarm->enabled mistake...
2012-03-23  Kevin Liudrivers/rtc/rtc-max8925.c: fix max8925_rtc_read_alarm...
2012-03-23  Navin Pdrivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static
2012-03-23  Yong Zhangdrivers/rtc: remove IRQF_DISABLED
2012-03-23  Venu Byravarasudrivers/rtc/rtc-twl.c: return correct RTC event from ISR
2012-03-23  Venu Byravarasudrivers/rtc/rtc-twl.c: simplify RTC interrupt clearing
2012-03-23  Venu Byravarasudrivers/rtc/rtc-twl.c: enable RTC irrespective of its...
2012-03-23  Venu Byravarasudrivers/rtc/rtc-twl.c: optimize IRQ bit access
2012-03-23  zhao zhangMIPS: add RTC support for loongson1B
2012-03-23  Axel Linrtc: convert rtc i2c drivers to module_i2c_driver
2012-03-23  Axel Linrtc: convert rtc spi drivers to module_spi_driver
2012-03-23  Viresh Kumarrtc/rtc-spear: call platform_set_drvdata() before regis...
2012-03-23  Shiraz Hashimrtc/spear: fix for RTC_AIE_ON and RTC_AIE_OFF ioctl...
2012-03-23  Deepak Sikrirtc-spear: fix for balancing the enable_irq_wake in...
2012-03-23  Bernhard Walleinit/do_mounts.c: print error code on mount failure
2012-03-23  Diwakar Tundlaminit: check printed flag to skip printing message
2012-03-23  Dan Carpenterepoll: remove unneeded variable in reverse_path_check()
2012-03-23  Steven Rostedtepoll: comment the funky #ifdef
2012-03-23  Hans Verkuilpoll: add poll_requested_events() and poll_does_not_wai...
2012-03-23  Darrick J.... crc32: select an algorithm via Kconfig
2012-03-23  Darrick J.... crc32: add self-test code for crc32c
2012-03-23  Darrick J.... crypto: crc32c should use library implementation
2012-03-23  Darrick J.... crc32: bolt on crc32c
2012-03-23  Bob Pearsoncrc32: add note about this patchset to crc32.c
2012-03-23  Bob Pearsoncrc32: optimize loop counter for x86
2012-03-23  Bob Pearsoncrc32: add slice-by-8 algorithm to existing code
2012-03-23  Bob Pearsoncrc32: make CRC_*_BITS definition correspond to actual...
2012-03-23  Bob Pearsoncrc32: fix mixing of endian-specific types
2012-03-23  Bob Pearsoncrc32: miscellaneous cleanups
2012-03-23  Bob Pearsoncrc32: simplify unit test code
2012-03-23  Bob Pearsoncrc32: move long comment about crc32 fundamentals to...
2012-03-23  Bob Pearsoncrc32: remove two instances of trailing whitespaces
2012-03-23  Josh Triplettcheckpatch: check for quoted strings broken across...
2012-03-23  Joe Perchescheckpatch: whitespace - add/remove blank lines
2012-03-23  Joe Perchescheckpatch: warn on use of yield()
2012-03-23  Joe Perchescheckpatch: add --strict tests for braces, comments...
2012-03-23  Andy Whitcroftcheckpatch: add [] to type extensions
2012-03-23  Andy Whitcroftcheckpatch: high precedence operators do not require...
2012-03-23  Andy Whitcroftcheckpatch: handle string concatenation in simple ...
2012-03-23  Andy Whitcroftcheckpatch: allow simple character constants in #defines
2012-03-23  Andy Whitcroftcheckpatch: catch [ ... ] usage when not at the beginni...
2012-03-23  Artem Bityutskiycheckpatch.pl: be silent when -q and --ignore is given
2012-03-23  Joe Perchescheckpatch: add some --strict coding style checks
2012-03-23  Joe Perchesinclude/ and checkpatch: prefer __scanf to __attribute_...
2012-03-23  Xiao Guangrongprio_tree: introduce prio_set_parent()
2012-03-23  Xiao Guangrongprio_tree: simplify prio_tree_expand()
2012-03-23  Xiao Guangrongprio_tree: cleanup prio_tree_left()/prio_tree_right()
2012-03-23  Xiao Guangrongprio_tree: remove unnecessary code in prio_tree_replace
2012-03-23  Akinobu Mitastring: memchr_inv() speed improvements
2012-03-23  Bryan Wuled-class: change back LEDS_CLASS to tristate instead...
2012-03-23  Axel Lindrivers/leds/leds-lm3530.c: move the code setting gen_c...
2012-03-23  Axel Lindrivers/leds/leds-pca9633.c: remove unused 'adapter...
2012-03-23  Kim, Miloleds-lm3530: replace pltfm with pdata
2012-03-23  Kim, Miloleds-lm3530: remove LM3530_ALS_ZONE_REG code
2012-03-23  Kim, Miloleds-lm3530: support pwm input mode
2012-03-23  Kim, Miloleds-lm3530: replace i2c_client with led_classdev
2012-03-23  Kim, Miloleds-lm3530: set the max_brightness to 127
2012-03-23  Mark Browndrivers/leds/leds-gpio.c: use linux/gpio.h rather than...
2012-03-23  Peter Meerwalddrivers/leds: add driver for PCA9633 I2C chip
2012-03-23  Andrew Mortondrivers/leds/leds-lp5523.c: constify some data
2012-03-23  Srinidhi KASAGARdrivers/leds/leds-lp5521.c: ret may be uninitialized
2012-03-23  Kim, Milodrivers/leds/leds-lp5521.c: redefinition of register...
2012-03-23  Kim, Milodrivers/leds/leds-lp5521.c: support led pattern data
next
This page took 0.041108 seconds and 5 git commands to generate.