aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-07-08efi: Do not include <linux/screen_info.h> from EFI headerGravatar Thomas Zimmermann 3-0/+4
2023-06-27backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'Gravatar Thomas Zimmermann 1-1/+1
2023-06-27backlight/gpio_backlight: Rename field 'fbdev' to 'dev'Gravatar Thomas Zimmermann 1-1/+1
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Gravatar Dave Airlie 206-620/+1307
2023-06-18Merge tag 'parisc-for-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+0
2023-06-17parisc: Delete redundant register definitions in <asm/assembly.h>Gravatar Ben Hutchings 1-4/+0
2023-06-15Merge tag 'loongarch-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-6/+11
2023-06-15LoongArch: Fix debugfs_create_dir() error checkingGravatar Immad Mir 1-1/+1
2023-06-15LoongArch: Avoid uninitialized alignment_maskGravatar Qing Zhang 1-0/+2
2023-06-15LoongArch: Fix perf event id calculationGravatar Huacai Chen 1-3/+3
2023-06-15LoongArch: Fix the write_fcsr() macroGravatar Qi Hu 1-1/+1
2023-06-15LoongArch: Let pmd_present() return true when splitting pmdGravatar Hongchen Zhang 2-1/+4
2023-06-13Merge tag 'nios2_fix_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 2-2/+2
2023-06-13nios2: dts: Fix tse_mac "max-frame-size" propertyGravatar Janne Grunau 2-2/+2
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 3-0/+15
2023-06-12riscv/purgatory: remove PGO flagsGravatar Ricardo Ribalda 1-0/+5
2023-06-12powerpc/purgatory: remove PGO flagsGravatar Ricardo Ribalda 1-0/+5
2023-06-12x86/purgatory: remove PGO flagsGravatar Ricardo Ribalda 1-0/+5
2023-06-11Merge tag 'x86_urgent_for_v6.4_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+9
2023-06-10Merge tag 'arm-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 68-139/+362
2023-06-09Merge tag 'riscv-for-linus-6.4-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-46/+39
2023-06-09Merge tag 's390-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-0/+1
2023-06-09Merge tag 'imx-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 3-4/+12
2023-06-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-3/+2
2023-06-08riscv: fix kprobe __user string arg print fault issueGravatar Ruan Jinjie 1-0/+1
2023-06-07riscv: Check the virtual alignment before choosing a map sizeGravatar Alexandre Ghiti 1-6/+7
2023-06-07riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGDGravatar Alexandre Ghiti 2-38/+30
2023-06-07riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableGravatar Hsieh-Tseng Shen 2-3/+2
2023-06-05ARM: dts: Fix erroneous ADS touchscreen polaritiesGravatar Linus Walleij 11-11/+11
2023-06-05Merge tag 'at91-fixes-6.4' of https://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Arnd Bergmann 2-12/+10
2023-06-05Merge tag 'qcom-arm64-fixes-for-6.4' of https://git.kernel.org/pub/scm/linux/...Gravatar Arnd Bergmann 45-112/+322
2023-06-05Merge tag 'qcom-dts-fixes-for-6.4' of https://git.kernel.org/pub/scm/linux/ke...Gravatar Arnd Bergmann 7-0/+7
2023-06-04arm64: dts: imx8mn-beacon: Fix SPI CS pinmuxGravatar Adam Ford 1-2/+2
2023-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 21-95/+173
2023-06-04Merge tag 'powerpc-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 6-24/+33
2023-06-03Merge tag 'kvm-x86-fixes-6.4' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 4-4/+26
2023-06-03Merge tag 'kvmarm-fixes-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 5-37/+35
2023-06-03Merge tag 'kvmarm-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 13-54/+112
2023-06-02KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID is out-of-boundsGravatar Sean Christopherson 1-2/+18
2023-06-02x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedGravatar Tom Lendacky 1-9/+9
2023-06-02KVM: x86: Account fastpath-only VM-Exits in vCPU statsGravatar Sean Christopherson 1-0/+3
2023-06-02KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASKGravatar Maciej S. Szmigiero 1-1/+1
2023-06-02KVM: x86/mmu: Grab memslot for correct address space in NX recovery workerGravatar Sean Christopherson 1-1/+4
2023-06-02Merge tag 'riscv-for-linus-6.4-rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-3/+52
2023-06-02arm64: mm: pass original fault address to handle_mm_fault() in PER_VMA_LOCK b...Gravatar Jisheng Zhang 1-2/+1
2023-06-02arm64: Remove the ARCH_FORCE_MAX_ORDER config input promptGravatar Catalin Marinas 1-1/+1
2023-06-01riscv: Implement missing huge_ptep_getGravatar Alexandre Ghiti 2-0/+27
2023-06-01riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOTGravatar Alexandre Ghiti 1-1/+5
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionGravatar Mike Christie 3-3/+3
2023-06-01riscv: perf: Fix callchain parse error with kernel tracepoint eventsGravatar Ism Hong 1-0/+7