1. 829f8ed kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOC by Christian Dietrich · 15 years ago
  2. 81a294c rcu: fix _oddness handling of verbose stall warnings by Paul E. McKenney · 15 years ago
  3. dd7c4d8 rcu: performance fixes to TINY_PREEMPT_RCU callback checking by Paul E. McKenney · 15 years ago
  4. 2c96c77 rcu: upgrade stallwarn.txt documentation for CPU-bound RT processes by Paul E. McKenney · 15 years ago
  5. a6b9b4d Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu by Ingo Molnar · 15 years ago
  6. 28457ee vhost: add __rcu annotations by Arnd Bergmann · 15 years ago
  7. e36c886 workqueue: Add basic tracepoints to track workqueue execution by Arjan van de Ven · 15 years ago
  8. 69b26c7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  9. ddb0c5a Replace Configure with Enable in description of MAXSMP by Samuel Thibault · 15 years ago
  10. 0e8e50e mm: make stack guard page logic use vm_prev pointer by Linus Torvalds · 15 years ago
  11. 7798330 mm: make the mlock() stack guard page checks stricter by Linus Torvalds · 15 years ago
  12. 297c5ee mm: make the vma list be doubly linked by Linus Torvalds · 15 years ago
  13. cfe3fda mtd: nand: Fix probe of Samsung NAND chips by Tilman Sauerbeck · 15 years ago
  14. 36423a5 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  15. f6143a9 Documentation: fix ozlabs.org mailing list address by Stephen Rothwell · 15 years ago
  16. a4724ed MAINTAINERS: Fix ozlabs.org mailing list addresses by Stephen Rothwell · 15 years ago
  17. 1ee4168 Documentation: kernel-locking: mutex_trylock cannot be used in interrupt context by Stefan Richter · 15 years ago
  18. 626115c drivers/scsi/qla4xxx: fix build by Andrew Morton · 15 years ago
  19. f3c072a uml: fix compile error in dma_get_cache_alignment() by Miklos Szeredi · 15 years ago
  20. 8d6c83f oom: __task_cred() need rcu_read_lock() by KOSAKI Motohiro · 15 years ago
  21. b52723c oom: fix tasklist_lock leak by KOSAKI Motohiro · 15 years ago
  22. be71cf2 oom: fix NULL pointer dereference by KOSAKI Motohiro · 15 years ago
  23. f522886 drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect function by Kyungmin Park · 15 years ago
  24. 5193250 sdhci: add no hi-speed bit quirk support by Kyungmin Park · 15 years ago
  25. 930a6f7 s5pc110: SDHCI-s3c support on s5pc110 by Kyungmin Park · 15 years ago
  26. 944645c s5pc110: SDHCI-s3c can override host capabilities by Kyungmin Park · 15 years ago
  27. d5ed3a4 lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged() by Jan Kara · 15 years ago
  28. f2e41e9 revert "hwmon: f71882fg: add support for the Fintek F71808E" by Andrew Morton · 15 years ago
  29. a25effa kfifo: add explicit error checking in all the examples by Andrea Righi · 15 years ago
  30. d83a71c kfifo: fix a memory leak in dma example by Andrea Righi · 15 years ago
  31. 7b34d52 kfifo: fix kernel BUG in dma example by Andrea Righi · 15 years ago
  32. 2aaf209 kfifo: add explicit error checking in byte stream example by Andrea Righi · 15 years ago
  33. 5ddf839 kfifo: add kfifo_skip() testcase by Andrea Righi · 15 years ago
  34. b35de43 kfifo: implement missing __kfifo_skip_r() by Andrea Righi · 15 years ago
  35. c81476d matroxfb: fix incorrect use of memcpy_toio() by Ondrej Zary · 15 years ago
  36. 65e6bf4 rcu: add comment stating that list_empty() applies to RCU-protected lists by Paul E. McKenney · 15 years ago
  37. 80dcf60 rcu: apply TINY_PREEMPT_RCU read-side speedup to TREE_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  38. 7b0b759 rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  39. 73d4da4 rcu: Upgrade srcu_read_lock() docbook about SRCU grace periods by Paul E. McKenney · 15 years ago
  40. 5cc6517 rcu: document ways of stalling updates in low-memory situations by Paul E. McKenney · 15 years ago
  41. a3dc3fb rcu: repair code-duplication FIXMEs by Paul E. McKenney · 15 years ago
  42. 53d84e0 rcu: permit suppressing current grace period's CPU stall warnings by Paul E. McKenney · 15 years ago
  43. 8cdd32a rcu: refer RCU CPU stall-warning victims to stallwarn.txt by Paul E. McKenney · 15 years ago
  44. 9079fd7 rcu: update obsolete rcu_read_lock() comment. by Paul E. McKenney · 15 years ago
  45. a57eb94 rcu: Add a TINY_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  46. 05e4076 x86, apic: Fix apic=debug boot crash by Daniel Kiper · 15 years ago
  47. 4d87ffa rcu: Fix RCU_FANOUT help message by Paul E. McKenney · 15 years ago
  48. 910b1b7 rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablable by Paul E. McKenney · 15 years ago
  49. 687d7a9 rcu: restrict TREE_RCU to SMP builds with !PREEMPT by Paul E. McKenney · 15 years ago
  50. f2e0dd7 rcu: allow RCU CPU stall warning messages to be controlled in /sys by Paul E. McKenney · 15 years ago
  51. ded5e5e Update call_rcu() usage, add synchronize_rcu() by Paul E. McKenney · 15 years ago
  52. 65e423f Update documentation to note the passage of INIT_RCU_HEAD() by Paul E. McKenney · 15 years ago
  53. 5e8067a rcu head remove init by Mathieu Desnoyers · 15 years ago
  54. 4d2deb4 kernel: __rcu annotations by Arnd Bergmann · 15 years ago
  55. d2c2486 idr: __rcu annotations by Arnd Bergmann · 15 years ago
  56. a111557 radix-tree: __rcu annotations by Arnd Bergmann · 15 years ago
  57. 374a8e0 notifiers: __rcu annotations by Arnd Bergmann · 15 years ago
  58. 77d8485 rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu() by Paul E. McKenney · 15 years ago
  59. 742734e rcu: add boot parameter to suppress RCU CPU stall warning messages by Paul E. McKenney · 15 years ago
  60. b163760 rcu: make CPU stall warning timeout configurable by Paul E. McKenney · 15 years ago
  61. 4221a99 Add RCU check for find_task_by_vpid(). by Tetsuo Handa · 15 years ago
  62. 394f99a rcu: simplify the usage of percpu data by Lai Jiangshan · 15 years ago
  63. e546f48 rcutorture: add random preemption by Lai Jiangshan · 15 years ago
  64. 84483ea rcu: add shiny new debug assists to Documentation/RCU/checklist.txt by Paul E. McKenney · 15 years ago
  65. 4b6a287 kvm: add __rcu annotations by Arnd Bergmann · 15 years ago
  66. 0906a37 net/netfilter: __rcu annotations by Arnd Bergmann · 15 years ago
  67. 2be8527 input: __rcu annotations by Arnd Bergmann · 15 years ago
  68. 5b22216 nfs: __rcu annotations by Arnd Bergmann · 15 years ago
  69. e63ba74 keys: __rcu annotations by Arnd Bergmann · 15 years ago
  70. 1b0ba1c credentials: rcu annotation by Arnd Bergmann · 15 years ago
  71. 2c392b8 cgroups: __rcu annotations by Arnd Bergmann · 15 years ago
  72. 67bdbff rculist: avoid __rcu annotations by Arnd Bergmann · 15 years ago
  73. ca5ecdd rcu: define __rcu address space modifier for sparse by Paul E. McKenney · 15 years ago
  74. d34a166 net: convert to rcu_dereference_index_check() by Paul E. McKenney · 15 years ago
  75. d7c53c9 x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issues by Borislav Petkov · 15 years ago
  76. b3ea36b 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
  77. 065a1ed mtd: nand: Fix regression in BBM detection by Brian Norris · 15 years ago
  78. 737480a kprobes/x86: Fix the return address of multiple kretprobes by KUMANO Syuhei · 15 years ago
  79. f203688 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 15 years ago
  80. 763008c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  81. d1126ad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  82. 2a55473 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  83. 8848a91 x86-32: Fix dummy trampoline-related inline stubs by H. Peter Anvin · 15 years ago
  84. d15ca32 Fix the declaration of sys_execve() in asm-generic/syscalls.h by David Howells · 15 years ago
  85. 145e5aa [IA64] Fix build error: conflicting types for ‘sys_execve’ by Tony Luck · 15 years ago
  86. 145c3ae46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  87. 81ca03a mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y by Uwe Kleine-König · 15 years ago
  88. ecafda6 perf tools: Fix build error on read only source. by Kusanagi Kouichi · 15 years ago
  89. 1ca72fe 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
  90. 7dfb2d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  91. 6c8bfb7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 15 years ago
  92. d9f5d41 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  93. 86ea51d Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  94. fd89a13 x86-32: Separate 1:1 pagetables from swapper_pg_dir by Joerg Roedel · 15 years ago
  95. 07a7795 x86, cpu: Fix regression in AMD errata checking code by Hans Rosenfeld · 15 years ago
  96. 0a377cf NFS: Fix an Oops in the NFSv4 atomic open code by Trond Myklebust · 15 years ago
  97. 2ea1ef5 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 15 years ago
  98. 76165a3 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 15 years ago
  99. 56385a1 ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter) by Jaroslav Kysela · 15 years ago
  100. 99b7db7 fs: brlock vfsmount_lock by Nick Piggin · 15 years ago