summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-23Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz1-6/+12
2024-10-23Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz3-6/+35
2024-10-23Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz2-12/+24
2024-10-23LoongArch: KVM: Mark hrtimer to expire in hard interrupt contextHuacai Chen2-4/+5
2024-10-23LoongArch: Make KASAN usable for variable cpu_vabitsHuacai Chen1-1/+1
2024-10-23posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan1-3/+3
2024-10-23r8169: avoid unsolicited interruptsHeiner Kallweit1-1/+3
2024-10-23ALSA: hda/realtek: Update default depop procedureKailang Yang1-21/+17
2024-10-23net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov1-6/+12
2024-10-23net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-10-23net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean1-1/+22
2024-10-23tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
2024-10-23tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski4-4/+19
2024-10-23selftests/bpf: Add test for passing in uninit mtu_lenDaniel Borkmann2-0/+37
2024-10-23selftests/bpf: Add test for writes to .rodataDaniel Borkmann1-1/+30
2024-10-23bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann1-27/+15
2024-10-23bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann1-38/+35
2024-10-23bpf: Add MEM_WRITE attributeDaniel Borkmann6-14/+22
2024-10-23drm/amdgpu: handle default profile on on devices without fullscreen 3DAlex Deucher1-1/+10
2024-10-23drm/amd/display: Disable PSR-SU on Parade 08-01 TCON tooMario Limonciello1-0/+2
2024-10-23drm/amdgpu: fix random data corruption for sdma 7Frank Min1-1/+8
2024-10-23drm/amd/display: temp w/a for DP Link Layer complianceAurabindo Pillai1-0/+13
2024-10-23drm/amd/display: temp w/a for dGPU to enter idle optimizationsAurabindo Pillai1-1/+2
2024-10-23drm/amd/pm: update deep sleep status on smu v14.0.2/3Kenneth Feng1-1/+6
2024-10-23drm/amd/pm: update overdrive function on smu v14.0.2/3Kenneth Feng1-1/+1
2024-10-23drm/amd/pm: update the driver-fw interface file for smu v14.0.2/3Kenneth Feng3-89/+102
2024-10-23drm/amd: Guard against bad data for ATIF ACPI methodMario Limonciello1-3/+12
2024-10-22ASoC: qcom: sc7280: Fix missing Soundwire runtime stream allocKrzysztof Kozlowski2-1/+10
2024-10-22bpf: Preserve param->string when parsing mount optionsHou Tao1-2/+3
2024-10-22ASoC: fsl_micfil: Add sample rate constraintShengjiu Wang1-0/+38
2024-10-22jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-10-22btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing2-7/+4
2024-10-22btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo1-2/+1
2024-10-22btrfs: fix read corruption due to race with extent map mergingBoris Burkov1-15/+16
2024-10-22btrfs: fix the delalloc range locking if sector size < page sizeQu Wenruo1-8/+9
2024-10-22btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo3-2/+4
2024-10-22btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana1-0/+9
2024-10-22net: usb: usbnet: fix name regressionOliver Neukum1-1/+2
2024-10-22mlxsw: spectrum_router: fix xa_store() error checkingYuan Can1-6/+3
2024-10-22Merge tag 'nf-24-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni4-2/+7
2024-10-22MAINTAINERS: add a keyword entry for the GPIO subsystemBartosz Golaszewski1-0/+1
2024-10-22objpool: fix choosing allocation for percpu slotsViktor Malik1-1/+1
2024-10-22KVM: selftests: Fix build on on non-x86 architecturesMark Brown1-1/+3
2024-10-229p: fix slab cache name creation for realLinus Torvalds1-1/+3
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-103/+277
2024-10-21Merge tag 'probes-fixes-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+6
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-67/+95
2024-10-21Merge tag 'v6.12-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2024-10-21nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun1-1/+1
2024-10-21LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao7-30/+54