summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-165-68/+72
|\
| * x86/PCI: pci quirks, fix pci refcountingJiri Slaby2009-09-091-1/+1
| * PCI iommu: iommu=pt is a valid early paramAlex Williamson2009-09-091-3/+1Star
| * x86/PCI: initialize PCI bus node numbers earlyJesse Barnes2009-09-092-63/+70
| * PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-1/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-159-369/+69Star
|\ \
| * | percpu: kill lpage first chunk allocatorTejun Heo2009-08-141-19/+1Star
| * | x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMATejun Heo2009-08-142-131/+28Star
| * | percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo2009-08-141-1/+3
| * | percpu: add pcpu_unit_offsets[]Tejun Heo2009-08-141-28/+23Star
| * | percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo2009-08-141-23/+15Star
| * | percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo2009-08-141-2/+2
| * | percpu: drop @static_size from first chunk allocatorsTejun Heo2009-08-141-19/+15Star
| * | percpu: generalize first chunk allocator selectionTejun Heo2009-08-141-18/+6Star
| * | percpu: build first chunk allocators selectivelyTejun Heo2009-08-141-0/+10
| * | percpu: rename 4k first chunk allocator to pageTejun Heo2009-08-141-11/+12
| * | Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1481-699/+1540
| |\ \
| * | | linker script: unify usage of discard definitionTejun Heo2009-07-091-7/+4Star
| * | | percpu: teach large page allocator about NUMATejun Heo2009-07-041-17/+55
| * | | x86,percpu: generalize lpage first chunk allocatorTejun Heo2009-07-043-167/+12Star
| * | | x86,percpu: generalize 4k first chunk allocatorTejun Heo2009-07-041-59/+19Star
| * | | percpu: drop @unit_size from embed first chunk allocatorTejun Heo2009-07-041-1/+1
| * | | Merge branch 'master' into for-nextTejun Heo2009-07-0434-163/+230
| |\ \ \
| * | | | percpu: clean up percpu variable definitionsTejun Heo2009-06-242-11/+11
| * | | | percpu: cleanup percpu array definitionsTejun Heo2009-06-243-4/+4
| * | | | percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo2009-06-241-3/+0Star
* | | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-1513-126/+440
|\ \ \ \ \
| * | | | | x86, pat: Fix cacheflush address in change_page_attr_set_clr()Jack Steiner2009-09-091-1/+7
| * | | | | x86: Fix earlyprintk=dbgp for machines without NXJan Beulich2009-08-291-0/+10
| * | | | | Merge branch 'x86/urgent' into x86/patH. Peter Anvin2009-08-2789-734/+1603
| |\ \ \ \ \
| | * | | | | x86: Fix an incorrect argument of reserve_bootmem()Amerigo Wang2009-08-211-1/+1
| | * | | | | x86: Fix system crash when loading with "reservetop" parameterXiao Guangrong2009-08-211-5/+5
| * | | | | | x86, pat: Sanity check remap_pfn_range for RAM regionVenkatesh Pallipadi2009-08-271-3/+21
| * | | | | | x86, pat: Lookup the protection from memtype list on vm_insert_pfn()Venkatesh Pallipadi2009-08-271-15/+9Star
| * | | | | | x86, pat: Add lookup_memtype to get the current memtype of a paddrVenkatesh Pallipadi2009-08-271-0/+45
| * | | | | | x86, pat: Use page flags to track memtypes of RAM pagesVenkatesh Pallipadi2009-08-272-43/+102
| * | | | | | x86, pat: Generalize the use of page flag PG_uncachedVenkatesh Pallipadi2009-08-271-0/+4
| * | | | | | x86, pat: Add rbtree to do quick lookup in memtype trackingVenkatesh Pallipadi2009-08-271-20/+86
| * | | | | | x86, pat: Add PAT reserve free to io_mapping* APIsVenkatesh Pallipadi2009-08-272-5/+31
| * | | | | | x86, pat: New i/f for driver to request memtype for IO regionsVenkatesh Pallipadi2009-08-272-0/+54
| * | | | | | x86, pat: ioremap to follow same PAT restrictions as other PAT usersVenkatesh Pallipadi2009-08-271-14/+3Star
| * | | | | | x86, pat: Keep identity maps consistent with mmaps even when pat_disabledVenkatesh Pallipadi2009-08-271-10/+3Star
| * | | | | | x86, mtrr: make mtrr_aps_delayed_init static boolH. Peter Anvin2009-08-222-4/+3Star
| * | | | | | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha2009-08-224-10/+59
* | | | | | | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-158-1/+469
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-0254-541/+1160
| |\ \ \ \ \ \ \
| * | | | | | | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-026-213/+54Star
| * | | | | | | | x86, intel_txt: Handle ACPI_SLEEP without X86_TRAMPOLINEH. Peter Anvin2009-08-171-0/+4
| * | | | | | | | x86, intel_txt: Factor out the code for S3 setupH. Peter Anvin2009-08-141-13/+40
| * | | | | | | | x86, intel_txt: tboot.c needs <asm/fixmap.h>H. Peter Anvin2009-08-121-0/+1