summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-07-14x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo4-68/+20
2011-07-14memblock, x86: Reimplement memblock_find_dma_reserve() using iteratorsTejun Heo3-94/+20
2011-07-14memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo3-79/+11
2011-07-14memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo3-12/+1
2011-07-14x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()Tejun Heo4-102/+28
2011-07-14x86: Use __memblock_alloc_base() in early_reserve_e820()Tejun Heo3-29/+9
2011-07-14x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo6-29/+13
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo3-24/+1
2011-07-14bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()Tejun Heo1-19/+4
2011-07-14memblock: Kill MEMBLOCK_ERRORTejun Heo10-16/+16
2011-07-14x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services()Tejun Heo1-2/+1
2011-07-13x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo1-0/+15
2011-07-13x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo2-6/+6
2011-07-08Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-28/+28
2011-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-3/+36
2011-07-08Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds1-4/+10
2011-07-07xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci.Konrad Rzeszutek Wilk1-28/+28
2011-07-07x86: Don't use the EFI reboot method by defaultMatthew Garrett1-3/+0
2011-07-07x86, suspend: Restore MISC_ENABLE MSR in realmode wakeupKees Cook3-0/+26
2011-07-06x86, reboot: Acer Aspire One A110 reboot quirkPeter Chubb1-0/+8
2011-07-02Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+28
2011-07-01x86-32, NUMA: Fix boot regression caused by NUMA init unification on highmem ...Tejun Heo1-0/+2
2011-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-1/+1
2011-06-30xen/pci: Use the INT_SRC_OVR IRQ (instead of GSI) to preset the ACPI SCI IRQ.Konrad Rzeszutek Wilk1-2/+24
2011-06-30xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk1-0/+4
2011-06-29KVM: x86 emulator: fix %rip-relative addressing with immediate source operandAvi Kivity1-5/+7
2011-06-28watchdog: Intel SCU Watchdog: Fix build and remove duplicate codeJesper Juhl1-1/+1
2011-06-28Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2-14/+0
2011-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-1/+1
2011-06-22Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar1-4/+10
2011-06-20Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-7/+31
2011-06-20Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-5/+11
2011-06-19KVM: Fix register corruption in pvclock_scale_deltaZachary Amsden1-2/+7
2011-06-19KVM: MMU: fix opposite condition in mapping_level_dirty_bitmapSteve1-1/+1
2011-06-19KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti1-1/+2
2011-06-19KVM: MMU: Fix build warnings in walk_addr_generic()Borislav Petkov1-1/+1
2011-06-19x86, efi: Do not reserve boot services regions within reserved areasMaarten Lankhorst3-7/+28
2011-06-16xen/setup: Fix for incorrect xen_extra_mem_start.Konrad Rzeszutek Wilk1-4/+6
2011-06-16xen: When calling power_off, don't call the halt function.Tom Goetz1-1/+8
2011-06-15xen: support CONFIG_MAXSMPAndrew Jones2-1/+9
2011-06-15oprofile, x86: Fix race in nmi handler while starting countersRobert Richter1-4/+10
2011-06-15x86 idle: APM requires pm_idle/default_idle unconditionally when a moduleAndy Whitcroft1-2/+2
2011-06-14Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-4/+4
2011-06-14x86/uv/x2apic: update for change in pci bridge handling.Dave Airlie1-4/+4
2011-06-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+11
2011-06-13Merge branches 'x86-urgent-for-linus' and 'irq-urgent-for-linus' of git://git...Linus Torvalds2-0/+24
2011-06-09exec: delay address limit change until point of no returnMathias Krause2-2/+0
2011-06-09x86: devicetree: Add missing early_init_dt_setup_initrd_arch stubFlorian Fainelli1-0/+11
2011-06-09xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"Stefano Stabellini1-1/+8
2011-06-08Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+6