summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-06-04kcov: cleanup debug messagesAndrey Konovalov-20/+2
2020-06-04bpf: Fix an error code in check_btf_func()Dan Carpenter-1/+1
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+4
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-67/+68
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds-87/+117
2020-06-04scs: Report SCS usage in bytes rather than number of entriesWill Deacon-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-60/+230
2020-06-03mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner-1/+2
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner-2/+1
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner-8/+3
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner-1/+1
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner-3/+3
2020-06-03padata: add basic support for multithreaded jobsDaniel Jordan-3/+149
2020-06-03padata: allocate work structures for parallel jobs from a poolDaniel Jordan-41/+77
2020-06-03padata: initialize earlierDaniel Jordan-9/+8
2020-06-03padata: remove exit routineDaniel Jordan-6/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-2215/+4826
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-14/+4
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-24/+110
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds-22/+46
2020-06-03bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()Al Viro-19/+6
2020-06-03Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+11
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds-34/+299
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-371/+541
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-136/+189
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-36/+113
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-13/+48
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-67/+32
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel-13/+0
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig-10/+14
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig-3/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-6/+5
2020-06-02dma-mapping: use vmap insted of reimplementing itChristoph Hellwig-36/+12
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown-1/+1
2020-06-02kdb: Remove the misfeature 'KDBFLAGS'Wei Li-4/+4
2020-06-02kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson-1/+2
2020-06-02kgdb: Don't call the deinit under spinlockDouglas Anderson-2/+3
2020-06-02irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK tooIngo Molnar-2/+0
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-53/+53
2020-06-01Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-16/+17
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+12
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-1/+4
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+7
2020-06-01bpf, cgroup: Return ENOLINK for auto-detached links on updateJakub Sitnicki-1/+1
2020-06-01bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki-2/+245
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki-0/+134
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki-3/+4
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+119
2020-06-01bpf: Use tracing helpers for lsm programsJiri Olsa-2/+2