1. 3480593 net: filter: get rid of BPF_S_* enum by Daniel Borkmann · 10 years ago
  2. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. f02f79d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  4. e6a32c3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  5. 5fe821a net: filter: cleanup invocation of internal BPF by Alexei Starovoitov · 10 years ago
  6. 06eb4cc Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  7. 95d0858 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  8. b69cf53 perf: Fix a race between ring_buffer_detach() and ring_buffer_attach() by Peter Zijlstra · 10 years ago
  9. 39af6b1 perf: Prevent false warning in perf_swevent_add by Jiri Olsa · 10 years ago
  10. 0819b2e perf: Limit perf_event_attr::sample_period to 63 bits by Peter Zijlstra · 10 years ago
  11. 8f577ca seccomp: JIT compile seccomp filter by Alexei Starovoitov · 10 years ago
  12. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 10 years ago
  13. 36e9d2e cgroup: fix rcu_read_lock() leak in update_if_frozen() by Tejun Heo · 10 years ago
  14. e5ced8e cgroup_freezer: replace freezer->lock with freezer_mutex by Tejun Heo · 10 years ago
  15. 5024ae2 cgroup: introduce task_css_is_root() by Tejun Heo · 10 years ago
  16. efb2b1d Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  17. 26a41cd Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  18. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  19. 84ea7fe hrtimer: Set expiry time before switch_hrtimer_base() by Viresh Kumar · 10 years ago
  20. 181da3c Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  21. f322e26 Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  22. 8058bd0 tracepoint: Fix use of tracepoint funcs after rcu free by Mathieu Desnoyers · 10 years ago
  23. 2b4cfe6 sched/numa: Initialize newidle balance stats in sd_numa_init() by Jason Low · 10 years ago
  24. 0e5b533 sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_balance() by Jason Low · 10 years ago
  25. 6ccdc84 sched: Skip double execution of pick_next_task_fair() by Peter Zijlstra · 10 years ago
  26. 6227cb0 sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check by Steven Rostedt (Red Hat) · 10 years ago
  27. 6a7cd273 sched/deadline: Fix memory leak by Li Zefan · 10 years ago
  28. 5bfd126 sched/deadline: Fix sched_yield() behavior by Juri Lelli · 10 years ago
  29. 2d51386 sched: Sanitize irq accounting madness by Thomas Gleixner · 10 years ago
  30. ffb4ef2 perf: Fix perf_event_init_context() by Peter Zijlstra · 10 years ago
  31. 46ce0fe perf: Fix race in removing an event by Peter Zijlstra · 10 years ago
  32. 722a9f9 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* by Andi Kleen · 10 years ago
  33. 2080cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  34. 0384dca Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  35. 98facf0 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  36. 00622e6 Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  37. 561a4fe tracing: Use rcu_dereference_sched() for trace event triggers by Steven Rostedt (Red Hat) · 10 years ago
  38. 60b88f3 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  39. 98a01e7 timer: Prevent overflow in apply_slack by Jiri Bohac · 10 years ago
  40. 012a45e hrtimer: Prevent remote enqueue of leftmost timers by Leon Ma · 10 years ago
  41. 6c6c0d5 hrtimer: Prevent all reprogramming if hang detected by Stuart Hayes · 10 years ago
  42. 2aafe1a Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  43. a949ae5 ftrace/module: Hardcode ftrace_module_init() call into load_module() by Steven Rostedt (Red Hat) · 10 years ago
  44. 62a08ae genirq: x86: Ensure that dynamic irq allocation does not conflict by Thomas Gleixner · 10 years ago
  45. 79465d2 module: remove warning about waiting module removal. by Rusty Russell · 10 years ago
  46. d9e9e8e Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  47. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  48. db66d75 sched/docbook: Fix 'make htmldocs' warnings caused by missing description by Masanari Iida · 10 years ago
  49. 7f74ecd audit: send multicast messages only if there are listeners by Richard Guy Briggs · 10 years ago
  50. 451f921 audit: add netlink multicast group for log read by Richard Guy Briggs · 10 years ago
  51. 3a101b8 audit: add netlink audit protocol bind to check capabilities on multicast join by Richard Guy Briggs · 10 years ago
  52. f3f1253 PM / suspend: Make cpuidle work in the "freeze" state by Rafael J. Wysocki · 10 years ago
  53. 8f98f6f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  54. ebfc45e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  55. 7861144 kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write() by Andrew Morton · 10 years ago
  56. 7d77879 Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  57. 77668c8 workqueue: fix a possible race condition between rescuer and pwq-release by Lai Jiangshan · 10 years ago
  58. 4d595b8 workqueue: make rescuer_thread() empty wq->maydays list before exiting by Lai Jiangshan · 10 years ago
  59. 87a54ca Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. 01f8fa4 genirq: Allow forcing cpu affinity of interrupts by Thomas Gleixner · 10 years ago
  61. e37a06f cgroup: fix the retry path of cgroup_mount() by Li Zefan · 10 years ago
  62. 6ea6215 tracing/uprobes: Fix uprobe_cpu_buffer memory leak by zhangwei(Jovi) · 10 years ago
  63. a1d9a32 sched: Check for stop task appearance when balancing happens by Kirill Tkhai · 10 years ago
  64. d99d591 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  65. 5d6c97c tracing: Do not try to recreated toplevel set_ftrace_* files by Steven Rostedt (Red Hat) · 10 years ago
  66. 0acf07d seccomp: fix memory leak on filter attach by Kees Cook · 10 years ago
  67. 77f300b workqueue: fix bugs in wq_update_unbound_numa() failure path by Daeseok Youn · 10 years ago
  68. 10ec34f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  69. 2763053 tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz() by Viresh Kumar · 10 years ago
  70. 03e6bdc tick-sched: Don't call update_wall_time() when delta is lesser than tick_period by Viresh Kumar · 10 years ago
  71. 521c429 tick-common: Fix wrong check in tick_check_replacement() by Viresh Kumar · 10 years ago
  72. e79323b user namespace: fix incorrect memory barriers by Mikulas Patocka · 10 years ago
  73. 2eac764 seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPF by Daniel Borkmann · 10 years ago
  74. d7e8af1 futex: update documentation for ordering guarantees by Davidlohr Bueso · 10 years ago
  75. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  76. 0a7418f Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  77. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  78. a786c06 missing bits of "splice: fix racy pipe->buffers uses" by Al Viro · 10 years ago
  79. a227960 locking/mutex: Fix debug_mutexes by Peter Zijlstra · 10 years ago
  80. 60e69ee sched/numa: Fix task_numa_free() lockdep splat by Mike Galbraith · 10 years ago
  81. 17a280e tracing: Add missing function triggers dump and cpudump to README by Steven Rostedt (Red Hat) · 10 years ago
  82. abb43f6 tracing: Fix anonymous unions in struct ftrace_event_call by Mathieu Desnoyers · 10 years ago
  83. 69cd9eb futex: avoid race between requeue and wake by Linus Torvalds · 10 years ago
  84. b725dfe tracepoint: Fix sparse warnings in tracepoint.c by Mathieu Desnoyers · 10 years ago
  85. eb7d035 tracepoint: Simplify tracepoint module search by Steven Rostedt (Red Hat) · 10 years ago
  86. de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 10 years ago
  87. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  88. 64b47e8 lglock: map to spinlock when !CONFIG_SMP by Josh Triplett · 10 years ago
  89. 08f141d modules: use raw_cpu_write for initialization of per cpu refcount. by Christoph Lameter · 10 years ago
  90. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  91. d7c0847 kernel/panic.c: display reason at end + pr_emerg by Fabian Frederick · 10 years ago
  92. 80df284 hung_task: check the value of "sysctl_hung_task_timeout_sec" by Liu Hua · 10 years ago
  93. 7c733eb wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by another process by Oleg Nesterov · 10 years ago
  94. 377d75d wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent by Oleg Nesterov · 10 years ago
  95. b3ab031 wait: completely ignore the EXIT_DEAD tasks by Oleg Nesterov · 10 years ago
  96. b436069 wait: use EXIT_TRACE only if thread_group_leader(zombie) by Oleg Nesterov · 10 years ago
  97. abd50b3 wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition by Oleg Nesterov · 10 years ago
  98. dfccbb5 wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race by Oleg Nesterov · 10 years ago
  99. ef98239 kernel/exit.c: call proc_exit_connector() after exit_state is set by Guillaume Morin · 10 years ago
  100. 4bcb823 exit: move check_stack_usage() to the end of do_exit() by Oleg Nesterov · 10 years ago