1. 22590e4 fix execute checking in permission() by Miklos Szeredi · 17 years ago
  2. 043f46f VFS: check nanoseconds in utimensat by Miklos Szeredi · 17 years ago
  3. 995e428 lib/sort.c optimization by Subbaiah Venkata · 17 years ago
  4. e30618c remove consolemap.h from header exports by Olaf Hering · 17 years ago
  5. 7ba4b92 jsm: Remove further unneeded crud by Alan Cox · 17 years ago
  6. 7f748bb mxser: Remove use of dead TTY_FLIPBUF_SIZE definition by Alan Cox · 17 years ago
  7. 04c7197 unicode diacritics support by Samuel Thibault · 17 years ago
  8. abdbf94 aoe: remove unecessary wrapper function by Ed L. Cashin · 17 years ago
  9. 7c9e69f ext2/ext3/ext4: add block bitmap validation by Aneesh Kumar K.V · 17 years ago
  10. 82df397 Add MMF_DUMP_ELF_HEADERS by Roland McGrath · 17 years ago
  11. e629a7d do not export /usr/include/scsi in make headers_install by Olaf Hering · 17 years ago
  12. 715015e wait_task_stopped/continued: remove unneeded p->signal != NULL check by Oleg Nesterov · 17 years ago
  13. 18442cf __group_complete_signal: eliminate unneeded wakeup of ->group_exit_task by Oleg Nesterov · 17 years ago
  14. 442a10c wait_task_zombie: don't fight with non-existing race with a dying ptracee by Oleg Nesterov · 17 years ago
  15. ebca4cd zap_other_threads: don't optimize thread_group_empty() case by Oleg Nesterov · 17 years ago
  16. 3ae4cba exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting by Oleg Nesterov · 17 years ago
  17. 2f4e6e2 wait_task_zombie: fix 2/3 races vs forget_original_parent() by Oleg Nesterov · 17 years ago
  18. 407af46 wait_task_zombie: remove unneeded child->signal check by Oleg Nesterov · 17 years ago
  19. a8b0ac0 pnp: avoid a small unlikely memory leak in proc_read_escd() by Jesper Juhl · 17 years ago
  20. 5f149cf powerpc: Use linux/elfcore-compat.h by Roland McGrath · 17 years ago
  21. ab799de Add linux/elfcore-compat.h by Roland McGrath · 17 years ago
  22. 48ef09a ufs: Fix mount check in ufs_fill_super() by Satyam Sharma · 17 years ago
  23. bcd6d4e ufs: move non-layout parts of ufs_fs.h to fs/ufs/ by Christoph Hellwig · 17 years ago
  24. 3542ae4 Tweak /proc/ipmi removal by Alexey Dobriyan · 17 years ago
  25. 84eb646 handle the multi-threaded init's exit() properly by Oleg Nesterov · 17 years ago
  26. 8e9073e Deprecate a.out ELF interpreters by Andi Kleen · 17 years ago
  27. 045f902d do_sigaction: remove now unneeded recalc_sigpending() by Oleg Nesterov · 17 years ago
  28. d2ee719 pi-futex: set PF_EXITING without taking ->pi_lock by Oleg Nesterov · 17 years ago
  29. 7917ff9 tpm: pay attention to IRQ info from PNP by Bjorn Helgaas · 17 years ago
  30. 978550b drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  31. b63d50c fs/autofs4/inode.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  32. f035ac8 doc firmware_sample_firmware_class.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  33. 392b7bc drivers/char/consolemap.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  34. 0b15d04 printk: add interfaces for external access to the log buffer by Mike Frysinger · 17 years ago
  35. d823e3e ipc/shm.c: make 2 functions static by Adrian Bunk · 17 years ago
  36. 53fa664 lib/ioremap.c should #include <linux/io.h> by Adrian Bunk · 17 years ago
  37. c1206a2 fs/afs/: possible cleanups by Adrian Bunk · 17 years ago
  38. a4d63e7 kernel/rtmutex-debug.c: cleanups by Adrian Bunk · 17 years ago
  39. 6d76013 Add /sys/module/name/notes by Roland McGrath · 17 years ago
  40. ae0b78d epca.c: reformat comments and coding style improvements by Alexey Dobriyan · 17 years ago
  41. 3232113 core_pattern: fix up a few miscellaneous bugs by Neil Horman · 17 years ago
  42. 74aadce core_pattern: allow passing of arguments to user mode helper when core_pattern is a pipe by Neil Horman · 17 years ago
  43. 7dc0b22 core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe by Neil Horman · 17 years ago
  44. 8e2b705 argv_split: allow argv_split to handle NULL pointer in argcp parameter gracefully by Neil Horman · 17 years ago
  45. 2a9807c ufs: implement show_options by Evgeniy Dushistov · 17 years ago
  46. 252e211 Add in SunOS 4.1.x compatible mode for UFS by Mark Fortescue · 17 years ago
  47. ef2fb67 remove unused bh in calls to ext234_get_group_desc by Eric Sandeen · 17 years ago
  48. 74bf17c fs: remove the unused mempages parameter by Denis Cheng · 17 years ago
  49. 1d99493 Fix CONFIG_DEBUG_SHIRQ trigger on free_irq() by David Woodhouse · 17 years ago
  50. f13ef77 report the per-irq statistics on all arches by Ravikiran G Thirumalai · 17 years ago
  51. af49d92 Remove "unsafe" from module struct by Rusty Russell · 17 years ago
  52. d9c9bef ext4: show all mount options by Miklos Szeredi · 17 years ago
  53. 571beed ext3: show all mount options by Miklos Szeredi · 17 years ago
  54. 93d44cb ext2: show all mount options by Miklos Szeredi · 17 years ago
  55. e57aa83 convert ill defined log2() to ilog2() by Fengguang Wu · 17 years ago
  56. bf020cb time: simplify smp_call_function_single() call sequence by Avi Kivity · 17 years ago
  57. a9022e9 Clean up duplicate includes in kernel/ by Jesper Juhl · 17 years ago
  58. ea0b7d5 Clean up duplicate includes in fs/ecryptfs/ by Jesper Juhl · 17 years ago
  59. 40b2ea8 Clean up duplicate includes in fs/ by Jesper Juhl · 17 years ago
  60. de4f800 Clean up duplicate includes in drivers/w1/ by Jesper Juhl · 17 years ago
  61. 3f1a437 Clean up duplicate includes in drivers/char/ by Jesper Juhl · 17 years ago
  62. 4be2854 Remove sysctl.h from fs.h by Alexey Dobriyan · 17 years ago
  63. 2b571a0 pcmcia: CompactFlash driver for PA Semi Electra boards by Olof Johansson · 17 years ago
  64. 4975e45 fs: use kmem_cache_zalloc instead by Denis Cheng · 17 years ago
  65. 87400c0 fs/proc/mmu.c: headers butchery by Alexey Dobriyan · 17 years ago
  66. 9bf084f do_poll: return -EINTR when signalled by Oleg Nesterov · 17 years ago
  67. 252e572 do_sys_poll: simplify playing with on-stack data by Oleg Nesterov · 17 years ago
  68. 759d7c6 Remove unneeded lock_kernel() in driver/block/loop.c by Diego Woitasen · 17 years ago
  69. 966fe39 KCONFIG: Make "Instrumentation support" non-EXPERIMENTAL by Robert P. J. Day · 17 years ago
  70. febfcf9 fs: mark nibblemap const by Philippe De Muyter · 17 years ago
  71. 55ca3e7 fs/romfs/inode.c: trivial improvements by WANG Cong · 17 years ago
  72. 0cbc591b nbd: change a parameter's type to remove a memcpy call by Denis Cheng · 17 years ago
  73. d2c9740 nbd: use list_for_each_entry_safe to make it more consolidated and readable by Denis Cheng · 17 years ago
  74. 04fc8bb kill DECLARE_MUTEX_LOCKED by Christoph Hellwig · 17 years ago
  75. 4029a917 unexport asm/shmparam.h by Olaf Hering · 17 years ago
  76. eb1f293 Driver for the Atmel on-chip SSC on AT32AP and AT91 by Hans-Christian Egtvedt · 17 years ago
  77. 94f582f Force erroneous inclusions of compiler-*.h files to be errors by Robert P. J. Day · 17 years ago
  78. a36a151 zisofs use mutex instead of semaphore by Dave Young · 17 years ago
  79. 040b5c6 SLAB_PANIC more (proc, posix-timers, shmem) by Alexey Dobriyan · 17 years ago
  80. c4f3b63 softlockup: add a /proc tuning parameter by Ravikiran G Thirumalai · 17 years ago
  81. a5f2ce3 softlockup watchdog: style cleanups by Ingo Molnar · 17 years ago
  82. 43581a1 softlockup: improve debug output by Ingo Molnar · 17 years ago
  83. ad3b827 softlockup: make asm/irq_regs.h available on every platform by Ingo Molnar · 17 years ago
  84. a115d5c fix the softlockup watchdog to actually work by Ingo Molnar · 17 years ago
  85. a3b13c2 softlockup: use cpu_clock() instead of sched_clock() by Ingo Molnar · 17 years ago
  86. 3806204 Remove workaround for unimmunized rcu_dereference from mce_log() by Paul E. McKenney · 17 years ago
  87. 97b4303 Immunize rcu_dereference() against crazy compiler writers by Paul E. McKenney · 17 years ago
  88. f6b450d Make unregister_binfmt() return void by Alexey Dobriyan · 17 years ago
  89. e4dc1b1 Use list_head in binfmt handling by Alexey Dobriyan · 17 years ago
  90. deba0f4 fs/reiserfs/: cleanups by Adrian Bunk · 17 years ago
  91. e423003 writeback: don't propagate AOP_WRITEPAGE_ACTIVATE by Andrew Morton · 17 years ago
  92. 7a40507 mm: document tree_lock->zone.lock lockorder by Nick Piggin · 17 years ago
  93. d773ed6 mm: test and set zone reclaim lock before starting reclaim by David Rientjes · 17 years ago
  94. ae74138 oom: convert zone_scan_lock from mutex to spinlock by David Rientjes · 17 years ago
  95. 9aad369 oom: add header file to Kbuild as unifdef by David Rientjes · 17 years ago
  96. 172acf6 oom: prevent including sched.h in header file by David Rientjes · 17 years ago
  97. 3ff5669 oom: do not take callback_mutex by David Rientjes · 17 years ago
  98. bbe373f oom: compare cpuset mems_allowed instead of exclusive ancestors by David Rientjes · 17 years ago
  99. 7213f50 oom: suppress extraneous stack and memory dump by David Rientjes · 17 years ago
  100. fe071d7 oom: add oom_kill_allocating_task sysctl by David Rientjes · 17 years ago