summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-232-10/+2
|\
| * fb_defio: Use noop_dirty_folio()Matthew Wilcox (Oracle)2022-03-161-8/+1
| * fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+0
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-2311-3/+12
|\ \
| * | fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-212-0/+2
| * | mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-032-2/+0
| * | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-038-1/+8
| * | mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig2022-03-032-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-239-67/+157
|\ \ \
| * | | drivers/base/memory: clarify adding and removing of memory blocksDavid Hildenbrand2022-03-221-18/+20
| * | | drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2022-03-222-13/+101
| * | | drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand2022-03-221-2/+3
| * | | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-222-13/+18
| * | | drivers/base/memory: add memory block to memory group after registration succ...David Hildenbrand2022-03-221-3/+5
| * | | mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei2022-03-221-0/+2
| * | | mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand2022-03-221-6/+3
| * | | cma: factor out minimum alignment requirementDavid Hildenbrand2022-03-221-6/+3
| * | | memcg: enable accounting for tty-related objectsVasily Averin2022-03-221-1/+1
| * | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| * | | remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-222-5/+1
* | | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-222-6/+17
|\ \ \ \
| * \ \ \ Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-15301-1479/+2578
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-21507-2765/+5228
| |\ \ \ \ \
| * | | | | | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-162-3/+3
| * | | | | | pci: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker2022-02-161-5/+16
* | | | | | | Revert "random: block in /dev/urandom"Linus Torvalds2022-03-222-18/+56
* | | | | | | Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-223-6/+5
|\ \ \ \ \ \ \
| * | | | | | | media: omap3isp: Use struct_group() for memcpy() regionKees Cook2022-02-271-2/+3
| * | | | | | | tpm: vtpm_proxy: Check length to avoid compiler warningKees Cook2022-02-271-1/+1
| * | | | | | | intel_th: msu: Use memset_startat() for clearing hw headerKees Cook2022-02-141-3/+1
* | | | | | | | Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | pstore: Don't use semaphores in always-atomic-context codeJann Horn2022-03-151-1/+1
* | | | | | | | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-22224-1640/+2784
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | spi: fsi: Implement a timeout for polling statusEddie James2022-03-181-0/+10
| * | | | | | | | | spi: Fix erroneous sgs value with min_t()Biju Das2022-03-171-2/+2
| * | | | | | | | | spi: Get sgs size fix into branchMark Brown2022-03-171-2/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | spi: tegra20: Use of_device_get_match_data()Minghao Chi2022-03-161-7/+1
| * | | | | | | | | | fix typos in commentsMark Brown2022-03-151-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | spi: sun4i: fix typos in commentsJulia Lawall2022-03-151-1/+1
| * | | | | | | | | | | spi: mediatek: add ipm design support for MT7986Leilk Liu2022-03-151-15/+87
| * | | | | | | | | | | spi: mediatek: support tick_delay without enhance_timingLeilk Liu2022-03-151-3/+12
| |/ / / / / / / / / /
| * | | | | | | | | | spi: rockchip-sfc: fix platform_get_irq.cocci warningYihao Han2022-03-101-3/+1
| * | | | | | | | | | spi: Tesla FSD supportMark Brown2022-03-081-8/+19
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | spi: s3c64xx: Add spi port configuration for Tesla FSD SoCAlim Akhtar2022-03-081-0/+13
| | * | | | | | | | | | spi: s3c64xx: Allow controller-data to be optionalKrzysztof Kozlowski2022-03-071-8/+6
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Tegra QUAD SPI combined sequence modeMark Brown2022-03-081-16/+274
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | spi: tegra210-quad: combined sequence modeKrishna Yarlagadda2022-03-081-5/+233
| | * | | | | | | | | | spi: tegra210-quad: add acpi supportKrishna Yarlagadda2022-03-081-11/+41
| * | | | | | | | | | | spi: topcliff-pch: Prevent usage of potentially stale DMA deviceAndy Shevchenko2022-03-081-2/+6
| |/ / / / / / / / / /