1. e2e9b65 cls_bpf: add initial eBPF support for programmable classifiers by Daniel Borkmann · 9 years ago
  2. 24701ec ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux by Daniel Borkmann · 9 years ago
  3. 96be432 ebpf: add sched_cls_type and map it to sk_filter's verifier ops by Daniel Borkmann · 9 years ago
  4. a2c83ff ebpf: constify various function pointer structs by Daniel Borkmann · 9 years ago
  5. f91fe17 ebpf: remove kernel test stubs by Daniel Borkmann · 9 years ago
  6. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  7. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. e2b74f2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  9. 580c57f seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO by Kees Cook · 9 years ago
  10. be02a18 kernel/module.c: do not inline do_init_module() by Jan Kiszka · 9 years ago
  11. 518a0c7 kexec: simplify conditional by Geoff Levand · 9 years ago
  12. ad69934 kexec: fix a typo in comment by Alexander Kuleshov · 9 years ago
  13. 73d7e3e kexec: remove never used member destination in kimage by Baoquan He · 9 years ago
  14. 1df0135 signal: use current->state helpers by Davidlohr Bueso · 9 years ago
  15. 1cca338 ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT by Fabian Frederick · 9 years ago
  16. 99fa0ad Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  17. 3c6847e Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  18. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  19. 124cf911 PM / sleep: Make it possible to quiesce timers during suspend-to-idle by Rafael J. Wysocki · 9 years ago
  20. 060407a timekeeping: Make it safe to use the fast timekeeper while suspended by Rafael J. Wysocki · 9 years ago
  21. 69d54b9 kprobes: makes kprobes/enabled works correctly for optimized kprobes. by Wang Nan · 9 years ago
  22. 977ad48 kprobes: set kprobes_all_disarmed earlier to enable re-optimization. by Wang Nan · 9 years ago
  23. bebf56a kasan: enable instrumentation of global variables by Andrey Ryabinin · 9 years ago
  24. ccbd59c profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  25. c1d7f03 irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  26. 4497da6 padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  27. 1a40243 tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  28. dfbcbf4 workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  29. ffda22c time: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  30. 333470e sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  31. ad853b4 rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  32. e8e6d97 cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  33. dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 9 years ago
  34. affe3e8 timekeeping: Pass readout base to update_fast_timekeeper() by Rafael J. Wysocki · 9 years ago
  35. 3810631 PM / sleep: Re-implement suspend-to-idle handling by Rafael J. Wysocki · 9 years ago
  36. a42cf70 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  37. 205bd3d printk: correct timeout comment, neaten MODULE_PARM_DESC by Joe Perches · 9 years ago
  38. 545a2bf kernel/sched/clock.c: add another clock for use with the soft lockup watchdog by Cyril Bur · 9 years ago
  39. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  40. 8f4ab07 kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init by Rasmus Villemoes · 9 years ago
  41. 2d2f511 mm: do not use mm->nr_pmds on !MMU configurations by Kirill A. Shutemov · 9 years ago
  42. 01e5865 cgroup: release css->id after css_free by Vladimir Davydov · 9 years ago
  43. 42cf0f2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  44. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  45. 8cc748a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  46. 7184487 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  47. 59d5373 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  48. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  49. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  50. b30fe6c mm: fix false-positive warning on exit due mm_nr_pmds(mm) by Kirill A. Shutemov · 9 years ago
  51. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 9 years ago
  52. c32b3cb oom, PM: make OOM detection in the freezer path raceless by Michal Hocko · 9 years ago
  53. 35536ae PM: convert printk to pr_* equivalent by Michal Hocko · 9 years ago
  54. 49550b6 oom: add helpers for setting and clearing TIF_MEMDIE by Michal Hocko · 9 years ago
  55. 1e0d671 ring-buffer: Do not wake up a splice waiter when page is not full by Steven Rostedt (Red Hat) · 9 years ago
  56. 9cc019b module: Replace over-engineered nested sleep by Peter Zijlstra · 9 years ago
  57. d64810f module: Annotate nested sleep in resolve_symbol() by Peter Zijlstra · 9 years ago
  58. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  59. 29afc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  60. 1d9c5d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  61. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  62. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  63. 3cd7645 mm, hugetlb: remove unnecessary lower bound on sysctl handlers"? by Andrey Ryabinin · 9 years ago
  64. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 9 years ago
  65. f523868 Merge branches 'pm-sleep' and 'pm-runtime' by Rafael J. Wysocki · 9 years ago
  66. 740b68e Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq' by Rafael J. Wysocki · 9 years ago
  67. 8fbcf5e Merge branch 'acpi-resources' by Rafael J. Wysocki · 9 years ago
  68. 0ba97bc Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. 5b9b28a Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 7215853 tracing: Fix unmapping loop in tracing_mark_write by Vikram Mulukutla · 10 years ago
  71. a4cbbf5 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. 8308756 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  73. 23e8fe2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. 4fe7ffb genirq: Fix null pointer reference in irq_set_affinity_hint() by Jesse Brandeburg · 9 years ago
  75. 26cdd1f Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  76. 396e909 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  77. 29f12c4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. f638f4d livepatch: add missing newline to error message by Josh Poimboeuf · 9 years ago
  79. ab92ebb module: Remove double spaces in module verification taint message by Marcel Holtmann · 9 years ago
  80. de96d79 kernel/module.c: Free lock-classes if parse_args failed by Andrey Tsyvarev · 9 years ago
  81. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  82. 90e9782 resources: Move struct resource_list_entry from ACPI into resource core by Jiang Liu · 9 years ago
  83. 2d926c1 hrtimer: Fix incorrect tai offset calculation for non high-res timer systems by John Stultz · 9 years ago
  84. c1317ec perf: Pass the event to arch_perf_update_userpage() by Andy Lutomirski · 10 years ago
  85. 1e0fb9e perf: Add pmu callbacks to track event mapping and unmapping by Andy Lutomirski · 10 years ago
  86. 12cf89b livepatch: rename config to CONFIG_LIVEPATCH by Josh Poimboeuf · 9 years ago
  87. 0967160 Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patches by Ingo Molnar · 9 years ago
  88. 2fde4f9 perf: Decouple unthrottling and rotating by Mark Rutland · 10 years ago
  89. cc34b98 perf: Drop module reference on event init failure by Mark Rutland · 10 years ago
  90. 7c60fc0 perf: Use POLLIN instead of POLL_IN for perf poll data in flag by Jiri Olsa · 9 years ago
  91. a83fe28 perf: Fix put_event() ctx lock by Peter Zijlstra · 9 years ago
  92. 8f95b43 perf: Fix move_group() order by Peter Zijlstra (Intel) · 10 years ago
  93. f63a8da perf: Fix event->ctx locking by Peter Zijlstra · 10 years ago
  94. 652884f perf: Add a bit of paranoia by Peter Zijlstra · 10 years ago
  95. 8f4bf4b Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changes by Ingo Molnar · 9 years ago
  96. afffc6c locking/rtmutex: Optimize setting task running after being blocked by Davidlohr Bueso · 9 years ago
  97. 7310599 locking/rwsem: Use task->state helpers by Davidlohr Bueso · 10 years ago
  98. 7c34e31 sched/completion: Add lock-free checking of the blocking case by Nicholas Mc Guire · 10 years ago
  99. de30ec4 sched/completion: Remove unnecessary ->wait.lock serialization when reading completion state by Nicholas Mc Guire · 10 years ago
  100. 51587bc locking/mutex: Explicitly mark task as running after wakeup by Davidlohr Bueso · 10 years ago