summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-06-04kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang-10/+7
2020-06-04kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens-0/+5
2020-06-04kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang-28/+6
2020-06-04user.c: make uidhash_table staticJason Yan-1/+1
2020-06-04kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand-0/+5
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov-39/+155
2020-06-04kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov-9/+23
2020-06-04kcov: move t->kcov_sequence assignmentAndrey Konovalov-1/+1
2020-06-04kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov-9/+7
2020-06-04kcov: fix potential use-after-free in kcov_remote_startAndrey Konovalov-6/+8
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-03Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-1/+1
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-02rcuperf: Fix printk format warningKefeng Wang-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