summaryrefslogtreecommitdiffstats
path: root/kernel/Kconfig.preempt (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-07ext4: convert bd_buddy_page to bd_buddy_folioMatthew Wilcox (Oracle)2-47/+46
2024-05-07ext4: convert bd_bitmap_page to bd_bitmap_folioMatthew Wilcox (Oracle)2-48/+52
2024-05-03ext4: open coding repeated check in next_linear_groupKemeng Shi1-16/+15
2024-05-03ext4: use correct criteria name instead stale integer number in commentKemeng Shi3-12/+17
2024-05-03ext4: call ext4_mb_mark_free_simple to free continuous bits in found chunkKemeng Shi1-17/+21
2024-05-03ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_usedKemeng Shi1-0/+52
2024-05-03ext4: keep "prefetch_grp" and "nr" consistentKemeng Shi1-0/+1
2024-05-03ext4: implement filesystem specific alloc_inode in unit testKemeng Shi1-0/+24
2024-05-03ext4: do not create EA inode under buffer lockJan Kara1-60/+53
2024-05-03Revert "ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()"Jan Kara1-0/+11
2024-05-03ext4: replace deprecated strncpy with alternativesJustin Stitt3-8/+5
2024-05-03ext4: clean up s_mb_rb_lock to fix build warnings with C=1Baokun Li1-1/+0
2024-05-03ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li1-1/+2
2024-05-03ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li1-1/+1
2024-05-03ext4: add positive int attr pointer to avoid sysfs variables overflowBaokun Li1-6/+19
2024-05-03ext4: add new attr pointer attr_mb_orderBaokun Li1-1/+12
2024-05-03ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()Baokun Li2-1/+16
2024-05-03ext4: refactor out ext4_generic_attr_show()Baokun Li1-42/+32
2024-05-03ext4: refactor out ext4_generic_attr_store()Baokun Li1-15/+25
2024-05-03ext4: avoid overflow when setting values via sysfsBaokun Li1-5/+6
2024-05-03Revert "ext4: apply umask if ACL support is disabled"Max Kellermann1-5/+0
2024-05-02ext4: add support for FS_IOC_GETFSSYSFSPATHKent Overstreet1-0/+1
2024-05-02ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara1-1/+1
2024-05-02ext4: remove unneeded if checks before kfreeThorsten Blum1-4/+2
2024-05-02ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2-5/+1
2024-05-02ext4: Remove PAGE_MASK dependency on mpage_submit_folioRitesh Harjani (IBM)1-1/+1
2024-05-02ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)1-1/+1
2024-04-14Linux 6.9-rc4v6.9-rc4Linus Torvalds1-1/+1
2024-04-14kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein1-1/+8
2024-04-13ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv1-1/+1
2024-04-13ata: libata-scsi: Fix ata_scsi_dev_rescan() error pathDamien Le Moal1-4/+5
2024-04-12Kconfig: add some hidden tabs on purposeLinus Torvalds1-6/+6
2024-04-12selftests: kselftest: Fix build failure with NOLIBCOleg Nesterov1-0/+5
2024-04-12block: fix that blk_time_get_ns() doesn't update time after scheduleYu Kuai1-0/+1
2024-04-12selftests: timers: Fix abs() warning in posix_timers testJohn Stultz1-1/+1
2024-04-12selftests: kselftest: Mark functions that unconditionally call exit() as __no...Nathan Chancellor1-6/+9
2024-04-12selftests: timers: Fix posix_timers ksft_print_msg() warningJohn Stultz1-1/+1
2024-04-12iommu/amd: Change log message severityVasant Hegde1-2/+2
2024-04-12iommu/vt-d: Fix WARN_ON in iommu probe pathLu Baolu1-4/+7
2024-04-12iommu/vt-d: Allocate local memory for page request queueJacob Pan1-1/+1
2024-04-12iommu/vt-d: Fix wrong use of pasid configXuchun Shang1-1/+1
2024-04-12x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner2-15/+21
2024-04-12x86/cpu/amd: Make the NODEID_MSR union actually workThomas Gleixner1-3/+3
2024-04-12x86/cpu/amd: Make the CPUID 0x80000008 parser correctThomas Gleixner1-6/+18
2024-04-12x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf2-15/+4
2024-04-12x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf4-21/+1
2024-04-12iommu: mtk: fix module autoloadingKrzysztof Kozlowski2-0/+2
2024-04-12iommu/amd: Do not enable SNP when V2 page table is enabledVasant Hegde1-10/+11
2024-04-12iommu/amd: Fix possible irq lock inversion dependency issueVasant Hegde1-4/+7
2024-04-12amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2