summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner2022-03-251-0/+2
* mm: warn on deleting redirtied only if accountedHugh Dickins2022-03-251-2/+1
* mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand2022-03-251-5/+0
* mm/swapfile: remove stale reuse_swap_page()David Hildenbrand2022-03-251-4/+0
* mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand2022-03-251-1/+0
* mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin2022-03-251-6/+0
* kasan: move and hide kasan_save_enable/restore_multi_shotAndrey Konovalov2022-03-251-4/+0
* 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