summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-11sparc64: vdso: Switch to the generic vDSO libraryThomas Weißschuh-375/+118
2026-03-11sparc64: vdso: Introduce vdso/processor.hThomas Weißschuh-27/+44
2026-03-11sparc64: vdso: Move syscall fallbacks into headerThomas Weißschuh-49/+52
2026-03-11sparc64: vdso: Move hardware counter read into headerThomas Weißschuh-66/+82
2026-03-11sparc64: vdso: Replace code patching with runtime conditionalThomas Weißschuh-316/+4
2026-03-11sparc64: vdso: Remove obsolete "fake section table" reservationThomas Weißschuh-29/+0
2026-03-11sparc64: vdso: Link with -z noexecstackThomas Weißschuh-1/+1
2026-03-11vdso/datastore: Allocate data pages dynamicallyThomas Weißschuh-32/+68
2026-03-11vdso/datastore: Drop inclusion of linux/mmap_lock.hThomas Weißschuh-1/+0
2026-03-11vdso/datastore: Reduce scope of some variables in vvar_fault()Thomas Weißschuh-2/+4
2026-03-11asm-generic/bitsperlong.h: Add sanity checks for __BITS_PER_LONGThomas Weißschuh-0/+9
2026-03-11powerpc/audit: Directly include unistd_32.h from compat_audit.cThomas Weißschuh-2/+1
2026-03-11s390: Add -m64 to KBUILD_CPPFLAGSThomas Weißschuh-2/+1
2026-03-11sparc64: vdso: Use 32-bit CHECKFLAGS for compat vDSOThomas Weißschuh-0/+3
2026-03-11x86/vdso: Use 32-bit CHECKFLAGS for compat vDSOThomas Weißschuh-0/+4
2026-03-11drm/loongson: Mark driver as orphanedThomas Zimmermann-2/+1
2026-03-11vdso/datapage: Correct struct member kernel-docRandy Dunlap-2/+2
2026-03-11dma-buf: heaps: Clear CMA highages using helperLinus Walleij-4/+1
2026-03-11dma-buf: heaps: Clear CMA pages with clear_pages()Linus Walleij-1/+1
2026-03-11irqchip/apple-aic: Add support for "apple,t8122-aic3"Janne Grunau-3/+21
2026-03-11dt-bindings: interrupt-controller: apple,aic2: Add AICv3Janne Grunau-9/+21
2026-03-11irqchip/imx-irqsteer: Add NXP S32N79 supportCiprian Marian Costea-16/+43
2026-03-11tracing: selftests: Add hypervisor trace remote testsVincent Donnefort-0/+55
2026-03-11KVM: arm64: Add selftest event support to nVHE/pKVM hypVincent Donnefort-0/+42
2026-03-11KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hypVincent Donnefort-17/+131
2026-03-11KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remoteVincent Donnefort-2/+184
2026-03-11KVM: arm64: Add trace reset to the nVHE/pKVM hypVincent Donnefort-1/+29
2026-03-11KVM: arm64: Sync boot clock with the nVHE/pKVM hypVincent Donnefort-0/+179
2026-03-11KVM: arm64: Add trace remote for the nVHE/pKVM hypVincent Donnefort-0/+238
2026-03-11KVM: arm64: Add tracing capability for the nVHE/pKVM hypVincent Donnefort-1/+354
2026-03-11KVM: arm64: Support unaligned fixmap in the pKVM hypVincent Donnefort-2/+2
2026-03-11KVM: arm64: Initialise hyp_nr_cpus for nVHE hypVincent Donnefort-13/+10
2026-03-11KVM: arm64: Add clock support to nVHE/pKVM hypVincent Donnefort-1/+83
2026-03-11KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANICVincent Donnefort-30/+46
2026-03-11drm/panthor: Fix the "done_fence is initialized" detection logicBoris Brezillon-1/+1
2026-03-11gpiolib: clear requested flag if line is invalidBarnabás Pőcze-2/+4
2026-03-11gpio: tegra186: allocate irqs with the main structRosen Penev-13/+9
2026-03-11gpio: htc-egpio: allocate irq with the main structRosen Penev-9/+4
2026-03-11gpio: bcm-kona: reduce the number of memory allocationsRosen Penev-21/+16
2026-03-11drm/loongson: use drm_gem_ttm_dumb_map_offset()Amin GATTOUT-20/+2
2026-03-11drm/gem-shmem: Track folio accessed/dirty status in vmapThomas Zimmermann-2/+8
2026-03-11drm/gem-shmem: Track folio accessed/dirty status in mmapThomas Zimmermann-0/+22
2026-03-11drm/gem-shmem: Refactor drm_gem_shmem_try_map_pmd()Thomas Zimmermann-13/+12
2026-03-11drm/gem-shmem: Return vm_fault_t from drm_gem_shmem_try_map_pmd()Thomas Zimmermann-8/+6
2026-03-11drm/gem-shmem: Test for existence of page in mmap fault handlerThomas Zimmermann-12/+12
2026-03-11drm/gem-shmem: Use obj directly where appropriate in fault handlerThomas Zimmermann-2/+2
2026-03-11drm/xe/userptr: Defer Waiting for TLB invalidation to the second pass if poss...Thomas Hellström-16/+104
2026-03-11drm/xe: Split TLB invalidation into submit and wait stepsThomas Hellström-68/+127
2026-03-11drm/xe/userptr: Convert invalidation to two-pass MMU notifierThomas Hellström-23/+99
2026-03-11mm/mmu_notifier: Allow two-pass struct mmu_interval_notifiersThomas Hellström-9/+98