summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tracing: Use .flush() call to wake up readersSteven Rostedt (Google)1-6/+15
2024-04-03KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()Sean Christopherson1-7/+9
2024-04-03KVM: x86: Mark target gfn of emulated atomic instruction as dirtySean Christopherson1-0/+10
2024-04-03init/Kconfig: lower GCC version check for -Warray-boundsKees Cook1-3/+3
2024-04-03xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor1-0/+3
2024-04-03Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryMichael Kelley1-1/+21
2024-04-03netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso1-0/+3
2024-04-03netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso1-0/+3
2024-04-03netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso1-0/+1
2024-04-03tls: fix race between tx work scheduling and socket closeJakub Kicinski1-10/+6
2024-04-03platform/x86: p2sb: On Goldmont only cache P2SB and SPI devfn BARHans de Goede1-16/+9
2024-04-03cpufreq: brcmstb-avs-cpufreq: fix up "add check for cpufreq_cpu_get's return ...Greg Kroah-Hartman1-2/+3
2024-04-03x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov1-5/+5
2024-04-03dm snapshot: fix lockup in dm_exception_table_exitMikulas Patocka1-1/+3
2024-04-03drm/amd/display: Fix noise issue on HDMI AV muteLeo Ma1-1/+11
2024-04-03drm/amd/display: Return the correct HDCP error codeRodrigo Siqueira1-0/+3
2024-04-03drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flagPhilip Yang1-0/+1
2024-04-03ahci: asm1064: asm1166: don't limit reported portsConrad Kostecki1-13/+0
2024-04-03ahci: asm1064: correct count of reported portsAndrey Jr. Melnikov1-3/+11
2024-04-03wireguard: netlink: access device through ctx instead of peerJason A. Donenfeld1-2/+2
2024-04-03wireguard: netlink: check for dangling peer via is_dead instead of empty listJason A. Donenfeld1-3/+3
2024-04-03LoongArch: Define the __io_aw() hook as mmiowb()Huacai Chen1-0/+2
2024-04-03LoongArch: Change __my_cpu_offset definition to avoid mis-optimizationHuacai Chen1-1/+6
2024-04-03net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)2-8/+8
2024-04-03NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)1-1/+1
2024-04-03x86/CPU/AMD: Update the Zenbleed microcode revisionsBorislav Petkov (AMD)1-5/+5
2024-04-03cpufreq: dt: always allocate zeroed cpumaskMarek Szyprowski1-1/+1
2024-04-03cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-04-03nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi1-1/+1
2024-04-03nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2-4/+14
2024-04-03f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong1-1/+3
2024-04-03f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
2024-04-03Revert "block/mq-deadline: use correct way to throttling write requests"Bart Van Assche1-2/+1
2024-04-03memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang1-2/+2
2024-04-03drm/vc4: hdmi: do not return negative values from .get_modes()Jani Nikula1-1/+1
2024-04-03drm/imx/ipuv3: do not return negative values from .get_modes()Jani Nikula1-2/+2
2024-04-03drm/exynos: do not return negative values from .get_modes()Jani Nikula2-4/+4
2024-04-03drm/panel: do not return negative error codes from drm_panel_get_modes()Jani Nikula1-6/+11
2024-04-03drm/probe-helper: warn about negative .get_modes()Jani Nikula2-1/+9
2024-04-03s390/zcrypt: fix reference counting on zcrypt card objectsHarald Freudenberger1-0/+2
2024-04-03soc: fsl: qbman: Use raw spinlock for cgr_lockSean Anderson1-11/+14
2024-04-03soc: fsl: qbman: Always disable interrupts when taking cgr_lockSean Anderson1-5/+5
2024-04-03ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)2-48/+69
2024-04-03ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)1-7/+20
2024-04-03ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)1-7/+23
2024-04-03ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)1-3/+4
2024-04-03ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)1-71/+68
2024-04-03ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis1-2/+8
2024-04-03vfio/platform: Disable virqfds on cleanupAlex Williamson1-1/+4
2024-04-03vfio/pci: Lock external INTx masking opsAlex Williamson1-6/+28