1. d6714c2 rcu: Renamings to increase RCU clarity by Paul E. McKenney · 15 years ago
  2. 9f77da9 rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.h by Paul E. McKenney · 15 years ago
  3. b560d8a rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMP by Paul E. McKenney · 15 years ago
  4. 8b5a10f x86: properly annotate alternatives.c by Jan Beulich · 15 years ago
  5. f4b0373 Make bitmask 'and' operators return a result code by Linus Torvalds · 15 years ago
  6. 1700f5f Input: ucb1400_ts - enable ADC Filter by Marek Vasut · 15 years ago
  7. 4dceef9 nfs: fix compile error in rpc_pipefs.h by J. Bruce Fields · 15 years ago
  8. ece1387 Merge branch 'master' into next by James Morris · 15 years ago
  9. 6a396f6 Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  10. 540b7b8 tracing/syscalls: Add filtering support by Li Zefan · 15 years ago
  11. e647d6b tracing/events: Add trace_define_common_fields() by Li Zefan · 15 years ago
  12. 14be96c tracing/events: Add ftrace_event_call param to define_fields() by Li Zefan · 15 years ago
  13. 10a5b66 tracing/syscalls: Add fields format for exit events by Li Zefan · 15 years ago
  14. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 15 years ago
  15. 8486a0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  16. 1314562 sched, task_struct: stack_canary is not needed without CC_STACKPROTECTOR by Hiroshi Shimamoto · 15 years ago
  17. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 15 years ago
  18. 7ead8b8 tracing/events: Add module tracepoints by Li Zefan · 15 years ago
  19. 399b5da genirq: Support nested threaded irq handling by Thomas Gleixner · 15 years ago
  20. 70aedd2 genirq: Add buslock support by Thomas Gleixner · 15 years ago
  21. b25c340 genirq: Add oneshot support by Thomas Gleixner · 15 years ago
  22. 1d99597 security: define round_hint_to_min in !CONFIG_SECURITY by Eric Paris · 15 years ago
  23. 788084a Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 15 years ago
  24. 9c0d901 Capabilities: move cap_file_mmap to commoncap.c by Eric Paris · 15 years ago
  25. 2bf4969 SELinux: Convert avc_audit to use lsm_audit.h by Thomas Liu · 15 years ago
  26. 799e64f cpu hotplug: Introduce cpu_notifier() to handle !HOTPLUG_CPU case by Paul E. McKenney · 15 years ago
  27. fa08661 Merge commit 'v2.6.31-rc6' into core/rcu by Ingo Molnar · 15 years ago
  28. 98866b5 sunrpc: ntoh -> be*_to_cpu by Benny Halevy · 15 years ago
  29. 9f162d2 sunrpc: hton -> cpu_to_be* by Benny Halevy · 15 years ago
  30. f322abf security: update documentation for security_request_module by James Morris · 15 years ago
  31. 9188499 security: introducing security_request_module by Eric Paris · 15 years ago
  32. 3493e84 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  33. 919aa96 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  34. 3dab77f perf: Rework/fix the whole read vs group stuff by Peter Zijlstra · 15 years ago
  35. 2840297 perf_counter: Provide hw_perf_counter_setup_online() APIs by Ingo Molnar · 15 years ago
  36. 1ae88b2 NFS: Fix an O_DIRECT Oops... by Trond Myklebust · 15 years ago
  37. dc4ddb4 tracing: Add fields format definition for syscall events by Frederic Weisbecker · 15 years ago
  38. e8f9f4d tracing: Add ftrace event call parameter to its field descriptor handler by Frederic Weisbecker · 15 years ago
  39. f4b5ffc tracing: Add perf counter support for syscalls tracing by Jason Baron · 15 years ago
  40. 64c12e0 tracing: Add individual syscalls tracepoint id support by Jason Baron · 15 years ago
  41. fb34a08 tracing: Add trace events for each syscall entry/exit by Jason Baron · 15 years ago
  42. 69fd4f0 tracing: Add ftrace_event_call void * 'data' field by Jason Baron · 15 years ago
  43. 63fbdab tracing: Add DECLARE_TRACE_WITH_CALLBACK() macro by Jason Baron · 15 years ago
  44. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  45. 8b4bfc7 Merge branch 'master' into next by James Morris · 15 years ago
  46. f884dca Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  47. 976a6f9 Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  48. d00aa66 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  49. 2fc3911 locking, sched: Give waitqueue spinlocks their own lockdep classes by Peter Zijlstra · 15 years ago
  50. 1905b1b chrdev: implement __[un]register_chrdev() by Tejun Heo · 15 years ago
  51. a044560 perf_counter: Correct PERF_SAMPLE_RAW output by Peter Zijlstra · 15 years ago
  52. 47d439e security: define round_hint_to_min in !CONFIG_SECURITY by Eric Paris · 15 years ago
  53. 17d11ba Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  54. 8854e82 SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code by Trond Myklebust · 15 years ago
  55. 173912a SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code by Trond Myklebust · 15 years ago
  56. bc74b4f SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms by Trond Myklebust · 15 years ago
  57. 2da8ca2 NFSD: Clean up the idmapper warning... by Trond Myklebust · 15 years ago
  58. 23ac658 SUNRPC: clean up rpc_setup_pipedir() by Trond Myklebust · 15 years ago
  59. 7d217ca SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path by Trond Myklebust · 15 years ago
  60. 458adb8b SUNRPC: Rename rpc_mkdir to rpc_create_client_dir() by Trond Myklebust · 15 years ago
  61. b693ba4 SUNRPC: Constify rpc_pipe_ops... by Trond Myklebust · 15 years ago
  62. c740eff SUNRPC: Kill RPC_DISPLAY_ALL by Chuck Lever · 15 years ago
  63. ba80913 SUNRPC: Remove duplicate universal address generation by Chuck Lever · 15 years ago
  64. a02d692 SUNRPC: Provide functions for managing universal addresses by Chuck Lever · 15 years ago
  65. 169026a SUNRPC: Clean up RPCBIND_MAXUADDRLEN definitions by Chuck Lever · 15 years ago
  66. 62ab460c NFSv4: Add 'server capability' flags for NFSv4 recommended attributes by Trond Myklebust · 15 years ago
  67. 8e5b59a sched: Add default defines for PREEMPT_ACTIVE by Arnd Bergmann · 15 years ago
  68. 3a43ce6 perf_counter: Fix tracepoint sampling to be part of generic sampling by Frederic Weisbecker · 15 years ago
  69. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  70. fb38500 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hch/xfs-icache-races by Linus Torvalds · 15 years ago
  71. da758dd Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  72. 389623f Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  73. 3858612 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  74. daeb6b6 bzip2/lzma/gzip: fix comments describing decompressor API by Phillip Lougher · 15 years ago
  75. 4bfc449 mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware by KAMEZAWA Hiroyuki · 15 years ago
  76. 2e00c97 vfs: add __destroy_inode by Christoph Hellwig · 15 years ago
  77. 54e3462 vfs: fix inode_init_always calling convention by Christoph Hellwig · 15 years ago
  78. b7b8f9b TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253 by Janusz Krzysztofik · 15 years ago
  79. d82f1c3 Input: matrix_keypad - make matrix keymap size dynamic by Eric Miao · 15 years ago
  80. af6af30 ftrace: Fix perf-tracepoint OOPS by Peter Zijlstra · 15 years ago
  81. a2551df Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 15 years ago
  82. 7c73875 Capabilities: move cap_file_mmap to commoncap.c by Eric Paris · 15 years ago
  83. 012a529 Merge branch 'master' into next by James Morris · 15 years ago
  84. 5116d8f KVM: fix ack not being delivered when msi present by Michael S. Tsirkin · 15 years ago
  85. 9f3eea6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago
  86. 2cf812d Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  87. ae83060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  88. 18eac1c tty-ldisc: make refcount be atomic_t 'users' count by Linus Torvalds · 15 years ago
  89. 6afc4fd mtd: fix the conversion from dev to mtd_info by Saeed Bishara · 15 years ago
  90. 7699ad3 mtd: let include/linux/mtd/partitions.h stand on its own by Nicolas Pitre · 15 years ago
  91. 47cab6a debug lockups: Improve lockup detection, fix generic arch fallback by Ingo Molnar · 15 years ago
  92. e351b66 lockdep: Reintroduce generation count to make BFS faster by Ming Lei · 15 years ago
  93. bb97a91 lockdep: Deal with many similar locks by Peter Zijlstra · 15 years ago
  94. f607c66 lockdep: Introduce lockdep_assert_held() by Peter Zijlstra · 15 years ago
  95. 3f029d3 sched: Enhance the pre/post scheduling logic by Gregory Haskins · 15 years ago
  96. 8e9ed8b Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 15 years ago
  97. 716a423 sched: Fix cond_resched_lock() in !CONFIG_PREEMPT by Frederic Weisbecker · 15 years ago
  98. 9f498cc perf_counter: Full task tracing by Peter Zijlstra · 15 years ago
  99. 7c958e3 block: Add a wrapper for setting minimum request size without a queue by Martin K. Petersen · 15 years ago
  100. 78ed73e TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) ASoC driver by Janusz Krzysztofik · 15 years ago