summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-01-28x86, vdso: teach 'make clean' remove vdso64 binariesAndrey Skvortsov1-1/+1
2015-01-28PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BARYijing Wang1-0/+4
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar6-28/+48
2015-01-28Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar12-252/+235
2015-01-28Merge commit 3669ef9fa7d3 ("x86, tls: Interpret an all-zero struct user_desc ...Ingo Molnar14-91/+143
2015-01-28xen: mark grant mapped pages as foreignJennifer Herbert1-7/+0
2015-01-28x86/xen: require ballooned pages for grant mapsJennifer Herbert1-2/+3
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel2-260/+12
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel2-12/+11
2015-01-28perf/x86/intel: Add model number for AirmontKan Liang1-0/+1
2015-01-28perf/rapl: Fix crash in rapl_scale()Stephane Eranian1-1/+1
2015-01-28perf/x86/intel/uncore: Move uncore_box_init() out of driver initializationKan Liang2-15/+12
2015-01-28x86/xen: cleanup arch/x86/xen/mmu.cJuergen Gross1-2/+0
2015-01-28x86/xen: add some __init annotations in arch/x86/xen/mmu.cJuergen Gross1-7/+8
2015-01-28x86/xen: add some __init and static annotations in arch/x86/xen/setup.cJuergen Gross1-3/+3
2015-01-28x86/xen: use correct types for addresses in arch/x86/xen/setup.cJuergen Gross1-12/+13
2015-01-28x86/xen: cleanup arch/x86/xen/setup.cJuergen Gross2-10/+6
2015-01-28x86, microcode: Return error from driver init code when loader is disabledBoris Ostrovsky1-1/+1
2015-01-26x86, build: replace Perl script with Shell scriptKees Cook3-40/+43
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2-16/+16
2015-01-26x86,xen: use current->state helpersDavidlohr Bueso1-1/+1
2015-01-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-76/+102
2015-01-24x86, init: Fix UP boot regression on x86_64Thomas Gleixner1-1/+1
2015-01-24Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-21/+10
2015-01-23x86, e820: Clean up sanitize_e820_map() usersWANG Chao1-18/+8
2015-01-23x86, setup: Let early_memremap() handle page alignmentWANG Chao1-5/+3
2015-01-23KVM: x86: SYSENTER emulation is brokenNadav Amit1-19/+8
2015-01-23KVM: x86: Fix of previously incomplete fix for CVE-2014-8480Nadav Amit1-2/+2
2015-01-23x86/tsc: Change Fast TSC calibration failed from error to infoAlexandre Demers1-1/+1
2015-01-23x86/rtc: Remove duplicate const specifierColin King1-1/+1
2015-01-23x86/apic: Re-enable PCI_MSI support for non-SMP X86_32Bryan O'Donoghue1-1/+5
2015-01-22x86, mm: Change cachemode exports to non-gplJuergen Gross1-2/+2
2015-01-22x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2-2/+36
2015-01-22x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski1-7/+2
2015-01-22x86, mpx: Fix potential performance issue on unmapsDave Hansen1-1/+19
2015-01-22x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernelsDave Hansen1-0/+6
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2015-01-22x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APICThomas Gleixner1-0/+2
2015-01-22x86: Consolidate boot cpu timer setupThomas Gleixner2-6/+2
2015-01-22x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner3-34/+25
2015-01-22x86/smpboot: Sanitize uniprocessor initThomas Gleixner1-11/+26
2015-01-22x86/smpboot: Move apic init code to apic.cThomas Gleixner3-37/+47
2015-01-22init: Get rid of x86ismsThomas Gleixner2-0/+11
2015-01-22x86/apic: Move apic_init_uniprocessor codeThomas Gleixner1-63/+62
2015-01-22x86/smpboot: Cleanup ioapic handlingThomas Gleixner1-40/+7
2015-01-22x86/apic: Sanitize ioapic handlingThomas Gleixner1-14/+3
2015-01-22x86/ioapic: Add proper checks to setp/enable_IO_APIC()Thomas Gleixner1-4/+7
2015-01-22x86/ioapic: Provide stub functions for IOAPIC%3DnThomas Gleixner1-0/+5
2015-01-22x86/smpboot: Move smpboot inlines to codeThomas Gleixner2-69/+65