1. e09d13c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  2. f83b293 kernel/hz.bc: ignore. by Rusty Russell · 11 years ago
  3. 3125929 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  4. c79aa0d9 events: Protect access via task_subsys_state_check() by Paul E. McKenney · 11 years ago
  5. 830ac85 Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  6. 6835039 Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux by Linus Torvalds · 11 years ago
  7. 0a82a8d Revert "block: add missing block_bio_complete() tracepoint" by Linus Torvalds · 11 years ago
  8. 5c51543 kprobes: Fix a double lock bug of kprobe_mutex by Masami Hiramatsu · 11 years ago
  9. b9e146d kernel/signal.c: stop info leak via the tkill and the tgkill syscalls by Emese Revfy · 11 years ago
  10. 157752d kexec: use Crash kernel for Crash kernel low by Yinghai Lu · 11 years ago
  11. adbc742 x86, kdump: Change crashkernel_high/low= to crashkernel=,high/low by Yinghai Lu · 11 years ago
  12. 55a20ee x86, kdump: Retore crashkernel= to allocate under 896M by Yinghai Lu · 11 years ago
  13. bb33db7 Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  14. 8176cce perf: Treat attr.config as u64 in perf_swevent_init() by Tommi Rantala · 11 years ago
  15. 41c21e3 userns: Changing any namespace id mappings should require privileges by Andy Lutomirski · 11 years ago
  16. e3211c1 userns: Check uid_map's opener's fsuid, not the current fsuid by Andy Lutomirski · 11 years ago
  17. 6708075 userns: Don't let unprivileged users trick privileged users into setting the id_map by Eric W. Biederman · 11 years ago
  18. af788e3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  19. ae9f493 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  20. 3c91930 Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  21. 935d8aa Add file_ns_capable() helper function for open-time capability checking by Linus Torvalds · 11 years ago
  22. 7f49ef6 ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section by Steven Rostedt (Red Hat) · 11 years ago
  23. 6a76f8c tracing: Fix possible NULL pointer dereferences by Namhyung Kim · 11 years ago
  24. f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 11 years ago
  25. c481420 perf: Fix error return code by Wei Yongjun · 11 years ago
  26. a3ab02b Merge tag 'pm-3.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  27. 9baba66 Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  28. 83e03b3 tracing: Fix double free when function profile init failed by Namhyung Kim · 11 years ago
  29. 5f2f280 Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  30. 6f389a8 PM / reboot: call syscore_shutdown() after disable_nonboot_cpus() by Huacai Chen · 11 years ago
  31. 395b97a ftrace: Do not call stub functions in control loop by Steven Rostedt (Red Hat) · 11 years ago
  32. 5000c41 ftrace: Consistently restore trace function on sysctl enabling by Jan Kiszka · 11 years ago
  33. 2930e04 tracing: Fix race with update_max_tr_single and changing tracers by Steven Rostedt (Red Hat) · 11 years ago
  34. e614b33 sched/cputime: Fix accounting on multi-threaded processes by Stanislaw Gruszka · 11 years ago
  35. 75761cc ftrace: Fix strncpy() use, use strlcpy() instead of strncpy() by Chen Gang · 11 years ago
  36. 67012ab perf: Fix strncpy() use, use strlcpy() instead of strncpy() by Chen Gang · 11 years ago
  37. c97847d perf: Fix strncpy() use, always make sure it's NUL terminated by Chen Gang · 11 years ago
  38. fd9b86d sched/debug: Fix sd->*_idx limit range avoiding overflow by libin · 11 years ago
  39. a1cbcaa sched_clock: Prevent 64bit inatomicity on 32bit systems by Thomas Gleixner · 11 years ago
  40. dbf520a Revert "lockdep: check that no locks held at freeze time" by Paul Walmsley · 11 years ago
  41. 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  42. 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 11 years ago
  43. 3151527 userns: Don't allow creation if the user is chrooted by Eric W. Biederman · 11 years ago
  44. 84cc8fd hrtimer: Don't reinitialize a cpu_base lock on CPU_UP by Michael Bohan · 11 years ago
  45. 751c644 pid: Handle the exit of a multi-threaded init. by Eric W. Biederman · 11 years ago
  46. a12183c Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  47. 2ca067e poweroff: change orderly_poweroff() to use schedule_work() by Oleg Nesterov · 11 years ago
  48. dc72c32 printk: Provide a wake_up_klogd() off-case by Frederic Weisbecker · 11 years ago
  49. cd82346 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  50. dd9c086 perf: Fix ring_buffer perf_output_space() boundary calculation by Stephane Eranian · 11 years ago
  51. 383efcd sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s by Tejun Heo · 11 years ago
  52. b63dc12 Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  53. 1f1b396 Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 11 years ago
  54. d610d98 perf: Generate EXIT event only once per task context by Namhyung Kim · 11 years ago
  55. 778141e perf: Reset hwc->last_period on sw clock events by Namhyung Kim · 11 years ago
  56. 613f04a tracing: Prevent buffer overwrite disabled for latency tracers by Steven Rostedt (Red Hat) · 11 years ago
  57. 8090282 tracing: Keep overwrite in sync between regular and snapshot buffers by Steven Rostedt (Red Hat) · 11 years ago
  58. 69d34da tracing: Protect tracer flags with trace_types_lock by Steven Rostedt (Red Hat) · 11 years ago
  59. 0b34083 Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 11 years ago
  60. 842d223 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 11 years ago
  61. e68035f workqueue: convert to idr_alloc() by Tejun Heo · 11 years ago
  62. 522cff1 kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER by Andrew Morton · 11 years ago
  63. 2ca3952 signal: always clear sa_restorer on execve by Kees Cook · 11 years ago
  64. e66eded userns: Don't allow CLONE_NEWUSER | CLONE_FS by Eric W. Biederman · 11 years ago
  65. 740466b tracing: Fix free of probe entry by calling call_rcu_sched() by Steven Rostedt (Red Hat) · 11 years ago
  66. 6c23cbb futex: fix kernel-doc notation and spello by Randy Dunlap · 11 years ago
  67. 20f22ab signals: fix new kernel-doc warnings by Randy Dunlap · 11 years ago
  68. 2721e72 tracing: Fix race in snapshot swapping by Steven Rostedt (Red Hat) · 11 years ago
  69. 7c6baa30 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  70. eb28342 workqueue: fix possible pool stall bug in wq_unbind_fn() by Lai Jiangshan · 11 years ago
  71. dc893e1 Revert parts of "hlist: drop the node parameter from iterators" by Arnd Bergmann · 11 years ago
  72. a7dc19b clockevents: Don't allow dummy broadcast timers by Mark Rutland · 11 years ago
  73. c9960e4 tracing: Do not return EINVAL in snapshot when not allocated by Steven Rostedt (Red Hat) · 11 years ago
  74. d8741e2 tracing: Add help of snapshot feature when snapshot is empty by Steven Rostedt (Red Hat) · 11 years ago
  75. e3b5951 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  76. 6516ab6 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  77. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  78. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  79. 6ec40b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  80. db61ec2 fix compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  81. 649508f trace/ring_buffer: handle 64bit aligned structs by James Hogan · 12 years ago
  82. 3cfb077 Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 11 years ago
  83. e23b622 Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  84. 36dfea4 kdb: Remove unhandled ssb command by Vincent · 11 years ago
  85. a37372f kdb: Prevent kernel oops with kdb_defcmd by Jason Wessel · 11 years ago
  86. 1b2caa2d kdb: Remove the ll command by Jason Wessel · 11 years ago
  87. 074604a kdb_main: fix help print by Jason Wessel · 11 years ago
  88. 4eb7a66 kdb: Fix overlap in buffers with strcpy by Jason Wessel · 11 years ago
  89. 00370b8 kdb: Setup basic kdb state before invoking commands via kgdb by Matt Klein · 11 years ago
  90. 5f784f7 kdb: use ARRAY_SIZE where possible by Sasha Levin · 11 years ago
  91. f7c82d5 kdb: A fix for kdb command table expansion by John Blackwood · 12 years ago
  92. 2af7844 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  93. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  94. 4cd5d11 irq: Don't re-enable interrupts at the end of irq_exit by Frederic Weisbecker · 11 years ago
  95. 2a7d2b9 Merge branch 'akpm' (final batch from Andrew) by Linus Torvalds · 11 years ago
  96. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  97. 1e142b2 kcmp: make it depend on CHECKPOINT_RESTORE by Cyrill Gorcunov · 11 years ago
  98. c759b35 kfifo: move kfifo.c from kernel/ to lib/ by Stefani Seibold · 11 years ago
  99. bf53153 kernel/utsname.c: fix wrong comment about clone_uts_ns() by Yuanhan Liu · 11 years ago
  100. cd89f46 kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code block by Yuanhan Liu · 11 years ago