1. 16a4362 bpf: Fix map-in-map checking in the verifier by Martin KaFai Lau · 8 years ago
  2. ae2b27b bpf: fix a return in sockmap_get_from_fd() by Dan Carpenter · 8 years ago
  3. 976d28b bpf: don't enable preemption twice in smap_do_verdict by Daniel Borkmann · 8 years ago
  4. 1ab2de2 bpf: fix liveness propagation to parent in spilled stack slots by Daniel Borkmann · 8 years ago
  5. 6bdc9c4 bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSER by John Fastabend · 8 years ago
  6. cf56e3b bpf: sockmap state change warning fix by John Fastabend · 8 years ago
  7. cf9d014 bpf: devmap: remove unnecessary value size check by John Fastabend · 8 years ago
  8. 8a31db5 bpf: add access to sock fields and pkt data from sk_skb programs by John Fastabend · 8 years ago
  9. 174a79f bpf: sockmap with sk redirect support by John Fastabend · 8 years ago
  10. a6f6df6 bpf: export bpf_prog_inc_not_zero by John Fastabend · 8 years ago
  11. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  12. 510c8a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  13. 88a5c69 bpf: fix bpf_trace_printk on 32 bit archs by Daniel Borkmann · 8 years ago
  14. dc503a8 bpf/verifier: track liveness for pruning by Edward Cree · 8 years ago
  15. 16af97d mm: migrate: prevent racy access to tlb_flush_pending by Nadav Amit · 8 years ago
  16. d507e2eb mm: fix global NR_SLAB_.*CLAIMABLE counter reads by Johannes Weiner · 8 years ago
  17. b4e432f bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier by Daniel Borkmann · 8 years ago
  18. 92b31a9 bpf: add BPF_J{LT,LE,SLT,SLE} instructions by Daniel Borkmann · 8 years ago
  19. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  20. 48fb6f4 futex: Remove unnecessary warning from get_futex_key by Mel Gorman · 8 years ago
  21. 752ba56 bpf: Extend check_uarg_tail_zero() checks by Mickaël Salaün · 8 years ago
  22. 58291a7 bpf: Move check_uarg_tail_zero() upward by Mickaël Salaün · 8 years ago
  23. 8e17c1b bpf/verifier: increase complexity limit to 128k by Edward Cree · 8 years ago
  24. 7d1238f bpf/verifier: more concise register state logs for constant var_off by Edward Cree · 8 years ago
  25. b03c9f9 bpf/verifier: track signed and unsigned min/max values by Edward Cree · 8 years ago
  26. f1174f7 bpf/verifier: rework value tracking by Edward Cree · 8 years ago
  27. 4cc7b95 bpf: devmap fix mutex in rcu critical section by John Fastabend · 8 years ago
  28. cf5f5ce bpf: add support for sys_enter_* and sys_exit_* tracepoints by Yonghong Song · 8 years ago
  29. fde6af4 Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by David S. Miller · 8 years ago
  30. fbb7761 Fix compat_sys_sigpending breakage by Dmitry V. Levin · 8 years ago
  31. d1faa3e Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  32. 89affbf cpuset: fix a deadlock due to incomplete patching of cpusets_enabled() by Dima Zavin · 8 years ago
  33. 27e37d84 pid: kill pidhash_size in pidhash_init() by Kefeng Wang · 8 years ago
  34. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  35. 34f41c0 timers: Fix overflow in get_next_timer_interrupt by Matija Glavinic Pecotic · 8 years ago
  36. bc78d64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  37. 2e7ca20 Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  38. ff2620f Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  39. e4776b8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  40. 9975a54 bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_len by Daniel Borkmann · 8 years ago
  41. 89b0968 bpf: don't indicate success when copy_from_user fails by Daniel Borkmann · 8 years ago
  42. 1ad0f0a workqueue: Work around edge cases for calc of pool's cpumask by Michael Bringmann · 8 years ago
  43. 8397913 genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration" by Thomas Gleixner · 8 years ago
  44. 0a94efb workqueue: implicit ordered attribute should be overridable by Tejun Heo · 8 years ago
  45. bf50f0e sched/core: Fix some documentation build warnings by Jonathan Corbet · 8 years ago
  46. 241a974 bpf: dev_map_alloc() shouldn't return NULL by Dan Carpenter · 8 years ago
  47. 9305706 bpf/verifier: fix min/max handling in BPF_SUB by Edward Cree · 8 years ago
  48. 3c74541 cgroup: fix error return value from cgroup_subtree_control() by Tejun Heo · 8 years ago
  49. f79ec88 Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  50. 5a77f02 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. bbcdea6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  52. 8b810a3 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  53. 34eddef Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  54. 2aeb188 perf/core: Fix locking for children siblings group read by Jiri Olsa · 8 years ago
  55. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  56. 96080f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  57. 4cabc5b bpf: fix mixed signed/unsigned derived min/max value bounds by Daniel Borkmann · 8 years ago
  58. f58781c Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  59. f86f418 trace: fix the errors caused by incompatible type of RCU variables by Chunyan Zhang · 8 years ago
  60. db9108e0 tracing: Fix kmemleak in instance_rmdir by Chunyu Hu · 8 years ago
  61. 3bda69c perf/core: Fix scheduling regression of pinned groups by Alexander Shishkin · 8 years ago
  62. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  63. 5c0338c workqueue: restore WQ_UNBOUND/max_active==1 to be ordered by Tejun Heo · 8 years ago
  64. b0659ae audit: fix memleak in auditd_send_unicast_skb. by Shu Wang · 8 years ago
  65. 8486188 tracing/ring_buffer: Try harder to allocate by Joel Fernandes · 8 years ago
  66. 7af608e cgroup: create dfl_root files on subsys registration by Tejun Heo · 8 years ago
  67. a696712 genirq/PM: Properly pretend disabled state when force resuming interrupts by Juergen Gross · 8 years ago
  68. 935acd3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  69. 31ba04d Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  70. 2ddf71e net: add notifier hooks for devmap bpf map by John Fastabend · 8 years ago
  71. 11393cc xdp: Add batching support to redirect map by John Fastabend · 8 years ago
  72. 97f91a7 bpf: add bpf_redirect_map helper routine by John Fastabend · 8 years ago
  73. 546ac1f bpf: add devmap, a map for storing net device references by John Fastabend · 8 years ago
  74. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  75. e37720e Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  76. 6d7964a kmod: throttle kmod thread limit by Luis R. Rodriguez · 8 years ago
  77. 5f92a7b kernel/watchdog.c: use better pr_fmt prefix by Kefeng Wang · 8 years ago
  78. a252c25 Merge branches 'pm-cpufreq-sched' and 'intel_pstate' by Rafael J. Wysocki · 8 years ago
  79. 193be41 sched/deadline: Fix confusing comments about selection of top pi-waiter by Joel Fernandes · 8 years ago
  80. 0e4097c sched/cputime: Don't use smp_processor_id() in preemptible context by Wanpeng Li · 8 years ago
  81. bc0f51d Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  82. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  83. 69f0d42 locking/rtmutex: Remove unnecessary priority adjustment by Alex Shi · 8 years ago
  84. 3a75ad1 Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 8 years ago
  85. 7cd815b fork,random: use get_random_canary() to set tsk->stack_canary by Rik van Riel · 8 years ago
  86. e2ae8ab kexec_file: adjust declaration of kexec_purgatory by Kees Cook · 8 years ago
  87. a10a842 kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogs by Nicholas Piggin · 8 years ago
  88. 05a4a95 kernel/watchdog: split up config options by Nicholas Piggin · 8 years ago
  89. f2e0cff kernel/watchdog: introduce arch_touch_nmi_watchdog() by Nicholas Piggin · 8 years ago
  90. e41d5818 fault-inject: support systematic fault injection by Dmitry Vyukov · 8 years ago
  91. 0791e36 kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files by Cyrill Gorcunov · 8 years ago
  92. 9380fa6 kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning() by Mateusz Jurczyk · 8 years ago
  93. 61d9b56 sysctl: add unsigned int range support by Luis R. Rodriguez · 8 years ago
  94. 4f2fec0 sysctl: simplify unsigned int support by Luis R. Rodriguez · 8 years ago
  95. d383d48 sysctl: fold sysctl_writes_strict checks into helper by Luis R. Rodriguez · 8 years ago
  96. a19ac33 sysctl: kdoc'ify sysctl_writes_strict by Luis R. Rodriguez · 8 years ago
  97. 1229384 kdump: protect vmcoreinfo data under the crash memory by Xunlei Pang · 8 years ago
  98. 5203f49 powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr by Xunlei Pang · 8 years ago
  99. 203e9e4 kexec: move vmcoreinfo out of the kernel's .bss section by Xunlei Pang · 8 years ago
  100. 112166f kernel/fork.c: virtually mapped stacks: do not disable interrupts by Christoph Lameter · 8 years ago