summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-1419-92/+40
* memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config optionTejun Heo2011-07-142-2/+1
* x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo2011-07-144-68/+20
* memblock, x86: Reimplement memblock_find_dma_reserve() using iteratorsTejun Heo2011-07-143-94/+20
* memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo2011-07-143-79/+11
* memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo2011-07-143-12/+1
* x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()Tejun Heo2011-07-144-102/+28
* x86: Use __memblock_alloc_base() in early_reserve_e820()Tejun Heo2011-07-143-29/+9
* x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-07-146-29/+13
* memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo2011-07-143-24/+1
* bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()Tejun Heo2011-07-141-19/+4
* memblock: Kill MEMBLOCK_ERRORTejun Heo2011-07-1310-16/+16
* x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services()Tejun Heo2011-07-131-2/+1
* x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo2011-07-121-0/+15
* x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo2011-07-122-6/+6
* Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-071-28/+28
|\
| * xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci.Konrad Rzeszutek Wilk2011-07-071-28/+28
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-076-3/+36
|\ \
| * | x86: Don't use the EFI reboot method by defaultMatthew Garrett2011-07-071-3/+0
| * | x86, suspend: Restore MISC_ENABLE MSR in realmode wakeupKees Cook2011-07-063-0/+26
| * | x86, reboot: Acer Aspire One A110 reboot quirkPeter Chubb2011-07-051-0/+8
| * | x86-32, NUMA: Fix boot regression caused by NUMA init unification on highmem ...Tejun Heo2011-07-011-0/+2
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2011-07-071-4/+10
|\ \ \ \ \ | | | |/ /
| | * | | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar2011-06-221-4/+10
| | |\ \ \
| | | * | | oprofile, x86: Fix race in nmi handler while starting countersRobert Richter2011-06-151-4/+10
* | | | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-012-2/+28
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | xen/pci: Use the INT_SRC_OVR IRQ (instead of GSI) to preset the ACPI SCI IRQ.Konrad Rzeszutek Wilk2011-06-301-2/+24
| * | | | xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk2011-06-301-0/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2011-06-301-1/+1
|\ \ \ \ \
| * | | | | watchdog: Intel SCU Watchdog: Fix build and remove duplicate codeJesper Juhl2011-06-281-1/+1
* | | | | | KVM: x86 emulator: fix %rip-relative addressing with immediate source operandAvi Kivity2011-06-291-5/+7
|/ / / / /
* | | | | Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-272-14/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-06-241-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/PCI/ACPI: fix type mismatchMárton Németh2011-06-011-1/+1
* | | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-06-204-7/+31
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | xen/setup: Fix for incorrect xen_extra_mem_start.Konrad Rzeszutek Wilk2011-06-161-4/+6
| * | | | xen: When calling power_off, don't call the halt function.Tom Goetz2011-06-151-1/+8
| * | | | xen: support CONFIG_MAXSMPAndrew Jones2011-06-152-1/+9
| * | | | xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"Stefano Stabellini2011-06-091-1/+8
* | | | | Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-06-204-5/+11
|\ \ \ \ \
| * | | | | KVM: Fix register corruption in pvclock_scale_deltaZachary Amsden2011-06-191-2/+7
| * | | | | KVM: MMU: fix opposite condition in mapping_level_dirty_bitmapSteve2011-06-191-1/+1
| * | | | | KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti2011-06-191-1/+2
| * | | | | KVM: MMU: Fix build warnings in walk_addr_generic()Borislav Petkov2011-06-191-1/+1
* | | | | | x86, efi: Do not reserve boot services regions within reserved areasMaarten Lankhorst2011-06-183-7/+28
|/ / / / /
* | | | | x86 idle: APM requires pm_idle/default_idle unconditionally when a moduleAndy Whitcroft2011-06-141-2/+2
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-06-141-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86/uv/x2apic: update for change in pci bridge handling.Dave Airlie2011-06-141-4/+4
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-06-132-5/+11
|\ \ \ \ \
| * \ \ \ \ Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-06-082-5/+11
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
OpenPOWER on IntegriCloud