1. f29c504 maccess,probe_kernel: Make write/read src const void * by Steven Rostedt · 15 years ago
  2. 4eec42f watchdog: Change the default timeout and configure nmi watchdog period based on watchdog_thresh by Mandeep Singh Baines · 15 years ago
  3. 586692a watchdog: Disable watchdog when thresh is zero by Mandeep Singh Baines · 15 years ago
  4. 39ab05c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  5. 1477fcc signal.h need a definition of struct task_struct by Stephen Rothwell · 15 years ago
  6. eb04f2f Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  7. 78c4def Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  8. 7e6628e Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  9. 0f1bdc1 Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  10. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  11. df48d87 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  12. acd3025 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  13. 6595b4a Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  14. cbdad8d Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  15. 51509a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  16. fce4a1d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  17. f8223b1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  18. 98a38a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  19. e66eed6 list: remove prefetching from regular list iterators by Linus Torvalds · 15 years ago
  20. 75d65a4 hlist: remove software prefetching in hlist iterators by Linus Torvalds · 15 years ago
  21. 29510ec Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 15 years ago
  22. 80b816b clockevents: Provide interface to reconfigure an active clock event device by Thomas Gleixner · 15 years ago
  23. 57f0fcb clockevents: Provide combined configure and register function by Thomas Gleixner · 15 years ago
  24. 847b2f4 clockevents: Restructure clock_event_device members by Thomas Gleixner · 15 years ago
  25. 369db4c clocksource: Restructure clocksource struct members by Thomas Gleixner · 15 years ago
  26. b3ae52b SSB: Change fallback sprom to callback mechanism. by Hauke Mehrtens · 15 years ago
  27. d0f1fed Add a strtobool function matching semantics of existing in kernel equivalents by Jonathan Cameron · 15 years ago
  28. 1a94dc3 lib: Add generic binary search function to the kernel. by Tim Abbott · 15 years ago
  29. f02e8a6 module: Sort exported symbols by Alessio Igor Bogani · 15 years ago
  30. de4d8d5 module: each_symbol_section instead of each_symbol by Rusty Russell · 15 years ago
  31. c5be0b2 module: reorder kparam_array to remove alignment padding on 64 bit builds by Richard Kennedy · 15 years ago
  32. a288bd6 module: remove 64 bit alignment padding from struct module with CONFIG_TRACE* by Richard Kennedy · 15 years ago
  33. 9b73a58 module: do not hide __modver_version_show declaration behind ifdef by Dmitry Torokhov · 16 years ago
  34. b4bc8428 module: deal with alignment issues in built-in module versions by Dmitry Torokhov · 16 years ago
  35. 936e074 ftrace: Modify ftrace_set_filter/notrace to take ops by Steven Rostedt · 15 years ago
  36. cdbe61b ftrace: Allow dynamically allocated function tracers by Steven Rostedt · 15 years ago
  37. b848914 ftrace: Implement separate user function filtering by Steven Rostedt · 15 years ago
  38. ed926f9 ftrace: Use counters to enable functions to trace by Steven Rostedt · 15 years ago
  39. f45948e ftrace: Create a global_ops to hold the filter and notrace hashes by Steven Rostedt · 15 years ago
  40. 1cf41dd ftrace: Use hash instead for FTRACE_FL_FILTER by Steven Rostedt · 15 years ago
  41. b448c4e ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions by Steven Rostedt · 15 years ago
  42. b1608d6 drivercore: revert addition of of_match to struct device by Grant Likely · 15 years ago
  43. 01294d8 of: fix race when matching drivers by Milton Miller · 15 years ago
  44. fe12bc2 genirq: Uninline and sanity check generic_handle_irq() by Thomas Gleixner · 15 years ago
  45. f12a20f procfs: add stub for proc_mkdir_mode() by Randy Dunlap · 15 years ago
  46. 6538df8 PM: Introduce generic prepare and complete callbacks for subsystems by Rafael J. Wysocki · 15 years ago
  47. 91e7c75 PM: Allow drivers to allocate memory from .prepare() callbacks safely by Rafael J. Wysocki · 15 years ago
  48. 290c748 Merge branch 'power-domains' into for-linus by Rafael J. Wysocki · 15 years ago
  49. 2d2a916 Merge branch 'syscore' into for-linus by Rafael J. Wysocki · 15 years ago
  50. 13d53f8 kmod: always provide usermodehelper_disable() by Kay Sievers · 15 years ago
  51. a144c6a PM: Print a warning if firmware is requested when tasks are frozen by Rafael J. Wysocki · 15 years ago
  52. f020173 ftrace: Avoid recording mcount on .init sections directly by Steven Rostedt · 15 years ago
  53. 2064af9 PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops" by Kevin Hilman · 15 years ago
  54. 86f315b Revert "mmc: fix a race between card-detect rescan and clock-gate work instances" by Chris Ball · 15 years ago
  55. eed631e Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  56. e1e8fb6 fs: remove FS_COW_FL by Li Zefan · 15 years ago
  57. a18f22a Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource by Thomas Gleixner · 15 years ago
  58. 8c414ff clocksource: convert footbridge to generic i8253 clocksource by Russell King · 15 years ago
  59. 82a3242 sysfs: remove "last sysfs file:" line from the oops messages by Greg Kroah-Hartman · 15 years ago
  60. cf70cc5 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  61. 47a150e Cache user_ns in struct cred by Serge E. Hallyn · 15 years ago
  62. df43938 Merge branch 'fbmem' by Linus Torvalds · 15 years ago
  63. 698b368 fbcon: add lifetime refcount to opened frame buffers by Linus Torvalds · 15 years ago
  64. 5db1256 seqlock: Don't smp_rmb in seqlock reader spin loop by Milton Miller · 15 years ago
  65. 3e51e3e sched: Remove unused parameters from sched_fork() and wake_up_new_task() by Samir Bellabes · 15 years ago
  66. 9cb5bab Merge commit 'v2.6.39-rc7' into sched/core by Ingo Molnar · 15 years ago
  67. a75b9df NFSv4.1: Ensure that layoutget uses the correct gfp modes by Trond Myklebust · 15 years ago
  68. ee85c2e mm: add alloc_pages_exact_nid() by Andi Kleen · 15 years ago
  69. 8f389a99 mm: use alloc_bootmem_node_nopanic() on really needed path by Yinghai Lu · 15 years ago
  70. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 15 years ago
  71. 932fed4 Merge commit 'v2.6.39-rc7' into perf/core by Ingo Molnar · 15 years ago
  72. 604c307 Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats' and 'amd-iommu/extended-features' into iommu/2.6.40 by Joerg Roedel · 15 years ago
  73. a09a79f Don't lock guardpage if the stack is growing up by Mikulas Patocka · 15 years ago
  74. 8b06161 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  75. 880ffb5 driver core: Add the device driver-model structures to kerneldoc by Wanlong Gao · 15 years ago
  76. a3a4a5a Regression: partial revert "tracing: Remove lock_depth from event entry" by Arjan van de Ven · 15 years ago
  77. 57d5241 Merge branch 'perf/stat' into perf/core by Ingo Molnar · 15 years ago
  78. 29ce831 rcu: provide rcu_virt_note_context_switch() function. by Gleb Natapov · 15 years ago
  79. 9ab1544 rcu: introduce kfree_rcu() by Lai Jiangshan · 15 years ago
  80. b0c9d7f rcu: add DEBUG_OBJECTS_RCU_HEAD check for alignment by Paul E. McKenney · 15 years ago
  81. 4a29865 rcu: make rcutorture version numbers available through debugfs by Paul E. McKenney · 15 years ago
  82. a26ac24 rcu: move TREE_RCU from softirq to kthread by Paul E. McKenney · 16 years ago
  83. 4d70230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into perf/urgent by Ingo Molnar · 15 years ago
  84. 8a3d8ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  85. 30106b8 slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchg by Thomas Gleixner · 15 years ago
  86. 98bb318 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 15 years ago
  87. 335dc33 [CPUFREQ] cpufreq.h: Fix some checkpatch.pl coding style issues. by Thiago Farina · 15 years ago
  88. 2d06d8c [CPUFREQ] use dynamic debug instead of custom infrastructure by Dominik Brodowski · 15 years ago
  89. e7e7ee2 perf events: Clean up definitions and initializers, update copyrights by Ingo Molnar · 15 years ago
  90. 6f23928 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 15 years ago
  91. 9a6cd4b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 15 years ago
  92. 497ff03 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  93. 5933f2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  94. 3687a2c Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
  95. ac0a326 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 15 years ago
  96. 809435f Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 15 years ago
  97. a6e5e2b i2c-i801: Move device ID definitions to driver by Jean Delvare · 15 years ago
  98. d2c8c3e ftrace: Remove FTRACE_FL_CONVERTED flag by Steven Rostedt · 15 years ago
  99. 45a4a23 ftrace: Remove FTRACE_FL_FAILED flag by Steven Rostedt · 15 years ago
  100. 85eb8c8 PM / Runtime: Generic clock manipulation rountines for runtime PM (v6) by Rafael J. Wysocki · 15 years ago