summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu/vmware: Do not trace vmware_sched_clock()Steven Rostedt (VMware)2018-11-091-1/+1
* x86/vsmp: Remove dependency on pv_irq_opsEial Czerwacki2018-11-061-77/+7Star
* x86/ldt: Remove unused variable in map_ldt_struct()Kirill A. Shutemov2018-11-061-8/+0Star
* x86/ldt: Unmap PTEs for the slot before freeing LDT pagesKirill A. Shutemov2018-11-061-13/+38
* acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma2018-11-061-1/+2
* acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma2018-11-061-1/+2
* x86/hyper-v: Enable PIT shutdown quirkMichael Kelley2018-11-041-0/+11
* Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-0314-26/+27
|\
| * memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-313-3/+4
| * mm: remove include/linux/bootmem.hMike Rapoport2018-10-3114-15/+9Star
| * memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-311-1/+1
| * memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-312-2/+4
| * memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-313-3/+4
| * memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-311-1/+2
| * memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport2018-10-311-2/+2
| * memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...Mike Rapoport2018-10-311-2/+4
| * memblock: replace alloc_bootmem_low with memblock_alloc_lowMike Rapoport2018-10-311-1/+1
* | x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov2018-11-012-7/+8
* | x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross2018-10-303-45/+19Star
* | x86/paravirt: Remove GPL from pv_ops exportJuergen Gross2018-10-291-1/+1
* | x86/traps: Use format string with panic() callRasmus Villemoes2018-10-291-1/+1
* | x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-296-12/+12
| |
| \
| \
| \
*---. \ Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...Ingo Molnar2018-10-292-12/+21
|\ \ \ \ | |_|_|/ |/| | |
| | * | x86/microcode: Make revision and processor flags world-readableJacek Tomaka2018-09-021-2/+2
| * | | x86/earlyprintk: Add a force option for pciserial deviceFeng Tang2018-10-021-10/+19
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-271-12/+3Star
|\ \ \ \
| * | | | Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"Masayoshi Mizuma2018-10-271-12/+3Star
* | | | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86: DT: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-244-135/+80Star
|\ \ \ \
| * | | | signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-213-24/+8Star
| * | | | signal/x86/traps: Simplify trap generationEric W. Biederman2018-09-211-61/+24Star
| * | | | signal/x86/traps: Use force_sig instead of open coding it.Eric W. Biederman2018-09-211-1/+1
| * | | | signal/x86/traps: Use force_sig_bnderrEric W. Biederman2018-09-211-10/+9Star
| * | | | signal/x86/traps: Move more code into do_trap_no_signal so it can be reusedEric W. Biederman2018-09-211-16/+14Star
| * | | | signal/x86/traps: Factor out show_signalEric W. Biederman2018-09-191-18/+19
| * | | | signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman2018-09-191-5/+14
| * | | | signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman2018-09-191-15/+7Star
| * | | | signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-191-6/+5Star
| * | | | signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman2018-09-111-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-231-0/+22
|\ \ \ \
| * | | | x86/vdso: Enforce 64bit clocksourceThomas Gleixner2018-10-041-0/+6
| * | | | x86/time: Implement clocksource_arch_init()Thomas Gleixner2018-10-041-0/+16
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-237-43/+62
|\ \ \ \ \
| * | | | | x86/speculation: Propagate information about RSB filling mitigation to sysfsJiri Kosina2018-09-261-1/+2
| * | | | | x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-09-261-6/+51
| * | | | | x86/CPU: Fix unused variable warning when !CONFIG_IA32_EMULATIONzhong jiang2018-09-151-3/+2Star
| * | | | | x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-124-32/+3Star
| * | | | | x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski2018-09-082-3/+2Star
| * | | | | x86/entry/64: Document idtentryAndy Lutomirski2018-09-081-0/+4
| | |_|/ / | |/| | |