aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2-1/+1
2012-07-30firmware_map: make firmware_map_add_early() argument consistent with firmware_map_add_hotplug()Yasuaki Ishimatsu1-1/+1
2012-07-30atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas1-0/+1
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds23-359/+541
2012-07-26Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-109/+154
2012-07-26Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+2
2012-07-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-26/+40
2012-07-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-56/+1
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds20-1093/+3266
2012-07-24Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-12/+0
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds11-168/+440
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-07-24Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds8-77/+247
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-291/+1172
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2012-07-24sched/x86: Remove broken power estimationPeter Zijlstra2-56/+1
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into nextJoerg Roedel2-12/+0
2012-07-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-143/+149
2012-07-22Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+4
2012-07-22Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2012-07-22Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-224/+257
2012-07-22Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-46/+59
2012-07-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds21-567/+414
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds35-316/+363
2012-07-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-25/+75
2012-07-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-16/+0
2012-07-22Revert "x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()"Ingo Molnar1-6/+6
2012-07-21x86, boot: Exclude cmdline.c if you can't use itGokul Caushik2-2/+7
2012-07-21x86, boot: Exclude early_serial_console.c if can't use it.Joe Millenbach2-0/+14
2012-07-21x86, boot: Removed unused debug flag and set codeJoe Millenbach1-4/+0
2012-07-21x86, boot: Switch output functions from command-line flags to conditional compilationJoe Millenbach2-15/+14
2012-07-21x86, boot: Changed error putstr path to match new debug_putstr formatJoe Millenbach2-3/+4
2012-07-21x86, boot: Wrap debug printing in a new debug_putstr functionJoe Millenbach1-8/+10
2012-07-21x86, boot: Removed quiet flag and switched quiet output to debug flagJoe Millenbach1-6/+3
2012-07-20x86, efi: Handover ProtocolMatt Fleming5-79/+144
2012-07-20x86/tlb: Fix build warning and crash when building for !SMPAlex Shi1-2/+2
2012-07-20x86, cpufeature: Add the RDSEED and ADX featuresH. Peter Anvin1-0/+2
2012-07-20KVM: fix race with level interruptsMichael S. Tsirkin2-4/+28
2012-07-20module.c: spelling s/postition/position/gGeert Uytterhoeven1-1/+1
2012-07-19xen: populate correct number of pages when across mem boundary (v2)zhenzhong.duan1-14/+9
2012-07-19xen PVonHVM: move shared_info to MMIO before kexecOlaf Hering3-13/+109
2012-07-19xen: simplify init_hvm_pv_infoOlaf Hering1-32/+26
2012-07-19xen: remove cast from HYPERVISOR_shared_info assignmentOlaf Hering1-1/+1
2012-07-19xen/x86: avoid updating TLS descriptors if they haven't changedDavid Vrabel1-3/+26
2012-07-19xen/x86: add desc_equal() to compare GDT descriptorsDavid Vrabel1-0/+6
2012-07-19xen/mm: zero PTEs for non-present MFNs in the initial page tableDavid Vrabel1-1/+8
2012-07-19xen/mm: do direct hypercall in xen_set_pte() if batching is unavailableDavid Vrabel1-5/+25
2012-07-19xen/mce: Register native mce handler as vMCE bounce back pointLiu, Jinsong1-3/+7
2012-07-19x86, MCE, AMD: Adjust initcall sequence for xenLiu, Jinsong1-1/+21
2012-07-19xen/mce: Add mcelog support for Xen platformLiu, Jinsong3-6/+11