summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64, locking/atomics: Use instrumented atomicsMark Rutland2018-11-015-186/+193
* locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra2018-10-161-0/+15
* x86/asm: 'Simplify' GEN_*_RMWcc() macrosPeter Zijlstra2018-10-167-53/+64
* x86/defconfig: Enable CONFIG_USB_XHCI_HCD=yAdam Borowski2018-10-102-0/+2
* x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-063-55/+20
* x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-062-35/+48
* x86/extable: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-062-33/+21
* Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar2018-10-0615-109/+101
|\
| * s390/vmlinux.lds: Move JUMP_TABLE_DATA into output sectionArd Biesheuvel2018-10-021-1/+1
| * s390/jump_label: Switch to relative referencesHeiko Carstens2018-09-273-29/+23
| * jump_table: Move entries into ro_after_init regionArd Biesheuvel2018-09-271-0/+1
| * x86/jump_table: Use relative referencesArd Biesheuvel2018-09-272-16/+9
| * x86/jump_label: Switch to jump_entry accessorsArd Biesheuvel2018-09-271-37/+25
| * x86: Add support for 64-bit place relative relocationsArd Biesheuvel2018-09-274-4/+18
| * arm64/kernel: jump_label: Switch to relative referencesArd Biesheuvel2018-09-273-23/+22
| * jump_label: Implement generic support for relative referencesArd Biesheuvel2018-09-271-0/+3
* | Merge branch 'x86/core' into x86/build, to avoid conflictsIngo Molnar2018-10-0524-229/+394
|\ \
| * \ Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar2018-10-04145-810/+1713
| |\ \
| | * \ Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Greg Kroah-Hartman2018-10-012-8/+97
| | |\ \
| | | * | arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier2018-10-011-1/+9
| | | * | arm64: KVM: Tighten guest core register access from userspaceDave Martin2018-10-011-0/+45
| | | * | arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flagsSteve Capper2018-09-241-4/+34
| | | * | arm64: hugetlb: Fix handling of young ptesSteve Capper2018-09-241-3/+9
| | | |/
| | * | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Greg Kroah-Hartman2018-10-014-10/+13
| | |\ \
| | | * | ARM: dts: stm32: update SPI6 dmas property on stm32mp157cAmelie Delaunay2018-09-251-2/+2
| | | * | Merge tag 'arm-soc/for-4.19/devicetree-fixes' of https://github.com/Broadcom/...Olof Johansson2018-09-251-6/+8
| | | |\ \
| | | | * | ARM: dts: BCM63xx: Fix incorrect interrupt specifiersFlorian Fainelli2018-09-241-6/+8
| | | * | | Merge tag 'at91-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2018-09-251-0/+2
| | | |\ \ \
| | | | * | | ARM: dts: at91: sama5d2_ptc_ek: fix nand pinctrlLudovic Desroches2018-09-121-0/+2
| | | | |/ /
| | | * | | Merge tag 'sunxi-fixes-for-4.19-2' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson2018-09-231-2/+1
| | | |\ \ \
| | | | * | | ARM: dts: sun8i: drop A64 HDMI PHY fallback compatible from R40 DTIcenowy Zheng2018-09-201-2/+1
| * | | | | | x86/fault: BUG() when uaccess helpers fault on kernel addressesJann Horn2018-09-031-0/+58
| * | | | | | x86/fault: Plumb error code and fault address through to fault handlersJann Horn2018-09-036-21/+44
| * | | | | | x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn2018-09-0312-142/+160
| * | | | | | x86/kprobes: Stop calling fixup_exception() from kprobe_fault_handler()Jann Horn2018-09-031-9/+0
| * | | | | | x86/kprobes: Inline kprobe_exceptions_notify() into do_general_protection()Jann Horn2018-09-032-30/+11
| * | | | | | x86/kprobes: Refactor kprobes_fault() like kprobe_exceptions_notify()Jann Horn2018-09-031-11/+13
* | | | | | | x86/paravirt: Work around GCC inlining bugs when compiling paravirt opsNadav Amit2018-10-042-29/+28
* | | | | | | x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit2018-10-042-42/+57
* | | | | | | x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugsNadav Amit2018-10-043-15/+17
* | | | | | | x86/refcount: Work around GCC inlining bugNadav Amit2018-10-042-29/+46
* | | | | | | x86/objtool: Use asm macros to work around GCC inlining bugsNadav Amit2018-10-041-0/+2
* | | | | | | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit2018-10-042-0/+14
* | | | | | | kbuild/arch/xtensa: Define LINKER_SCRIPT for the linker scriptNadav Amit2018-10-041-2/+2
* | | | | | | x86/build: Remove unused CONFIG_AS_CRC32Masahiro Yamada2018-10-011-1/+0
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-291-19/+0
|\ \ \ \ \ \
| * | | | | | x86/boot: Fix kexec booting failure in the SEV bit detection codeKairui Song2018-09-271-19/+0
* | | | | | | Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-09-289-9/+38
|\ \ \ \ \ \ \
| * | | | | | | powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju2018-09-251-1/+3
| * | | | | | | powerpc/tm: Avoid possible userspace r1 corruption on reclaimMichael Neuling2018-09-251-1/+8