summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky2017-12-174-3/+19
* x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-12-172-8/+137
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-1713-27/+27
* locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon2017-12-171-0/+1
* bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann2017-12-171-0/+1
* perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen2017-12-172-1/+27
* x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-172-2/+6
* x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri2017-12-171-0/+1
* Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-1717-93/+121
|\
| * x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-11-1011-31/+40
| * x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-1012-61/+81
| * Merge branch 'linus' into x86/platform, to refresh the branchIngo Molnar2017-11-1013200-4066/+19822
| |\
| * | x86/platform/UV: Convert timers to use timer_setup()Kees Cook2017-10-171-3/+2
* | | Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.baseIngo Molnar2017-12-173-58/+33
|\ \ \
| * | | ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse2017-11-073-30/+27
| * | | ACPI / APEI: remove the unused dead-code for SEA/NMI notification typeDongjiu Geng2017-10-231-28/+5
| * | | ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq()Jan Beulich2017-10-111-1/+2
* | | | Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-1719-522/+613
|\ \ \ \
| * | | | selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski2017-11-071-1/+16
| * | | | selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski2017-11-071-1/+9
| * | | | selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Andy Lutomirski2017-11-071-16/+37
| * | | | selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR odditiesAndy Lutomirski2017-11-071-1/+9
| * | | | selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski2017-11-071-6/+18
| * | | | x86/cpufeatures: Fix various details in the feature definitionsIngo Molnar2017-11-071-75/+74
| * | | | x86/cpufeatures: Re-tabulate the X86_FEATURE definitionsIngo Molnar2017-11-071-254/+254
| * | | | Merge branch 'x86/build' into x86/asm, to fix up conflictsIngo Molnar2017-11-071-2/+2
| |\ \ \ \
| | * | | | x86/build: Beautify build log of syscall headersMasahiro Yamada2017-10-271-2/+2
| * | | | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0712797-717/+14070
| |\ \ \ \ \
| * | | | | | x86/mm: Define _PAGE_TABLE using _KERNPG_TABLEBorislav Petkov2017-11-061-2/+1
| * | | | | | Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-0612-180/+239
| |\ \ \ \ \ \
| | * | | | | | x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He2017-10-302-6/+6
| | * | | | | | Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar2017-10-30488-3278/+5408
| | |\ \ \ \ \ \
| | * | | | | | | x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov2017-10-201-99/+60
| | * | | | | | | x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov2017-10-201-5/+6
| | * | | | | | | x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-10-204-24/+83
| | * | | | | | | mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2017-10-203-7/+26
| | * | | | | | | Merge branch 'x86/urgent' into x86/mm, to pick up fixesIngo Molnar2017-10-2012056-376591/+632671
| | |\ \ \ \ \ \ \
| | * | | | | | | | mm, x86/mm: Fix performance regression in get_user_pages_fast()Kirill A. Shutemov2017-09-131-39/+58
| * | | | | | | | | Merge branch 'x86/fpu' into x86/asm, to pick up fixIngo Molnar2017-11-062-41/+11
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bitops: Revert cbe96375025e ("bitops: Add clear/set_bit32() to linux/bitops.h")Thomas Gleixner2017-11-021-26/+0
| | * | | | | | | | | x86/cpuid: Replace set/clear_bit32()Thomas Gleixner2017-11-021-15/+11
* | | | | | | | | | | Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-1755-361/+579
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | x86/entry/64: Shorten TEST instructionsBorislav Petkov2017-11-021-2/+2
| * | | | | | | | | | x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski2017-11-022-2/+7
| * | | | | | | | | | x86/entry/64: Remove thread_struct::sp0Andy Lutomirski2017-11-024-20/+16
| * | | | | | | | | | x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski2017-11-021-2/+1
| * | | | | | | | | | x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski2017-11-024-4/+10
| * | | | | | | | | | x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski2017-11-022-4/+17
| * | | | | | | | | | x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski2017-11-021-3/+14
| * | | | | | | | | | x86/entry: Add task_top_of_stack() to find the top of a task's stackAndy Lutomirski2017-11-021-0/+2
OpenPOWER on IntegriCloud