aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-01-26x86: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-5/+9
2026-01-26um: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-1/+6
2026-01-26sparc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)2-4/+14
2026-01-26sh: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-1/+6
2026-01-26s390: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-2/+7
2026-01-26riscv: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-3/+7
2026-01-26powerpc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-10/+12
2026-01-26parisc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-2/+6
2026-01-26openrisc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-4/+8
2026-01-26nios2: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-2/+6
2026-01-26mips: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)3-8/+22
2026-01-26microblaze: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-6/+11
2026-01-26m68k: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)4-4/+9
2026-01-26loongarch: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-3/+7
2026-01-26hexagon: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-10/+13
2026-01-26csky: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-3/+9
2026-01-26arm64: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-5/+17
2026-01-26arm: make initialization of zero page independent of the memory mapKlara Modin3-20/+4
2026-01-26arm: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-7/+12
2026-01-26arc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-14/+20
2026-01-26alpha: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-5/+10
2026-01-26lib/glob: convert selftest to KUnitKir Chou12-12/+0
2026-01-26x86/kexec: add a sanity check on previous kernel's ima kexec bufferHarshit Mogalapalli1-0/+6
2026-01-26lib/tests: convert test_min_heap module to KUnitRyota Sakamoto14-14/+1
2026-01-26mm/zone_device: reinitialize large zone device private foliosMatthew Brost1-1/+1
2026-01-27m68knommu: Replace deprecated strcpy with strscpy in init_ucsimmThorsten Blum1-1/+2
2026-01-27m68k: nommu: fix memmove() with differently aligned src and dest for 68000Daniel Palmer1-0/+18
2026-01-27m68k: defconfig: Clean up references to non-existing configsLukas Bulwahn3-4/+0
2026-01-26sparc: Implement ARCH_HAS_CC_CAN_LINKThomas Weißschuh1-0/+11
2026-01-26Merge tag 'imx-dt-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/dtArnd Bergmann25-29/+347
2026-01-26x86/apic: Inline __x2apic_send_IPI_dest()Eric Dumazet2-7/+9
2026-01-26Merge tag 'qcom-arm64-for-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/dtArnd Bergmann96-462/+17911
2026-01-26Merge tag 'qcom-arm32-for-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/dtArnd Bergmann10-100/+52
2026-01-26Merge tag 'zynqmp-dt-for-6.20' of https://github.com/Xilinx/linux-xlnx into soc/dtArnd Bergmann8-51/+13
2026-01-26Merge tag 'tegra-for-6.20-arm64-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/dtArnd Bergmann6-46/+83
2026-01-26Merge tag 'tegra-for-6.20-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/dtArnd Bergmann2-0/+12
2026-01-26ARM: dts: samsung: Drop s3c6400.dtsiRob Herring (Arm)1-38/+0
2026-01-26ARM: dts: nuvoton: Minor whitespace cleanupKrzysztof Kozlowski1-2/+2
2026-01-26Merge tag 'samsung-dt64-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/dtArnd Bergmann2-1/+35
2026-01-26Merge tag 'dt64-cleanup-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt into soc/dtArnd Bergmann20-214/+42
2026-01-26Merge tag 'renesas-dts-for-v6.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/dtArnd Bergmann45-986/+1420
2026-01-26KVM: nVMX: Remove explicit filtering of GUEST_INTR_STATUS from shadow VMCS fieldsSean Christopherson1-7/+4
2026-01-26KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"Sean Christopherson4-10/+92
2026-01-26m68k: sun3: Replace vsprintf() with bounded vsnprintf()Thorsten Blum1-2/+2
2026-01-25riscv/mm: update write protect to work on shadow stacksDeepak Gupta1-2/+10
2026-01-25riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEsDeepak Gupta2-0/+23
2026-01-25riscv/mm: manufacture shadow stack ptesDeepak Gupta1-0/+10
2026-01-25riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITEDeepak Gupta4-1/+38
2026-01-25riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exitDeepak Gupta5-0/+62
2026-01-25riscv: add Zicfiss / Zicfilp extension CSR and bit definitionsDeepak Gupta1-0/+14