summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov4-8/+8
2024-03-11Merge branch 'pm-cpuidle'Rafael J. Wysocki1-2/+2
2024-03-11Merge back cpufreq material for 6.9-rc1.Rafael J. Wysocki1-2/+3
2024-03-11Merge tag 'riscv-dt-fixes-for-v6.8-final' of https://git.kernel.org/pub/scm/l...Arnd Bergmann9-38/+22
2024-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-13/+71
2024-03-09SEV: disable SEV-ES DebugSwap by defaultPaolo Bonzini1-2/+5
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2-4/+5
2024-03-09Merge tag 'kvm-x86-fixes-6.8-2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-0/+52
2024-03-09arm64, bpf: Use bpf_prog_pack for arm64 bpf trampolinePuranjay Mohan1-9/+46
2024-03-09x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel3-1/+3
2024-03-08x86/sev: Disable KMSAN for memory encryption TUsChangbin Du2-0/+2
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski38-298/+437
2024-03-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2024-03-07s390/tools: handle rela R_390_GOTPCDBL/R_390_GOTOFF64Sumanth Korikkar1-0/+2
2024-03-07s390/cache: prevent rebuild of shared_cpu_listHeiko Carstens1-0/+1
2024-03-07s390/crypto: remove retry loop with sleep from PAES pkey invocationHarald Freudenberger1-14/+2
2024-03-07s390/configs: increase number of LOCKDEP_BITSHeiko Carstens1-0/+2
2024-03-07s390/pai: change sampling event assignment for PMU device driverThomas Richter2-3/+6
2024-03-07arch/powerpc: Remove <linux/fb.h> from backlight codeThomas Zimmermann2-29/+2
2024-03-07x86/fred: Fix init_task thread stack pointer initializationXin Li (Intel)3-4/+7
2024-03-07bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan6-7/+90
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann28-19/+32
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann8-56/+30
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann9-161/+123
2024-03-06Merge tag 'arm-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-67/+23
2024-03-06x86/topology: Ignore non-present APIC IDs in a present packageThomas Gleixner1-9/+30
2024-03-06x86/nmi: Drop unused declaration of proc_nmi_enabled()Thomas Weißschuh1-3/+0
2024-03-06Merge tag 'qcom-arm64-for-6.9-2' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann3-3/+4
2024-03-06Merge tag 'qcom-arm64-fixes-for-6.8-2' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann3-33/+10
2024-03-06riscv: dts: Move BUILTIN_DTB_SOURCE to common KconfigYangyu Chen8-38/+18
2024-03-05Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-15/+82
2024-03-05cpuidle: ACPI/intel: fix MWAIT hint target C-state computationHe Rongguang1-2/+2
2024-03-05riscv: dts: starfive: jh7100: fix root clock namesKrzysztof Kozlowski1-0/+4
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao3-16/+0
2024-03-05ACPI: CPPC: enable AMD CPPC V2 support for family 17h processorsPerry Yuan1-1/+1
2024-03-04arm64: defconfig: Enable support for cbmem entries in the coreboot tableNícolas F. R. A. Prado1-0/+3
2024-03-04x86/sev: Move early startup code into .head.text sectionArd Biesheuvel4-24/+26
2024-03-04x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel2-29/+21
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel4-42/+19
2024-03-04x86/startup_64: Simplify virtual switch on primary bootArd Biesheuvel1-21/+21
2024-03-04x86/startup_64: Simplify calculation of initial page table addressArd Biesheuvel1-18/+7
2024-03-04x86/startup_64: Defer assignment of 5-level paging global variablesArd Biesheuvel2-31/+15
2024-03-04x86/startup_64: Simplify CR4 handling in startup codeArd Biesheuvel1-18/+17
2024-03-04x86/idle: Select idle routine only onceThomas Gleixner3-6/+8
2024-03-04x86/idle: Let prefer_mwait_c1_over_halt() return boolThomas Gleixner1-6/+6
2024-03-04x86/idle: Cleanup idle_setup()Thomas Gleixner1-17/+7
2024-03-04x86/idle: Clean up idle selectionThomas Gleixner1-5/+7
2024-03-04x86/idle: Sanitize X86_BUG_AMD_E400 handlingThomas Gleixner2-33/+10
2024-03-04Merge tag 'vexpress-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-1/+3
2024-03-04ARM: dts: samsung: exynos4412: decrease memory to account for unusable regionArtur Weber4-4/+4