summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-107-3/+26
* powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-107-17/+27
* x86/mm: introduce __set_memory_prot()Logan Gunthorpe2020-04-102-0/+14
* x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2020-04-108-25/+34
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-107-17/+17
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-1020-95/+46
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-107-7/+7
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-1027-89/+17
* mm: define pte_index as macro for x86Arjun Roy2020-04-101-0/+3
* mm: bring sparc pte_index() semantics inline with other platformsArjun Roy2020-04-101-5/+5
* mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-102-0/+10
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-095-27/+12
|\
| * arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe2020-04-081-1/+1
| * arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel2020-04-012-24/+1
| * arm64: Always force a branch protection mode when the compiler has oneMark Brown2020-04-011-1/+6
| * arm64: Kconfig: ptrauth: Add binutils version check to fix mismatchAmit Daniel Kachhap2020-04-011-1/+4
* | Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-0925-599/+757
|\ \
| * | powerpc: Improve ppc_save_regs()Nicholas Piggin2020-04-041-1/+5
| * | Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs e...Nicholas Piggin2020-04-031-31/+13
| * | powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-04-031-3/+1
| * | powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent me...Alexey Kardashevskiy2020-04-031-0/+9
| * | powerpc/perf: split callchain.c by bitnessMichal Suchanek2020-04-035-356/+394
| * | powerpc/64: Make COMPAT user-selectable disabled on littleendian by default.Michal Suchanek2020-04-031-2/+3
| * | powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-038-13/+20
| * | powerpc/perf: consolidate valid_user_sp -> invalid_user_spMichal Suchanek2020-04-031-16/+10
| * | powerpc/perf: consolidate read_user_stack_32Michal Suchanek2020-04-031-24/+24
| * | powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek2020-04-032-140/+141
| * | powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek2020-04-031-0/+1
| * | powerpc/ps3: Set CONFIG_UEVENT_HELPER=y in ps3_defconfigGeoff Levand2020-04-031-0/+2
| * | powerpc/ps3: Remove duplicate error messageMarkus Elfring2020-04-031-3/+1
| * | powerpc/powernv: Re-enable imc trace-mode in kernelAnju T Sudhakar2020-04-031-8/+1
| * | powerpc/perf: Implement a global lock to avoid races between trace, core and ...Anju T Sudhakar2020-04-031-24/+149
| * | powerpc/pseries: Fix MCE handling on pseriesGanesh Goudar2020-04-031-0/+11
| * | powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin2020-04-032-19/+13
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2020-04-094-48/+44
|\ \ \
| * | | m68k: Replace setup_irq() by request_irq()afzal mohammed2020-03-234-48/+44
* | | | Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-0948-294/+2806
|\ \ \ \
| * | | | riscv: create a loader.bin boot image for Kendryte SoCChristoph Hellwig2020-04-032-3/+6
| * | | | riscv: Kendryte K210 default configDamien Le Moal2020-04-031-0/+68
| * | | | riscv: Add Kendryte K210 device treeDamien Le Moal2020-04-034-0/+149
| * | | | riscv: Select required drivers for Kendryte SOCDamien Le Moal2020-04-031-0/+4
| * | | | riscv: Add Kendryte K210 SoC supportChristoph Hellwig2020-04-031-0/+30
| * | | | riscv: Add SOC early init supportDamien Le Moal2020-04-035-0/+59
| * | | | riscv: Unaligned load/store handling for M_MODEDamien Le Moal2020-04-033-4/+395
| * | | | RISC-V: Support cpu hotplugAtish Patra2020-03-317-2/+180
| * | | | RISC-V: Add supported for ordered booting method using HSMAtish Patra2020-03-316-3/+121
| * | | | RISC-V: Add SBI HSM extension definitionsAtish Patra2020-03-311-0/+14
| * | | | RISC-V: Export SBI error to linux error mapping functionAtish Patra2020-03-312-1/+4
| * | | | RISC-V: Add cpu_ops and modify default booting methodAtish Patra2020-03-315-21/+147
| * | | | RISC-V: Move relocate and few other functions out of __initAtish Patra2020-03-312-72/+86