summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-03-19Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner-33/+3
2020-03-19Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-62/+116
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song-11/+9
2020-03-19time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish-4/+5
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan-2/+0
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau-11/+14
2020-03-17Merge branch 'for-5.7-console-exit' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman-20/+29
2020-03-17dma-mapping: Fix dma_pgprot() for unencrypted coherent pagesThomas Hellstrom-0/+2
2020-03-16cgroupfs: Support user xattrsDaniel Xu-1/+2
2020-03-16dma-direct: provide a arch_dma_clear_uncached hookChristoph Hellwig-0/+2
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig-4/+6
2020-03-16dma-direct: consolidate the error handling in dma_direct_alloc_pagesChristoph Hellwig-7/+6
2020-03-16dma-coherent: fix integer overflow in the reserved-memory dma allocationKevin Grandemange-6/+7
2020-03-15Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-38/+55
2020-03-15Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2020-03-14PM / hibernate: Remove unnecessary compat ioctl overridesEric Biggers-15/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-219/+542
2020-03-13bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge-0/+2
2020-03-13bpf: Remove bpf_image treeJiri Olsa-77/+12
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa-0/+1
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa-0/+28
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa-14/+19
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa-11/+11
2020-03-13bpf: Add bpf_ksym_find functionJiri Olsa-7/+15
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa-14/+10
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa-11/+11
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa-8/+10
2020-03-13bpf: Add struct bpf_ksymJiri Olsa-16/+12
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko-7/+11
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-7/+23
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-55/+144
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron-1/+6
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira-0/+48
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-0/+4
2020-03-12cgroup: Restructure release_agent_path handlingTejun Heo-17/+17
2020-03-12Merge branch 'for-5.6-fixes' into for-5.7Tejun Heo-4/+4
2020-03-12workqueue: Mark up unlocked access to wq->first_flusherChris Wilson-2/+2
2020-03-12audit: trigger accompanying records when no rules presentRichard Guy Briggs-3/+9
2020-03-11Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+10
2020-03-11Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-0/+2
2020-03-11ftrace: Return the first found result in lookup_rec()Artem Savkov-0/+2
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko-34/+88
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt-0/+4
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+28
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+8
2020-03-10bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi-1/+1
2020-03-10workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton-6/+8
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman-130/+293
2020-03-09bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko-0/+3
2020-03-09bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko-2/+2