summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-02-06mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka1-2/+2
2016-02-05x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov1-1/+1
2016-02-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+4
2016-02-01x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov1-28/+19
2016-02-01x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski1-1/+1
2016-02-01x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski1-1/+3
2016-02-01x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski1-6/+13
2016-02-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-103/+209
2016-02-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+27
2016-01-30x86/vdso: Use static_cpu_has()Borislav Petkov1-1/+1
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst2-13/+12
2016-01-30x86/alternatives: Add an auxilary sectionBorislav Petkov1-0/+11
2016-01-30x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov1-44/+5
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov6-123/+19
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov48-326/+334
2016-01-30Merge branch 'x86/cpu' into x86/asm, to avoid conflictIngo Molnar1-0/+1
2016-01-29x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming1-2/+2
2016-01-29x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski2-78/+65
2016-01-29x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski1-16/+19
2016-01-29x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski2-87/+10
2016-01-29x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski3-24/+55
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski8-16/+29
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski8-23/+31
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski5-20/+16
2016-01-29x86/syscalls: Refactor syscalltbl.shAndy Lutomirski1-5/+13
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar74-893/+3317
2016-01-29perf/x86: De-obfuscate codePeter Zijlstra1-3/+1
2016-01-29perf/x86: Fix uninitialized value usagePeter Zijlstra1-1/+2
2016-01-27x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov1-1/+0
2016-01-26x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich1-4/+2
2016-01-25crypto: chacha20-ssse3 - Align stack pointer to 64 bytesEli Cooper1-2/+4
2016-01-23pmem: add wb_cache_pmem() to the PMEM APIRoss Zwisler1-5/+6
2016-01-22Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds2-46/+126
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-3/+7
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-75/+834
2016-01-21perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian3-0/+24
2016-01-21x86/platform/quark: Print boundaries correctlyAndy Shevchenko1-5/+13
2016-01-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2-3/+0
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin5-0/+5
2016-01-21kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang1-0/+2
2016-01-20x86/mm: Make kmap_prot into a #defineAndy Lutomirski2-4/+1
2016-01-20x86/mm/32: Set NX in __supported_pte_mask before enabling pagingAndy Lutomirski2-3/+8
2016-01-20Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha...Linus Torvalds2-0/+248
2016-01-20platform/x86: Add Intel Telemetry Core DriverSouvik Kumar Chakravarty1-0/+147
2016-01-20platform:x86: add Intel P-Unit mailbox IPC driverQipeng Zha1-0/+101
2016-01-19x86/asm: Add C versions of frame pointer macrosJosh Poimboeuf1-3/+13
2016-01-19x86/asm: Clean up frame pointer macrosJosh Poimboeuf1-16/+27
2016-01-19x86/signal: Cleanup get_nr_restart_syscall()Dmitry V. Levin1-5/+8
2016-01-19x86/mm: Streamline and restore probe_memory_block_size()Seth Jennings1-18/+6
2016-01-19x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2-5/+17