summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-09-08kprobes: Prohibit probes in gate areaChristian A. Ehrhardt
2022-09-07dma-mapping: mark dma_supported staticChristoph Hellwig
2022-09-07swiotlb: fix a typoChao Gao
2022-09-07swiotlb: avoid potential left shift overflowChao Gao
2022-09-07dma-debug: improve search for partial syncsRobin Murphy
2022-09-07Revert "swiotlb: panic if nslabs is too small"Yu Zhao
2022-09-06rv/reactor: add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)
2022-09-06tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou
2022-09-06tracepoint: Allow trace events in modules with TAINT_TESTAlison Schofield
2022-09-06rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Remove usage of kmem_cache from bpf_mem_cache.Alexei Starovoitov
2022-09-05bpf: Remove prealloc-only restriction for sleepable bpf programs.Alexei Starovoitov
2022-09-05bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.Alexei Starovoitov
2022-09-05bpf: Remove tracing program restriction on map typesAlexei Starovoitov
2022-09-05bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov
2022-09-05bpf: Adjust low/high watermarks in bpf_mem_cacheAlexei Starovoitov
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov
2022-09-05bpf: Optimize element count in non-preallocated hash map.Alexei Starovoitov
2022-09-05bpf: Relax the requirement to use preallocated hash maps in tracing progs.Alexei Starovoitov
2022-09-05bpf: Convert hash map to bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas
2022-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman
2022-09-01bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...Hou Tao
2022-09-01bpf: Remove useless else ifJiapeng Chong
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-01bpf: Use this_cpu_{inc_return|dec} for prog->activeHou Tao
2022-09-01bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-31bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao
2022-08-31bpf: Disable preemption when increasing per-cpu map_lockedHou Tao
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-08-25bpf: prepare for more bpf syscall to be used from kernel and user space.Benjamin Tissoires
2022-08-25bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo