summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-07-1919-329/+823
|\
| * csky: Fixup abiv1 memset errorGuo Ren2019-07-194-42/+0
| * csky: Improve tlb operation with help of asidGuo Ren2019-07-191-4/+132
| * csky: Use generic asid algorithm to implement switch_mmGuo Ren2019-07-196-2/+74
| * csky: Add new asid lib code from armGuo Ren2019-07-193-0/+268
| * csky: Revert mmu ASID mechanismGuo Ren2019-07-196-295/+14
| * csky: Fixup some error count in 810 & 860.Guo Ren2019-07-191-6/+54
| * csky: Fix perf record in kernel/user spaceMao Han2019-07-191-12/+14
| * csky: Add pmu interrupt supportMao Han2019-07-191-15/+246
| * csky: Add count-width property for csky pmuMao Han2019-07-191-1/+14
| * csky: Init pmu as a deviceMao Han2019-07-191-2/+48
| * csky: Fixup no panic in kernel for some trapsGuo Ren2019-07-191-0/+5
| * csky: Select intc & timer driversGuo Ren2019-07-191-0/+4
* | Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-1913-39/+79
|\ \
| * | xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-07-174-4/+2
| * | x86/xen: Add "nopv" support for HVM guestZhenzhong Duan2019-07-173-10/+39
| * | x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableZhenzhong Duan2019-07-173-9/+9
| * | xen: Map "xen_nopv" parameter to "nopv" and mark it obsoleteZhenzhong Duan2019-07-171-6/+6
| * | x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan2019-07-174-0/+17
| * | x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __initZhenzhong Duan2019-07-172-5/+4
| * | Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini...Zhenzhong Duan2019-07-172-6/+3
* | | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-192-9/+11
|\ \ \
| * | | vfs: Convert ia64 perfmon to use the new mount APIDavid Howells2019-05-251-7/+10
| * | | no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1
| * | | mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1912-54/+52
|\ \ \ \
| * | | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-184-23/+11
| * | | | mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams2019-07-181-1/+3
| * | | | mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-181-12/+11
| * | | | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-187-14/+0
| * | | | arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand2019-07-181-0/+19
| * | | | s390x/mm: implement arch_remove_memory()David Hildenbrand2019-07-181-6/+7
| * | | | s390x/mm: fail when an altmap is used for arch_add_memory()David Hildenbrand2019-07-181-0/+3
* | | | | Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-1822-119/+568
|\ \ \ \ \
| * | | | | riscv: fix build break after macro-to-function conversion in generic cacheflu...Paul Walmsley2019-07-181-4/+59
| * | | | | RISC-V: Add an Image header that boot loader can parse.Atish Patra2019-07-112-0/+97
| * | | | | RISC-V: Setup initial page tables in two stagesAnup Patel2019-07-096-64/+284
| * | | | | riscv: remove free_initrd_memChristoph Hellwig2019-07-041-5/+0
| * | | | | riscv: ccache: Remove unused variableYash Shah2019-07-041-4/+7
| * | | | | riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti2019-07-036-2/+88
| * | | | | x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/KconfigAlexandre Ghiti2019-07-033-4/+5
| * | | | | RISC-V: Fix memory reservation in setup_bootmem()Anup Patel2019-07-011-7/+7
| * | | | | riscv: defconfig: enable SOC_SIFIVELoys Ollivier2019-07-011-5/+1
| * | | | | riscv: select SiFive platform drivers with SOC_SIFIVELoys Ollivier2019-07-011-0/+5
| * | | | | arch: riscv: add config option for building SiFive's SoC resourceLoys Ollivier2019-07-013-1/+11
| * | | | | riscv: Remove gate area stubsAndy Lutomirski2019-07-012-23/+0
| * | | | | RISC-V: defconfig: Enable NO_HZ_IDLE and HIGH_RES_TIMERSAnup Patel2019-07-012-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'parisc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-185-12/+26
|\ \ \ \ \
| * | | | | parisc: Wire up clone3 syscallHelge Deller2019-07-173-1/+3
| * | | | | parisc: Avoid kernel panic triggered by invalid kprobeHelge Deller2019-07-171-0/+3