summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer2013-04-291-6/+3
* x86-64: fall back to regular page vmemmap on allocation failureJohannes Weiner2013-04-291-20/+26
* x86-64: use vmemmap_populate_basepages() for !pse setupsJohannes Weiner2013-04-291-40/+38
* x86-64: remove dead debugging code for !pse setupsJohannes Weiner2013-04-291-3/+0
* sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-291-10/+5
* mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim2013-04-291-6/+1
* mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-291-0/+1
* mm/x86: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-292-10/+1
* mm/x86: use common help functions to free reserved pagesJiang Liu2013-04-292-7/+3
* mkcapflags.pl: convert to mkcapflags.shRob Landley2013-04-293-50/+43
* Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-0/+11
|\
| * x86/PCI: Implement pcibios_{add|remove}_bus() hooksJiang Liu2013-04-121-0/+11
* | Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-04-295-14/+108
|\ \
| * | xen/smp: Unifiy some of the PVs and PVHVM offline CPU pathKonrad Rzeszutek Wilk2013-04-161-10/+4
| * | xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.Konrad Rzeszutek Wilk2013-04-161-1/+12
| * | xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVMKonrad Rzeszutek Wilk2013-04-161-0/+21
| * | xen/spinlock: Check against default value of -1 for IRQ line.Konrad Rzeszutek Wilk2013-04-161-0/+4
| * | xen/time: Add default value of -1 for IRQ and check for that.Konrad Rzeszutek Wilk2013-04-161-2/+5
| * | xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk2013-04-162-2/+9
| * | xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU on...Konrad Rzeszutek Wilk2013-04-161-0/+1
| * | xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.Konrad Rzeszutek Wilk2013-04-161-0/+1
| * | xen: drop tracking of IRQ vectorJan Beulich2013-04-161-3/+3
| * | x86/xen: populate boot_params with EDD dataDavid Vrabel2013-04-161-0/+52
* | | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2013-04-251-2/+2
|\ \ \
| * | | efi: Check EFI revision in setup_efi_varsJosh Boyer2013-04-241-1/+1
| * | | x86, efi: Fix a build warningBorislav Petkov2013-04-241-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-211-4/+16
|\ \ \ \
| * | | | perf/x86: Fix offcore_rsp valid mask for SNB/IVBStephane Eranian2013-04-161-4/+16
* | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-201-8/+37
|\ \ \ \ \
| * | | | | x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu2013-04-171-3/+3
| * | | | | x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu2013-04-171-5/+19
| * | | | | x86, kdump: Set crashkernel_low automaticallyYinghai Lu2013-04-171-3/+18
| |/ / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-207-25/+255
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge remote-tracking branch 'efi/urgent' into x86/urgentH. Peter Anvin2013-04-195-5/+219
| |\ \ \ \ | | |/ / /
| | * | | x86,efi: Implement efi_no_storage_paranoia parameterRichard Weinberger2013-04-171-1/+13
| | * | | efi: Export efi_query_variable_store() for efivars.koSergey Vlasov2013-04-161-0/+1
| | * | | x86/Kconfig: Make EFI select UCS2_STRINGSergey Vlasov2013-04-161-0/+1
| | * | | efi: Distinguish between "remaining space" and actually used spaceMatthew Garrett2013-04-151-6/+100
| | * | | efi: Pass boot services variable info to runtime codeMatthew Garrett2013-04-154-0/+76
| | * | | x86,efi: Check max_size only if it is non-zero.Richard Weinberger2013-04-111-1/+6
| | * | | x86, efivars: firmware bug workarounds should be in platform codeMatt Fleming2013-04-091-0/+25
| | | |/ | | |/|
| * | | x86, microcode: Verify the family before dispatching microcode patchingH. Peter Anvin2013-04-191-7/+31
| * | | x86, hyperv: Handle Xen emulation of Hyper-V more gracefullyK. Y. Srinivasan2013-04-181-13/+5
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-148-21/+33
|\ \ \ \ | |/ / /
| * | | x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setBoris Ostrovsky2013-04-121-0/+2
| * | | x86/mm/cpa/selftest: Fix false positive in CPA self testAndrea Arcangeli2013-04-121-1/+1
| * | | x86/mm/cpa: Convert noop to functional fixAndrea Arcangeli2013-04-111-5/+5
| * | | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-105-13/+21
| * | | x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio2013-04-101-2/+4
| | |/ | |/|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-141-1/+2
|\ \ \
OpenPOWER on IntegriCloud