aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-0/+2
2018-10-10x86/acpi, x86/boot: Take RSDP address for boot params if availableJuergen Gross1-0/+7
2018-10-10x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross1-0/+2
2018-10-09mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara1-1/+1
2018-10-09x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas1-1/+1
2018-10-09x86/mm/tlb: Add freed_tables element to flush_tlb_infoRik van Riel1-0/+1
2018-10-09x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_rangeRik van Riel2-5/+7
2018-10-09x86/mm/tlb: Always use lazy TLB modeRik van Riel1-16/+0
2018-10-09x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra2-11/+22
2018-10-09x86/hyperv: Enable PV qspinlock for Hyper-VYi Sun1-0/+2
2018-10-09x86/hyperv: Add GUEST_IDLE_MSR supportYi Sun1-0/+5
2018-10-09Merge branch 'x86/urgent' into x86/cache, to pick up dependent fixIngo Molnar2-0/+14
2018-10-08x86/fsgsbase/64: Clean up various detailsIngo Molnar1-10/+12
2018-10-08x86/segments: Introduce the 'CPUNODE' naming to better document the segment limit CPU/node NR trickIngo Molnar1-11/+11
2018-10-08x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae2-26/+41
2018-10-08x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae2-7/+6
2018-10-08x86/fsgsbase/64: Convert the ELF core dump code to the new FSGSBASE helpersChang S. Bae1-3/+3
2018-10-08x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae1-3/+0
2018-10-08x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae1-0/+50
2018-10-08Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar8-17/+47
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit1-54/+18
2018-10-06x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit1-35/+47
2018-10-06x86/extable: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit1-33/+20
2018-10-06Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar2-18/+9
2018-10-06x86/KASLR: Update KERNEL_IMAGE_SIZE descriptionBaoquan He1-6/+9
2018-10-06x86/ioremap: Add an ioremap_encrypted() helperLianbo Jiang1-1/+2
2018-10-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGreg Kroah-Hartman1-0/+8
2018-10-05Merge branch 'x86/core' into x86/build, to avoid conflictsIngo Molnar6-18/+27
2018-10-05x86/vdso: Document vgtod_ts betterAndy Lutomirski1-0/+9
2018-10-04x66/vdso: Add CLOCK_TAI supportThomas Gleixner1-2/+2
2018-10-04x86/vdso: Introduce and use vgtod_tsThomas Gleixner1-17/+21
2018-10-04x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner1-5/+5
2018-10-04x86/paravirt: Work around GCC inlining bugs when compiling paravirt opsNadav Amit1-29/+27
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining bugsNadav Amit1-42/+56
2018-10-04x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugsNadav Amit2-15/+16
2018-10-04x86/refcount: Work around GCC inlining bugNadav Amit1-29/+45
2018-10-04Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar11-60/+78
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-10-03x86, hibernate: Rename temp_level4_pgt to temp_pgtZhimin Gu1-1/+1
2018-10-03x86, hibernate: Extract the common code of 64/32 bit systemZhimin Gu1-0/+8
2018-10-03x86-32/asm/power: Create stack frames in hibernate_asm_32.SZhimin Gu1-0/+4
2018-10-02x86/platform/uv: Provide is_early_uv_system()Mike Travis1-0/+6
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-16/+17
2018-10-02perf/x86/intel: Add a separate Arch Perfmon v4 PMI handlerAndi Kleen1-0/+1
2018-10-02Merge branch 'x86/cache' into perf/core, to resolve conflictsIngo Molnar1-0/+1
2018-10-02perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan1-0/+8
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe11-60/+78
2018-10-01x86/asm: Use CC_SET()/CC_OUT() in __cmpxchg_double()Uros Bizjak1-4/+6
2018-09-28perf/x86: Add helper to obtain performance counter indexReinette Chatre1-0/+1
2018-09-27x86/kvm: Add Hygon Dhyana support to KVMPu Wen2-2/+7