1. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  2. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  3. 7ac8626 audit: allow audit code to satisfy getname requests from its names_list by Jeff Layton · 12 years ago
  4. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  5. cfd4da1 acct: constify the name arg to acct_on by Jeff Layton · 12 years ago
  6. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  7. e3d6b07 audit: optimize audit_compare_dname_path by Jeff Layton · 12 years ago
  8. 29e9a34 audit: make audit_compare_dname_path use parent_len helper by Eric Paris · 12 years ago
  9. 563a0d1 audit: remove dirlen argument to audit_compare_dname_path by Jeff Layton · 12 years ago
  10. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  11. 78e2e80 audit: add a new "type" field to audit_names struct by Jeff Layton · 12 years ago
  12. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  13. 9cec9d6 audit: no need to walk list in audit_inode if name is NULL by Jeff Layton · 12 years ago
  14. 1c2e51e audit: pass in dentry to audit_copy_inode wherever possible by Jeff Layton · 12 years ago
  15. 79360dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  16. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  17. d1c7d97 fs: handle failed audit_log_start properly by Sasha Levin · 12 years ago
  18. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  19. 6bdb913 mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end by Haggai Eran · 12 years ago
  20. 9826a51 mm: interval tree updates by Michel Lespinasse · 12 years ago
  21. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  22. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  23. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  24. e9714ac mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas by Konstantin Khlebnikov · 12 years ago
  25. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago
  26. 075663d CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus() by Srivatsa S. Bhat · 12 years ago
  27. 7ac57a8 Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entry by Catalin Marinas · 12 years ago
  28. dc92b1f Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  29. 7f60ba3 Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 12 years ago
  30. 4965f56 kernel/resource.c: fix stack overflow in __reserve_region_with_split() by T Makphaibulchoke · 12 years ago
  31. 0324b5a taskstats: cgroupstats_user_cmd() may leak on error by Jesper Juhl · 12 years ago
  32. de4ec99 kdump: remove unneeded include by Wei Yongjun · 12 years ago
  33. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  34. 179899f coredump: update coredump-related headers by Alex Kelly · 12 years ago
  35. 046d662 coredump: make core dump functionality optional by Alex Kelly · 12 years ago
  36. 6c0c0d4 poweroff: fix bug in orderly_poweroff() by hongfeng · 12 years ago
  37. f96972f kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() by Shawn Guo · 12 years ago
  38. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  39. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  40. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  41. 16642a2 Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  42. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  43. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  44. 68d47a1 Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  45. c0e8a13 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  46. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  47. 3498d13 Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  48. 81f56e5 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  49. da83479 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  50. 2fff566 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  51. 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  52. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  53. 7a68294 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  54. 627312b Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  55. 94095a1 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  56. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  57. 2aa3a7f preparation for generic kernel_thread() by Al Viro · 12 years ago
  58. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  59. d55cb6c ftrace: Allow stealing pages from pipe buffer by Masami Hiramatsu · 12 years ago
  60. bf53083 Merge tag 'v3.6-rc7' into next by James Morris · 12 years ago
  61. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  62. e10ce27 switch prctl_set_mm_exe_file() to fget_light() by Al Viro · 12 years ago
  63. 864bdb3 new helper: daemonize_descriptors() by Al Viro · 12 years ago
  64. 7cf4dc3 move files_struct-related bits from kernel/exit.c to fs/file.c by Al Viro · 12 years ago
  65. ab72a70 events: don't use get_unused_fd_flags() when get_unused_fd() will do by Al Viro · 12 years ago
  66. ad394f6 kdb: Implement disable_nmi command by Anton Vorontsov · 12 years ago
  67. 5a14fea kernel/debug: Mask KGDB NMI upon entry by Anton Vorontsov · 12 years ago
  68. cb349ca rcu: Apply micro-optimization and int/bool fixes to RCU's idle handling by Paul E. McKenney · 12 years ago
  69. 1fd2b44 rcu: Userspace RCU extended QS selftest by Frederic Weisbecker · 12 years ago
  70. 20ab65e3 rcu: Exit RCU extended QS on user preemption by Frederic Weisbecker · 12 years ago
  71. 90a340e rcu: Exit RCU extended QS on kernel preemption after irq/exception by Frederic Weisbecker · 12 years ago
  72. 04e7e95 rcu: Switch task's syscall hooks on context switch by Frederic Weisbecker · 12 years ago
  73. 1e1a689 rcu: Ignore userspace extended quiescent state by default by Frederic Weisbecker · 12 years ago
  74. c5d900b rcu: Allow rcu_user_enter()/exit() to nest by Frederic Weisbecker · 12 years ago
  75. 2b1d502 rcu: Settle config for userspace extended quiescent state by Frederic Weisbecker · 12 years ago
  76. 9a0c6fe rcu: Make RCU_FAST_NO_HZ handle adaptive ticks by Paul E. McKenney · 12 years ago
  77. 19dd1591 rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIs by Frederic Weisbecker · 12 years ago
  78. adf5091 rcu: New rcu_user_enter() and rcu_user_exit() APIs by Frederic Weisbecker · 12 years ago
  79. 593d100 Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b by Paul E. McKenney · 12 years ago
  80. 5217192 Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b by Paul E. McKenney · 12 years ago
  81. a7e1a9e vtime: Consolidate system/idle context detection by Frederic Weisbecker · 12 years ago
  82. bf9fae9 cputime: Use a proper subsystem naming for vtime related APIs by Frederic Weisbecker · 12 years ago
  83. bda4ec9 Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09.23a', 'hotplug.2012.09.23a' and 'idlechop.2012.09.23a' into HEAD by Paul E. McKenney · 12 years ago
  84. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  85. 8781915 trace: Move trace event enable from fs_initcall to core_initcall by Ezequiel Garcia · 12 years ago
  86. 5224c3a tracing: Add an option for disabling markers by Mandeep Singh Baines · 12 years ago
  87. 5d18023 sched: Fix load avg vs cpu-hotplug by Peter Zijlstra · 12 years ago
  88. 0d8ee37 rcu: Disallow callback registry on offline CPUs by Paul E. McKenney · 12 years ago
  89. 1331e7a rcu: Remove _rcu_barrier() dependency on __stop_machine() by Paul E. McKenney · 12 years ago
  90. 86f343b rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning message by Paul E. McKenney · 12 years ago
  91. 22a7672 rcu: Move TINY_RCU quiescent state out of extended quiescent state by Li Zhong · 12 years ago
  92. 803b0eb time: RCU permitted to stop idle entry via softirq by Paul E. McKenney · 12 years ago
  93. 7a11e20 rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save() by Paul E. McKenney · 12 years ago
  94. fdab649 rcu: Remove redundant memory barrier from __call_rcu() by Paul E. McKenney · 12 years ago
  95. c96ea7c rcu: Avoid spurious RCU CPU stall warnings by Paul E. McKenney · 12 years ago
  96. c8020a6 rcu: Protect rcu_node accesses during CPU stall warnings by Paul E. McKenney · 12 years ago
  97. 5fd4dc0 rcu: Avoid rcu_print_detail_task_stall_rnp() segfault by Paul E. McKenney · 12 years ago
  98. 115f7a7 rcu: Apply for_each_rcu_flavor() to increment_cpu_stall_ticks() by Paul E. McKenney · 12 years ago
  99. b065a85 rcu: Fix obsolete rcu_initiate_boost() header comment by Paul E. McKenney · 12 years ago
  100. a82dcc7 rcu: Make offline-CPU checking allow for indefinite delays by Paul E. McKenney · 12 years ago