| Commit message (Expand) | Author | Age | Files | Lines |
* | kasan: test: support async (again) and asymm modes for HW_TAGS | Andrey Konovalov | 2022-03-25 | 1 | -5/+0 |
* | kasan, vmalloc: only tag normal vmalloc allocations | Andrey Konovalov | 2022-03-25 | 1 | -3/+4 |
* | kasan, vmalloc: add vmalloc tagging for HW_TAGS | Andrey Konovalov | 2022-03-25 | 1 | -4/+32 |
* | kasan, page_alloc: allow skipping memory init for HW_TAGS | Andrey Konovalov | 2022-03-25 | 2 | -7/+12 |
* | kasan, page_alloc: allow skipping unpoisoning for HW_TAGS | Andrey Konovalov | 2022-03-25 | 2 | -10/+16 |
* | kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS | Andrey Konovalov | 2022-03-25 | 2 | -4/+16 |
* | kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged | Andrey Konovalov | 2022-03-25 | 1 | -0/+7 |
* | kasan, vmalloc: add vmalloc tagging for SW_TAGS | Andrey Konovalov | 2022-03-25 | 1 | -6/+10 |
* | kasan: add wrappers for vmalloc hooks | Andrey Konovalov | 2022-03-25 | 1 | -2/+15 |
* | kasan: reorder vmalloc hooks | Andrey Konovalov | 2022-03-25 | 1 | -11/+9 |
* | kasan, vmalloc: drop outdated VM_KASAN comment | Andrey Konovalov | 2022-03-25 | 1 | -11/+0 |
* | kasan, x86, arm64, s390: rename functions for modules shadow | Andrey Konovalov | 2022-03-25 | 1 | -7/+7 |
* | kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook | Andrey Konovalov | 2022-03-25 | 1 | -9/+0 |
* | mm: clarify __GFP_ZEROTAGS comment | Andrey Konovalov | 2022-03-25 | 1 | -2/+4 |
* | kasan, page_alloc: merge kasan_free_pages into free_pages_prepare | Andrey Konovalov | 2022-03-25 | 1 | -8/+0 |
* | mm/migration: add trace events for base page and HugeTLB migrations | Anshuman Khandual | 2022-03-25 | 1 | -0/+31 |
* | mm/migration: add trace events for THP migrations | Anshuman Khandual | 2022-03-25 | 1 | -0/+27 |
* | mm: delete __ClearPageWaiters() | Hugh Dickins | 2022-03-25 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-24 | 7 | -20/+25 |
|\ |
|
| * | kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible | Jisheng Zhang | 2022-03-24 | 1 | -6/+6 |
| * | init.h: improve __setup and early_param documentation | Randy Dunlap | 2022-03-24 | 1 | -2/+9 |
| * | bitfield: add explicit inclusions to the example | Andy Shevchenko | 2022-03-24 | 1 | -0/+3 |
| * | ilog2: force inlining of __ilog2_u32() and __ilog2_u64() | Christophe Leroy | 2022-03-24 | 1 | -2/+2 |
| * | include: drop pointless __compiler_offsetof indirection | Rasmus Villemoes | 2022-03-24 | 2 | -7/+1 |
| * | Documentation/sparse: add hints about __CHECKER__ | Bjorn Helgaas | 2022-03-24 | 2 | -0/+2 |
| * | linux/types.h: remove unnecessary __bitwise__ | Bjorn Helgaas | 2022-03-24 | 1 | -3/+2 |
* | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-03-24 | 162 | -825/+3346 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-03-23 | 1 | -0/+18 |
| |\ \ |
|
| | * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | David S. Miller | 2022-03-18 | 1 | -0/+18 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | netfilter: flowtable: Fix QinQ and pppoe support for inet table | Pablo Neira Ayuso | 2022-03-16 | 1 | -0/+18 |
| * | | | net/sched: fix incorrect vlan_push_eth dest field | Louis Peens | 2022-03-23 | 1 | -1/+1 |
| * | | | net/mlx5e: Fix build warning, detected write beyond size of field | Saeed Mahameed | 2022-03-23 | 1 | -0/+5 |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-03-22 | 20 | -51/+362 |
| |\ \ \ |
|
| | * | | | bpf: Adjust BPF stack helper functions to accommodate skip > 0 | Namhyung Kim | 2022-03-21 | 1 | -4/+4 |
| | * | | | bpf: Enable non-atomic allocations in local storage | Joanne Koong | 2022-03-21 | 1 | -3/+4 |
| | * | | | bpf: Add cookie support to programs attached with kprobe multi link | Jiri Olsa | 2022-03-18 | 1 | -0/+1 |
| | * | | | bpf: Add multi kprobe link | Jiri Olsa | 2022-03-18 | 3 | -0/+21 |
| | * | | | lib/sort: Add priv pointer to swap function | Jiri Olsa | 2022-03-18 | 2 | -1/+2 |
| | * | | | fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe | Masami Hiramatsu | 2022-03-18 | 2 | -0/+15 |
| | * | | | fprobe: Add exit_handler support | Masami Hiramatsu | 2022-03-18 | 1 | -0/+6 |
| | * | | | rethook: Add a generic return hook | Masami Hiramatsu | 2022-03-18 | 2 | -0/+103 |
| | * | | | fprobe: Add ftrace based probe APIs | Masami Hiramatsu | 2022-03-18 | 1 | -0/+87 |
| | * | | | ftrace: Add ftrace_set_filter_ips function | Jiri Olsa | 2022-03-18 | 1 | -0/+3 |
| | * | | | net: veth: Account total xdp_frame len running ndo_xdp_xmit | Lorenzo Bianconi | 2022-03-17 | 1 | -0/+14 |
| | * | | | bpf: Fix net.core.bpf_jit_harden race | Hou Tao | 2022-03-16 | 1 | -0/+1 |
| | * | | | bpf, sockmap: Fix memleak in sk_psock_queue_msg | Wang Yufen | 2022-03-15 | 1 | -9/+4 |
| | * | | | compiler_types: Refactor the use of btf_type_tag attribute. | Hao Luo | 2022-03-11 | 1 | -10/+9 |
| | * | | | bpf-lsm: Introduce new helper bpf_ima_file_hash() | Roberto Sassu | 2022-03-11 | 1 | -0/+11 |
| | * | | | bpf: Fix comment for helper bpf_current_task_under_cgroup() | Hengqi Chen | 2022-03-10 | 1 | -2/+2 |
| | * | | | bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/ | Martin KaFai Lau | 2022-03-10 | 2 | -20/+22 |