summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...Xu Qiang2022-09-051-1/+3
* spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()Xu Qiang2022-09-051-3/+14
* spi: stm32-qspi: Refactor dual flash mode enable check in ->setup()Andy Shevchenko2022-08-311-2/+1
* spi: stm32-qspi: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko2022-08-311-2/+2
* spi: spi-rockchip: Add rk3588-spi compatibleSebastian Reichel2022-08-301-0/+1
* spi: amd: Fix speed selectionShreeya Patel2022-08-301-4/+1
* spi: renesas,sh-msiof: Fix 'unevaluatedProperties' warningsLad Prabhakar2022-08-301-0/+6
* spi: mt7621: Fix an erroneous message + clean-upsMark Brown2022-08-29743-5228/+10271
|\
| * spi: mt7621: Remove 'clk' from 'struct mt7621_spi'Christophe JAILLET2022-08-291-3/+1
| * spi: mt7621: Use devm_spi_register_controller()Christophe JAILLET2022-08-291-15/+1
| * spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error handlingChristophe JAILLET2022-08-291-13/+1
| * spi: mt7621: Fix an error message in mt7621_spi_probe()Christophe JAILLET2022-08-291-5/+3
| * Linux 6.0-rc3v6.0-rc3Linus Torvalds2022-08-291-1/+1
| * Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-2821-60/+108
| |\
| | * .mailmap: update Luca Ceresoli's e-mail addressLuca Ceresoli2022-08-281-0/+1
| | * mm/mprotect: only reference swap pfn page if type matchPeter Xu2022-08-281-1/+2
| | * squashfs: don't call kmalloc in decompressorsPhillip Lougher2022-08-284-21/+22
| | * mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty2022-08-281-0/+3
| | * mailmap: update email address for Colin KingColin Ian King2022-08-281-2/+1
| | * asm-generic: sections: refactor memory_intersectsQuanyang Wang2022-08-281-2/+5
| | * bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin2022-08-281-0/+2
| | * ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2022-08-282-5/+6
| | * Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt2022-08-281-2/+13
| | * mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky2022-08-281-1/+1
| | * binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett2022-08-281-10/+21
| | * mm: re-allow pinning of zero pfns (again)Alex Williamson2022-08-281-3/+10
| | * vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan2022-08-281-0/+1
| | * mailmap: update Guilherme G. Piccoli's email addressesGuilherme G. Piccoli2022-08-281-0/+2
| | * writeback: avoid use-after-free after removing deviceKhazhismel Kumykov2022-08-283-12/+16
| | * shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)2022-08-281-0/+1
| | * mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin2022-08-281-1/+1
| | * Merge branch 'linus'Andrew Morton2022-08-26112-450/+971
| | |\
| | * \ Merge branch 'linus'Andrew Morton2022-08-2410-31/+68
| | |\ \
| | * \ \ Merge branch 'mm-hotfixes-stable'Andrew Morton2022-08-2318-119/+240
| | |\ \ \
| * | \ \ \ Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linuxLinus Torvalds2022-08-284-24/+38
| |\ \ \ \ \
| | * | | | | lib/cpumask_kunit: add tests file to MAINTAINERSSander Vanheule2022-08-241-0/+1
| | * | | | | lib/cpumask_kunit: log mask contentsSander Vanheule2022-08-241-20/+31
| | * | | | | lib/test_cpumask: follow KUnit style guidelinesSander Vanheule2022-08-243-3/+6
| | * | | | | lib/test_cpumask: fix cpu_possible_mask last testSander Vanheule2022-08-241-1/+1
| | * | | | | lib/test_cpumask: drop cpu_possible_mask full testSander Vanheule2022-08-241-1/+0
| * | | | | | Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-2811-70/+79
| |\ \ \ \ \ \
| | * | | | | | btrfs: add info when mount fails due to stale replace targetAnand Jain2022-08-231-1/+1
| | * | | | | | btrfs: replace: drop assert for suspended replaceAnand Jain2022-08-231-2/+1
| | * | | | | | btrfs: fix silent failure when deleting root referenceFilipe Manana2022-08-231-2/+3
| | * | | | | | btrfs: fix space cache corruption and potential double allocationsOmar Sandoval2022-08-234-60/+22
| | * | | | | | btrfs: don't allow large NOWAIT direct readsJosef Bacik2022-08-221-0/+14
| | * | | | | | btrfs: don't merge pages into bio if their page offset is not contiguousQu Wenruo2022-08-221-4/+29
| | * | | | | | btrfs: update generation of hole file extent item when merging holesFilipe Manana2022-08-221-0/+2
| | * | | | | | btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu2022-08-221-1/+4
| | * | | | | | btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues2022-08-221-0/+3