aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner32-131/+442
2013-04-24efi: Check EFI revision in setup_efi_varsJosh Boyer1-1/+1
2013-04-24x86, efi: Fix a build warningBorislav Petkov1-1/+1
2013-04-24x86/olpc/xo1/sci: Don't call input_free_device() after input_unregister_device()Wei Yongjun1-3/+1
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-1/+0
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller24-77/+370
2013-04-22perf/x86/amd: Fix AMD NB and L2I "uncore" supportJacob Shin1-2/+3
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+16
2013-04-21perf/x86/amd: Remove old-style NB counter support from perf_event_amd.cJacob Shin1-133/+5
2013-04-21perf/x86: Check all MSRs before passing hw checkGeorge Dunlap1-11/+17
2013-04-21perf/x86/amd: Add support for AMD NB and L2I "uncore" countersJacob Shin4-1/+553
2013-04-21perf/x86/intel: Add Ivy Bridge-EP uncore supportYan, Zheng2-28/+543
2013-04-21perf/x86/intel: Fix SNB-EP CBO and PCU uncore PMU filter managementYan, Zheng2-59/+280
2013-04-21perf/x86: Avoid kfree() in CPU_{STARTING,DYING}Yan, Zheng1-3/+25
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar16-44/+79
2013-04-20Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+37
2013-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-25/+255
2013-04-20Merge remote-tracking branch 'efi/chainsaw' into x86/efiH. Peter Anvin254-5339/+9392
2013-04-19Merge remote-tracking branch 'efi/urgent' into x86/urgentH. Peter Anvin5-5/+219
2013-04-19x86, microcode: Verify the family before dispatching microcode patchingH. Peter Anvin1-7/+31
2013-04-19Merge tag 'edac_amd_f16h' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/rasIngo Molnar16-41/+64
2013-04-19amd64_edac: Add Family 16h supportAravind Gopalakrishnan1-1/+2
2013-04-18x86, hyperv: Handle Xen emulation of Hyper-V more gracefullyK. Y. Srinivasan1-13/+5
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu1-3/+3
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu1-5/+19
2013-04-17x86, kdump: Set crashkernel_low automaticallyYinghai Lu1-3/+18
2013-04-17x86,efi: Implement efi_no_storage_paranoia parameterRichard Weinberger1-1/+13
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-16x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELFH. Peter Anvin9-153/+183
2013-04-16x86, relocs: Build separate 32/64-bit toolsKees Cook4-5/+22
2013-04-16x86, relocs: Add 64-bit ELF support to relocs toolKees Cook1-6/+261
2013-04-16x86, relocs: Consolidate processing logicKees Cook1-134/+170
2013-04-16x86, relocs: Generalize ELF structure namesKees Cook1-71/+99
2013-04-16xen/smp: Unifiy some of the PVs and PVHVM offline CPU pathKonrad Rzeszutek Wilk1-10/+4
2013-04-16xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.Konrad Rzeszutek Wilk1-1/+12
2013-04-16xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVMKonrad Rzeszutek Wilk1-0/+21
2013-04-16xen/spinlock: Check against default value of -1 for IRQ line.Konrad Rzeszutek Wilk1-0/+4
2013-04-16xen/time: Add default value of -1 for IRQ and check for that.Konrad Rzeszutek Wilk1-2/+5
2013-04-16xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk2-2/+9
2013-04-16xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU online/offlineKonrad Rzeszutek Wilk1-0/+1
2013-04-16xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.Konrad Rzeszutek Wilk1-0/+1
2013-04-16xen: drop tracking of IRQ vectorJan Beulich1-3/+3
2013-04-16x86/xen: populate boot_params with EDD dataDavid Vrabel1-0/+52
2013-04-16efi: Export efi_query_variable_store() for efivars.koSergey Vlasov1-0/+1
2013-04-16x86/Kconfig: Make EFI select UCS2_STRINGSergey Vlasov1-0/+1
2013-04-16perf/x86: Fix offcore_rsp valid mask for SNB/IVBStephane Eranian1-4/+16
2013-04-16x86, CPU, AMD: Drop useless labelBorislav Petkov1-6/+3
2013-04-16x86, AMD: Correct {rd,wr}msr_amd_safe warningsBorislav Petkov1-4/+4
2013-04-16x86: Fold-in trivial check_config functionBorislav Petkov1-16/+11
2013-04-16Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/coreIngo Molnar2-0/+30