summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tools/power turbostat: Remove unnecessary fflush() callZhang Rui2024-11-301-4/+3
| * | | | | tools/power turbostat: Enhance platform divergence descriptionZhang Rui2024-11-301-28/+30
| * | | | | tools/power turbostat: Add initial support for GraniteRapids-DZhang Rui2024-11-301-0/+1
| * | | | | tools/power turbostat: Remove PC3 support on LunarlakeZhang Rui2024-11-301-1/+1
| * | | | | tools/power turbostat: Rename arl_features to lnl_featuresZhang Rui2024-11-301-2/+2
| * | | | | tools/power turbostat: Add back PC8 support on ArrowlakeZhang Rui2024-11-301-3/+3
| * | | | | tools/power turbostat: Remove PC7/PC9 support on MTLZhang Rui2024-11-301-2/+2
| * | | | | tools/power turbostat: Honor --show CPU, even when even when num_cpus=1Patryk Wlazlyn2024-11-301-2/+2
| * | | | | tools/power turbostat: Fix trailing '\n' parsingZhang Rui2024-11-301-0/+3
| * | | | | tools/power turbostat: Allow using cpu device in perf counters on hybrid plat...Patryk Wlazlyn2024-11-302-7/+123
| * | | | | tools/power turbostat: Fix column printing for PMT xtal_time countersPatryk Wlazlyn2024-11-301-3/+3
| * | | | | tools/power turbostat: fix GCC9 build regressionTodd Brandt2024-11-301-9/+6
* | | | | | Merge tag 'pci-v6.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-301-2/+7
|\ \ \ \ \ \
| * | | | | | PCI/pwrctrl: Unregister platform device only if one actually existsBrian Norris2024-11-301-2/+7
* | | | | | | Merge tag 'lsm-pr-20241129' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-301-4/+5
|\ \ \ \ \ \ \
| * | | | | | | ima: uncover hidden variable in ima_match_rules()Casey Schaufler2024-11-261-4/+5
* | | | | | | | Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2024-11-3027-192/+547
|\ \ \ \ \ \ \ \
| * | | | | | | | brd: decrease the number of allocated pages which discardedZhang Xianwei2024-11-291-1/+3
| * | | | | | | | block, bfq: fix bfqq uaf in bfq_limit_depth()Yu Kuai2024-11-291-13/+24
| * | | | | | | | block: Don't allow an atomic write be truncated in blkdev_write_iter()John Garry2024-11-271-1/+4
| * | | | | | | | mq-deadline: don't call req_get_ioprio from the I/O completion handlerChristoph Hellwig2024-11-261-9/+4
| * | | | | | | | block: Prevent potential deadlock in blk_revalidate_disk_zones()Damien Le Moal2024-11-261-4/+10
| * | | | | | | | block: Remove extra part pointer NULLify in blk_rq_init()John Garry2024-11-251-1/+0
| * | | | | | | | Merge tag 'nvme-6.13-2024-11-21' of git://git.infradead.org/nvme into for-6.1...Jens Axboe2024-11-219-85/+274
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nvme: tuning pr code by using defined structs and macrosGuixin Liu2024-11-211-47/+75
| | * | | | | | | | nvme: introduce change ptpl and iekey definitionGuixin Liu2024-11-211-0/+9
| | * | | | | | | | nvme-fabrics: fix kernel crash while shutting down controllerNilay Shroff2024-11-191-0/+5
| | * | | | | | | | Revert "nvme: make keep-alive synchronous operation"Nilay Shroff2024-11-191-7/+10
| | * | | | | | | | nvme-pci: use sgls for all user requests if possibleKeith Busch2024-11-182-4/+13
| | * | | | | | | | nvme: define the remaining used sgls constantsKeith Busch2024-11-184-6/+12
| | * | | | | | | | nvme-pci: add support for sgl metadataKeith Busch2024-11-183-15/+137
| | * | | | | | | | nvme/multipath: Fix RCU list traversal to use SRCU primitiveBreno Leitao2024-11-181-7/+14
| * | | | | | | | | block: return bool from get_disk_ro and bdev_read_onlyChristoph Hellwig2024-11-191-2/+2
| * | | | | | | | | block: remove a duplicate definition for bdev_read_onlyChristoph Hellwig2024-11-191-1/+0
| * | | | | | | | | block: return bool from blk_rq_alignedChristoph Hellwig2024-11-191-1/+1
| * | | | | | | | | block: return unsigned int from blk_lim_dma_alignment_and_padChristoph Hellwig2024-11-191-1/+2
| * | | | | | | | | block: return unsigned int from queue_dma_alignmentChristoph Hellwig2024-11-191-1/+1
| * | | | | | | | | block: return unsigned int from bdev_io_optChristoph Hellwig2024-11-191-1/+1
| * | | | | | | | | block: req->bio is always set in the merge codeChristoph Hellwig2024-11-191-22/+8
| * | | | | | | | | block: don't bother checking the data direction for mergesChristoph Hellwig2024-11-191-7/+0
| * | | | | | | | | block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactorSuraj Sonawane2024-11-191-7/+6
| * | | | | | | | | Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()"Zach Wade2024-11-192-2/+5
| * | | | | | | | | md/raid10: Atomic write supportJohn Garry2024-11-191-2/+18
| * | | | | | | | | md/raid1: Atomic write supportJohn Garry2024-11-191-2/+18
| * | | | | | | | | md/raid0: Atomic write supportJohn Garry2024-11-191-0/+1
| * | | | | | | | | block: Support atomic writes limits for stacked devicesJohn Garry2024-11-192-0/+119
| * | | | | | | | | block: Add extra checks in blk_validate_atomic_write_limits()John Garry2024-11-191-0/+17
| * | | | | | | | | ublk: fix error code for unsupported commandMing Lei2024-11-191-1/+1
| * | | | | | | | | block: Drop granularity check in queue_limit_discard_alignment()John Garry2024-11-191-2/+0
| * | | | | | | | | loop: Fix ABBA locking raceOGAWA Hirofumi2024-11-191-15/+15