1. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  2. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  3. f1d38e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl by Linus Torvalds · 13 years ago
  4. dae430c Merge tag 'amd64-edac-updates-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 13 years ago
  5. cf82192 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 13 years ago
  6. 4416b0e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 13 years ago
  7. 24613ff Merge branch 'pcmcia' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  8. 0d19eac Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  9. 56c10bf Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  10. bab2d8c Merge tag 'for-3.4' of git://openrisc.net/jonas/linux by Linus Torvalds · 13 years ago
  11. 0e65ae0 Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  12. bba1594 Merge branch 'mmci' into amba by Russell King · 13 years ago
  13. 2fb9e96 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  14. 8e3ade2 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  15. e075f59 seq_file: add seq_set_overflow(), seq_overflow() by KAMEZAWA Hiroyuki · 13 years ago
  16. 1b26c9b proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate(). by Pravin B Shelar · 13 years ago
  17. bda7bad procfs: speed up /proc/pid/stat, statm by KAMEZAWA Hiroyuki · 13 years ago
  18. 1ac101a procfs: add num_to_str() to speed up /proc/stat by KAMEZAWA Hiroyuki · 13 years ago
  19. 59a32e2 proc: speed up /proc/stat handling by Eric Dumazet · 13 years ago
  20. b908243 fs/proc/kcore.c: make get_sparsemem_vmemmap_info() static by Djalal Harouni · 13 years ago
  21. accb61f coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP by Jason Baron · 13 years ago
  22. 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 13 years ago
  23. 1cc684a kmod: make __request_module() killable by Oleg Nesterov · 13 years ago
  24. 3e63a93 kmod: introduce call_modprobe() helper by Oleg Nesterov · 13 years ago
  25. 5b9bd47 usermodehelper: ____call_usermodehelper() doesn't need do_exit() by Oleg Nesterov · 13 years ago
  26. 9d944ef usermodehelper: kill umh_wait, renumber UMH_* constants by Oleg Nesterov · 13 years ago
  27. d0bd587 usermodehelper: implement UMH_KILLABLE by Oleg Nesterov · 13 years ago
  28. b344992 usermodehelper: introduce umh_complete(sub_info) by Oleg Nesterov · 13 years ago
  29. 70834d3 usermodehelper: use UMH_WAIT_PROC consistently by Oleg Nesterov · 13 years ago
  30. a02d6fd signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/ by Oleg Nesterov · 13 years ago
  31. d2d3930 signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig() by Oleg Nesterov · 13 years ago
  32. def8cf7 signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() paths by Oleg Nesterov · 13 years ago
  33. 629d362 signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLE by Oleg Nesterov · 13 years ago
  34. 43aca32 Hexagon: use set_current_blocked() and block_sigmask() by Matt Fleming · 13 years ago
  35. ee00560c ptrace: remove PTRACE_SEIZE_DEVEL bit by Denys Vlasenko · 13 years ago
  36. 5cdf389a ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can match by Denys Vlasenko · 13 years ago
  37. aa9147c ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter by Denys Vlasenko · 13 years ago
  38. 86b6c1f ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code by Denys Vlasenko · 13 years ago
  39. 8c5cf9e ptrace: don't modify flags on PTRACE_SETOPTIONS failure by Denys Vlasenko · 13 years ago
  40. b1845ff ptrace: don't send SIGTRAP on exec if SEIZED by Oleg Nesterov · 13 years ago
  41. 15cab95 ptrace: the killed tracee should not enter the syscall by Oleg Nesterov · 13 years ago
  42. d533df0 fat: fix bug in enforcing Long File Name length by Namjae Jeon · 13 years ago
  43. 41f0c02 fat: clean up xlate_to_uni() by Namjae Jeon · 13 years ago
  44. 9eab0a7 rtc: ds1307: generalise ram size and offset by Austin Boyle · 13 years ago
  45. 40ce972 rtc: ds1307: comment and format cleanup by David Anders · 13 years ago
  46. b24a726 rtc: ds1307: simplify irq setup code by Wolfram Sang · 13 years ago
  47. 32d322b rtc: ds1307: refactor chip_desc table by Wolfram Sang · 13 years ago
  48. fef931f rtc: driver for DA9052/53 PMIC v1 by Ashish Jangam · 13 years ago
  49. fad0738 drivers/rtc/rtc-max8925.c: fix alarm->enabled mistake in max8925_rtc_read_alarm/max8925_rtc_set_alarm by Kevin Liu · 13 years ago
  50. 0cf30bd drivers/rtc/rtc-max8925.c: fix max8925_rtc_read_alarm() return value error by Kevin Liu · 13 years ago
  51. aa19689 drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static by Navin P · 13 years ago
  52. 2f6e5f9 drivers/rtc: remove IRQF_DISABLED by Yong Zhang · 13 years ago
  53. 2778ebc drivers/rtc/rtc-twl.c: return correct RTC event from ISR by Venu Byravarasu · 13 years ago
  54. 94a339d drivers/rtc/rtc-twl.c: simplify RTC interrupt clearing by Venu Byravarasu · 13 years ago
  55. f7439bc drivers/rtc/rtc-twl.c: enable RTC irrespective of its prior state by Venu Byravarasu · 13 years ago
  56. ce9f650 drivers/rtc/rtc-twl.c: optimize IRQ bit access by Venu Byravarasu · 13 years ago
  57. b4f0b88 MIPS: add RTC support for loongson1B by zhao zhang · 13 years ago
  58. 0abc920 rtc: convert rtc i2c drivers to module_i2c_driver by Axel Lin · 13 years ago
  59. 109e941 rtc: convert rtc spi drivers to module_spi_driver by Axel Lin · 13 years ago
  60. ee6c54c rtc/rtc-spear: call platform_set_drvdata() before registering rtc device by Viresh Kumar · 13 years ago
  61. 131f8b7 rtc/spear: fix for RTC_AIE_ON and RTC_AIE_OFF ioctl errors by Shiraz Hashim · 13 years ago
  62. cd0e08a rtc-spear: fix for balancing the enable_irq_wake in Power Mgmt by Deepak Sikri · 13 years ago
  63. 0e0cb89 init/do_mounts.c: print error code on mount failure by Bernhard Walle · 13 years ago
  64. 8595c53 init: check printed flag to skip printing message by Diwakar Tundlam · 13 years ago
  65. da0503a epoll: remove unneeded variable in reverse_path_check() by Dan Carpenter · 13 years ago
  66. 02edc6f epoll: comment the funky #ifdef by Steven Rostedt · 13 years ago
  67. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 13 years ago
  68. 5cde765 crc32: select an algorithm via Kconfig by Darrick J. Wong · 13 years ago
  69. 577eba9 crc32: add self-test code for crc32c by Darrick J. Wong · 13 years ago
  70. 6a0962b crypto: crc32c should use library implementation by Darrick J. Wong · 13 years ago
  71. 46c5801 crc32: bolt on crc32c by Darrick J. Wong · 13 years ago
  72. 78dff41 crc32: add note about this patchset to crc32.c by Bob Pearson · 13 years ago
  73. 0292c49 crc32: optimize loop counter for x86 by Bob Pearson · 13 years ago
  74. 324eb0f crc32: add slice-by-8 algorithm to existing code by Bob Pearson · 13 years ago
  75. 9a1dbf6 crc32: make CRC_*_BITS definition correspond to actual bit counts by Bob Pearson · 13 years ago
  76. ce4320d crc32: fix mixing of endian-specific types by Bob Pearson · 13 years ago
  77. 60e58d5 crc32: miscellaneous cleanups by Bob Pearson · 13 years ago
  78. 3863ef3 crc32: simplify unit test code by Bob Pearson · 13 years ago
  79. fbedceb crc32: move long comment about crc32 fundamentals to Documentation/ by Bob Pearson · 13 years ago
  80. e30c7a8 crc32: remove two instances of trailing whitespaces by Bob Pearson · 13 years ago
  81. ca56dc0 checkpatch: check for quoted strings broken across lines by Josh Triplett · 13 years ago
  82. 6712d85 checkpatch: whitespace - add/remove blank lines by Joe Perches · 13 years ago
  83. 2c92488 checkpatch: warn on use of yield() by Joe Perches · 13 years ago
  84. aad4f61 checkpatch: add --strict tests for braces, comments and casts by Joe Perches · 13 years ago
  85. b337d8b checkpatch: add [] to type extensions by Andy Whitcroft · 13 years ago
  86. fd1b57a checkpatch: high precedence operators do not require additional parentheses in #defines by Andy Whitcroft · 13 years ago
  87. e45bab8 checkpatch: handle string concatenation in simple #defines by Andy Whitcroft · 13 years ago
  88. b9df76a checkpatch: allow simple character constants in #defines by Andy Whitcroft · 13 years ago
  89. daebc53 checkpatch: catch [ ... ] usage when not at the beginning of definition by Andy Whitcroft · 13 years ago
  90. 1123268 checkpatch.pl: be silent when -q and --ignore is given by Artem Bityutskiy · 13 years ago
  91. d1fe9c0 checkpatch: add some --strict coding style checks by Joe Perches · 13 years ago
  92. 6061d94 include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) by Joe Perches · 13 years ago
  93. 97e834c prio_tree: introduce prio_set_parent() by Xiao Guangrong · 13 years ago
  94. 742245d prio_tree: simplify prio_tree_expand() by Xiao Guangrong · 13 years ago
  95. f35368d prio_tree: cleanup prio_tree_left()/prio_tree_right() by Xiao Guangrong · 13 years ago
  96. f42240d prio_tree: remove unnecessary code in prio_tree_replace by Xiao Guangrong · 13 years ago
  97. f43804b string: memchr_inv() speed improvements by Akinobu Mita · 13 years ago
  98. a403d93 led-class: change back LEDS_CLASS to tristate instead of bool by Bryan Wu · 13 years ago
  99. cea694c drivers/leds/leds-lm3530.c: move the code setting gen_config to one place by Axel Lin · 13 years ago
  100. 1a1278d drivers/leds/leds-pca9633.c: remove unused 'adapter' variable by Axel Lin · 13 years ago