summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov2022-03-251-5/+0
* kasan, vmalloc: only tag normal vmalloc allocationsAndrey Konovalov2022-03-251-3/+4
* kasan, vmalloc: add vmalloc tagging for HW_TAGSAndrey Konovalov2022-03-251-4/+32
* kasan, page_alloc: allow skipping memory init for HW_TAGSAndrey Konovalov2022-03-252-7/+12
* kasan, page_alloc: allow skipping unpoisoning for HW_TAGSAndrey Konovalov2022-03-252-10/+16
* kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGSAndrey Konovalov2022-03-252-4/+16
* kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_taggedAndrey Konovalov2022-03-251-0/+7
* kasan, vmalloc: add vmalloc tagging for SW_TAGSAndrey Konovalov2022-03-251-6/+10
* kasan: add wrappers for vmalloc hooksAndrey Konovalov2022-03-251-2/+15
* kasan: reorder vmalloc hooksAndrey Konovalov2022-03-251-11/+9
* kasan, vmalloc: drop outdated VM_KASAN commentAndrey Konovalov2022-03-251-11/+0
* kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov2022-03-251-7/+7
* kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hookAndrey Konovalov2022-03-251-9/+0
* mm: clarify __GFP_ZEROTAGS commentAndrey Konovalov2022-03-251-2/+4
* kasan, page_alloc: merge kasan_free_pages into free_pages_prepareAndrey Konovalov2022-03-251-8/+0
* mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual2022-03-251-0/+31
* mm/migration: add trace events for THP migrationsAnshuman Khandual2022-03-251-0/+27
* mm: delete __ClearPageWaiters()Hugh Dickins2022-03-251-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-247-20/+25
|\
| * kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang2022-03-241-6/+6
| * init.h: improve __setup and early_param documentationRandy Dunlap2022-03-241-2/+9
| * bitfield: add explicit inclusions to the exampleAndy Shevchenko2022-03-241-0/+3
| * ilog2: force inlining of __ilog2_u32() and __ilog2_u64()Christophe Leroy2022-03-241-2/+2
| * include: drop pointless __compiler_offsetof indirectionRasmus Villemoes2022-03-242-7/+1
| * Documentation/sparse: add hints about __CHECKER__Bjorn Helgaas2022-03-242-0/+2
| * linux/types.h: remove unnecessary __bitwise__Bjorn Helgaas2022-03-241-3/+2
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-24162-825/+3346
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-0/+18
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-03-181-0/+18
| | |\ \ | | | |/ | | |/|
| | | * netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso2022-03-161-0/+18
| * | | net/sched: fix incorrect vlan_push_eth dest fieldLouis Peens2022-03-231-1/+1
| * | | net/mlx5e: Fix build warning, detected write beyond size of fieldSaeed Mahameed2022-03-231-0/+5
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-2220-51/+362
| |\ \ \
| | * | | bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim2022-03-211-4/+4
| | * | | bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-211-3/+4
| | * | | bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa2022-03-181-0/+1
| | * | | bpf: Add multi kprobe linkJiri Olsa2022-03-183-0/+21
| | * | | lib/sort: Add priv pointer to swap functionJiri Olsa2022-03-182-1/+2
| | * | | fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu2022-03-182-0/+15
| | * | | fprobe: Add exit_handler supportMasami Hiramatsu2022-03-181-0/+6
| | * | | rethook: Add a generic return hookMasami Hiramatsu2022-03-182-0/+103
| | * | | fprobe: Add ftrace based probe APIsMasami Hiramatsu2022-03-181-0/+87
| | * | | ftrace: Add ftrace_set_filter_ips functionJiri Olsa2022-03-181-0/+3
| | * | | net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi2022-03-171-0/+14
| | * | | bpf: Fix net.core.bpf_jit_harden raceHou Tao2022-03-161-0/+1
| | * | | bpf, sockmap: Fix memleak in sk_psock_queue_msgWang Yufen2022-03-151-9/+4
| | * | | compiler_types: Refactor the use of btf_type_tag attribute.Hao Luo2022-03-111-10/+9
| | * | | bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu2022-03-111-0/+11
| | * | | bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen2022-03-101-2/+2
| | * | | bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau2022-03-102-20/+22