1. ea07890 Fix race between rmmod and cat /proc/kallsyms by Alexey Dobriyan · 17 years ago
  2. ae84e32 Simplify module_get_kallsym() by dropping length arg by Alexey Dobriyan · 17 years ago
  3. 55955aa PNPACPI sets pnpdev->dev.archdata by David Brownell · 17 years ago
  4. 98701d1 (re)register_binfmt returns with -EBUSY by kalash nainwal · 17 years ago
  5. 0f95b7f Kprobes: print details of kretprobe on assertion failure by Ananth N Mavinakayanahalli · 17 years ago
  6. 8f0c45c enhance initcall_debug, measure latency by Ingo Molnar · 17 years ago
  7. b73a7e7 Fix kevent's childs priority greediness by Jan Engelhardt · 17 years ago
  8. 6672f76 kdump/kexec: calculate note size at compile time by Simon Horman · 17 years ago
  9. 7328508 remove artificial software max_loop limit by Ken Chen · 17 years ago
  10. 4f911d6 Make /dev/port conditional on config symbol by Russell King · 17 years ago
  11. 62456726d Fix 82875 PCI setup by John Feeney · 17 years ago
  12. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  13. 04c9167 add touch_all_softlockup_watchdogs() by Jeremy Fitzhardinge · 17 years ago
  14. 966812d Ignore stolen time in the softlockup watchdog by Jeremy Fitzhardinge · 17 years ago
  15. 8524070 Move timekeeping code to timekeeping.c by john stultz · 17 years ago
  16. 329c8d8 time: SMP friendly alignment of struct clocksource by Eric Dumazet · 17 years ago
  17. f75d222 IRQ: check for PERCPU flag only when adding first irqaction by Ahmed S. Darwish · 17 years ago
  18. 3367b99 <linux/sysdev.h> needs to include <linux/module.h> by Ralf Baechle · 17 years ago
  19. 2828703 Add a new deferrable delayed work init by Venki Pallipadi · 17 years ago
  20. 6e453a6 Add support for deferrable timers by Venki Pallipadi · 17 years ago
  21. da67529 layered parport code uses parport->dev by David Brownell · 17 years ago
  22. a7d801a legacy PC parports support parport->dev by Jean Delvare · 17 years ago
  23. c15a383 parport->dev driver model support by David Brownell · 17 years ago
  24. d2d9433 kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_unique() by Dmitry Adamushko · 17 years ago
  25. c467a38 Delete unused header file linux/awe_voice.h by Robert P. J. Day · 17 years ago
  26. dd9037a Fix race between attach_task and cpuset_exit by Srivatsa Vaddagiri · 17 years ago
  27. e5f00f4 make remove_inode_dquot_ref() static by Adrian Bunk · 17 years ago
  28. c6b40d1 fix sscanf %n match at end of input string by Johannes Berg · 17 years ago
  29. 757dea9 Delete unused header file math-emu/extended.h by Robert P. J. Day · 17 years ago
  30. 274ee1cd schedule obsolete OSS drivers for removal, 4th round by Adrian Bunk · 17 years ago
  31. ca509f6 Protect tty drivers list with tty_mutex by Alexey Dobriyan · 17 years ago
  32. ef51c97 Remove do_sync_file_range() by Mark Fasheh · 17 years ago
  33. 524e675 Char: cs5535_gpio, add MODULE_DEVICE_TABLE by Jiri Slaby · 17 years ago
  34. 8d5916d Char: rocket, add MODULE_DEVICE_TABLE by Jiri Slaby · 17 years ago
  35. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  36. e386979 kprobes: fix sparse NULL warning by Randy Dunlap · 17 years ago
  37. 880ebdc reiserfs: proc support requires PROC_FS by Randy Dunlap · 17 years ago
  38. 98a27ba tty: introduce no_tty and use it in selinux by Eric W. Biederman · 17 years ago
  39. 2a65f1d tty: simplify calling of put_pid. by Eric W. Biederman · 17 years ago
  40. f67c362 tty: remove unnecessary export of proc_clear_tty by Eric W. Biederman · 17 years ago
  41. 69331af Fixes and cleanups for earlyprintk aka boot console by Gerd Hoffmann · 17 years ago
  42. 6ae9200 enlarge console.name by Andrew Morton · 17 years ago
  43. 19c5d45 /proc/*/oom_score oops re badness by Alexey Dobriyan · 17 years ago
  44. 72c1bbf futex: restartable futex_wait by Nick Piggin · 17 years ago
  45. 9adef58 futex: get_futex_key, get_key_refs and drop_key_refs by Rusty Russell · 17 years ago
  46. aa5bd7e rtc: add RTC class driver for the Maxim MAX6900 by Dale Farnsworth · 17 years ago
  47. e9f2bd8 RTC: add rtc-rs5c313 driver by Nobuhiro Iwamatsu · 17 years ago
  48. c6a632a as: fix antic_expire check by Nick Piggin · 17 years ago
  49. e97cb3e Subject: jsm driver fix for linuxpps support by Len Sorensen · 17 years ago
  50. 3c04c27 Small fixes for jsm driver by Len Sorensen · 17 years ago
  51. 1a86b5e cyclades: remove custom types by Klaus Kudielka · 17 years ago
  52. 7c4e95b fix cyclades.h for x86_64 (and probably others) by Klaus Kudielka · 17 years ago
  53. 9b3af29 Kprobes: Make kprobe.symbol_name const by Ananth N Mavinakayanahalli · 17 years ago
  54. 6de0212 tty: i386/x86_64 arbitary speed support by Alan Cox · 17 years ago
  55. c23fbb6 VFS: delay the dentry name generation on sockets and pipes by Eric Dumazet · 17 years ago
  56. 2793274 add file position info to proc by Miklos Szeredi · 17 years ago
  57. c5141e6 procfs: reorder struct pid_dentry to save space on 64bit archs, and constify them by Eric Dumazet · 17 years ago
  58. d9a2f4a drivers/char/synclink.c: check kmalloc() return value by Amit Choudhary · 17 years ago
  59. fd46387 remove unused header file: drivers/char/digi.h by Robert P. J. Day · 17 years ago
  60. b656eea remove unused header file: drivers/message/i2o/i2o_lan.h by Robert P. J. Day · 17 years ago
  61. 5096add proc: maps protection by Kees Cook · 17 years ago
  62. 4a1ccb5 virtual_eisa_root_init() should be __init by Andrew Morton · 17 years ago
  63. cd436af rocket: remove modversions include by Robert P. J. Day · 17 years ago
  64. 4ea1b0f floppy: handle device_create_file() failure while init by Dmitriy Monakhov · 17 years ago
  65. 6de2d20 replace pci_find_device in drivers/telephony/ixj.c by Surya · 17 years ago
  66. d954e8e tpm_infineon: add support for devices in mmio space by Alex Williamson · 17 years ago
  67. 5843205 namei.c: remove utterly outdated comment by Christoph Hellwig · 17 years ago
  68. acb0c85 vfs: remove superflous sb == NULL checks by Christoph Hellwig · 17 years ago
  69. 578c818 proc: remove pathetic ->deleted WARN_ON by Alexey Dobriyan · 17 years ago
  70. 59cd0cb Fix race between proc_readdir and remove_proc_entry by Darrick J. Wong · 17 years ago
  71. 7695650 Fix race between proc_get_inode() and remove_proc_entry() by Alexey Dobriyan · 17 years ago
  72. 79c0b2d add filesystem subtype support by Miklos Szeredi · 17 years ago
  73. 880afc4 oss: strlcpy is smart enough by Jean Delvare · 17 years ago
  74. 6192bd5 epoll: optimizations and cleanups by Davide Libenzi · 17 years ago
  75. 44171df the scheduled removal of OBSOLETE_OSS options by Adrian Bunk · 17 years ago
  76. fedee54 ext3: dirindex error pointer issues by Dmitriy Monakhov · 17 years ago
  77. 753e9c5 Optimize timespec_trunc() by Eric Dumazet · 17 years ago
  78. 2e17c55 init dma masks in pnp_dev by David Brownell · 17 years ago
  79. 6f8bc50 rcutorture: Mark rcu_torture_init as __init by Josh Triplett · 17 years ago
  80. e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 17 years ago
  81. 4fc75ff exec: fix remove_arg_zero by Nick Piggin · 17 years ago
  82. af7c693 Cap shmmax at INT_MAX in compat shminfo by Guy Streeter · 17 years ago
  83. ee527cd Use stop_machine_run in the Intel RNG driver by Prarit Bhargava · 17 years ago
  84. 616883d IRQ: add __must_check to request_irq by Monakhov Dmitriy · 17 years ago
  85. c761c84 kconfig: centralize the selection of semaphore debugging in lib/Kconfig.debug by Robert P. J. Day · 17 years ago
  86. f87367a reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO" by Robert P. J. Day · 17 years ago
  87. 6d4f9c5 module: use krealloc by Pekka Enberg · 17 years ago
  88. fe08a9d reiserfs: shrink superblock if no xattrs by Alexey Dobriyan · 17 years ago
  89. 6f2fad7 Apple SMC driver (hardware monitoring and control) by Nicolas Boichat · 17 years ago
  90. ee7b9e3 Fix compilation of drivers with -O0 by Michal Schmidt · 17 years ago
  91. 4659539 init/do_mounts.c: proper prepare_namespace() prototype by Adrian Bunk · 17 years ago
  92. b2ead6e fix section mismatch warning in lib/swiotlb.c by Sam Ravnborg · 17 years ago
  93. 3c30879 scripts: kernel-doc whitespace cleanup by Randy Dunlap · 17 years ago
  94. 2d3466a reiserfs: possible null pointer dereference during resize by Dmitriy Monakhov · 17 years ago
  95. 82f703b freevxfs: possible null pointer dereference fix by Dmitriy Monakhov · 17 years ago
  96. 1368c4f is_power_of_2 in fs/block_dev.c by Vignesh Babu BM · 17 years ago
  97. e1b5c1d is_power_of_2 in fs/hfs by Vignesh Babu BM · 17 years ago
  98. e7d709c is_power_of_2 in fat by Vignesh Babu BM · 17 years ago
  99. 4fa156e drivers/char/hvc_console.c: cleanups by Adrian Bunk · 17 years ago
  100. 6309ed7 tty: Clarify documentation of ->write() by Alan · 17 years ago