aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-20/+8
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-14/+20
2021-09-10riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang2-3/+2
2021-09-10riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang1-0/+1
2021-09-10riscv: dts: microchip: mpfs-icicle: Fix serial consoleGeert Uytterhoeven1-1/+5
2021-09-10riscv: move the (z)install rules to arch/riscv/MakefileMasahiro Yamada2-10/+5
2021-09-10riscv: Improve stack randomisation on RV64Kefeng Wang1-0/+3
2021-09-10riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1Heinrich Schuchardt1-0/+2
2021-09-10riscv: defconfig: enable BLK_DEV_NVMEHeinrich Schuchardt1-0/+2
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner1236-21958/+38511
2021-09-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+21
2021-09-10Merge tag 'for-5.15/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-170/+93
2021-09-10arm64: kdump: Skip kmemleak scan reserved memory for kdumpChen Wandun1-0/+6
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller6-86/+62
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-33/+111
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds23-291/+270
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds17-49/+63
2021-09-09arm64: mm: limit linear region to 51 bits for KVM in nVHE modeArd Biesheuvel1-1/+15
2021-09-09parisc: Mark sched_clock unstable only if clocks are not syncronizedHelge Deller2-6/+3
2021-09-09parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller3-9/+8
2021-09-09parisc: Check user signal stack trampoline is inside TASK_SIZEHelge Deller1-7/+10
2021-09-09parisc: Drop useless debug info and comments from signal.cHelge Deller1-15/+0
2021-09-09parisc: Drop strnlen_user() in favour of generic versionHelge Deller4-38/+1
2021-09-09parisc: Add missing FORCE prerequisite in MakefileHelge Deller1-9/+9
2021-09-08Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds31-338/+49
2021-09-08nds32/setup: remove unused memblock_region variable in setup_memory()Mike Rapoport1-1/+0
2021-09-08Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-2/+0
2021-09-08Merge tag 'microblaze-v5.15' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-5/+4
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann21-300/+12
2021-09-08compat: remove some compat entry pointsArnd Bergmann9-37/+37
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds32-87/+23
2021-09-08configs: remove the obsolete CONFIG_INPUT_POLLDEVZenghui Yu9-9/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang11-51/+0
2021-09-08arch: Kconfig: fix spelling mistake "seperate" -> "separate"Colin Ian King1-1/+1
2021-09-08alpha: pci-sysfs: fix all kernel-doc warningsRandy Dunlap1-4/+8
2021-09-08alpha: agp: make empty macros use do-while-0 styleRandy Dunlap1-2/+2
2021-09-08riscv: only select GENERIC_IOREMAP if MMU support is enabledChristoph Hellwig1-1/+1
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand1-5/+4
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand7-14/+7
2021-09-08hugetlbfs: s390 is always 64bitDavid Hildenbrand1-0/+1
2021-09-08Merge branch 'pm-opp'Rafael J. Wysocki2-2/+0
2021-09-08s390/ftrace: remove incorrect __va usageHeiko Carstens1-2/+2
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-9/+24
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds98-1427/+2253
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds1-1/+1
2021-09-07s390: remove xpram device driverHeiko Carstens2-2/+0
2021-09-07s390/pci: read clp_list_pci_req only oncePierre Morel1-1/+1
2021-09-07s390/pci: fix clp_get_state() handling of -ENODEVNiklas Schnelle1-2/+5
2021-09-07s390/cpum_cf: move array from header to C fileHeiko Carstens2-7/+8
2021-09-07s390/mm: fix kernel doc commentsHeiko Carstens2-8/+7
2021-09-07s390/topology: fix topology information when calling cpu hotplug notifiersSven Schnelle3-8/+15
2021-09-07s390/unwind: use current_frame_address() to unwind current taskVasily Gorbik2-14/+14
2021-09-06KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...Zelin Deng1-0/+4
2021-09-06KVM: MMU: mark role_regs and role accessors as maybe unusedPaolo Bonzini1-2/+2
2021-09-06KVM: MIPS: Remove a "set but not used" variableHuacai Chen1-2/+1
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini124-815/+1479
2021-09-06Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini5-8/+14
2021-09-06x86/kvm: Don't enable IRQ when IRQ enabled in kvm_waitLai Jiangshan1-2/+3
2021-09-06KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang1-0/+1
2021-09-06KVM: x86/mmu: Move lpage_disallowed_link further "down" in kvm_mmu_pageSean Christopherson1-1/+5
2021-09-06KVM: x86/mmu: Relocate kvm_mmu_page.tdp_mmu_page for better cache localitySean Christopherson1-2/+1
2021-09-06Revert "KVM: x86: mmu: Add guest physical address check in translate_gpa()"Sean Christopherson1-6/+0
2021-09-06KVM: x86/mmu: Remove unused field mmio_cached in struct kvm_mmu_pageJia He1-1/+0
2021-09-06kvm: x86: Increase KVM_SOFT_MAX_VCPUS to 710Eduardo Habkost1-1/+1
2021-09-06kvm: x86: Increase MAX_VCPUS to 1024Eduardo Habkost1-1/+1
2021-09-06kvm: x86: Set KVM_MAX_VCPU_ID to 4*KVM_MAX_VCPUSEduardo Habkost1-1/+13
2021-09-06KVM: VMX: avoid running vmx_handle_exit_irqoff in case of emulationMaxim Levitsky1-0/+3
2021-09-06KVM: x86/mmu: Don't freak out if pml5_root is NULL on 4-level hostSean Christopherson1-3/+11
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds27-64/+21
2021-09-05Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds33-1836/+1226
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-127/+229
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-5/+3
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds33-113/+29
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds176-2577/+2580
2021-09-03Merge tag 'for-5.15/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-69/+1
2021-09-03Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds47-771/+332
2021-09-03Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds10-40/+58
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+7
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds51-256/+153
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan18-1/+33
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport11-103/+69
2021-09-03microblaze: simplify pte_alloc_one_kernel()Mike Rapoport3-23/+8
2021-09-03mm/page_alloc: always initialize memory map for the holesMike Rapoport1-2/+1
2021-09-03mm: sparse: pass section_nr to find_memory_blockOhhoon Kwon1-3/+1
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig11-88/+9
2021-09-03memcg: enable accounting for ldt_struct objectsVasily Averin1-3/+3
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard1-1/+1
2021-09-03arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot1-2/+1
2021-09-03ia64: make num_rsvd_regions staticGeert Uytterhoeven2-2/+1
2021-09-03ia64: make reserve_elfcorehdr() staticGeert Uytterhoeven2-27/+25
2021-09-03ia64: fix #endif comment for reserve_elfcorehdr()Geert Uytterhoeven1-1/+1
2021-09-03ia64: fix typo in a commentJason Wang1-1/+1
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand1-4/+2
2021-09-03binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand1-1/+1
2021-09-03Merge branch 'fixes' into nextMichael Ellerman18-81/+125
2021-09-03parisc: Fix unaligned-access crash in bootloaderHelge Deller1-1/+1
2021-09-03x86: remove cc-option-yn test for -mtune=Nick Desaulniers1-6/+0
2021-09-03arc: replace cc-option-yn uses with cc-optionNick Desaulniers1-2/+1
2021-09-03s390: replace cc-option-yn uses with cc-optionNick Desaulniers1-7/+7
2021-09-03ia64: move core-y in arch/ia64/Makefile to arch/ia64/KbuildMasahiro Yamada2-2/+2
2021-09-03sparc: move the install rule to arch/sparc/MakefileMasahiro Yamada2-5/+2
2021-09-03kbuild: sh: remove unused install scriptGreg Kroah-Hartman1-56/+0
2021-09-03x86/build/vdso: fix missing FORCE for *.so build ruleMasahiro Yamada1-1/+1
2021-09-02parisc: Drop __arch_swab16(), arch_swab24(), _arch_swab32() and __arch_swab64...Helge Deller1-68/+0
2021-09-02Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-2416/+2
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-15/+40
2021-09-02Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-22/+15
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-89/+74
2021-09-02Merge tag 'xtensa-20210902' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds6-16/+16
2021-09-02Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas1-7/+22
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds16-262/+74
2021-09-02x86/PCI: sta2x11: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+1
2021-09-02MIPS: Malta: fix alignment of the devicetree bufferOleksij Rempel1-1/+1
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-25/+20
2021-09-01Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-108/+0
2021-09-01Merge tag 'm68knommu-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-8/+74
2021-09-01Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds11-136/+475
2021-09-01Merge tag 'dt-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds391-3837/+27563
2021-09-01Merge tag 'defconfig-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds7-45/+242
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds6-19/+6
2021-09-01Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds61-4759/+955
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds37-602/+30
2021-09-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds39-406/+574
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds16-16/+17
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds21-67/+250
2021-09-01parisc: math-emu: Fix fall-through warningsHelge Deller1-3/+53
2021-09-01parisc: fix crash with signals and allocaMikulas Patocka1-0/+6
2021-09-01parisc: Fix compile failure when building 64-bit kernel nativelyMasahiro Yamada1-3/+3
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds10-615/+18
2021-09-01x86/setup: Explicitly include acpi.hNathan Chancellor1-0/+1
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+203
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-56/+74
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-24/+12
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+13
2021-09-01powerpc/bug: Cast to unsigned long before passing to inline asmMichael Ellerman1-1/+2
2021-09-01xen: remove stray preempt_disable() from PV AP startup codeJuergen Gross1-1/+0
2021-09-01drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner4-20/+8
2021-09-01powerpc/ptdump: Fix generic ptdump for 64-bitMichael Ellerman1-0/+2
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds29-156/+206
2021-08-31Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+0
2021-08-31Merge tag 'hwmon-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2021-08-31Merge tag 'acpi-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-3/+19
2021-08-31Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+24
2021-08-31openrisc/litex: Update defconfigJoel Stanley1-10/+16
2021-08-31openrisc/litex: Add ethernet deviceJoel Stanley1-0/+9
2021-08-31openrisc/litex: Update uart addressJoel Stanley1-2/+2
2021-08-31s390/configs: enable CONFIG_KFENCE in debug_defconfigSven Schnelle1-0/+1
2021-08-31s390/entry: make oklabel within CHKSTG macro localHeiko Carstens1-2/+2
2021-08-31s390: add kmemleak annotation in stack_alloc()Sven Schnelle1-3/+7
2021-08-31Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2-2/+0
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas139-437/+826
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds5-7/+1
2021-08-30Merge tag 'x86-misc-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2021-08-30Merge tag 'x86-irq-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-37/+357
2021-08-30Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-28/+175
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds29-144/+84
2021-08-30Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds16-88/+843
2021-08-30Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-35/+36
2021-08-30Merge tag 'x86_cache_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-595/+592
2021-08-30Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-58/+40
2021-08-30Merge tag 'ras_core_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+9
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds98-1241/+1913
2021-08-30Merge tag 'm68k-for-v5.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-22/+52
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-11/+1796
2021-08-30Merge back new PM domains material for v5.15.Rafael J. Wysocki1-0/+24
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek4-9/+3
2021-08-30s390: remove SCHED_CORE from defconfigsHeiko Carstens2-2/+0
2021-08-30x86: xen: platform-pci-unplug: use pr_err() and pr_warn() instead of raw prin...zhaoxiao1-7/+9
2021-08-30xen: assume XENFEAT_mmu_pt_update_preserve_ad being set for pv guestsJuergen Gross2-12/+4
2021-08-30xen: fix setting of max_pfn in shared_infoJuergen Gross1-2/+2
2021-08-30ixp4xx_eth: make ptp support a platform driverArnd Bergmann1-0/+14
2021-08-30parisc: move core-y in arch/parisc/Makefile to arch/parisc/KbuildMasahiro Yamada2-3/+1
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König1-2/+2
2021-08-30parisc: remove unused arch/parisc/boot/install.sh and its phony targetMasahiro Yamada2-69/+0
2021-08-30parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)3-7/+7
2021-08-30parisc: math-emu: Avoid "fmt" macro collisionKees Cook1-2/+2
2021-08-30KVM: PPC: Fix clearing never mapped TCEs in realmodeAlexey Kardashevskiy1-3/+6
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner28-140/+84
2021-08-29Merge tag 'perf_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-2/+12
2021-08-29Merge tag 'x86_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-9/+30
2021-08-29Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller5-157/+74
2021-08-29MIPS: ingenic: Unconditionally enable clock of CPU #0Paul Cercueil1-0/+28
2021-08-28Merge tag 'powerpc-5.14-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-4/+5
2021-08-27hwmon: (k10temp) Add support for yellow carpMario Limonciello1-0/+5
2021-08-27Merge tag 'riscv-for-linus-5.14-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+9
2021-08-27KVM: s390: index kvm->arch.idle_mask by vcpu_idxHalil Pasic4-8/+9
2021-08-27KVM: s390: Enable specification exception interpretationJanis Schoetterl-Glausch3-0/+5
2021-08-27Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-8/+27
2021-08-27um: vector: adjust to coalesce API changesJohannes Berg1-2/+6
2021-08-27crypto: aesni - xts_crypt() return if walk.nbytes is 0Shreyansh Chouhan1-1/+1
2021-08-27crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang3-0/+669
2021-08-27crypto: x86/sm4 - export reusable AESNI/AVX functionsTianjia Zhang2-32/+84
2021-08-26riscv: add support for hugepage migrationChen Wandun1-0/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-52/+134
2021-08-26ARC: mm: vmalloc sync from kernel to user table to update PMD ...Vineet Gupta1-12/+12
2021-08-26ARC: mm: support 4 levels of page tablesVineet Gupta6-5/+74
2021-08-26ARC: mm: support 3 levels of page tablesVineet Gupta9-8/+101
2021-08-26ARC: mm: switch to asm-generic/pgalloc.hVineet Gupta1-41/+1
2021-08-26ARC: mm: switch pgtable_t back to struct page *Vineet Gupta6-87/+28
2021-08-26um: fix stub location calculationJohannes Berg4-4/+26