summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MIPS: mipsmtregs: Fix target register for MFTC0Jiaxun Yang2024-06-211-1/+1
* | | | Merge tag 'x86_urgent_for_v6.10_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-06-232-2/+3
|\ \ \ \
| * | | | x86/resctrl: Don't try to free nonexistent RMIDsDave Martin2024-06-191-1/+2
| * | | | drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependencyAlexey Makhalov2024-06-171-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-06-232-5/+15
|\ \ \ \
| * | | | KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()Michael Ellerman2024-06-161-5/+13
| * | | | powerpc/crypto: Add generated P8 asm to .gitignoreNathan Lynch2024-06-041-0/+2
* | | | | Merge tag 'rust-fixes-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-06-231-2/+5
|\ \ \ \ \
| * | | | | rust: avoid unused import warning in `rusttest`Miguel Ojeda2024-06-111-2/+5
* | | | | | Merge tag 'regulator-fix-v6.10-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-06-224-23/+25
|\ \ \ \ \ \
| * | | | | | regulator: axp20x: AXP717: fix LDO supply rails and off-by-onesAndre Przywara2024-06-121-14/+19
| * | | | | | regulator: bd71815: fix ramp valuesKalle Niemi2024-06-121-1/+1
| * | | | | | regulator: core: Fix modpost error "regulator_get_regmap" undefinedBiju Das2024-06-101-0/+1
| * | | | | | regulator: tps6594-regulator: Fix the number of irqs for TPS65224 and TPS6594Thomas Richard2024-06-041-8/+4
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'spi-fix-v6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-06-225-30/+23
|\ \ \ \ \ \
| * | | | | | spi: spi-imx: imx51: revert burst length calculation back to bits_per_wordMarc Kleine-Budde2024-06-191-12/+2
| * | | | | | spi: Fix SPI slave probe failureAmit Kumar Mahapatra2024-06-181-4/+6
| * | | | | | spi: Fix OCTAL mode supportPatrice Chotard2024-06-182-4/+7
| * | | | | | spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4Patrice Chotard2024-06-181-1/+1
| * | | | | | spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()Patrice Chotard2024-06-181-6/+4
| * | | | | | spi: cs42l43: Drop cs35l56 SPI speed down to 11MHzCharles Keepax2024-06-071-2/+2
| * | | | | | spi: cs42l43: Correct SPI root clock speedCharles Keepax2024-06-041-1/+1
| |/ / / / /
* | | | | | Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-225-47/+16
|\ \ \ \ \ \
| * | | | | | NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi2024-06-174-44/+11
| * | | | | | nfsd: fix oops when reading pool_stats before server is startedJeff Layton2024-06-171-3/+5
* | | | | | | Merge tag 'xfs-6.10-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-06-221-4/+19
|\ \ \ \ \ \ \
| * | | | | | | xfs: fix unlink vs cluster buffer instantiation raceDave Chinner2024-06-171-4/+19
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-06-2226-355/+472
|\ \ \ \ \ \ \
| * | | | | | | bcachefs: Move the ei_flags setting to after initializationYouling Tang2024-06-211-5/+3
| * | | | | | | bcachefs: Fix a UAF after write_super()Kent Overstreet2024-06-211-2/+2
| * | | | | | | bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet2024-06-211-5/+8
| * | | | | | | bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet2024-06-211-2/+10
| * | | | | | | bcachefs: Replace bare EEXIST with private error codesKent Overstreet2024-06-215-8/+12
| * | | | | | | bcachefs: Fix missing alloc_data_type_set()Kent Overstreet2024-06-211-1/+3
| * | | | | | | closures: Change BUG_ON() to WARN_ON()Kent Overstreet2024-06-211-2/+8
| * | | | | | | bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang2024-06-201-0/+1
| * | | | | | | bcachefs: Fix safe errors by defaultKent Overstreet2024-06-205-289/+308
| * | | | | | | bcachefs: Fix bch2_trans_put()Kent Overstreet2024-06-201-3/+8
| * | | | | | | bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet2024-06-201-0/+2
| * | | | | | | bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet2024-06-201-1/+1
| * | | | | | | bcachefs: Handle cached data LRU wraparoundKent Overstreet2024-06-201-5/+41
| * | | | | | | bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet2024-06-206-12/+32
| * | | | | | | bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet2024-06-201-7/+0
| * | | | | | | bcachefs: Fix early init error path in journal codeKent Overstreet2024-06-201-0/+3
| * | | | | | | bcachefs: Check for invalid btree IDsKent Overstreet2024-06-202-2/+12
| * | | | | | | bcachefs: Fix btree ID bitmasksKent Overstreet2024-06-202-10/+11
| * | | | | | | bcachefs: Fix shift overflow in read_one_super()Kent Overstreet2024-06-201-3/+4
| * | | | | | | bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet2024-06-201-1/+1
| * | | | | | | bcachefs: Fix array-index-out-of-boundsKent Overstreet2024-06-203-3/+8
| * | | | | | | bcachefs: Fix initialization order for srcu barrierKent Overstreet2024-06-201-1/+1
| |/ / / / / /