summaryrefslogtreecommitdiff
path: root/scripts/misc-check
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-03-13 17:20:49 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-03-13 17:20:49 +0100
commit6f232446a62980e51f537db1c655e686d869b9ed (patch)
treec3928b3ac556e6dac291c98cbc52251957031115 /scripts/misc-check
parent1ba82a3bbc09822ecd143885dbb0236e073adc08 (diff)
downloadkernel-linux-6.12.y.tar.gz
Linux 6.12.77linux-6.12.y
Link: https://lore.kernel.org/r/20260312201018.128816016@linuxfoundation.org Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Mark Brown <broonie@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/misc-check')
0 files changed, 0 insertions, 0 deletions
/distro/kernel/commit/arch/s390/include/asm/page.h?h=master&id=94d553ce576acc5f01f4368bc5188f45b56b6168'>s390/mm: Convert pgste_val() into functionHeiko Carstens 2025-03-11s390/mm: Convert pgprot_val() into functionHeiko Carstens 2025-01-26s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik 2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2024-11-13s390/mm: Convert to use flag output macrosHeiko Carstens 2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang 2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig 2024-10-16s390: Remove remaining _PAGE_* macrosVincenzo Frascino 2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino 2024-09-01s390/uv: drop arch_make_page_accessible()David Hildenbrand 2024-08-22s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev 2024-07-23s390: Remove protvirt and kvm config guards for uv codeJanosch Frank 2024-06-05s390/uv: Implement HAVE_ARCH_MAKE_FOLIO_ACCESSIBLEDavid Hildenbrand 2024-06-05s390/uv: Convert PG_arch_1 users to only work on small foliosDavid Hildenbrand 2024-05-05Revert "s390: Relocate vmlinux ELF data to virtual address space"Alexander Gordeev 2024-05-01s390: Relocate vmlinux ELF data to virtual address spaceAlexander Gordeev 2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev 2024-04-17s390: Map kernel at fixed location when KASLR is disabledAlexander Gordeev 2024-04-17s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev 2024-04-17s390/boot: Make identity mapping base address explicitAlexander Gordeev 2024-04-17s390/boot: Uncouple virtual and physical kernel offsetsAlexander Gordeev 2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev 2024-04-17s390/mm: Move KASLR related to <asm/page.h>Alexander Gordeev 2024-03-13s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL supportHeiko Carstens 2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann 2023-11-05s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens 2023-08-16s390/mm: make virt_to_pfn() a static inlineLinus Walleij 2023-07-03s390/mm: fence off VM macros from asm and linkerAlexander Gordeev 2023-07-03s390/ptrace: remove PSW_DEFAULT_KEY from uapiHeiko Carstens 2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)