summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-04rndis_host: enable power management for Telit LE310X1Shaoxu Liu
2026-06-04rndis_host: add Telit LE310X1 RNDIS USB IDShaoxu Liu
2026-06-04inet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim
2026-06-04bonding: annotate data-races in sysfs and procfsEric Dumazet
2026-06-05i2c: busses: make K1 driver default for SpacemiT platformsIker Pedrosa
2026-06-05Merge tag 'drm-rust-next-2026-06-04' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie
2026-06-05i2c: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)
2026-06-04cxl/pci: Convert PCIBIOS errors to errno on DVSEC config accessesDave Jiang
2026-06-04accel/ethosu: reject DMA commands with uninitialized lengthMuhammad Bilal
2026-06-04accel/ethosu: fix arithmetic issues in dma_length()Muhammad Bilal
2026-06-04accel/ethosu: fix wrong weight index in NPU_SET_SCALE1_LENGTH on U85Muhammad Bilal
2026-06-04accel/ethosu: reject NPU_OP_RESIZE commands from userspaceMuhammad Bilal
2026-06-04cxl/pci: Fix the incorrect check of pci_read_config_word() returnDave Jiang
2026-06-04tools: ynl: try to avoid the very slow YAML loaderJakub Kicinski
2026-06-04accel/ethosu: fix IFM region index out-of-bounds in command stream parserMuhammad Bilal
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04perf sched: Fix thread reference leaks in timehist_get_thread()Arnaldo Carvalho de Melo
2026-06-04perf tools: Add bounds check to cpu__get_node()Arnaldo Carvalho de Melo
2026-06-04perf tools: Guard remaining test_bit calls from OOB sample CPUArnaldo Carvalho de Melo
2026-06-04ocfs2: fix out-of-bounds write in ocfs2_remove_refcount_extentIan Bridges
2026-06-04ocfs2: fix race between ocfs2_control_install_private() and ocfs2_control_rel...Joseph Qi
2026-06-04ocfs2/dlm: require a ref for locking_state debugfs openZhang Cen
2026-06-04ocfs2: reject FITRIM ranges shorter than a clusterZhang Cen
2026-06-04ocfs2: validate fast symlink target during inode readZhang Cen
2026-06-04ocfs2: add journal NULL check in ocfs2_checkpoint_inode()Joseph Qi
2026-06-04ocfs2: fix buffer head management in ocfs2_read_blocks()Dmitry Antipov
2026-06-04raid6: use kmalloc() in raid6_select_algo()Mike Rapoport (Microsoft)
2026-06-04xor: use kmalloc() in calibrate_xor_blocks()Mike Rapoport (Microsoft)
2026-06-04ocfs2: reject oversized group bitmap descriptorsZhang Cen
2026-06-04lib: kunit_iov_iter: repeatedly call alloc_pages_bulk()Thomas Weißschuh
2026-06-04err.h: use __always_inline on all error pointer helpersArnd Bergmann
2026-06-04kcov: use WRITE_ONCE() for selftest mode storesKarl Mehltretter
2026-06-04ocfs2: rebase copied fsdlm LVB pointers in locking_stateZhang Cen
2026-06-04docs: mm: clarify that user_reserve_kbytes has no effect when overcommit_memo...Brian Masney
2026-06-04MAINTAINERS: add vm.rst to memory management coreBrian Masney
2026-06-04mm/migrate: find_mm_struct: fix race between security checks and suid execOleg Nesterov
2026-06-04mm: document the folio refcount a little betterMatthew Wilcox (Oracle)
2026-06-04mm: remove mentions of PageWritebackMatthew Wilcox (Oracle)
2026-06-04zram: clear trailing bytes of compressed writeback pagesSergey Senozhatsky
2026-06-04zram: do not leak blk idx at the end of writebackSergey Senozhatsky
2026-06-04memcg: multi objcg charge supportShakeel Butt
2026-06-04memcg: int16_t for cached slab statsShakeel Butt
2026-06-04memcg: uint16_t for nr_bytes in obj_stock_pcpShakeel Butt
2026-06-04memcg: store node_id instead of pglist_data pointerShakeel Butt
2026-06-04selftests/memfd: remove unused variable 'sig' in fuse_testKonstantin Khorenko
2026-06-04selftests/memfd: fix -Wmaybe-uninitialized warning in memfd_testKonstantin Khorenko
2026-06-04mm: shmem: refactor thpsize_shmem_enabled_show() with helper arraysRan Xiaokai
2026-06-04mm: shmem: refactor thpsize_shmem_enabled_store() with sysfs_match_string()Ran Xiaokai
2026-06-04mm: make mmap_miss accounting symmetric for VM_SEQ_READUsama Arif
2026-06-04selftests/proc: add /proc/pid/smaps tearing testsSuren Baghdasaryan