summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-21btrfs: don't clobber errors in add_remap_tree_entries()Mark Harmstone-1/+1
2026-04-21btrfs: enable shutdown ioctl for non-experimental buildsQu Wenruo-4/+3
2026-04-21btrfs: apply first key check for readahead when possibleQu Wenruo-4/+15
2026-04-21btrfs: abort transaction in do_remap_reloc_trans() on failureMark Harmstone-4/+10
2026-04-21btrfs: fix bytes_may_use leak in do_remap_reloc_trans()Mark Harmstone-0/+6
2026-04-21btrfs: fix bytes_may_use leak in move_existing_remap()Mark Harmstone-0/+6
2026-04-20tracing: tell git to ignore the generated 'undefsyms_base.c' fileLinus Torvalds-0/+1
2026-04-20Merge tag 'linux_kselftest-next-7.1-next-fixes' of git://git.kernel.org/pub/s...Linus Torvalds-29/+28
2026-04-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-13/+297
2026-04-20Merge tag 'sh-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-11/+5
2026-04-20Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-16/+33
2026-04-20Merge tag 'printk-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-18/+46
2026-04-20Merge tag 'timers-urgent-2026-04-20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+7
2026-04-21rtmutex: Use waiter::task instead of current in remove_waiter()Keenan Dong-5/+8
2026-04-20Merge tag 'core-urgent-2026-04-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-15/+5
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson-100/+98
2026-04-20KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson-9/+7
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson-55/+55
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson-182/+150
2026-04-20KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a gues...Sean Christopherson-2/+2
2026-04-20KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()Sean Christopherson-8/+5
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson-4/+4
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson-23/+9
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson-142/+102
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack-205/+201
2026-04-20KVM: selftests: Use s16 instead of int16_tDavid Matlack-1/+1
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack-42/+42
2026-04-20KVM: selftests: Use s32 instead of int32_tDavid Matlack-14/+14
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack-646/+642
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack-22/+22
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack-1415/+1415
2026-04-20KVM: selftests: Use gpa_t for GPAs in Hyper-V selftestsDavid Matlack-6/+6
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack-96/+92
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack-178/+172
2026-04-20netfilter: nfnetlink_osf: fix potential NULL dereference in ttl checkFernando Fernandez Mancera-15/+7
2026-04-20netfilter: nfnetlink_osf: fix out-of-bounds read on option matchingFernando Fernandez Mancera-11/+8
2026-04-20ipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang-4/+15
2026-04-20netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso-8/+10
2026-04-20netfilter: xtables: restrict several matches to inet familyPablo Neira Ayuso-34/+68
2026-04-20netfilter: conntrack: remove sprintf usageFlorian Westphal-16/+19
2026-04-20netfilter: nfnetlink_osf: fix divide-by-zero in OSF_WSS_MODULOXiang Mei-0/+4
2026-04-20netfilter: nft_osf: restrict it to ipv4Pablo Neira Ayuso-1/+5
2026-04-20io_uring: fix iowq_limits data race in tctx node additionJens Axboe-3/+7
2026-04-20x86/shstk: Prevent deadlock during shstk sigreturnRick Edgecombe-20/+25
2026-04-20io_uring/tctx: mark io_wq as exiting before error path teardownJens Axboe-1/+3
2026-04-20io_uring/tctx: check for setup tctx->io_wq before teardownJens Axboe-1/+2
2026-04-20drm/nouveau: fix u32 overflow in pushbuf reloc bounds checkGreg Kroah-Hartman-1/+1
2026-04-20ktest: Add logfile to failure directorySteven Rostedt-0/+6
2026-04-20ktest: Fix the month in the name of the failure directorySteven Rostedt-1/+1
2026-04-20Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1309/+3073