| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-09-16 | 5 | -68/+72 |
|\ |
|
| * | x86/PCI: pci quirks, fix pci refcounting | Jiri Slaby | 2009-09-09 | 1 | -1/+1 |
| * | PCI iommu: iommu=pt is a valid early param | Alex Williamson | 2009-09-09 | 1 | -3/+1 |
| * | x86/PCI: initialize PCI bus node numbers early | Jesse Barnes | 2009-09-09 | 2 | -63/+70 |
| * | PCI: remove pcibios_scan_all_fns() | Alex Chiang | 2009-09-09 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-09-15 | 9 | -369/+69 |
|\ \ |
|
| * | | percpu: kill lpage first chunk allocator | Tejun Heo | 2009-08-14 | 1 | -19/+1 |
| * | | x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMA | Tejun Heo | 2009-08-14 | 2 | -131/+28 |
| * | | percpu: update embedding first chunk allocator to handle sparse units | Tejun Heo | 2009-08-14 | 1 | -1/+3 |
| * | | percpu: add pcpu_unit_offsets[] | Tejun Heo | 2009-08-14 | 1 | -28/+23 |
| * | | percpu: introduce pcpu_alloc_info and pcpu_group_info | Tejun Heo | 2009-08-14 | 1 | -23/+15 |
| * | | percpu: add @align to pcpu_fc_alloc_fn_t | Tejun Heo | 2009-08-14 | 1 | -2/+2 |
| * | | percpu: drop @static_size from first chunk allocators | Tejun Heo | 2009-08-14 | 1 | -19/+15 |
| * | | percpu: generalize first chunk allocator selection | Tejun Heo | 2009-08-14 | 1 | -18/+6 |
| * | | percpu: build first chunk allocators selectively | Tejun Heo | 2009-08-14 | 1 | -0/+10 |
| * | | percpu: rename 4k first chunk allocator to page | Tejun Heo | 2009-08-14 | 1 | -11/+12 |
| * | | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 81 | -699/+1540 |
| |\ \ |
|
| * | | | linker script: unify usage of discard definition | Tejun Heo | 2009-07-09 | 1 | -7/+4 |
| * | | | percpu: teach large page allocator about NUMA | Tejun Heo | 2009-07-04 | 1 | -17/+55 |
| * | | | x86,percpu: generalize lpage first chunk allocator | Tejun Heo | 2009-07-04 | 3 | -167/+12 |
| * | | | x86,percpu: generalize 4k first chunk allocator | Tejun Heo | 2009-07-04 | 1 | -59/+19 |
| * | | | percpu: drop @unit_size from embed first chunk allocator | Tejun Heo | 2009-07-04 | 1 | -1/+1 |
| * | | | Merge branch 'master' into for-next | Tejun Heo | 2009-07-04 | 34 | -163/+230 |
| |\ \ \ |
|
| * | | | | percpu: clean up percpu variable definitions | Tejun Heo | 2009-06-24 | 2 | -11/+11 |
| * | | | | percpu: cleanup percpu array definitions | Tejun Heo | 2009-06-24 | 3 | -4/+4 |
| * | | | | percpu: use dynamic percpu allocator as the default percpu allocator | Tejun Heo | 2009-06-24 | 1 | -3/+0 |
* | | | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-15 | 13 | -126/+440 |
|\ \ \ \ \ |
|
| * | | | | | x86, pat: Fix cacheflush address in change_page_attr_set_clr() | Jack Steiner | 2009-09-09 | 1 | -1/+7 |
| * | | | | | x86: Fix earlyprintk=dbgp for machines without NX | Jan Beulich | 2009-08-29 | 1 | -0/+10 |
| * | | | | | Merge branch 'x86/urgent' into x86/pat | H. Peter Anvin | 2009-08-26 | 89 | -734/+1603 |
| |\ \ \ \ \ |
|
| | * | | | | | x86: Fix an incorrect argument of reserve_bootmem() | Amerigo Wang | 2009-08-21 | 1 | -1/+1 |
| | * | | | | | x86: Fix system crash when loading with "reservetop" parameter | Xiao Guangrong | 2009-08-21 | 1 | -5/+5 |
| * | | | | | | x86, pat: Sanity check remap_pfn_range for RAM region | Venkatesh Pallipadi | 2009-08-26 | 1 | -3/+21 |
| * | | | | | | x86, pat: Lookup the protection from memtype list on vm_insert_pfn() | Venkatesh Pallipadi | 2009-08-26 | 1 | -15/+9 |
| * | | | | | | x86, pat: Add lookup_memtype to get the current memtype of a paddr | Venkatesh Pallipadi | 2009-08-26 | 1 | -0/+45 |
| * | | | | | | x86, pat: Use page flags to track memtypes of RAM pages | Venkatesh Pallipadi | 2009-08-26 | 2 | -43/+102 |
| * | | | | | | x86, pat: Generalize the use of page flag PG_uncached | Venkatesh Pallipadi | 2009-08-26 | 1 | -0/+4 |
| * | | | | | | x86, pat: Add rbtree to do quick lookup in memtype tracking | Venkatesh Pallipadi | 2009-08-26 | 1 | -20/+86 |
| * | | | | | | x86, pat: Add PAT reserve free to io_mapping* APIs | Venkatesh Pallipadi | 2009-08-26 | 2 | -5/+31 |
| * | | | | | | x86, pat: New i/f for driver to request memtype for IO regions | Venkatesh Pallipadi | 2009-08-26 | 2 | -0/+54 |
| * | | | | | | x86, pat: ioremap to follow same PAT restrictions as other PAT users | Venkatesh Pallipadi | 2009-08-26 | 1 | -14/+3 |
| * | | | | | | x86, pat: Keep identity maps consistent with mmaps even when pat_disabled | Venkatesh Pallipadi | 2009-08-26 | 1 | -10/+3 |
| * | | | | | | x86, mtrr: make mtrr_aps_delayed_init static bool | H. Peter Anvin | 2009-08-21 | 2 | -4/+3 |
| * | | | | | | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init | Suresh Siddha | 2009-08-21 | 4 | -10/+59 |
* | | | | | | | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-15 | 8 | -1/+469 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge commit 'v2.6.31-rc8' into x86/txt | Ingo Molnar | 2009-09-02 | 54 | -541/+1160 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86 | Shane Wang | 2009-09-01 | 6 | -213/+54 |
| * | | | | | | | | x86, intel_txt: Handle ACPI_SLEEP without X86_TRAMPOLINE | H. Peter Anvin | 2009-08-17 | 1 | -0/+4 |
| * | | | | | | | | x86, intel_txt: Factor out the code for S3 setup | H. Peter Anvin | 2009-08-14 | 1 | -13/+40 |
| * | | | | | | | | x86, intel_txt: tboot.c needs <asm/fixmap.h> | H. Peter Anvin | 2009-08-12 | 1 | -0/+1 |