summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | riscv: dts: canaan: fix bus {ranges,reg} warningsConor Dooley2022-07-141-3/+3
| | * | | | | | riscv: dts: canaan: remove spi-max-frequency from controllersConor Dooley2022-07-141-4/+1
| | * | | | | | riscv: dts: canaan: use custom compatible for k210 i2sConor Dooley2022-07-141-3/+3
| | * | | | | | riscv: dts: canaan: fix kd233 display spi frequencyConor Dooley2022-07-141-1/+1
| | * | | | | | riscv: dts: canaan: fix mmc node namesConor Dooley2022-07-145-5/+5
| | * | | | | | riscv: dts: canaan: fix the k210's timer nodesConor Dooley2022-07-141-8/+38
| | * | | | | | riscv: dts: canaan: fix the k210's memory nodeConor Dooley2022-07-141-4/+6
| | | |/ / / / | | |/| | | |
| * | | | | | riscv: lib: uaccess: fix CSR_STATUS SR_SUM bitChen Lifu2022-08-101-2/+2
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-1/+2
|\ \ \ \ \ \ \
| * | | | | | | virtio: find_vqs() add arg sizesXuan Zhuo2022-08-111-1/+1
| * | | | | | | virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-111-0/+1
* | | | | | | | Merge tag 'loongarch-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2022-08-1236-60/+1086
|\ \ \ \ \ \ \ \
| * | | | | | | | LoongArch: Update Loongson-3 default config fileHuacai Chen2022-08-121-1/+33
| * | | | | | | | LoongArch: Add USER_STACKTRACE supportQing Zhang2022-08-123-0/+47
| * | | | | | | | LoongArch: Add STACKTRACE supportQing Zhang2022-08-128-6/+93
| * | | | | | | | LoongArch: Add prologue unwinder supportQing Zhang2022-08-126-1/+259
| * | | | | | | | LoongArch: Add guess unwinder supportQing Zhang2022-08-127-11/+200
| * | | | | | | | LoongArch: Add vDSO syscall __vdso_getcpu()Huacai Chen2022-08-126-12/+75
| * | | | | | | | LoongArch: Add PCI controller supportHuacai Chen2022-08-128-10/+321
| * | | | | | | | LoongArch: Parse MADT to get multi-processor informationHuacai Chen2022-08-124-7/+40
| * | | | | | | | LoongArch: Jump to the link address before enable PGHuacai Chen2022-08-121-8/+11
| * | | | | | | | LoongArch: Requires __force attributes for any castsQing Zhang2022-08-121-2/+2
| * | | | | | | | LoongArch: Fix unsigned comparison with less than zeroYang Li2022-08-121-1/+1
| * | | | | | | | LoongArch: Adjust arch/loongarch/KconfigHuacai Chen2022-08-121-1/+4
| * | | | | | | | LoongArch: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen2022-08-121-1/+1
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Merge 'irq/loongarch', 'pci/ctrl/loongson' and 'pci/header-cleanup-immutable'Huacai Chen2022-08-1138-326/+247
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | / / / / / | | | | |_|/ / / / / | | | |/| | | | | |
* | | | | | | | | | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-111-8/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bpf, arm64: Fix bpf trampoline instruction endiannessXu Kuohai2022-08-101-6/+6
| * | | | | | | | | | bpf, arm64: Allocate program buffer using kvcalloc instead of kcallocAijun Sun2022-08-081-2/+2
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-1113-50/+125
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refreshSean Christopherson2022-08-102-11/+8
| * | | | | | | | | | | KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpersSean Christopherson2022-08-101-9/+17
| * | | | | | | | | | | KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIESSean Christopherson2022-08-101-2/+2
| * | | | | | | | | | | KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap genSean Christopherson2022-08-102-0/+22
| * | | | | | | | | | | KVM: x86/mmu: rename trace function name for asynchronous page faultMingwei Zhang2022-08-101-1/+1
| * | | | | | | | | | | KVM: x86/xen: Stop Xen timer before changing IRQColeman Dietsch2022-08-101-18/+17
| * | | | | | | | | | | KVM: x86/xen: Initialize Xen timer only onceColeman Dietsch2022-08-101-1/+3
| * | | | | | | | | | | KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson2022-08-105-5/+19
| * | | | | | | | | | | KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson2022-08-103-0/+24
| * | | | | | | | | | | KVM: x86: Tag kvm_mmu_x86_module_init() with __initSean Christopherson2022-08-102-2/+2
| * | | | | | | | | | | KVM: x86: emulator: Fix illegal LEA handlingMichal Luczaj2022-08-101-1/+5
| * | | | | | | | | | | KVM: X86: avoid uninitialized 'fault.async_page_fault' from fixed-up #PFYu Zhang2022-08-101-0/+1
| * | | | | | | | | | | KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" regSean Christopherson2022-08-101-3/+5
| * | | | | | | | | | | KVM: x86: do not report preemption if the steal time cache is stalePaolo Bonzini2022-08-101-0/+2
| * | | | | | | | | | | KVM: x86: revalidate steal time cache if MSR value changesPaolo Bonzini2022-08-101-3/+3
* | | | | | | | | | | | x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2022-08-103-2/+6
* | | | | | | | | | | | Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-102-11/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entryNaoya Horiguchi2022-08-081-1/+7
| * | | | | | | | | | | | mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song2022-08-081-10/+3
* | | | | | | | | | | | | Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-101-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \