summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: use simpler API for random address requestsJason Cooper2016-10-122-6/+2Star
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-1010-22/+267
|\
| * x86/mm/pkeys: Do not skip PKRU register if debug registers are not usedNicolas Iooss2016-09-131-6/+7
| * x86/pkeys: Allow configuration of init_pkruDave Hansen2016-09-091-0/+66
| * x86/pkeys: Default to a restrictive init PKRUDave Hansen2016-09-093-0/+43
| * x86: Wire up protection keys system callsDave Hansen2016-09-092-0/+10
| * x86/pkeys: Allocation/free syscallsDave Hansen2016-09-095-16/+118
| * x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen2016-09-091-0/+2
| * mm: Implement new pkey_mprotect() system callDave Hansen2016-09-092-7/+19
| * x86/pkeys: Add fault handling for PF_PK page fault bitDave Hansen2016-09-091-0/+9
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-109-32/+79
|\ \
| * | x86/pkeys: Make protection keys an "eager" featureDave Hansen2016-10-081-3/+4
| * | x86/apic: Prevent pointless warning messagesThomas Gleixner2016-10-081-3/+5
| * | x86/acpi: Prevent LAPIC id 0xff from being accountedThomas Gleixner2016-10-081-0/+4
| * | arch/x86: Handle non enumerated CPU after physical hotplugPrarit Bhargava2016-10-071-3/+15
| * | x86/unwind: Fix oprofile module link errorJosh Poimboeuf2016-10-062-12/+12
| * | x86/vmware: Skip lapic calibration on VMwareRenat Valiullin2016-10-051-2/+10
| * | x86/syscalls: Remove bash-isms in syscall table generatorsylvain.bertrand@gmail.com2016-10-051-6/+9
| * | x86/irq: Prevent force migration of irqs which are not in the vector domainMika Westerberg2016-10-041-3/+20
* | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-084-7/+12
* | | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-082-11/+12
* | | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-081-1/+0Star
* | | mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie2016-10-081-0/+1
* | | mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-081-2/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-1/+1
|\ \ \
| * | | x86/entry: spell EBX register correctly in documentationNicolas Iooss2016-09-291-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-072-0/+66
|\ \ \ \
| * | | | livepatch/x86: apply alternatives and paravirt patches after relocationsJessica Yu2016-08-182-0/+66
* | | | | Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-075-786/+21Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/host-vmd' into nextBjorn Helgaas2016-10-053-781/+0Star
| |\ \ \ \ \
| | * | | | | x86/PCI: VMD: Move VMD driver to drivers/pci/hostKeith Busch2016-10-043-776/+0Star
| | * | | | | x86/PCI: VMD: Synchronize with RCU freeing MSI IRQ descsKeith Busch2016-09-191-0/+2
| | * | | | | x86/PCI: VMD: Eliminate index member from IRQ listJon Derrick2016-09-191-7/+13
| | * | | | | x86/PCI: VMD: Eliminate vmd_vector member from list typeJon Derrick2016-09-191-8/+5Star
| | * | | | | x86/PCI: VMD: Convert to use pci_alloc_irq_vectors() APIJon Derrick2016-09-191-12/+3Star
| | * | | | | x86/PCI: VMD: Allocate IRQ lists with correct MSI-X countJon Derrick2016-09-191-5/+5
| * | | | | | x86/PCI: VMD: Request userspace control of PCIe hotplug indicatorsKeith Busch2016-09-233-0/+22
| |/ / / / /
* | | | | | Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-10-071-2/+3
|\ \ \ \ \ \
| * | | | | | lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela2016-09-211-2/+3
* | | | | | | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-069-92/+97
|\ \ \ \ \ \ \
| * | | | | | | xen/x86: Update topology map for PV VCPUsBoris Ostrovsky2016-10-061-0/+6
| * | | | | | | xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky2016-10-051-1/+2
| * | | | | | | xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-305-34/+7Star
| * | | | | | | xen/x86: Convert to hotplug state machineBoris Ostrovsky2016-09-301-50/+65
| * | | | | | | x86/xen: add missing \n at end of printk warning messageColin Ian King2016-09-301-1/+1
| * | | | | | | xen/grant-table: Use kmalloc_array() in arch_gnttab_valloc()Markus Elfring2016-08-261-1/+1
| * | | | | | | xen: Make VPMU init message look less scaryJuergen Gross2016-08-241-2/+5
| * | | | | | | hotplug: Prevent alloc/free of irq descriptors during cpu up/down (again)Boris Ostrovsky2016-08-241-11/+0Star
| * | | | | | | xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky2016-08-243-56/+63
* | | | | | | | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-0616-271/+899
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |