1. 82279e6 Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  2. f02a38d Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  3. 120a795 audit mmap by Al Viro · 14 years ago
  4. ab263f4 audit: Use rcu for task lookup protection by Thomas Gleixner · 15 years ago
  5. 2070320 audit: Do not send uninitialized data for AUDIT_TTY_GET by Thomas Gleixner · 15 years ago
  6. 3c80fe4 audit: Call tty_audit_push_task() outside preempt disabled by Thomas Gleixner · 15 years ago
  7. f7a998a in untag_chunk() we need to do alloc_chunk() a bit earlier by Al Viro · 14 years ago
  8. b8800aa audit: make functions static by Stephen Hemminger · 14 years ago
  9. d29be15 Audit: add support to match lsm labels on user audit messages by Miloslav Trmac · 14 years ago
  10. 1e431a9 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  11. d7ba979d debug_core,x86,blackfin: Clean up hw debug disable API by Dongdong Deng · 14 years ago
  12. 578bd4d kdb: Fix early debugging crash regression by Jason Wessel · 14 years ago
  13. 931ea24 kdb: fix per_cpu command to remove supress mask by Jason Wessel · 14 years ago
  14. 95bcd68 jump label: Make arch_jump_label_text_poke_early() optional by Steven Rostedt · 14 years ago
  15. de31c3c jump label: Fix error with preempt disable holding mutex by Steven Rostedt · 14 years ago
  16. 53113b0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  17. 37542b6a Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  18. f7e8357 convert cgroup and cpuset by Al Viro · 14 years ago
  19. e9f29c9 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  20. 91bad2f jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex by Jason Baron · 14 years ago
  21. b842f8f jump label: Fix module __init section race by Jason Baron · 14 years ago
  22. bdab225 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 14 years ago
  23. a042e26 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  24. f66dd53 Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  25. 61d8e11 Remove duplicate includes from many files by Zimny Lech · 14 years ago
  26. 5de1cb2 kernel/resource.c: handle reinsertion of an already-inserted resource by Huang Shijie · 14 years ago
  27. d57af9b taskstats: use real microsecond granularity for CPU times by Michael Holzheu · 14 years ago
  28. 3d9e0cf taskstats: split fill_pid function by Michael Holzheu · 14 years ago
  29. 9323312 taskstats: separate taskstats commands by Michael Holzheu · 14 years ago
  30. 85893120 delayacct: align to 8 byte boundary on 64-bit systems by Jeff Mahoney · 14 years ago
  31. 478735e3 /proc/stat: fix scalability of irq sum of all cpu by KAMEZAWA Hiroyuki · 14 years ago
  32. d16e15f exit: add lock context annotation on find_new_reaper() by Namhyung Kim · 14 years ago
  33. 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
  34. b840115 signals: annotate lock context change on ptrace_stop() by Namhyung Kim · 14 years ago
  35. b8ed374 signals: annotate lock_task_sighand() by Namhyung Kim · 14 years ago
  36. 9fed81d ptrace: cleanup ptrace_request() by Namhyung Kim · 14 years ago
  37. 4abf986 ptrace: change signature of sys_ptrace() and friends by Namhyung Kim · 14 years ago
  38. c4b5ed2 ptrace: annotate lock context change on exit_ptrace() by Namhyung Kim · 14 years ago
  39. 4553175 cgroup: notify ns_cgroup deprecated by Daniel Lezcano · 14 years ago
  40. f4a2589 cgroups: add check for strcpy destination string overflow by Evgeny Kuznetsov · 14 years ago
  41. 32a8cf2 cgroup: make the mount options parsing more accurate by Daniel Lezcano · 14 years ago
  42. 97978e6 cgroup: add clone_children control file by Daniel Lezcano · 14 years ago
  43. 2d3cbf8 cgroup_freezer: update_freezer_state() does incorrect state transitions by Tomasz Buchert · 14 years ago
  44. 0bdba58 cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen cgroups by Tomasz Buchert · 14 years ago
  45. d5de4ddb cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen() by Tomasz Buchert · 14 years ago
  46. 3a5f65d Typedef SMP call function pointer by David Howells · 14 years ago
  47. abbce90 (trivial) Fix compiler warning in kernel/modules.c by Michał Mirosław · 14 years ago
  48. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  49. ee2f154 docbook: add more wait/wake/completion to device-drivers docbook by Randy Dunlap · 14 years ago
  50. f5d87d8 printk: declare printk_ratelimit_state in ratelimit.h by Namhyung Kim · 14 years ago
  51. 674dff6 printk: change type of 'boot_delay' to int * by Namhyung Kim · 14 years ago
  52. 8155c02 printk: add lock context annotation by Namhyung Kim · 14 years ago
  53. 6c095ef printk: fixup declaration of kmsg_reasons by Namhyung Kim · 14 years ago
  54. 4ce6494 stop_machine: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  55. ca51c5a kernel/stop_machine.c: fix unused variable warning by Rakib Mullick · 14 years ago
  56. 518de9b fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
  57. 571428b kernel/user.c: add lock release annotation on free_user() by Namhyung Kim · 14 years ago
  58. ca1cab3 workqueues: s/ON_STACK/ONSTACK/ by Andrew Morton · 14 years ago
  59. 3ecb01d use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages by Jan Beulich · 14 years ago
  60. 61ecdb80 mm: strictly nested kmap_atomic() by Peter Zijlstra · 14 years ago
  61. 3d5992d oom: add per-mm oom disable count by Ying Han · 14 years ago
  62. e7f8567 resources: support allocating space within a region from the top down by Bjorn Helgaas · 14 years ago
  63. a1862e3 resources: handle overflow when aligning start of available area by Bjorn Helgaas · 14 years ago
  64. 6909ba1 resources: ensure callback doesn't allocate outside available space by Bjorn Helgaas · 14 years ago
  65. 5d6b1fa resources: factor out resource_clip() to simplify find_resource() by Bjorn Helgaas · 14 years ago
  66. a9cea01 resources: add a default alignf to simplify find_resource() by Bjorn Helgaas · 14 years ago
  67. 5c16d2c Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  68. 312d3ca fs: use percpu counter for nr_dentry and nr_dentry_unused by Christoph Hellwig · 14 years ago
  69. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  70. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  71. cffbc8a fs: Convert nr_inodes and nr_unused to per-cpu counters by Dave Chinner · 14 years ago
  72. 7e360c3 fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
  73. 5260562 MN10300: Fix the PERCPU() alignment to allow for workqueues by David Howells · 14 years ago
  74. 43948f5 kprobes: Remove redundant text_mutex lock in optimize by Masami Hiramatsu · 14 years ago
  75. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  76. d4a6f3c sched_stat: Update sched_info_queue/dequeue() code comments by Rakib Mullick · 14 years ago
  77. aa7b250 tracing: Fix 'faild' -> 'failed' typo by Joe Perches · 14 years ago
  78. b8ecad8 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  79. 02f3603 Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linus', 'x86-quirks-for-linus', 'x86-setup-for-linus', 'x86-uv-for-linus' and 'x86-vm86-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  80. 8814011 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  81. 91b7450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  82. 495363d kdb,debug_core: adjust master cpu switch logic against new debug_core locking by Jason Wessel · 14 years ago
  83. dfee3a7 debug_core: refactor locking for master/slave cpus by Jason Wessel · 14 years ago
  84. c1bb9a9 debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter() by Dongdong Deng · 14 years ago
  85. 91b152a kdb,kgdb: fix sparse fixups by Jason Wessel · 14 years ago
  86. 75d14ed kdb: Fix oops in kdb_unregister by Jason Wessel · 14 years ago
  87. e3bda3a kdb,ftdump: Remove reference to internal kdb include by Jason Wessel · 14 years ago
  88. f7030bb kdb: Allow kernel loadable modules to add kdb shell functions by Jason Wessel · 14 years ago
  89. fb70b58 debug_core: stop rcu warnings on kernel resume by Jason Wessel · 14 years ago
  90. 16cdc62 debug_core: move all watch dog syncs to a single function by Jason Wessel · 14 years ago
  91. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  92. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  93. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  94. 2656c36 genirq: Warn if enable_irq is called before irq is set up by Thomas Gleixner · 14 years ago
  95. eea4a0b Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  96. d7842da perf_events: Fix for transaction recovery in group_sched_in() by Stephane Eranian · 14 years ago
  97. 9ffcfa6 perf_events: Revert: Fix transaction recovery in group_sched_in() by Stephane Eranian · 14 years ago
  98. b2b5ce0 sched, cgroup: Fixup broken cgroup movement by Peter Zijlstra · 14 years ago
  99. d4429f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  100. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago