summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-11-13824-5682/+8228
|\
| * Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-11-133-7/+39
| |\
| | * bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye2024-11-081-1/+1
| | * bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rxZijian Zhang2024-11-061-2/+10
| | * selftests/bpf: Use -4095 as the bad address for bits iteratorHou Tao2024-11-051-4/+28
| * | Merge tag 'loongarch-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-136-41/+124
| |\ \
| | * | LoongArch: Fix AP booting issue in VM modeBibo Mao2024-11-121-0/+15
| | * | LoongArch: Add WriteCombine shadow mapping in KASANKanglong Wang2024-11-122-1/+15
| | * | LoongArch: Disable KASAN if PGDIR_SIZE is too large for cpu_vabitsHuacai Chen2024-11-122-3/+14
| | * | LoongArch: Make KASAN work with 5-level page-tablesHuacai Chen2024-11-121-3/+23
| | * | LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGSYuli Wang2024-11-121-4/+1
| | * | LoongArch: Fix early_numa_add_cpu() usage for FDT systemsHuacai Chen2024-11-121-1/+1
| | * | LoongArch: For all possible CPUs setup logical-physical CPU mappingHuacai Chen2024-11-122-29/+55
| * | | Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...Linus Torvalds2024-11-1319-75/+158
| |\ \ \
| | * | | mm: swapfile: fix cluster reclaim work crash on rotational devicesJohannes Weiner2024-11-131-1/+1
| | * | | selftests: hugetlb_dio: fixup check for initial conditions to skip in the startDonet Tom2024-11-121-0/+7
| | * | | mm/thp: fix deferred split queue not partially_mapped: fixHugh Dickins2024-11-121-1/+3
| | * | | mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard2024-11-121-39/+77
| | * | | nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki2024-11-121-1/+1
| | * | | ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov2024-11-121-4/+9
| | * | | nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi2024-11-124-6/+2
| | * | | nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi2024-11-121-1/+0
| | * | | mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin2024-11-122-14/+15
| | * | | mm: count zeromap read and set for swapout and swapinBarry Song2024-11-117-8/+43
| * | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-11-131-3/+5
| |\ \ \ \
| | * | | | vdpa/mlx5: Fix PA offset with unaligned starting iotlb mapSi-Wei Liu2024-11-131-3/+5
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-11-128-31/+65
| |\ \ \ \ \
| | * | | | | KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKENSean Christopherson2024-11-081-1/+3
| | * | | | | KVM: x86: Unconditionally set irr_pending when updating APICv stateSean Christopherson2024-11-081-11/+18
| | * | | | | kvm: svm: Fix gctx page leak on invalid inputsDionna Glaze2024-11-081-4/+4
| | * | | | | KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WBJohn Sperbeck2024-11-081-1/+1
| | * | | | | Merge tag 'kvm-x86-fixes-6.12-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-11-086-14/+39
| | |\ \ \ \ \
| | | * | | | | KVM: SVM: Propagate error from snp_guest_req_init() to userspaceSean Christopherson2024-11-051-2/+5
| | | * | | | | KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabledSean Christopherson2024-11-052-6/+26
| | | * | | | | KVM: selftests: Don't force -march=x86-64-v2 if it's unsupportedSean Christopherson2024-11-051-0/+2
| | | * | | | | KVM: selftests: Disable strict aliasingSean Christopherson2024-11-051-4/+4
| | | * | | | | KVM: selftests: fix unintentional noop test in guest_memfd_test.cPatrick Roy2024-11-051-1/+1
| | | * | | | | KVM: selftests: memslot_perf_test: increase guest sync timeoutMaxim Levitsky2024-11-051-1/+1
| * | | | | | | Merge tag 'for-6.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-124-28/+42
| |\ \ \ \ \ \ \
| | * | | | | | | dm-cache: fix warnings about duplicate slab cachesMikulas Patocka2024-11-113-24/+34
| | * | | | | | | dm-bufio: fix warnings about duplicate slab cachesMikulas Patocka2024-11-111-4/+8
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge tag 'integrity-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-123-5/+16
| |\ \ \ \ \ \ \
| | * | | | | | | integrity: Use static_assert() to check struct sizesGustavo A. R. Silva2024-10-101-0/+4
| | * | | | | | | evm: stop avoidably reading i_writecount in evm_file_releaseMateusz Guzik2024-10-101-1/+2
| | * | | | | | | ima: fix buffer overrun in ima_eventdigest_init_commonSamasth Norway Ananda2024-10-101-4/+10
| * | | | | | | | Merge tag 'landlock-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-128-152/+217
| |\ \ \ \ \ \ \ \
| | * | | | | | | | landlock: Optimize scope enforcementMickaël Salaün2024-11-091-3/+15
| | * | | | | | | | landlock: Refactor network access mask managementMickaël Salaün2024-11-091-22/+6
| | * | | | | | | | landlock: Refactor filesystem access mask managementMickaël Salaün2024-11-093-32/+75
| | * | | | | | | | samples/landlock: Clarify option parsing behaviourMatthieu Buffet2024-10-221-15/+16