aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-05-13io_uring/rw: drop unused attr_type_mask from io_prep_rw_pi()Yang Xiuwei1-2/+2
2026-05-13pinctrl-amd: enable IRQ for WACF2200 touchscreen on Lenovo Yoga 7 14AGP11Hardik Prakash1-0/+35
2026-05-12net: ethernet: ravb: Do not check URAM suspension when WoL is activeNiklas Söderlund1-3/+6
2026-05-12ethtool: fix ethnl_bitmap32_not_zero() bit interval semanticsChenguang Zhao1-4/+4
2026-05-12net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepointXiang Mei1-1/+1
2026-05-12net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoSNicolò Coccia1-9/+8
2026-05-12net: atm: fix skb leak in sigd_send() default branchWei Yang1-0/+1
2026-05-12net: ethtool: phy: avoid NULL deref when PHY driver is unboundDavid Carlier1-4/+6
2026-05-12net: atlantic: preserve PCI wake-from-D3 on shutdown when WOL enabledZoran Ilievski1-1/+1
2026-05-12sched_ext: Defer sub_kset base put to scx_sched_free_rcu_workTejun Heo1-2/+4
2026-05-12sched_ext: INIT_LIST_HEAD() &sch->all in scx_alloc_and_add_sched()Tejun Heo1-0/+1
2026-05-12Merge tag 'kvm-s390-master-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-8/+5
2026-05-12sched_ext: Drop NONE early return in scx_disable_and_exit_task()Tejun Heo1-10/+2
2026-05-12KVM: x86: Swap the dst and src operand for MOVNTDQASean Christopherson1-1/+1
2026-05-12KVM: x86: use again the flush argument of __link_shadow_page()Paolo Bonzini1-2/+21
2026-05-12KVM: selftests: Ensure gmem file sizes are multiple of host page sizeSean Christopherson1-2/+7
2026-05-12Merge tag 'kvmarm-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini12-13/+120
2026-05-12Documentation: kvm: update links in the references section of AMD Memory EncryptionNinad Naik1-4/+4
2026-05-12KVM: nSVM: Never use L0's PAUSE loop exiting while L2 is runningSean Christopherson2-31/+27
2026-05-12KVM: x86: Fix Xen hypercall tracepoint argument assignmentQiang Ma1-1/+1
2026-05-12KVM: Reject wrapped offset in kvm_reset_dirty_gfn()Aaron Sacks1-1/+2
2026-05-12audit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia1-0/+4
2026-05-12audit: fix incorrect inheritable capability in CAPSET recordsSergio Correia1-1/+1
2026-05-12libceph: Fix potential null-ptr-deref in decode_choose_args()Raphael Zimmer1-1/+2
2026-05-12libceph: handle rbtree insertion error in decode_choose_args()Raphael Zimmer1-1/+4
2026-05-12hwmon: (asus_atk0110) Check ACPI_COMPANION() against NULLRafael J. Wysocki1-1/+6
2026-05-12hwmon: (acpi_power_meter) Check ACPI_COMPANION() against NULLRafael J. Wysocki1-1/+5
2026-05-12Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds5-15/+47
2026-05-12Documentation: security-bugs: clarify requirements for AI-assisted reportsWilly Tarreau1-0/+57
2026-05-12Documentation: security-bugs: explain what is and is not a security bugWilly Tarreau3-1/+274
2026-05-12Documentation: security-bugs: do not systematically Cc the security teamWilly Tarreau1-1/+9
2026-05-12ACPI: PAD: xen: Check ACPI_COMPANION() against NULLRafael J. Wysocki1-1/+5
2026-05-12accel/qaic: Add overflow check to remap_pfn_range during mmapZack McKevitt1-2/+21
2026-05-12HID: logitech-hidpp: Add support for newer Bluetooth keyboardsAlain Michaud1-0/+38
2026-05-12HID: pidff: Fix integer overflow in pidff_rescaleTomasz Pakuła1-2/+5
2026-05-12HID: i2c-hid: add reset quirk for BLTP7853 touchpadXu Rao2-0/+5
2026-05-12HID: core: introduce hid_safe_input_report()Benjamin Tissoires4-8/+37
2026-05-12HID: pass the buffer size to hid_report_raw_eventBenjamin Tissoires11-33/+53
2026-05-12HID: google: hammer: stop hardware on devres action failureMyeonghun Pak1-1/+1
2026-05-12HID: appletb-kbd: run inactivity autodim from workqueuesSangyun Kim1-14/+30
2026-05-12HID: appletb-kbd: fix UAF in inactivity-timer cleanup pathSangyun Kim1-8/+8
2026-05-12HID: playstation: Clamp num_touch_reportsT.J. Mercier1-2/+4
2026-05-12HID: magicmouse: Prevent out-of-bounds (OOB) read during DOUBLE_REPORT_IDLee Jones1-0/+16
2026-05-12HID: mcp2221: fix OOB write in mcp2221_raw_event()Florian Pradines1-0/+7
2026-05-12xen/arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in interface.hThomas Huth1-1/+1
2026-05-12block: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user()Sungwoo Kim1-0/+18
2026-05-12HID: quirks: really enable the intended work around for appledisplayLukas Bulwahn1-1/+1
2026-05-12block: recompute nr_integrity_segments in blk_insert_cloned_requestCasey Chen1-0/+19
2026-05-12block: don't overwrite bip_vcnt in bio_integrity_copy_user()David Carlier1-1/+0
2026-05-12HID: hid-sjoy: race between init and usageOliver Neukum1-6/+6