aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/images (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-14parisc: Fix spelling mistake "mis-match" -> "mismatch" in eisa driverColin Ian King1-4/+4
2022-10-14parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller2-1/+14
2022-10-14parisc: fbdev/stifb: Align graphics memory size to 4MBHelge Deller1-1/+1
2022-10-13MAINTAINERS: add RISC-V's patchworkConor Dooley1-0/+1
2022-10-13RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki1-8/+8
2022-10-13riscv: enable software resend of irqsConor Dooley1-0/+1
2022-10-13RISC-V: Re-enable counter access from userspacePalmer Dabbelt1-2/+5
2022-10-13riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang2-4/+10
2022-10-13riscv: Add cache information in AUX vectorGreentime Hu2-1/+7
2022-10-13soc: sifive: ccache: define the macro for the register shiftsZong Li1-5/+11
2022-10-13soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixesBen Dooks1-7/+10
2022-10-13soc: sifive: ccache: reduce printing on initBen Dooks1-14/+11
2022-10-13soc: sifive: ccache: determine the cache level from dtsZong Li1-1/+5
2022-10-13soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.Greentime Hu8-264/+272
2022-10-13dt-bindings: sifive-ccache: change Sifive L2 cache to Composable cacheZong Li1-5/+23
2022-10-13Documentation: rtla: Correct command line examplePierre Gondois1-1/+1
2022-10-13sunhme: fix an IS_ERR() vs NULL check in probeDan Carpenter1-2/+2
2022-10-13net: marvell: prestera: fix a couple NULL vs IS_ERR() checksDan Carpenter1-3/+3
2022-10-13kcm: avoid potential race in kcm_tx_workEric Dumazet1-1/+1
2022-10-13tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima2-5/+19
2022-10-13MAINTAINERS: of: collapse overlay entry into main device tree entryFrank Rowand1-11/+3
2022-10-13riscv: check for kernel config option in t-head memory types errataHeiko Stuebner1-0/+3
2022-10-13riscv: use BIT() marco for cpufeature probingHeiko Stuebner1-2/+2
2022-10-13riscv: use BIT() macros in t-head errata initHeiko Stuebner1-2/+2
2022-10-13riscv: drop some idefs from CMO initializationHeiko Stuebner3-17/+14
2022-10-13riscv: cleanup svpbmt cpufeature probingHeiko Stuebner1-8/+5
2022-10-13riscv: Pass -mno-relax only on lld < 15.0.0Fangrui Song1-0/+2
2022-10-13vdpa/ifcvf: add reviewerMichael S. Tsirkin1-0/+4
2022-10-13virtio_pci: use irq to detect interrupt supportMichael S. Tsirkin1-2/+2
2022-10-13powerpc/pseries: Fix CONFIG_DTL=n buildNicholas Piggin2-74/+80
2022-10-13powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked contextNicholas Piggin1-2/+13
2022-10-12RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt1-3/+6
2022-10-12highmem: fix kmap_to_page() for kmap_local_page() addressesIra Weiny1-12/+31
2022-10-12mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order pageYafang Shao1-2/+2
2022-10-12mm/selftest: uffd: explain the write missing fault checkPeter Xu1-1/+21
2022-10-12mm/hugetlb: use hugetlb_pte_stable in migration race checkPeter Xu1-4/+3
2022-10-12mm/hugetlb: fix race condition of uffd missing/minor handlingPeter Xu1-7/+52
2022-10-12zram: always expose rw_pageBrian Geffon1-23/+3
2022-10-12LoongArch: update local TLB if PTE entry existsQi Zheng1-0/+3
2022-10-12mm: use update_mmu_tlb() on the second threadQi Zheng1-1/+1
2022-10-12kasan: fix array-bounds warnings in testsAndrey Konovalov1-1/+8
2022-10-12hmm-tests: add test for migrate_device_range()Alistair Popple3-21/+149
2022-10-12nouveau/dmem: evict device private memory during releaseAlistair Popple1-0/+48
2022-10-12nouveau/dmem: refactor nouveau_dmem_fault_copy_one()Alistair Popple1-30/+28
2022-10-12mm/migrate_device.c: add migrate_device_range()Alistair Popple2-7/+89
2022-10-12mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()Alistair Popple1-65/+85
2022-10-12mm/memremap.c: take a pgmap reference on page allocationAlistair Popple1-6/+19
2022-10-12mm: free device private pages have zero refcountAlistair Popple7-4/+22
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple9-43/+89
2022-10-12mm/damon: use damon_sz_region() in appropriate placeXin Hao2-11/+10