summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move btrfs on-disk definitions out of ctree.hJosef Bacik2022-12-052-214/+216
* btrfs: remove unused BTRFS_IOPRIO_READAJosef Bacik2022-12-051-3/+0
* btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCHJosef Bacik2022-12-051-8/+0
* btrfs: remove unused set/clear_pending_info helpersJosef Bacik2022-12-051-24/+0
* btrfs: simplify cleanup after error in btrfs_create_treePeng Hao2022-12-051-4/+1
* btrfs: add cached_state to read_extent_buffer_subpageJosef Bacik2022-12-051-5/+10
* btrfs: cache the failed state when locking extentsJosef Bacik2022-12-053-15/+43
* btrfs: use a cached_state everywhere in relocationJosef Bacik2022-12-051-14/+26
* btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik2022-12-053-7/+12
* btrfs: add a cached_state to try_lock_extentJosef Bacik2022-12-057-9/+14
* Linux 6.1-rc8v6.1-rc8Linus Torvalds2022-12-041-1/+1
* Revert "mm: align larger anonymous mappings on THP boundaries"Linus Torvalds2022-12-041-3/+0
* char: tpm: Protect tpm_pm_suspend with locksJan Dabros2022-12-041-2/+3
* Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-041-4/+13
|\
| * perf: Fix perf_pending_task() UaFPeter Zijlstra2022-11-291-4/+13
* | Merge tag 'timers_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-041-1/+1
|\ \
| * | Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"Conor Dooley2022-12-011-1/+1
* | | Merge tag 'powerpc-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-042-31/+22
|\ \ \
| * | | powerpc/64s: Add missing declaration for machine_check_early_boot()Michael Ellerman2022-11-251-0/+1
| * | | powerpc/bpf/32: Fix Oops on tail call testsChristophe Leroy2022-11-241-31/+21
* | | | Merge tag 'input-for-v6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-041-1/+3
|\ \ \ \
| * | | | Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()Zhang Xiaoxu2022-12-031-1/+3
* | | | | Merge tag 'i2c-for-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-035-11/+27
|\ \ \ \ \
| * | | | | i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn2022-12-021-2/+4
| * | | | | i2c: qcom-geni: fix error return code in geni_i2c_gpi_xferWang Yufen2022-12-011-1/+0
| * | | | | i2c: cadence: Fix regression with bus recoveryCarsten Haitzler2022-12-011-3/+8
| * | | | | i2c: Restore initial power state if probe failsRicardo Ribalda2022-11-141-4/+5
| * | | | | i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can2022-11-121-1/+10
* | | | | | Merge tag 'dax-fixes-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-032-16/+35
|\ \ \ \ \ \
| * | | | | | device-dax: Fix duplicate 'hmem' device registrationDan Williams2022-11-221-9/+15
| * | | | | | ACPI: HMAT: Fix initiator registration for single-initiator systemsVishal Verma2022-11-191-6/+20
| * | | | | | ACPI: HMAT: remove unnecessary variable initializationVishal Verma2022-11-191-1/+0
* | | | | | | Merge tag 'block-6.1-2022-12-02' of git://git.kernel.dk/linuxLinus Torvalds2022-12-033-1/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'nvme-6.1-2022-01-02' of git://git.infradead.org/nvme into block-6.1Jens Axboe2022-12-023-1/+6
| |\ \ \ \ \ \ \
| | * | | | | | | nvme: fix SRCU protection of nvme_ns_head listCaleb Sander2022-11-302-1/+4
| | * | | | | | | nvme-pci: clear the prp2 field when not usedLei Rao2022-11-301-0/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'pinctrl-v6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-12-033-5/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | pinctrl: intel: Save and restore pins in "direct IRQ" modeAndy Shevchenko2022-11-281-1/+26
| * | | | | | | | pinctrl: meditatek: Startup with the IRQs disabledRicardo Ribalda2022-11-221-3/+6
| * | | | | | | | pinctrl: single: Fix potential division by zeroMaxim Korotkov2022-11-211-1/+1
* | | | | | | | | Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-0311-24/+187
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt2022-12-013-0/+32
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | riscv: fix race when vmap stack overflowJisheng Zhang2022-11-303-0/+32
| * | | | | | | | | | Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt2022-11-303-13/+133
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren2022-11-303-18/+103
| | * | | | | | | | | | riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren2022-11-301-0/+35
| * | | | | | | | | | | riscv: mm: Proper page permissions after initmem freeBjörn Töpel2022-11-301-4/+5
| * | | | | | | | | | | riscv: vdso: fix section overlapping under some conditionsJisheng Zhang2022-11-301-0/+1
| * | | | | | | | | | | riscv: Sync efi page table's kernel mappings before switchingAlexandre Ghiti2022-11-292-4/+13
| * | | | | | | | | | | riscv: Fix NR_CPUS range conditionsSamuel Holland2022-11-291-3/+3