Age | Commit message (Expand) | Author |
2018-09-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-25 | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net | Greg Kroah-Hartman |
2018-09-22 | bpf: sockmap, fix transition through disconnect without close | John Fastabend |
2018-09-22 | bpf: sockmap only allow ESTABLISHED sock state | John Fastabend |
2018-09-21 | bpf: remove redundant null pointer check before consume_skb | zhong jiang |
2018-09-20 | kernel/sys.c: remove duplicated include | YueHaibing |
2018-09-20 | fork: report pid exhaustion correctly | KJ Tsanaktsidis |
2018-09-19 | Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman |
2018-09-18 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-18 | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net | Greg Kroah-Hartman |
2018-09-17 | ring-buffer: Allow for rescheduling when removing pages | Vaibhav Nagarnaik |
2018-09-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-09-15 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-09-15 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-09-15 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2018-09-14 | flow_dissector: implements flow dissector BPF hook | Petar Penkov |
2018-09-13 | Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-12 | bpf/verifier: disallow pointer subtraction | Alexei Starovoitov |
2018-09-12 | bpf: btf: Fix end boundary calculation for type section | Martin KaFai Lau |
2018-09-11 | bpf: add bpffs pretty print for program array map | Yonghong Song |
2018-09-11 | Revert "printk: make sure to print log on console." | Petr Mladek |
2018-09-10 | perf/core: Force USER_DS when recording user stack data | Yabin Cui |
2018-09-10 | locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic" | Colin Ian King |
2018-09-10 | locking/lockdep: Delete unnecessary #include | Ben Hutchings |
2018-09-10 | sched/fair: Fix kernel-doc notation warning | Randy Dunlap |
2018-09-10 | jump_label: Fix typo in warning message | Borislav Petkov |
2018-09-10 | sched/fair: Fix load_balance redo for !imbalance | Vincent Guittot |
2018-09-10 | sched/fair: Fix scale_rt_capacity() for SMT | Vincent Guittot |
2018-09-10 | sched/fair: Fix vruntime_normalized() for remote non-migration wakeup | Steve Muckle |
2018-09-10 | sched/pelt: Fix update_blocked_averages() for RT and DL classes | Vincent Guittot |
2018-09-10 | sched/topology: Set correct NUMA topology type | Srikar Dronamraju |
2018-09-10 | sched/debug: Fix potential deadlock when writing to sched_features | Jiada Wang |
2018-09-10 | locking/mutex: Fix mutex debug call and ww_mutex documentation | Thomas Hellstrom |
2018-09-09 | Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s... | Ingo Molnar |
2018-09-09 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2018-09-09 | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-09-06 | clocksource: Revert "Remove kthread" | Peter Zijlstra |
2018-09-06 | Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-09-06 | printk/tracing: Do not trace printk_nmi_enter() | Steven Rostedt (VMware) |
2018-09-06 | cpu/hotplug: Prevent state corruption on error rollback | Thomas Gleixner |
2018-09-06 | cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun() | Neeraj Upadhyay |
2018-09-05 | bpf/verifier: fix verifier instability | Alexei Starovoitov |
2018-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-09-04 | mm: respect arch_dup_mmap() return value | Nadav Amit |
2018-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-09-02 | Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-09-02 | bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP | John Fastabend |