| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  David S. Miller | 6 | -43/+84 |
| 2018-10-26 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 11 | -193/+1137 |
| 2018-10-26 | mm: defer ZONE_DEVICE page initialization to the point where we init pgmap |  Alexander Duyck | 1 | -15/+10 |
| 2018-10-26 | psi: cgroup support |  Johannes Weiner | 2 | -10/+153 |
| 2018-10-26 | psi: pressure stall information for CPU, memory, and IO |  Johannes Weiner | 6 | -2/+760 |
| 2018-10-26 | sched: introduce this_rq_lock_irq() |  Johannes Weiner | 2 | -3/+13 |
| 2018-10-26 | sched: sched.h: make rq locking and clock functions available in stats.h |  Johannes Weiner | 1 | -82/+82 |
| 2018-10-26 | sched: loadavg: make calc_load_n() public |  Johannes Weiner | 1 | -69/+69 |
| 2018-10-26 | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD |  Johannes Weiner | 2 | -21/+1 |
| 2018-10-26 | delayacct: track delays from thrashing cache pages |  Johannes Weiner | 1 | -0/+15 |
| 2018-10-26 | mm: rework memcg kernel stack accounting |  Roman Gushchin | 1 | -6/+49 |
| 2018-10-26 | Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mapping |  Linus Torvalds | 2 | -266/+62 |
| 2018-10-25 | Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk |  Linus Torvalds | 1 | -38/+48 |
| 2018-10-25 | bpf: add bpf_jit_limit knob to restrict unpriv allocations |  Daniel Borkmann | 1 | -3/+46 |
| 2018-10-25 | bpf: make direct packet write unclone more robust |  Daniel Borkmann | 1 | -1/+5 |
| 2018-10-25 | bpf: fix leaking uninitialized memory on pop/peek helpers |  Daniel Borkmann | 1 | -0/+2 |
| 2018-10-25 | bpf: fix direct packet write into pop/peek helpers |  Daniel Borkmann | 1 | -2/+0 |
| 2018-10-25 | bpf: fix cg_skb types to hint access type in may_access_direct_pkt_data |  Daniel Borkmann | 1 | -0/+1 |
| 2018-10-25 | bpf: fix direct packet access for flow dissector progs |  Daniel Borkmann | 1 | -2/+4 |
| 2018-10-26 | bpf, btf: fix a missing check bug in btf_parse |  Martin Lau | 1 | -33/+25 |
| 2018-10-26 | bpf: devmap: fix wrong interface selection in notifier_call |  Taehee Yoo | 1 | -2/+1 |
| 2018-10-25 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -7/+12 |
| 2018-10-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 11 | -132/+86 |
| 2018-10-24 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security |  Linus Torvalds | 1 | -2/+2 |
| 2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 6 | -170/+291 |
| 2018-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 17 | -3000/+1497 |
| 2018-10-23 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -0/+6 |
| 2018-10-23 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -1/+20 |
| 2018-10-23 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 6 | -102/+94 |
| 2018-10-23 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -30/+52 |
| 2018-10-23 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 8 | -84/+262 |
| 2018-10-23 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -14/+39 |
| 2018-10-23 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 14 | -225/+342 |
| 2018-10-23 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 14 | -2381/+2002 |
| 2018-10-23 | Merge branch 'x86/cache' into perf/core, to pick up fixes |  Ingo Molnar | 7 | -22/+114 |
| 2018-10-23 | Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 1 | -1/+1 |
| 2018-10-22 | umh: Add command line to user mode helpers |  Olivier Brunel | 1 | -2/+14 |
| 2018-10-23 | Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator |  Linus Torvalds | 1 | -0/+1 |
| 2018-10-22 | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping |  Linus Torvalds | 7 | -192/+246 |
| 2018-10-22 | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block |  Linus Torvalds | 2 | -11/+41 |
| 2018-10-22 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -5/+9 |
| 2018-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 8 | -20/+500 |
| 2018-10-22 | x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_startup_entry() |  Christophe Leroy | 2 | -16/+0 |
| 2018-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 3 | -11/+47 |
| 2018-10-21 | Merge remote-tracking branches 'regulator/topic/bd718xx' and 'regulator/topic/pfuze100' into regulator-next |  Mark Brown | 1 | -0/+1 |
| 2018-10-20 | bpf, verifier: avoid retpoline for map push/pop/peek operation |  Daniel Borkmann | 1 | -1/+24 |
| 2018-10-20 | bpf, verifier: remove unneeded flow key in check_helper_mem_access |  Daniel Borkmann | 1 | -2/+0 |
| 2018-10-20 | bpf, verifier: reject xadd on flow key memory |  Daniel Borkmann | 1 | -1/+10 |
| 2018-10-20 | bpf, verifier: fix register type dump in xadd and st |  Daniel Borkmann | 1 | -6/+13 |
| 2018-10-20 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Greg Kroah-Hartman | 2 | -4/+22 |