summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ubifs: fix function pointer cast warningsArnd Bergmann2024-02-252-14/+15
* ubifs: fix sort function prototypeArnd Bergmann2024-02-251-5/+4
* ubi: Check for too small LEB size in VTBL codeRichard Weinberger2024-02-251-0/+6
* MAINTAINERS: Add Zhihao Cheng as UBI/UBIFS reviewerRichard Weinberger2024-02-251-0/+2
* ubifs: Convert populate_page() to take a folioMatthew Wilcox (Oracle)2024-02-251-20/+21
* ubifs: Use a folio in ubifs_do_bulk_read()Matthew Wilcox (Oracle)2024-02-251-7/+7
* ubifs: Pass a folio into ubifs_bulk_read() and ubifs_do_bulk_read()Matthew Wilcox (Oracle)2024-02-251-15/+13
* ubifs: Convert cancel_budget() to take a folioMatthew Wilcox (Oracle)2024-02-251-5/+5
* ubifs: Convert allocate_budget() to work on a folioMatthew Wilcox (Oracle)2024-02-251-7/+7
* ubifs: Convert do_readpage() to take a folioMatthew Wilcox (Oracle)2024-02-251-34/+30
* ubifs: Convert ubifs_write_end() to use a folioMatthew Wilcox (Oracle)2024-02-251-20/+21
* ubifs: Convert ubifs_write_begin() to use a folioMatthew Wilcox (Oracle)2024-02-251-16/+16
* ubifs: Convert write_begin_slow() to use a folioMatthew Wilcox (Oracle)2024-02-251-22/+23
* ubifs: Convert ubifs_vm_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2024-02-252-18/+28
* ubifs: Convert do_writepage() to take a folioMatthew Wilcox (Oracle)2024-02-251-26/+30
* ubifs: Use a folio in do_truncation()Matthew Wilcox (Oracle)2024-02-251-12/+12
* ubifs: Convert ubifs_writepage to use a folioMatthew Wilcox (Oracle)2024-02-251-22/+17
* ubifs: Convert from writepage to writepagesMatthew Wilcox (Oracle)2024-02-251-2/+10
* ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)2024-02-251-9/+4
* Linux 6.8-rc5v6.8-rc5Linus Torvalds2024-02-181-1/+1
* Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-02-189-32/+33
|\
| * kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann2024-02-151-11/+2
| * modpost: trim leading spaces when processing source files listRadek Krejci2024-02-141-1/+6
| * gen_compile_commands: fix invalid escape sequence warningAndrew Ballance2024-02-141-1/+1
| * kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor2024-02-141-2/+7
| * docs: kconfig: Fix grammar and formattingThorsten Blum2024-02-141-3/+3
| * kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada2024-02-144-14/+14
* | Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-181-5/+18
|\ \
| * | x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl2024-02-121-5/+18
* | | Merge tag 'irq_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-184-26/+47
|\ \ \
| * | | irqchip/gic-v3-its: Fix GICv4.1 VPE affinity updateMarc Zyngier2024-02-131-9/+13
| * | | irqchip/gic-v3-its: Restore quirk probing for ACPI-based systemsMarc Zyngier2024-02-131-1/+2
| * | | irqchip/gic-v3-its: Handle non-coherent GICv4 redistributorsMarc Zyngier2024-02-131-12/+25
| * | | irqchip/qcom-mpm: Fix IS_ERR() vs NULL check in qcom_mpm_init()Dan Carpenter2024-02-131-2/+2
| * | | irqchip/loongson-eiointc: Use correct struct type in eiointc_domain_alloc()Bibo Mao2024-02-131-1/+1
| * | | irqchip/irq-brcmstb-l2: Add write memory barrier before exitDoug Berger2024-02-131-1/+4
| | |/ | |/|
* | | Merge tag 'i2c-for-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-184-13/+17
|\ \ \
| * \ \ Merge tag 'i2c-host-fixes-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang2024-02-174-13/+17
| |\ \ \ | | |/ / | |/| |
| | * | i2c: i801: Fix block process call transactionsJean Delvare2024-02-141-2/+2
| | * | i2c: pasemi: split driver into two separate modulesArnd Bergmann2024-02-142-4/+8
| | * | i2c: qcom-geni: Correct I2C TRE sequenceViken Dadhaniya2024-02-121-7/+7
* | | | Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-02-1824-33/+77
|\ \ \ \
| * | | | powerpc/iommu: Fix the missing iommu_group_put() during platform domain attachShivaprasad G Bhat2024-02-141-1/+3
| * | | | powerpc/pseries: fix accuracy of stolen timeShrikanth Hegde2024-02-141-2/+6
| * | | | powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao2024-02-145-8/+22
| * | | | powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-EDavid Engraf2024-02-141-1/+2
| * | | | powerpc/kasan: Limit KASAN thread size increase to 32KBMichael Ellerman2024-02-141-1/+1
| * | | | Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Michael Ellerman2024-02-143-23/+5
| * | | | powerpc: 85xx: mark local functions staticArnd Bergmann2024-02-067-10/+12
| * | | | powerpc: udbg_memcons: mark functions staticArnd Bergmann2024-02-061-3/+3