summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2018-04-09syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski1-17/+18
2018-04-05syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski2-18/+6
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...Dominik Brodowski1-4/+113
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski3-0/+81
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-68/+2
2018-04-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+11
2018-04-02Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-69/+5
2018-04-02Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+1
2018-04-02Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+3
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-78/+190
2018-04-02Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-16/+14
2018-04-02Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+0
2018-04-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-35/+11
2018-04-02Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-76/+29
2018-04-02syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski1-64/+0
2018-04-02x86: fix sys_sigreturn() return type to be long, not unsigned longDominik Brodowski1-1/+1
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski1-0/+1
2018-04-02x86: remove compat_sys_x86_waitpid()Dominik Brodowski1-3/+0
2018-04-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2018-04-02Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-168/+176
2018-03-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+2
2018-03-31Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2018-03-31Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar6-46/+8
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar3-45/+1
2018-03-28x86/platform/UV: Fix critical UV MMR address errormike.travis@hpe.com1-1/+1
2018-03-28x86/platform/uv/BAU: Add APIC idt entryAndrew Banman1-0/+1
2018-03-27x86/alternatives: Fixup alternative_call_2Alexey Dobriyan1-3/+1
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar5-46/+6
2018-03-27perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso1-2/+3
2018-03-26x86/apic: Finish removing unused callbacksDavid Rientjes1-16/+0
2018-03-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-45/+0
2018-03-24Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar1-0/+1
2018-03-23x86/tsc: Get rid of rdtscll()Thomas Gleixner1-3/+0
2018-03-20kvm/x86: fix icebp instruction handlingLinus Torvalds1-0/+1
2018-03-20x86: Remove FAST_FEATURE_TESTSPeter Zijlstra1-8/+0
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig1-23/+2
2018-03-20dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig1-2/+0
2018-03-20x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig1-11/+0
2018-03-20x86/dma: Use generic swiotlb_opsChristoph Hellwig2-8/+3
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig2-11/+0
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig1-16/+2
2018-03-20Merge branch 'x86/mm' into x86/dma, to pick up dependenciesIngo Molnar27-148/+300
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig2-45/+0
2018-03-18Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-1/+7
2018-03-16x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov1-0/+1
2018-03-16x86/tsc: Convert ART in nanoseconds to TSCRajvi Jingar1-0/+1
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner6-18/+23
2018-03-14x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit...Andy Whitcroft1-1/+4
2018-03-12ACPI, x86/boot: Introduce the ->reduced_hw_early_init() ACPI callbackAndy Shevchenko1-0/+2