1. 6c191cd memcg: res_counter_read_u64(): fix potential races on 32-bit machines by KAMEZAWA Hiroyuki · 13 years ago
  2. 5af5bcb printk: allow setting DEFAULT_MESSAGE_LEVEL via Kconfig by Mandeep Singh Baines · 13 years ago
  3. 9f36e2c printk: use %pK for /proc/kallsyms and /proc/modules by Kees Cook · 13 years ago
  4. fe3d8ad console: prevent registered consoles from dumping old kernel message over again by Feng Tang · 13 years ago
  5. 7bf6939 console: allow to retain boot console via boot option keep_bootcon by Fabio M. Di Nitto · 13 years ago
  6. f99a993 kernel/watchdog.c: always return NOTIFY_OK during cpu up/down events by Don Zickus · 13 years ago
  7. fef2c9b kernel/watchdog.c: allow hardlockup to panic by default by Don Zickus · 13 years ago
  8. 9bfb23f sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM code by Oleg Nesterov · 13 years ago
  9. 4d51985 kernel/cpu.c: fix many errors related to style. by Michael Rodriguez · 13 years ago
  10. 34db18a0 smp: move smp setup functions to kernel/smp.c by Amerigo Wang · 13 years ago
  11. d404ab0 move x86 specific oops=panic to generic code by Olaf Hering · 13 years ago
  12. 94dcf29 kthread: use kthread_create_on_node() by Eric Dumazet · 13 years ago
  13. 207205a kthread: NUMA aware kthread_create_on_node() by Eric Dumazet · 13 years ago
  14. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 13 years ago
  15. 504f52b mm: NUMA aware alloc_task_struct_node() by Eric Dumazet · 13 years ago
  16. 8d25879 cgroups: if you list_empty() a head then don't list_del() it by Phil Carmody · 13 years ago
  17. da48524 Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code by Julien Tinnes · 13 years ago
  18. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  19. 508996b Merge branches 'irq-fixes-for-linus' and 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  20. 6192978 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  21. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  22. 1ef1d1c trace, filters: Initialize the match variable in process_ops() properly by Ingo Molnar · 13 years ago
  23. ec0afc9 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  24. c8def55 smp_call_function_interrupt: use typedef and %pf by Milton Miller · 13 years ago
  25. 723aae2 smp_call_function_many: handle concurrent clearing of mask by Milton Miller · 13 years ago
  26. 45a5791 call_function_many: add missing ordering by Milton Miller · 13 years ago
  27. e6cd1e0 call_function_many: fix list delete vs add race by Milton Miller · 13 years ago
  28. 77c100c export pid symbols needed for kvm_vcpu_on_spin by Rik van Riel · 13 years ago
  29. 1c38979 genirq: Fix incorrect unlock in __setup_irq() by Dan Carpenter · 13 years ago
  30. ee0401e genirq: show_interrupts: Check desc->name before printing it blindly by Thomas Gleixner · 13 years ago
  31. ed3cd4a kernel: change to new flag variable by matt mooney · 13 years ago
  32. 13e5bef trace, documentation: Fix branch profiling location in debugfs by David Rientjes · 13 years ago
  33. 1d2a195 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh-latest by Paul Mundt · 13 years ago
  34. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 13 years ago
  35. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  36. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  37. 1fd06bb sched.c: fix kernel-doc for runqueue_is_locked() by Randy Dunlap · 13 years ago
  38. fc82e1d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  39. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  40. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  41. 016aa2e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  42. 38b435b perf: Fix tear-down of inherited group events by Peter Zijlstra · 13 years ago
  43. a0f7d0f perf: Handle stopped state with tracepoints by Frederic Weisbecker · 13 years ago
  44. 91b2f48 perf: Fix the software events state check by Frederic Weisbecker · 13 years ago
  45. 58cbe24 sched, kernel-doc: Fix runqueue_is_locked() description by Randy Dunlap · 13 years ago
  46. 5f6fb45 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  47. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  48. 9620639 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  49. a926021 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  50. 0586bed Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  51. b80cd62 Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  52. c345f60 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  53. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  54. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  55. 30df754 Merge branch 'irq/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by David S. Miller · 13 years ago
  56. 397fae0 Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  57. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 13 years ago
  58. 990d6c2 vfs: Add name to file handle conversion support by Aneesh Kumar K.V · 13 years ago
  59. bea3864 PM / Hibernate: Reduce autotuned default image size by Rafael J. Wysocki · 13 years ago
  60. 40dc166 PM / Core: Introduce struct syscore_ops for core subsystems PM by Rafael J. Wysocki · 13 years ago
  61. f9b9e80 PM QoS: Make pm_qos settings readable by Thomas Renninger · 13 years ago
  62. cf4fb80 PM: Simplify kernel/power/Kconfig by Jan Beulich · 13 years ago
  63. 6831c6e PM: Drop pm_flags that is not necessary by Rafael J. Wysocki · 13 years ago
  64. 88a6f33 PM: Clean up PM_TRACE dependencies and drop unnecessary Kconfig option by Rafael J. Wysocki · 13 years ago
  65. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 13 years ago
  66. 196ec24 PM: Reorder power management Kconfig options by Rafael J. Wysocki · 13 years ago
  67. 1eb208a PM: Make CONFIG_PM depend on (CONFIG_PM_SLEEP || CONFIG_PM_RUNTIME) by Rafael J. Wysocki · 13 years ago
  68. cd51e61c PM / ACPI: Remove references to pm_flags from bus.c by Rafael J. Wysocki · 13 years ago
  69. 6e0aa9f futex: Deobfuscate handle_futex_death() by Thomas Gleixner · 13 years ago
  70. 5f40d42 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  71. 9d90c8d printk: do not mangle valid userspace syslog prefixes by Kay Sievers · 13 years ago
  72. 73d049a open-style analog of vfs_path_lookup() by Al Viro · 13 years ago
  73. c9c6cac kill path_lookup() by Al Viro · 13 years ago
  74. 15a9155 fix race in audit_get_nd() by Al Viro · 13 years ago
  75. 6e6823d posix-clocks: Check write permissions in posix syscalls by Torben Hohn · 13 years ago
  76. 9956121 Merge branch 'tip/futex/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-rt into core/futexes by Thomas Gleixner · 13 years ago
  77. d209a69 genirq: Add chip flag to force mask on suspend by Thomas Gleixner · 13 years ago
  78. 017f2b2 futex,plist: Remove debug lock assignment from plist_node by Lai Jiangshan · 13 years ago
  79. 2e12978 futex,plist: Pass the real head of the priority list to plist_del() by Lai Jiangshan · 13 years ago
  80. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 13 years ago
  81. c0c9ed1 futex: Avoid redudant evaluation of task_pid_vnr() by Thomas Gleixner · 13 years ago
  82. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  83. bf98f77 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  84. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 13 years ago
  85. 8fe8f54 futex: Update futex_wait_setup comments about locking by Michel Lespinasse · 13 years ago
  86. a9e7acf hrtimer: Remove empty hrtimer_init_hres_timer() by Thomas Gleixner · 13 years ago
  87. 4a0b166 tracing: Fix irqoff selftest expanding max buffer by Steven Rostedt · 13 years ago
  88. 9a24470 tracing: Align 4 byte ints together in struct tracer by Steven Rostedt · 13 years ago
  89. 56355b8 tracing: Export trace_set_clr_event() by Yuanhan Liu · 14 years ago
  90. 31274d7 tracing: Explain about unstable clock on resume with ring buffer warning by Jiri Olsa · 13 years ago
  91. 10da37a tracing: Adjust conditional expression latency formatting. by David Sharp · 14 years ago
  92. 140e4f2 tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup by David Sharp · 14 years ago
  93. e6e1e25 tracing: Remove lock_depth from event entry by Steven Rostedt · 13 years ago
  94. 78833dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  95. de29be5 ring-buffer: Remove unused #include <linux/trace_irq.h> by David Sharp · 14 years ago
  96. 750912f tracing: Add an 'overwrite' trace_option. by David Sharp · 14 years ago
  97. c68fd4f genirq: Add comments to Kconfig switches by Thomas Gleixner · 13 years ago
  98. 86cb2ec Merge commit 'v2.6.38-rc8' into perf/core by Ingo Molnar · 13 years ago
  99. 9977728 debugobjects: Add hint for better object identification by Stanislaw Gruszka · 13 years ago
  100. dfef6dcd3 unfuck proc_sysctl ->d_compare() by Al Viro · 13 years ago