summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-10-22RISC-V: Cosmetic menuconfig changesNick Kossifidis2-36/+39
2018-10-22riscv: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada2-2/+1
2018-10-22RISC-V: remove the unused return_to_handler exportChristoph Hellwig1-1/+0
2018-10-22RISC-V: Add futex support.Jim Wilson3-1/+129
2018-10-22RISC-V: Add FP register ptrace support for gdb.Jim Wilson2-0/+55
2018-10-22RISC-V: Mask out the F extension on systems without DPalmer Dabbelt1-0/+7
2018-10-22RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}Palmer Dabbelt1-7/+0
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds22-162/+96
2018-10-22RISC-V: Show IPI statsAnup Patel3-7/+49
2018-10-22RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfoAnup Patel1-4/+6
2018-10-22RISC-V: Use Linux logical CPU number instead of hartidAtish Patra6-25/+58
2018-10-22RISC-V: Add logical CPU indexing for RISC-VAtish Patra3-1/+46
2018-10-22RISC-V: Use WRITE_ONCE instead of direct accessAtish Patra1-2/+3
2018-10-22RISC-V: Use mmgrab()Palmer Dabbelt1-1/+2
2018-10-22RISC-V: Rename im_okay_therefore_i_am to found_boot_cpuPalmer Dabbelt1-4/+5
2018-10-22RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidPalmer Dabbelt3-4/+7
2018-10-22RISC-V: Provide a cleaner raw_smp_processor_id()Palmer Dabbelt1-10/+4
2018-10-22RISC-V: Disable preemption before enabling interruptsAtish Patra1-1/+5
2018-10-22RISC-V: Comment on the TLB flush in smp_callin()Palmer Dabbelt1-0/+4
2018-10-22RISC-V: Filter ISA and MMU values in cpuinfoPalmer Dabbelt1-7/+61
2018-10-22RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}Palmer Dabbelt1-7/+0
2018-10-22RISC-V: No need to pass scause as arg to do_IRQ()Anup Patel2-3/+2
2018-10-22RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremapVincent Chen1-1/+1
2018-10-22RISC-V: Select GENERIC_LIB_UMODDI3 on RV32Zong Li1-0/+1
2018-10-22RISC-V: Use swiotlb on RV64 onlyZong Li1-0/+3
2018-10-22RISC-V: Build tishift only on 64-bitZong Li1-1/+2
2018-10-22Auto-detect whether a FPU existsAlan Kao4-7/+19
2018-10-22Allow to disable FPU supportAlan Kao6-3/+29
2018-10-22Cleanup ISA string settingAlan Kao1-11/+8
2018-10-22Refactor FPU code in signal setup/return proceduresAlan Kao1-27/+41
2018-10-22Extract FPU context operations from entry.SAlan Kao3-87/+107
2018-10-22sparc: Validate VDSO for undefined symbols.David S. Miller3-1/+16
2018-10-22sparc: Really use linker with LDFLAGS.David S. Miller1-9/+7
2018-10-22sparc: Improve VDSO CFLAGS.David S. Miller1-7/+8
2018-10-22sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS.David S. Miller2-6/+2
2018-10-22sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.David S. Miller1-8/+1
2018-10-22sparc: Inline VDSO gettime code aggressively.David S. Miller1-22/+17
2018-10-22sparc: Improve VDSO instruction patching.David S. Miller7-52/+68
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds43-426/+92
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds12-269/+104
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds57-309/+1072
2018-10-22s390/kasan: support preemptible kernel buildVasily Gorbik2-4/+9
2018-10-22x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy1-0/+2
2018-10-22kprobes/x86: Use preempt_enable() in optimized_callback()Masami Hiramatsu1-1/+1
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-18/+30
2018-10-21Merge branch 'regulator-4.20' into regulator-nextMark Brown18-42/+172
2018-10-21Merge tag 'kvm-ppc-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-9/+17
2018-10-21x86/mm: Kill stray kernel fault handling commentDave Hansen1-1/+0
2018-10-20parisc: Retrieve and display the PDC PAT capabilitiesHelge Deller2-0/+11
2018-10-20parisc: Optimze cache flush algorithmsJohn David Anglin2-20/+229