summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-14x86/smpboot: avoid SMT domain attach/destroy if SMT is not enabledLi Chen1-1/+11
2025-07-14x86/smpboot: moves x86_topology to static initialize and truncateLi Chen1-18/+16
2025-07-14x86/smpboot: remove redundant CONFIG_SCHED_SMTLi Chen1-2/+0
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen5-53/+31
2025-07-14tools/sched: Add dl_bw_dump.py for printing bandwidth accounting infoJuri Lelli1-0/+57
2025-07-14tools/sched: Add root_domains_dump.py which dumps root domains infoJuri Lelli2-0/+69
2025-07-14sched/deadline: Fix accounting after global limits changeJuri Lelli2-1/+9
2025-07-14sched/deadline: Reset extra_bw to max_bw when clearing root domainsJuri Lelli1-0/+7
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli3-18/+33
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna2-2/+2
2025-07-14Merge patch series "refactor the iomap writeback code v5"Christian Brauner25-609/+705
2025-07-14iomap: build the writeback code without CONFIG_BLOCKChristoph Hellwig2-55/+64
2025-07-14iomap: add read_folio_range() handler for buffered writesChristoph Hellwig3-4/+25
2025-07-14iomap: improve argument passing to iomap_read_folio_syncChristoph Hellwig1-8/+8
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig13-76/+89
2025-07-14iomap: export iomap_writeback_folioChristoph Hellwig2-2/+3
2025-07-14iomap: move folio_unlock out of iomap_writeback_folioJoanne Koong1-5/+4
2025-07-14iomap: rename iomap_writepage_map to iomap_writeback_folioChristoph Hellwig2-6/+6
2025-07-14iomap: move all ioend handling to ioend.cChristoph Hellwig3-218/+219
2025-07-14iomap: add public helpers for uptodate state manipulationJoanne Koong2-5/+20
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig7-90/+100
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig8-161/+197
2025-07-14iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocksJoanne Koong1-6/+6
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig6-45/+61
2025-07-14iomap: header dietChristoph Hellwig7-25/+0
2025-07-14don't bother with path_get()/path_put() in unix_open_file()Al Viro1-12/+4
2025-07-14fix a leak in fcntl_dirnotify()Al Viro1-4/+4
2025-07-14xen: fix UAF in dmabuf_exp_from_pages()Al Viro1-18/+10
2025-07-14xen: Remove some deadcode (x)Dr. David Alan Gilbert5-35/+0
2025-07-14xen-pciback: Replace scnprintf() with sysfs_emit_at()Ryan Chung1-6/+6
2025-07-14xen/xenbus: fix W=1 build warning in xenbus_va_dev_error functionPeng Jiang1-0/+2
2025-07-14ata: pata_rdc: Use registered definition for the RDC vendorAndy Shevchenko1-2/+2
2025-07-14i2c: Clarify behavior of I2C_M_RD flagI Viswanath1-1/+2
2025-07-14Merge tag 'i2c-host-fixes-6.16-rc6' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang3-22/+17
2025-07-14Merge branch 'ipsec: fix splat due to ipcomp fallback tunnel'Steffen Klassert8-38/+26
2025-07-14clk: sunxi-ng: ccu_nm: convert from round_rate() to determine_rate()Brian Masney1-21/+22
2025-07-14clk: sunxi-ng: ccu_nkmp: convert from round_rate() to determine_rate()Brian Masney1-11/+12
2025-07-14clk: sunxi-ng: ccu_nk: convert from round_rate() to determine_rate()Brian Masney1-7/+7
2025-07-14clk: sunxi-ng: ccu_gate: convert from round_rate() to determine_rate()Brian Masney1-6/+8
2025-07-14clk: sunxi-ng: v3s: Assign the de and tcon clocks to the video pllPaul Kocialkowski1-2/+19
2025-07-14clk: sunxi-ng: v3s: Fix de clock definitionPaul Kocialkowski1-2/+1
2025-07-14ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()Zhang Yi1-2/+2
2025-07-14ext4: replace ext4_writepage_trans_blocks()Zhang Yi6-27/+25
2025-07-14ext4: reserved credits for one extent during the folio writebackZhang Yi1-17/+8
2025-07-14ext4: correct the reserved credits for extent conversionZhang Yi1-3/+3
2025-07-14ext4: enhance tracepoints during the folios writebackZhang Yi2-6/+41
2025-07-14ext4: restart handle if credits are insufficient during allocating blocksZhang Yi1-5/+36
2025-07-14ext4: refactor the block allocation process of ext4_page_mkwrite()Zhang Yi1-45/+50
2025-07-14ext4: fix stale data if it bail out of the extents mapping loopZhang Yi1-1/+50
2025-07-14ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()Zhang Yi1-2/+1