summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/msr: Document msr-index.h rule for additionBorislav Petkov2016-02-171-1/+6
* x86/ftrace, x86/asm: Kill ftrace_caller_end labelBorislav Petkov2016-02-172-12/+13
* x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-174-27/+97
* x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski2016-02-172-2/+72
* x86/signal/64: Add a comment about sigcontext->fs and gsAndy Lutomirski2016-02-171-0/+25
* x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov2016-02-161-2/+1
* x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox2016-02-091-2/+2
* x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko2016-02-091-18/+18
* x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov2016-02-011-28/+19
* x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski2016-02-011-1/+1
* x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski2016-02-011-1/+3
* x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski2016-02-011-6/+13
* x86/vdso: Use static_cpu_has()Borislav Petkov2016-01-301-1/+1
* x86/alternatives: Discard dynamic check after initBrian Gerst2016-01-302-13/+12
* x86/alternatives: Add an auxilary sectionBorislav Petkov2016-01-301-0/+11
* x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov2016-01-301-44/+5
* x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-306-123/+19
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-3048-326/+334
* Merge branch 'x86/cpu' into x86/asm, to avoid conflictIngo Molnar2016-01-301-0/+1
|\
| * x86/cpufeature: Add AMD AVIC bitBorislav Petkov2016-01-191-0/+1
* | x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski2016-01-292-78/+65
* | x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski2016-01-291-16/+19
* | x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski2016-01-292-87/+10
* | x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski2016-01-293-24/+55
* | x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-298-16/+29
* | x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-298-23/+31
* | x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2016-01-295-20/+16
* | x86/syscalls: Refactor syscalltbl.shAndy Lutomirski2016-01-291-5/+13
* | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-2974-893/+3317
|\ \
| * | pmem: add wb_cache_pmem() to the PMEM APIRoss Zwisler2016-01-221-5/+6
| * | Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds2016-01-212-46/+126
| |\ \
| | * | Add 'unsafe' user access functions for batched accessesLinus Torvalds2015-12-171-0/+25
| | * | x86: reorganize SMAP handling in user space accessesLinus Torvalds2015-12-172-46/+101
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-217-3/+7
| |\ \ \
| | * | | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-3/+0
| | * | | UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-205-0/+5
| | * | | kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2016-01-201-0/+2
| * | | | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-218-75/+834
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'pci/host-vmd' into nextBjorn Helgaas2016-01-156-0/+791
| | |\ \ \
| | | * | | x86/PCI: Add driver for Intel Volume Management Device (VMD)Keith Busch2016-01-154-0/+743
| | | * | | x86/PCI: Allow DMA ops specific to a PCI domainKeith Busch2016-01-152-0/+48
| | * | | | x86/PCI: Simplify pci_bios_{read,write}Geliang Tang2015-12-101-70/+38
| | * | | | x86/PCI: Clarify AMD Fam10h config access restrictions commentTomasz Nowicki2015-12-101-5/+5
| | |/ / /
| * | | | Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-01-192-0/+248
| |\ \ \ \
| | * | | | platform/x86: Add Intel Telemetry Core DriverSouvik Kumar Chakravarty2016-01-191-0/+147
| | * | | | platform:x86: add Intel P-Unit mailbox IPC driverQipeng Zha2016-01-191-0/+101
| * | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-182-30/+15
| |\ \ \ \ \
| | * | | | | x86: define __smp_xxxMichael S. Tsirkin2016-01-121-19/+12
| | * | | | | x86: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-3/+2
| | * | | | | x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+1
OpenPOWER on IntegriCloud