summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-231-25/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mce: Add macros for the corrected error count bit fieldQiuxu Zhuo2018-09-271-0/+3
| * | | | | | | | | x86/mce: Use BIT_ULL(x) for bit mask definitionsQiuxu Zhuo2018-09-271-25/+25
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-234-23/+54
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/cache' into perf/core, to pick up fixesIngo Molnar2018-10-231-0/+6
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/cache, to pick up dependent fixIngo Molnar2018-10-092-0/+14
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| * | | | | | | | | | kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)2018-10-181-7/+35
| * | | | | | | | | | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-021-16/+17
| * | | | | | | | | | perf/x86/intel: Add a separate Arch Perfmon v4 PMI handlerAndi Kleen2018-10-021-0/+1
| * | | | | | | | | | Merge branch 'x86/cache' into perf/core, to resolve conflictsIngo Molnar2018-10-021-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | perf/x86: Add helper to obtain performance counter indexReinette Chatre2018-09-281-0/+1
| | | |_|_|/ / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-2321-311/+329
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra2018-10-161-0/+15
| * | | | | | | | | | x86/asm: 'Simplify' GEN_*_RMWcc() macrosPeter Zijlstra2018-10-167-53/+64
| * | | | | | | | | | x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-061-54/+18
| * | | | | | | | | | x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-061-35/+47
| * | | | | | | | | | x86/extable: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-061-33/+20
| * | | | | | | | | | Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar2018-10-062-18/+9
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86/jump_table: Use relative referencesArd Biesheuvel2018-09-271-16/+8
| | * | | | | | | | | | x86: Add support for 64-bit place relative relocationsArd Biesheuvel2018-09-271-2/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'x86/core' into x86/build, to avoid conflictsIngo Molnar2018-10-056-18/+27
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar2018-10-0412-60/+79
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | * | | | | | | | | | x86/fault: Plumb error code and fault address through to fault handlersJann Horn2018-09-032-1/+4
| | * | | | | | | | | | x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn2018-09-034-17/+23
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/paravirt: Work around GCC inlining bugs when compiling paravirt opsNadav Amit2018-10-041-29/+27
| * | | | | | | | | | x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit2018-10-041-42/+56
| * | | | | | | | | | x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugsNadav Amit2018-10-042-15/+16
| * | | | | | | | | | x86/refcount: Work around GCC inlining bugNadav Amit2018-10-041-29/+45
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-231-0/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Thomas Gleixner2018-09-271-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth2018-09-261-0/+1
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-10-232-0/+12
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge branches 'acpi-pm' and 'pm-sleep'Rafael J. Wysocki2018-10-182-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | x86, hibernate: Rename temp_level4_pgt to temp_pgtZhimin Gu2018-10-031-1/+1
| | | * | | | | | | | | x86, hibernate: Extract the common code of 64/32 bit systemZhimin Gu2018-10-031-0/+8
| | | * | | | | | | | | x86-32/asm/power: Create stack frames in hibernate_asm_32.SZhimin Gu2018-10-031-0/+4
| | | |/ / / / / / / /
* | | | | | | | | | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-222-12/+2
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-0112-60/+79
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-262-4/+2
| * | | | | | | | | | | block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-261-3/+0
| * | | | | | | | | | | xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig2018-09-261-4/+0
| * | | | | | | | | | | block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-241-3/+2
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ...Sebastian Andrzej Siewior2018-10-171-1/+1
* | | | | | | | | | | x86/percpu: Fix this_cpu_read()Peter Zijlstra2018-10-141-4/+4
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-141-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara2018-10-091-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-051-0/+8
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan2018-10-021-0/+8
| |/ / / / / /
* | | | | | | x86/platform/uv: Provide is_early_uv_system()Mike Travis2018-10-021-0/+6
|/ / / / / /
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-233-1/+19
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
OpenPOWER on IntegriCloud