aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-60/+230
2020-06-03mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner1-1/+2
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-2/+1
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-8/+3
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-1/+1
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner1-3/+3
2020-06-03padata: add basic support for multithreaded jobsDaniel Jordan1-3/+149
2020-06-03padata: allocate work structures for parallel jobs from a poolDaniel Jordan1-41/+77
2020-06-03padata: initialize earlierDaniel Jordan1-9/+8
2020-06-03padata: remove exit routineDaniel Jordan1-6/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds45-2215/+4826
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-14/+4
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-24/+110
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds2-22/+46
2020-06-03Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-9/+11
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds6-34/+299
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-371/+541
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-136/+189
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds4-36/+113
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-13/+48
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-67/+32
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2-13/+0
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig1-10/+14
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig1-3/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig3-6/+5
2020-06-02dma-mapping: use vmap insted of reimplementing itChristoph Hellwig1-36/+12
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-1/+1
2020-06-02kdb: Remove the misfeature 'KDBFLAGS'Wei Li1-4/+4
2020-06-02kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson1-1/+2
2020-06-02kgdb: Don't call the deinit under spinlockDouglas Anderson1-2/+3
2020-06-02irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK tooIngo Molnar1-2/+0
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-53/+53
2020-06-01Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+17
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-12/+12
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2-1/+4
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+7
2020-06-01bpf, cgroup: Return ENOLINK for auto-detached links on updateJakub Sitnicki1-1/+1
2020-06-01bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki2-2/+245
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2-0/+134
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki1-3/+4
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-0/+119
2020-06-01bpf: Use tracing helpers for lsm programsJiri Olsa2-2/+2
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2-2/+2
2020-06-01bpf: Change kvfree to kfree in generic_map_lookup_batch()Denis Efremov1-1/+1
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern1-0/+3
2020-06-01bpf: Add support to attach bpf program to a devmap entryDavid Ahern1-4/+84
2020-06-01devmap: Formalize map value as a named structDavid Ahern1-17/+28
2020-06-01bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helperYonghong Song1-3/+3
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko6-50/+680