summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1017-7/+76
|\
| * powerpc: Wire up restartable sequences system callBoqun Feng2018-06-063-1/+3
| * powerpc: Add syscall detection for restartable sequencesBoqun Feng2018-06-062-0/+15
| * powerpc: Add support for restartable sequencesBoqun Feng2018-06-062-0/+4
| * x86: Wire up restartable sequence system callMathieu Desnoyers2018-06-062-0/+2
| * x86: Add support for restartable sequencesMathieu Desnoyers2018-06-063-0/+10
| * arm: Wire up restartable sequences system callMathieu Desnoyers2018-06-061-0/+1
| * arm: Add syscall detection for restartable sequencesMathieu Desnoyers2018-06-062-6/+26
| * arm: Add restartable sequences supportMathieu Desnoyers2018-06-062-0/+8
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+7
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-1019-57/+113
|\ \
| * | x86/intel_rdt: Enable CMT and MBM on new Skylake steppingTony Luck2018-06-091-0/+2
| * | x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner2018-06-061-13/+14
| * | x86/platform/uv: Use apic_ack_irq()Thomas Gleixner2018-06-061-6/+1
| * | x86/ioapic: Use apic_ack_irq()Thomas Gleixner2018-06-061-1/+1
| * | x86/apic: Provide apic_ack_irq()Thomas Gleixner2018-06-062-2/+9
| * | x86/apic/vector: Prevent hlist corruption and leaksThomas Gleixner2018-06-061-0/+9
| * | x86/vector: Fix the args of vector_alloc tracepointDou Liyang2018-06-061-1/+1
| * | x86/idt: Simplify the idt_setup_apic_and_irq_gates()Dou Liyang2018-06-061-5/+2
| * | x86/platform/uv: Remove extra parenthesesVarsha Rao2018-06-061-1/+1
| * | x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov2018-06-065-1/+24
| * | x86: Mark native_set_p4d() as __always_inlineArnd Bergmann2018-06-061-2/+2
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'x86/dma', 'x86/microcode', 'x86/mm' and 'x86/vdso' into x86/u...Ingo Molnar2018-06-045-25/+47
| |\ \ \ \ \
| | | | | * | x86/vdso: Remove unused fileJann Horn2018-05-061-1/+0
| | | | * | | x86/mtrr: Convert to use strncpy_from_user() helperAndy Shevchenko2018-05-161-10/+2
| | | | * | | x86/mtrr: Convert to use match_string() helperAndy Shevchenko2018-05-161-11/+10
| | | * | | | x86/microcode: Make the late update update_lock a raw lock for RTScott Wood2018-05-271-3/+3
| | * | | | | x86/i8237: Register device based on FADT legacy boot flagRajneesh Bhardwaj2018-04-273-1/+32
* | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-105-14/+28
|\ \ \ \ \ \ \
| * | | | | | | x86/bugs: Switch the selection of mitigation from CPU vendor to CPU featuresKonrad Rzeszutek Wilk2018-06-061-8/+3
| * | | | | | | x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk2018-06-065-10/+27
| * | | | | | | x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk2018-06-063-2/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-092-2/+2
|\ \ \ \ \ \ \
| * | | | | | | ARM: dts: imx7: correct enet ipg clockAnson Huang2018-06-012-2/+2
* | | | | | | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-083-0/+88
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-087-62/+174
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, nfit_test: Add unit test for memcpy_mcsafe()Dan Williams2018-05-223-0/+88
* | | | | | | | | | Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-081-6/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | regulator: gpio: RevertMark Brown2018-06-0719-192/+43
| * | | | | | | | | | ARM: pxa, regulator: fix building ezx e680Arnd Bergmann2018-05-311-1/+1
| * | | | | | | | | | regulator: wm8994: Fix shared GPIOsMark Brown2018-05-301-15/+2
| * | | | | | | | | | regulator: gpio: Get enable GPIO using GPIO descriptorLinus Walleij2018-05-292-2/+21
| * | | | | | | | | | regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij2018-05-2918-41/+171
| * | | | | | | | | | regulator: wm8994: Pass descriptor instead of GPIO numberLinus Walleij2018-05-171-2/+15
| * | | | | | | | | | regulator: arizona-ldo1: Look up a descriptor and pass to the coreLinus Walleij2018-05-171-6/+22
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-0844-116/+807
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arm64: Fix syscall restarting around signal suppressed by tracerDave Martin2018-06-081-2/+3
| * | | | | | | | | | arm64: topology: Avoid checking numa mask for scheduler MC selectionJeremy Linton2018-06-071-7/+4
| * | | | | | | | | | arm64: cpu_errata: include required headersArnd Bergmann2018-06-051-0/+2
| * | | | | | | | | | arm64: KVM: Move VCPU_WORKAROUND_2_FLAG macros to the top of the fileCatalin Marinas2018-06-021-3/+3