summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-089-4/+107
|\ \ \ \ \ \ \
| * | | | | | | x86/mtrr: Don't copy out-of-bounds data in mtrr_writeJann Horn2018-07-071-1/+2
| * | | | | | | x86/hyper-v: Fix the circular dependency in IPI enlightenmentK. Y. Srinivasan2018-07-063-2/+13
| * | | | | | | x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers2018-07-033-1/+28
| * | | | | | | x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin2018-07-031-0/+59
| * | | | | | | x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()Zhenzhong Duan2018-07-031-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-07-087-2/+10
|\ \ \ \ \ \ \
| * | | | | | | crypto: x86 - Add missing RETsBorislav Petkov2018-07-016-0/+6
| * | | | | | | crypto: arm/speck - fix building in Thumb2 modeEric Biggers2018-07-011-2/+4
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-07-071-5/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: remove no-op -p linker flagGreg Hackmann2018-07-051-1/+1
| * | | | | | | | arm64: add endianness option to LDFLAGS instead of LDMasahiro Yamada2018-07-041-4/+2
| * | | | | | | | arm64: Use aarch64elf and aarch64elfb emulation mode variantsPaul Kocialkowski2018-07-041-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-07-066-3/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | s390: wire up rseq system callHeiko Carstens2018-07-045-1/+9
| * | | | | | | | s390: wire up io_pgetevents system callHeiko Carstens2018-07-041-0/+1
| * | | | | | | | s390/mm: fix refcount usage for 4K pgsteEric Farman2018-07-021-0/+4
| * | | | | | | | s390: Correct register corruption in critical section cleanupChristian Borntraeger2018-06-251-2/+2
* | | | | | | | | Merge tag 'riscv-for-linus-4.18-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-057-25/+24
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ RISC-V: Fix the rv32i kernel buildPalmer Dabbelt2018-07-044-13/+21
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | RISC-V: Change variable type for 32-bit compatibleZong Li2018-07-041-11/+11
| | * | | | | | | | | RISC-V: Add definiion of extract symbol's index and type for 32-bitZong Li2018-07-041-2/+7
| | * | | | | | | | | RISC-V: Select GENERIC_UCMPDI2 on RV32IZong Li2018-07-041-0/+1
| | * | | | | | | | | RISC-V: Add conditional macro for zone of DMA32Zong Li2018-07-041-0/+2
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | RISC-V: Fix PTRACE_SETREGSET bug.Jim Wilson2018-07-041-1/+1
| * | | | | | | | | RISC-V: Don't include irq-riscv-intc.hPalmer Dabbelt2018-07-041-4/+0
| * | | | | | | | | riscv: remove unnecessary of_platform_populate callRob Herring2018-07-041-5/+0
| * | | | | | | | | RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocationsAndreas Schwab2018-07-041-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2018-07-051-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | m68k: fix "bad page state" oops on ColdFire bootGreg Ungerer2018-07-021-1/+3
| |/ / / / / / / /
* | | | | | | | | ARM: disable KCOV for trusted foundations codeArnd Bergmann2018-07-031-0/+3
* | | | | | | | | Merge tag 'for-linus' of git://github.com/stffrdhrn/linuxLinus Torvalds2018-07-024-12/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | openrisc: entry: Fix delay slot exception detectionStafford Horne2018-07-013-11/+8
| * | | | | | | | | openrisc: Call destructor during __pte_free_tlbStafford Horne2018-06-251-1/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-022-1/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-012-1/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | bpf, s390: fix potential memleak when later bpf_jit_prog failsDaniel Borkmann2018-06-291-0/+1
| | * | | | | | | bpf, arm32: fix to use bpf_jit_binary_lock_ro apiDaniel Borkmann2018-06-291-1/+1
* | | | | | | | | Merge branch 'parisc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-307-34/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | parisc: Build kernel without -ffunction-sectionsHelge Deller2018-06-291-4/+0
| * | | | | | | | | parisc: Reduce debug output in unwind codeHelge Deller2018-06-281-2/+2
| * | | | | | | | | parisc: Wire up io_pgetevents syscallHelge Deller2018-06-282-1/+3
| * | | | | | | | | parisc: Default to 4 SMP CPUsHelge Deller2018-06-281-1/+1
| * | | | | | | | | parisc: Convert printk(KERN_LEVEL) to pr_lvl()Andy Shevchenko2018-06-281-16/+9
| * | | | | | | | | parisc: Mark 16kB and 64kB page sizes BROKENHelge Deller2018-06-281-2/+2
| * | | | | | | | | parisc: Drop struct sigaction from not exported header fileHelge Deller2018-06-281-8/+0
* | | | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-06-3011-24/+39
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'davinci-fixes-for-v4.18' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2018-06-292-6/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: dts: da850: Fix interrups property for gpioKeerthy2018-06-271-5/+1
| | * | | | | | | | | | ARM: davinci: board-da850-evm: fix WP pin polarity for MMC/SDAdam Ford2018-06-261-1/+1
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |