summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-21Linux 6.1.95v6.1.95Greg Kroah-Hartman1-1/+1
2024-06-21zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov1-0/+1
2024-06-21i2c: designware: Fix the functionality flags of the slave-only interfaceJean Delvare1-1/+1
2024-06-21i2c: at91: Fix the functionality flags of the slave-only interfaceJean Delvare1-2/+1
2024-06-21misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...Yongzhi Liu1-2/+4
2024-06-21usb-storage: alauda: Check whether the media is initializedShichao Lai1-3/+6
2024-06-21serial: core: Add UPIO_UNKNOWN constant for unknown port typeAndy Shevchenko1-0/+1
2024-06-21serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang1-1/+4
2024-06-21greybus: Fix use-after-free bug in gb_interface_release due to race condition.Sicong Huang1-0/+1
2024-06-21Bluetooth: qca: generalise device address checkJohan Hovold2-9/+14
2024-06-21Bluetooth: qca: fix wcn3991 device address checkJohan Hovold1-1/+4
2024-06-21cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells1-0/+3
2024-06-21remoteproc: k3-r5: Jump to error handling labels in start/stop errorsBeleswar Padhi1-2/+4
2024-06-21Revert "fork: defer linking file vma until vma is fully initialized"Sam James1-9/+9
2024-06-21mptcp: pm: update add_addr counters after connectYonglongLi2-8/+12
2024-06-21serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ levelDoug Brown1-0/+1
2024-06-21mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin1-2/+2
2024-06-21mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin1-0/+7
2024-06-21tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov1-28/+14
2024-06-21nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi1-0/+3
2024-06-21btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana1-3/+10
2024-06-21btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_infoChristoph Hellwig1-37/+42
2024-06-21btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...Christoph Hellwig1-11/+19
2024-06-21btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_infoChristoph Hellwig1-92/+92
2024-06-21btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_infoChristoph Hellwig1-47/+37
2024-06-21intel_th: pci: Add Lunar Lake supportAlexander Shishkin1-0/+5
2024-06-21intel_th: pci: Add Meteor Lake-S supportAlexander Shishkin1-0/+5
2024-06-21intel_th: pci: Add Sapphire Rapids SOC supportAlexander Shishkin1-0/+5
2024-06-21intel_th: pci: Add Granite Rapids SOC supportAlexander Shishkin1-0/+5
2024-06-21intel_th: pci: Add Granite Rapids supportAlexander Shishkin1-0/+5
2024-06-21drm/i915/dpt: Make DPT object unshrinkableVidya Srinivas1-1/+3
2024-06-21drm/i915/gt: Disarm breadcrumbs if engines are already idleChris Wilson1-8/+7
2024-06-21riscv: rewrite __kernel_map_pages() to fix sleeping in invalid contextNam Cao1-6/+22
2024-06-21remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfsBeleswar Padhi1-2/+21
2024-06-21remoteproc: k3-r5: Wait for core0 power-up before powering up core1Apurva Nandan1-0/+33
2024-06-21dmaengine: axi-dmac: fix possible race in remove()Nuno Sa1-1/+1
2024-06-21PCI: rockchip-ep: Remove wrong mask on subsys_vendor_idRick Wertenbroek1-4/+2
2024-06-21ocfs2: fix races between hole punching and AIO+DIOSu Yue1-0/+2
2024-06-21ocfs2: use coarse time for new created filesSu Yue1-1/+1
2024-06-21fs/proc: fix softlockup in __read_vmcoreRik van Riel1-0/+2
2024-06-21knfsd: LOOKUP can return an illegal error valueTrond Myklebust1-2/+2
2024-06-21spmi: hisi-spmi-controller: Do not override device identifierVamshi Gajjela1-1/+0
2024-06-21vmci: prevent speculation leaks by sanitizing event in event_deliver()Hagar Gamal Halim Hemdan1-1/+5
2024-06-21sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo1-6/+10
2024-06-21null_blk: Print correct max open zones limit in null_init_zoned_dev()Damien Le Moal1-1/+1
2024-06-21tracing/selftests: Fix kprobe event name test for .isra. functionsSteven Rostedt (Google)1-1/+2
2024-06-21riscv: fix overlap of allocated page and PTR_ERRNam Cao1-10/+11
2024-06-21perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu1-0/+13
2024-06-21x86/amd_nb: Check for invalid SMN readsYazen Ghannam1-1/+8
2024-06-21irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()Hagar Hemdan1-32/+12