summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sparc: vdso: add FORCE to the build rule of %.soMasahiro Yamada2019-05-081-1/+1
* arch:sparc:kernel/uprobes.c : Remove duplicate headerJagadeesh Pagadala2019-05-081-1/+0
* Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-05-0822-1825/+341
|\
| * mips: Manually call fdt_init_reserved_mem() methodSerge Semin2019-05-051-0/+3
| * mips: Make sure dt memory regions are validSerge Semin2019-05-051-1/+13
| * mips: Perform early low memory testSerge Semin2019-05-031-0/+2
| * mips: Dump memblock regions for debuggingSerge Semin2019-05-031-0/+2
| * mips: Add reserve-nomap memory type supportSerge Semin2019-05-023-1/+12
| * mips: Use memblock to reserve the __nosave memory rangeSerge Semin2019-05-021-2/+3
| * mips: Discard post-CMA-init foreach loopSerge Semin2019-05-021-5/+0
| * mips: Reserve memory for the kernel image resourcesSerge Semin2019-05-021-27/+3
| * MIPS: Remove duplicate EBase configurationPaul Burton2019-05-021-17/+3
| * MIPS: Sync icache for whole exception vectorPaul Burton2019-05-021-1/+1
| * MIPS: Always allocate exception vector for MIPSr2+Paul Burton2019-05-021-20/+15
| * MIPS: Use memblock_phys_alloc() for exception vectorPaul Burton2019-05-021-4/+4
| * mips: Combine memblock init and memory reservation loopsSerge Semin2019-04-241-41/+7
| * mips: Discard rudiments from bootmem_initSerge Semin2019-04-241-20/+5
| * mips: Make sure kernel .bss exists in boot mem poolSerge Semin2019-04-241-0/+3
| * mips: vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-04-231-3/+1
| * Revert "MIPS: ralink: fix cpu clock of mt7621 and add dt clk devices"Paul Burton2019-04-123-93/+33
| * MIPS: generic: Enable CONFIG_JUMP_LABELPaul Burton2019-04-091-0/+1
| * MIPS: jump_label: Use compact branches for >= r6Paul Burton2019-04-092-8/+34
| * MIPS: jump_label: Remove redundant nopsPaul Burton2019-04-091-2/+1
| * Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton2019-04-095-17/+13
| |\
| * | MIPS: ralink: fix cpu clock of mt7621 and add dt clk devicesChuanhong Guo2019-04-043-33/+93
| * | MIPS: KVM: Use prandom_u32_max() to generate tlbwr indexPaul Burton2019-03-251-3/+1
| * | arch: mips: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-03-194-40/+39
| * | MIPS: eBPF: Initial eBPF support for MIPS32 architecture.Hassan Naveed2019-03-195-1602/+70
| * | MIPS: eBPF: Provide eBPF support for MIPS64R6Hassan Naveed2019-03-191-9/+69
| * | MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed2019-03-194-18/+49
| * | MIPS: entry: Remove unneeded need_resched() loopValentin Schneider2019-03-191-3/+2
* | | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-081-1/+0
|\ \ \
| * | | Remove MODULE_ALIAS() calls that take undefined macroMasahiro Yamada2019-05-071-1/+0
* | | | Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-05-0833-502/+887
|\ \ \ \
| * | | | csky/syscall_trace: Fixup return processing flowGuo Ren2019-04-222-1/+9
| * | | | csky: Fixup compile warningGuo Ren2019-04-221-1/+1
| * | | | csky: Add support for perf registers samplingMao Han2019-04-224-0/+94
| * | | | csky: add page fault perf event supportMao Han2019-04-221-2/+10
| * | | | csky: Use va_pa_offset instead of phys_offsetGuo Ren2019-04-227-36/+21
| * | | | csky: Support vmlinux bootup with MMU offGuo Ren2019-04-224-85/+90
| * | | | csky: Add perf_arch_fetch_caller_regs supportMao Han2019-04-223-0/+10
| * | | | csky: Fixup wrong update_mmu_cache implementationGuo Ren2019-04-221-11/+2
| * | | | csky: Support dynamic start physical addressGuo Ren2019-04-228-31/+106
| * | | | csky: Reconstruct signal processingGuo Ren2019-04-227-274/+150
| * | | | csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren2019-04-225-20/+22
| * | | | csky: Add non-uapi asm/ptrace.h namespaceGuo Ren2019-04-222-20/+29
| * | | | csky: mm/fault.c: Remove duplicate headerJagadeesh Pagadala2019-04-221-1/+0
| * | | | csky: remove redundant generic-yMasahiro Yamada2019-04-221-1/+0
| * | | | csky: Update syscall_trace_enter/exit implementationGuo Ren2019-04-229-55/+67
| * | | | csky: Add perf callchain supportMao Han2019-04-222-0/+120