summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-041-0/+3
|\
| * Drivers: hv: Issue explicit EOI when autoeoi is not enabledK. Y. Srinivasan2017-04-081-0/+3
* | Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-044-31/+26
|\ \
| * | x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross2017-05-022-9/+0
| * | vmware: set cpu capabilities during platform initializationJuergen Gross2017-05-021-19/+20
| * | x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov2017-05-022-2/+4
| * | x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov2017-05-021-1/+2
* | | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-031-1/+7
|\ \ \
| * | | ftrace/x86: Do no run CPU sync when there is only one CPU onlineSteven Rostedt (VMware)2017-03-281-1/+7
| | |/ | |/|
* | | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-05-031-0/+1
|\ \ \
| * \ \ Merge tag 'v4.11-rc7' into drm-nextDave Airlie2017-04-194-6/+6
| |\ \ \
| * \ \ \ Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-115-5/+17
| |\ \ \ \
| * \ \ \ \ BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-2322-89/+110
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-081-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-2712-52/+74
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-02-017-72/+53
| | |\ \ \ \ \ \
| | * | | | | | | x86/gpu: GLK uses the same GMS values as SKLPaulo Zanoni2017-01-271-0/+1
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-022-1/+97
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf2017-03-082-1/+97
| |/ / / / / / /
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-0116-70/+188
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()Andy Lutomirski2017-04-261-1/+1
| * | | | | | | | x86/boot/e820: Remove a redundant self assignmentColin King2017-04-141-1/+0
| * | | | | | | | Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-1122-639/+620
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86/espfix: Add support for 5-level pagingKirill A. Shutemov2017-04-041-5/+7
| * | | | | | | | | x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov2017-04-041-2/+7
| * | | | | | | | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-0310-36/+61
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/mm: Make in_compat_syscall() work during execDmitry Safonov2017-03-311-21/+46
| * | | | | | | | | | Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-302-10/+6
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-3/+7
| * | | | | | | | | | | x86/kexec: Add 5-level paging supportKirill A. Shutemov2017-03-272-3/+15
| * | | | | | | | | | | Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-235-64/+190
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski2017-03-231-11/+17
| * | | | | | | | | | | | x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2017-03-232-15/+21
| * | | | | | | | | | | | x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2017-03-231-2/+2
| * | | | | | | | | | | | x86/tls: Forcibly set the accessed bit in TLS segmentsAndy Lutomirski2017-03-191-2/+9
| * | | | | | | | | | | | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-181-1/+0
| * | | | | | | | | | | | x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-161-6/+22
| * | | | | | | | | | | | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-165-8/+33
| * | | | | | | | | | | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-161-0/+1
| * | | | | | | | | | | | x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-141-12/+0
| * | | | | | | | | | | | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-142-2/+10
| * | | | | | | | | | | | x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov2017-03-131-2/+2
| * | | | | | | | | | | | x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-4/+19
* | | | | | | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/irq: Optimize free vector check in the CPU offline pathChen Yu2017-04-201-2/+7
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-012-0/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/earlyprintk: Add support for earlyprintk via USB3 debug portLu Baolu2017-03-212-0/+9
| * | | | | | | | | | | | | x86/timers: Add simple udelay calibrationLu Baolu2017-03-211-0/+22
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-012-5/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/irq: Remove a redundant #ifdef directiveDou Liyang2017-04-141-2/+0