1. 5c49574 new helper: restore_altstack() by Al Viro · 12 years ago
  2. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  3. 541880d do_coredump(): get rid of pt_regs argument by Al Viro · 12 years ago
  4. 4aaefee print_fatal_signal(): get rid of pt_regs argument by Al Viro · 12 years ago
  5. 94eb22d ptrace_signal(): get rid of unused arguments by Al Viro · 12 years ago
  6. b7f9591 get rid of ptrace_signal_deliver() arguments by Al Viro · 12 years ago
  7. e80d666 flagday: kill pt_regs argument of do_fork() by Al Viro · 12 years ago
  8. 18c26c2 death to idle_regs() by Al Viro · 12 years ago
  9. 62e791c don't pass regs to copy_process() by Al Viro · 12 years ago
  10. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  11. c62d773 audit: no nested contexts anymore... by Al Viro · 12 years ago
  12. d212504 generic sys_fork / sys_vfork / sys_clone by Al Viro · 12 years ago
  13. c414467 kill daemonize() by Al Viro · 12 years ago
  14. b0db954 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  15. 59fa624 futex: Handle futex_pi OWNER_DIED take over correctly by Thomas Gleixner · 12 years ago
  16. 59ef28b module: fix out-by-one error in kallsyms by Rusty Russell · 12 years ago
  17. 2ab3f29 Merge branch 'akpm' (Andrew's fixes) by Linus Torvalds · 12 years ago
  18. 2008713 Makefile: Documentation for external tool should be correct by H. Peter Anvin · 12 years ago
  19. f230250 pidns: limit the nesting depth of pid namespaces by Andrew Vagin · 12 years ago
  20. cbb525b Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  21. d579a35 Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  22. c0158ca workqueue: cancel_delayed_work() should return %false if work item is idle by Dan Magenheimer · 12 years ago
  23. e17b131 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  24. 0390c88 module_signing: fix printk format warning by Randy Dunlap · 12 years ago
  25. ef8ff74 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 12 years ago
  26. f38787f Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/urgent by Ingo Molnar · 12 years ago
  27. 31fd84b9 use clamp_t in UNAME26 fix by Kees Cook · 12 years ago
  28. caabe24 MODSIGN: Move the magic string to the end of a module and eliminate the search by David Howells · 12 years ago
  29. d878383 Revert "cgroup: Remove task_lock() from cgroup_post_fork()" by Tejun Heo · 12 years ago
  30. 9bb7130 Revert "cgroup: Drop task_lock(parent) on cgroup_fork()" by Tejun Heo · 12 years ago
  31. bbc2e3e pidns: remove recursion from free_pid_ns() by Cyrill Gorcunov · 12 years ago
  32. 2702b15 kernel/sys.c: fix stack memory content leak via UNAME26 by Kees Cook · 12 years ago
  33. 85eae82 printk: Fix scheduling-while-atomic problem in console_cpu_notify() by Paul E. McKenney · 12 years ago
  34. 1f5320d cgroup: notify_on_release may not be triggered in some cases by Daisuke Nishimura · 12 years ago
  35. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  36. 6c536a1 Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 12 years ago
  37. ade0899 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  38. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  39. 8418263 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  40. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  41. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  42. 7ac8626 audit: allow audit code to satisfy getname requests from its names_list by Jeff Layton · 12 years ago
  43. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  44. a74fb73 infrastructure for saner ret_from_kernel_thread semantics by Al Viro · 12 years ago
  45. 03d3602 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  46. 0588f1f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  47. 9d55ab7 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  48. 17b572e kdb,vt_console: Fix missed data due to pager overruns by Jason Wessel · 12 years ago
  49. d1871b3 kdb: Fix dmesg/bta scroll to quit with 'q' by Jason Wessel · 12 years ago
  50. f30fed1 kgdb: Add module event hooks by Jason Wessel · 12 years ago
  51. cfd4da1 acct: constify the name arg to acct_on by Jeff Layton · 12 years ago
  52. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  53. e3d6b07 audit: optimize audit_compare_dname_path by Jeff Layton · 12 years ago
  54. 29e9a34 audit: make audit_compare_dname_path use parent_len helper by Eric Paris · 12 years ago
  55. 563a0d1 audit: remove dirlen argument to audit_compare_dname_path by Jeff Layton · 12 years ago
  56. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  57. 78e2e80 audit: add a new "type" field to audit_names struct by Jeff Layton · 12 years ago
  58. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  59. 9cec9d6 audit: no need to walk list in audit_inode if name is NULL by Jeff Layton · 12 years ago
  60. 1c2e51e audit: pass in dentry to audit_copy_inode wherever possible by Jeff Layton · 12 years ago
  61. 759e00b Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  62. 79360dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  63. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  64. fb45550 make sure that kernel_thread() callbacks call do_exit() themselves by Al Viro · 12 years ago
  65. 8e49f41 ring-buffer: Check for uninitialized cpu buffer before resizing by Vaibhav Nagarnaik · 12 years ago
  66. d5b7193 MODSIGN: Make mrproper should remove generated files. by Rusty Russell · 12 years ago
  67. e7d113b MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certs by David Howells · 12 years ago
  68. 5e8cb1e MODSIGN: Use the same digest for the autogen key sig as for the module sig by David Howells · 12 years ago
  69. 48ba246 MODSIGN: Implement module signature checking by David Howells · 12 years ago
  70. 631cc66 MODSIGN: Provide module signing public keys to the kernel by David Howells · 12 years ago
  71. d441108 MODSIGN: Automatically generate module signing keys if missing by David Howells · 12 years ago
  72. 1d0059f MODSIGN: Add FIPS policy by David Howells · 12 years ago
  73. 106a4ee module: signature checking hook by Rusty Russell · 12 years ago
  74. 2854d16 irqdomain: augment add_simple() to allocate descs by Linus Walleij · 12 years ago
  75. d1c7d97 fs: handle failed audit_log_start properly by Sasha Levin · 12 years ago
  76. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  77. 5b3900c timekeeping: Cast raw_interval to u64 to avoid shift overflow by Dan Carpenter · 12 years ago
  78. 26cff4e timers: Fix endless looping between cascade() and internal_add_timer() by Hildner, Christian · 12 years ago
  79. db8c246 Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  80. 6bdb913 mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end by Haggai Eran · 12 years ago
  81. 9826a51 mm: interval tree updates by Michel Lespinasse · 12 years ago
  82. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  83. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  84. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  85. e9714ac mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas by Konstantin Khlebnikov · 12 years ago
  86. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago
  87. 075663d CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus() by Srivatsa S. Bhat · 12 years ago
  88. 7ac57a8 Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entry by Catalin Marinas · 12 years ago
  89. a4fbe35 rcu: Grace-period initialization excludes only RCU notifier by Paul E. McKenney · 12 years ago
  90. 71434f2 uprobes: Fix the racy uprobe->flags manipulation by Oleg Nesterov · 12 years ago
  91. 4710f05f uprobes: Fix prepare_uprobe() race with itself by Oleg Nesterov · 12 years ago
  92. cb9a19f uprobes: Introduce prepare_uprobe() by Oleg Nesterov · 12 years ago
  93. 142b18d uprobes: Fix handle_swbp() vs unregister() + register() race by Oleg Nesterov · 12 years ago
  94. 076a365 uprobes: Do not delete uprobe if uprobe_unregister() fails by Oleg Nesterov · 12 years ago
  95. a5f658b uprobes: Don't return success if alloc_uprobe() fails by Oleg Nesterov · 12 years ago
  96. dc92b1f Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  97. 7f60ba3 Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 12 years ago
  98. 4965f56 kernel/resource.c: fix stack overflow in __reserve_region_with_split() by T Makphaibulchoke · 12 years ago
  99. 0324b5a taskstats: cgroupstats_user_cmd() may leak on error by Jesper Juhl · 12 years ago
  100. de4ec99 kdump: remove unneeded include by Wei Yongjun · 12 years ago