Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-03-27 | 6 | -63/+102 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'kvm/kvm-sls-fix' | Peter Zijlstra | 2022-03-22 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'x86/pasid' into x86/core, to resolve conflicts | Ingo Molnar | 2022-03-15 | 1 | -8/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86: Mark __invalid_creds() __noreturn | Peter Zijlstra | 2022-03-15 | 1 | -1/+1 | |
| * | | | | | | | | | | exit: Mark do_group_exit() __noreturn | Peter Zijlstra | 2022-03-15 | 1 | -1/+1 | |
| * | | | | | | | | | | x86/ibt,kprobes: Cure sym+0 equals fentry woes | Peter Zijlstra | 2022-03-15 | 1 | -14/+52 | |
| * | | | | | | | | | | x86/livepatch: Validate __fentry__ location | Peter Zijlstra | 2022-03-15 | 1 | -17/+2 | |
| * | | | | | | | | | | x86/ibt,ftrace: Search for __fentry__ location | Peter Zijlstra | 2022-03-15 | 3 | -30/+46 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'trace-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2022-03-26 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | tracing: Have trace event string test handle zero length strings | Steven Rostedt (Google) | 2022-03-23 | 1 | -2/+7 | |
* | | | | | | | | | | | Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" | Linus Torvalds | 2022-03-26 | 1 | -15/+8 | |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-25 | 2 | -7/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kasan, vmalloc: only tag normal vmalloc allocations | Andrey Konovalov | 2022-03-25 | 1 | -4/+8 | |
| * | | | | | | | | | | | kasan, vmalloc: add vmalloc tagging for HW_TAGS | Andrey Konovalov | 2022-03-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | kasan, arm64: reset pointer tags of vmapped stacks | Andrey Konovalov | 2022-03-25 | 1 | -5/+6 | |
| * | | | | | | | | | | | kasan, fork: reset pointer tags of vmapped stacks | Andrey Konovalov | 2022-03-25 | 1 | -0/+2 | |
* | | | | | | | | | | | | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2022-03-25 | 2 | -3/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'topic/func-desc-lkdtm' into next | Michael Ellerman | 2022-03-07 | 1 | -1/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | lkdtm: Really write into kernel text in WRITE_KERN | Christophe Leroy | 2022-02-16 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | asm-generic: Refactor dereference_[kernel]_function_descriptor() | Christophe Leroy | 2022-02-16 | 1 | -1/+22 | |
| * | | | | | | | | | | | | | livepatch: Fix build failure on 32 bits processors | Christophe Leroy | 2022-02-07 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-03-25 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | scsi: block: Remove REQ_OP_WRITE_SAME support | Christoph Hellwig | 2022-02-23 | 1 | -1/+0 | |
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2022-03-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | xfs: don't generate selinux audit messages for capability testing | Darrick J. Wong | 2022-03-09 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-24 | 6 | -100/+97 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | kernel/resource: fix kfree() of bootmem memory again | Miaohe Lin | 2022-03-24 | 1 | -33/+8 | |
| * | | | | | | | | | | | | kcov: properly handle subsequent mmap calls | Aleksandr Nogikh | 2022-03-24 | 1 | -19/+15 | |
| * | | | | | | | | | | | | kcov: split ioctl handling into locked and unlocked parts | Aleksandr Nogikh | 2022-03-24 | 1 | -31/+37 | |
| * | | | | | | | | | | | | panic: move panic_print before kmsg dumpers | Guilherme G. Piccoli | 2022-03-24 | 1 | -4/+9 | |
| * | | | | | | | | | | | | panic: add option to dump all CPUs backtraces in panic_print | Guilherme G. Piccoli | 2022-03-24 | 1 | -0/+4 | |
| * | | | | | | | | | | | | taskstats: remove unneeded dead assignment | Lukas Bulwahn | 2022-03-24 | 1 | -2/+3 | |
| * | | | | | | | | | | | | panic: unset panic_on_warn inside panic() | Tiezhu Yang | 2022-03-24 | 1 | -9/+11 | |
| * | | | | | | | | | | | | cgroup: use irqsave in cgroup_rstat_flush_locked(). | Sebastian Andrzej Siewior | 2022-03-24 | 1 | -2/+11 | |
| * | | | | | | | | | | | | kernel/ksysfs.c: use helper macro __ATTR_RW | Miaohe Lin | 2022-03-24 | 1 | -2/+1 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-03-24 | 40 | -1191/+3148 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-03-22 | 21 | -230/+1475 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | bpf: Fix bpf_prog_pack when PMU_SIZE is not defined | Song Liu | 2022-03-21 | 1 | -2/+13 | |
| | * | | | | | | | | | | | | bpf: Fix bpf_prog_pack for multi-node setup | Song Liu | 2022-03-21 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | bpf: Fix warning for cast from restricted gfp_t in verifier | Joanne Koong | 2022-03-21 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | bpf: Fix kprobe_multi return probe backtrace | Jiri Olsa | 2022-03-21 | 1 | -30/+37 | |
| | * | | | | | | | | | | | | Revert "bpf: Add support to inline bpf_get_func_ip helper on x86" | Jiri Olsa | 2022-03-21 | 2 | -21/+1 | |
| | * | | | | | | | | | | | | bpf: Simplify check in btf_parse_hdr() | Yuntao Wang | 2022-03-21 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | bpf: Check for NULL return from bpf_get_btf_vmlinux | Kumar Kartikeya Dwivedi | 2022-03-21 | 1 | -1/+5 | |
| | * | | | | | | | | | | | | bpf: Adjust BPF stack helper functions to accommodate skip > 0 | Namhyung Kim | 2022-03-21 | 1 | -32/+24 | |
| | * | | | | | | | | | | | | bpf: Select proper size for bpf_prog_pack | Song Liu | 2022-03-21 | 1 | -23/+47 | |
| | * | | | | | | | | | | | | bpf: Enable non-atomic allocations in local storage | Joanne Koong | 2022-03-21 | 4 | -29/+68 | |
| | * | | | | | | | | | | | | bpf: Always raise reference in btf_get_module_btf | Kumar Kartikeya Dwivedi | 2022-03-19 | 1 | -10/+11 | |
| | * | | | | | | | | | | | | bpf: Factor out fd returning from bpf_btf_find_by_name_kind | Kumar Kartikeya Dwivedi | 2022-03-19 | 1 | -37/+53 | |
| | * | | | | | | | | | | | | bpf: Add cookie support to programs attached with kprobe multi link | Jiri Olsa | 2022-03-18 | 2 | -2/+114 |