summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-01-20riscv: fix boolconv.cocci warningskernel test robot1-2/+1
2022-01-20RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt17-188/+705
2022-01-20riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti1-0/+9
2022-01-20riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfoAlexandre Ghiti1-11/+12
2022-01-20riscv: Implement sv48 supportAlexandre Ghiti12-44/+512
2022-01-20riscv: Allow to dynamically define VA_BITSAlexandre Ghiti4-14/+14
2022-01-20riscv: Introduce functions to switch pt_opsAlexandre Ghiti1-23/+51
2022-01-20riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti3-51/+67
2022-01-20riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti5-25/+32
2022-01-20riscv: Get rid of MAXPHYSMEM configsAlexandre Ghiti4-26/+2
2022-01-19riscv: bpf: Fix eBPF's exception tablesJisheng Zhang1-1/+1
2022-01-19riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usageJisheng Zhang1-8/+3
2022-01-19riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdefJisheng Zhang1-9/+7
2022-01-19riscv: mm: init: remove _pt_ops and use pt_ops directlyJisheng Zhang1-4/+2
2022-01-19riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdefJisheng Zhang1-27/+16
2022-01-19riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP"Jisheng Zhang1-2/+0
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds40-358/+493
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds23-113/+79
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-18Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+22
2022-01-18Merge tag 'arc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds8-179/+178
2022-01-17Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds1-0/+8
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds38-67/+54
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds162-1832/+4109
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-13/+73
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-23/+109
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds50-189/+200
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V18-1/+19
2022-01-15x86: mm: add x86_64 support for page table checkPasha Tatashin2-2/+28
2022-01-15mm: page table checkPasha Tatashin1-0/+3
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann1-1/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng22-168/+134
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang3-7/+9
2022-01-15ia64: topology: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-15ia64: fix typo in a commentJason Wang1-1/+1
2022-01-15arch/ia64/kernel/setup.c: use swap() to make code cleanerYang Guang1-4/+1
2022-01-15ia64: module: use swap() to make code cleanerYang Guang1-4/+2
2022-01-15virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2022-01-14x86/fpu: Fix inline prefix warningsYang Zhong2-2/+2
2022-01-14kvm: x86: Disable interception for IA32_XFD on demandKevin Tian4-6/+29
2022-01-14x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner2-0/+26
2022-01-14kvm: x86: Add support for getting/setting expanded xstate bufferGuang Zeng4-3/+62
2022-01-14x86/fpu: Add uabi_size to guest_fpuThomas Gleixner3-0/+7
2022-01-14kvm: x86: Add CPUID support for Intel AMXJing Liu2-2/+27
2022-01-14kvm: x86: Add XCR0 support for Intel AMXJing Liu1-1/+6
2022-01-14kvm: x86: Disable RDMSR interception of IA32_XFD_ERRJing Liu2-1/+7
2022-01-14kvm: x86: Emulate IA32_XFD_ERR for guestJing Liu1-1/+20
2022-01-14kvm: x86: Intercept #NM for saving IA32_XFD_ERRJing Liu3-0/+59
2022-01-14x86/fpu: Prepare xfd_err in struct fpu_guestJing Liu1-0/+5
2022-01-14kvm: x86: Add emulation for IA32_XFDJing Liu1-0/+27