summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-115-7/+7
|\
| * x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-091-1/+1
| * x86/cache: Rename config option to CONFIG_X86_RESCTRLBorislav Petkov2019-01-094-6/+6
* | Merge tag 'riscv-for-linus-4.21-rc2-v2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-01-1012-41/+117
|\ \
| * \ Fix a handful of audit-related issuePalmer Dabbelt2019-01-077-3/+35
| |\ \
| | * | riscv: add HAVE_SYSCALL_TRACEPOINTS to KconfigDavid Abdurachmanov2019-01-071-0/+1
| | * | riscv: fix trace_sys_exit hookDavid Abdurachmanov2019-01-071-1/+1
| | * | riscv: define CREATE_TRACE_POINTS in ptrace.cDavid Abdurachmanov2019-01-071-0/+2
| | * | riscv: define NR_syscalls in unistd.hDavid Abdurachmanov2019-01-071-0/+2
| | * | riscv: audit: add audit hook in do_syscall_trace_enter/exit()David Abdurachmanov2019-01-071-0/+5
| | * | riscv: add audit supportDavid Abdurachmanov2019-01-075-2/+24
| * | | RISC-V: Support MODULE_SECTIONS mechanism on RV32Zong Li2019-01-073-28/+32
| * | | riscv: don't stop itself in smp_send_stopAndreas Schwab2019-01-071-7/+36
| * | | arch: riscv: support kernel command line forcing when no DTB passedPaul Walmsley2019-01-071-1/+8
| * | | RISC-V: Make BSS section as the last section in vmlinux.lds.SAnup Patel2019-01-071-2/+6
* | | | csky: fixup compile error with CPU 810.Guo Ren2019-01-101-1/+1
* | | | Merge tag 'csky-for-linus-5.0-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-01-093-41/+65
|\ \ \ \
| * | | | csky: fixup compile error with pte_allocGuo Ren2019-01-091-25/+18
| * | | | csky: fixup CACHEV1 store instruction fast retireGuo Ren2019-01-081-0/+25
| * | | | csky: fixup relocation error with 807 & 860Guo Ren2019-01-081-16/+22
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-081-0/+6
|\ \ \ \
| * | | | kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov2019-01-081-0/+6
| | |_|/ | |/| |
* / | | arch/openrisc: Fix issues with access_ok()Stafford Horne2019-01-081-2/+6
|/ / /
* / / arch: restore generic-y += shmparam.h for some architecturesMasahiro Yamada2019-01-067-0/+7
|/ /
* | Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0658-550/+31
|\ \
| * | kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-062-14/+5
| * | arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * | arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0623-23/+0
| * | riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * | kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-061-1/+1
| * | kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-066-7/+6
| * | jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-0623-59/+19
| * | nds32: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-10/+0
| * | nios2: remove unneeded HAS_DMA defineMasahiro Yamada2019-01-061-3/+0
* | | Fix 'acccess_ok()' on alpha and SHLinus Torvalds2019-01-062-5/+10
* | | Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-01-061-1/+9
|\ \ \
| * | | x86/amd_gart: fix unmapping of non-GART mappingsChristoph Hellwig2019-01-051-1/+9
* | | | Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-054-7/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2019-01-022-5/+0
| |\ \ \
| | * | | arm64: dts: mt7622: Remove un-used property for PCIeHonghui Zhang2018-12-181-2/+0
| | * | | arm: dts: mt7623: Remove un-used property for PCIeHonghui Zhang2018-12-181-3/+0
| * | | | Merge branch 'pci/virtualization'Bjorn Helgaas2019-01-021-0/+3
| |\ \ \ \
| | * | | | s390/pci: skip VF scanningSebastian Ott2019-01-011-0/+3
| | |/ / /
| * / / / x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)Colin Ian King2018-11-081-2/+2
| |/ / /
* | | | Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-01-051-1/+1
|\ \ \ \
| * | | | sh: ftrace: Fix missing parenthesis in WARN_ON()Steven Rostedt (VMware)2019-01-031-1/+1
* | | | | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-056-0/+6
|\ \ \ \ \
| * | | | | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-206-0/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-0515-186/+64
|\ \ \ \ \
| * | | | | MIPS: OCTEON: mark RGMII interface disabled on OCTEON IIIAaro Koskinen2019-01-021-1/+2