| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 1 | -2/+1 |
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-12-08 | 1 | -6/+1 |
|\ |
|
| * | x86: pat: Clean up req_type special case for reserve_memtype() | Xiaotian Feng | 2009-11-10 | 1 | -6/+1 |
* | | x86/pat: Trivial: don't create debugfs for memtype if pat is disabled | Xiaotian Feng | 2009-11-26 | 1 | -2/+4 |
* | | x86, platform: Change is_untracked_pat_range() to bool; cleanup init | H. Peter Anvin | 2009-11-23 | 1 | -5/+0 |
* | | x86, mm: is_untracked_pat_range() takes a normal semiclosed range | H. Peter Anvin | 2009-11-23 | 1 | -3/+3 |
* | | x86: UV SGI: Don't track GRU space in PAT | Jack Steiner | 2009-11-23 | 1 | -3/+9 |
|/ |
|
* | x86: Reduce verbosity of "PAT enabled" kernel message | Roland Dreier | 2009-09-24 | 1 | -2/+5 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-17 | 1 | -10/+2 |
|\ |
|
| * | x86, pat: don't use rb-tree based lookup in reserve_memtype() | Suresh Siddha | 2009-09-17 | 1 | -10/+2 |
* | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-15 | 1 | -89/+264 |
|\ \
| |/ |
|
| * | Merge branch 'x86/urgent' into x86/pat | H. Peter Anvin | 2009-08-26 | 1 | -4/+6 |
| |\ |
|
| * | | 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 | 1 | -41/+50 |
| * | | x86, pat: Add rbtree to do quick lookup in memtype tracking | Venkatesh Pallipadi | 2009-08-26 | 1 | -20/+86 |
| * | | x86, pat: New i/f for driver to request memtype for IO regions | Venkatesh Pallipadi | 2009-08-26 | 1 | -0/+49 |
| * | | x86, pat: Keep identity maps consistent with mmaps even when pat_disabled | Venkatesh Pallipadi | 2009-08-26 | 1 | -10/+3 |
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-14 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86: Make memtype_seq_ops const | Tobias Klauser | 2009-09-06 | 1 | -1/+1 |
| |/ |
|
* | | x86, pat: Allow ISA memory range uncacheable mapping requests | Suresh Siddha | 2009-08-17 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-17 | 1 | -157/+32 |
|\ |
|
| * | x86, PAT: Remove page granularity tracking for vm_insert_pfn maps | Pallipadi, Venkatesh | 2009-04-17 | 1 | -79/+19 |
| * | x86, PAT: Remove duplicate memtype reserve in devmem mmap | Suresh Siddha | 2009-04-10 | 1 | -58/+2 |
| * | x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype() | Suresh Siddha | 2009-04-10 | 1 | -22/+13 |
* | | x86: fix wrong section of pat_disable & make it static | Marcin Slusarz | 2009-04-12 | 1 | -1/+1 |
|/ |
|
* | Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf... | Ingo Molnar | 2009-03-14 | 1 | -2/+3 |
|\ |
|
| * | VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff | Pallipadi, Venkatesh | 2009-03-13 | 1 | -2/+3 |
* | | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2009-03-01 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | x86: i915 needs pgprot_writecombine() and is_io_mapping_possible() | Ingo Molnar | 2009-02-28 | 1 | -0/+2 |
* | | Merge branches 'x86/urgent' and 'x86/pat' into x86/core | Ingo Molnar | 2009-02-26 | 1 | -17/+29 |
|\ \ |
|
| * | | gpu/drm, x86, PAT: routine to keep identity map in sync | Venkatesh Pallipadi | 2009-02-25 | 1 | -17/+29 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar | 2009-02-13 | 1 | -38/+45 |
|\ \ \
| | |/ |
|
| | * | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem | Suresh Siddha | 2009-02-12 | 1 | -38/+45 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
*-------. \ \ | Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/... | Ingo Molnar | 2009-01-28 | 1 | -11/+20 |
|\ \ \ \ \ \ \
| | | | |_|/ /
| | | |/| | /
| |_|_|_|_|/
|/| | | | | |
|
| | * | | | | x86: handle PAT more like other CPU features | H. Peter Anvin | 2009-01-23 | 1 | -11/+20 |
| | |/ / / |
|
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-26 | 1 | -13/+30 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | x86: fix PTE corruption issue while mapping RAM using /dev/mem | Suresh Siddha | 2009-01-21 | 1 | -3/+3 |
| * | | | x86, pat: fix reserve_memtype() for legacy 1MB range | Suresh Siddha | 2009-01-14 | 1 | -10/+27 |
| |/ / |
|
* | | | Revert "x86 PAT: remove CPA WARN_ON for zero pte" | Linus Torvalds | 2009-01-15 | 1 | -32/+13 |
| |/
|/| |
|
* | | x86 PAT: remove CPA WARN_ON for zero pte | venkatesh.pallipadi@intel.com | 2009-01-13 | 1 | -13/+32 |
* | | x86 PAT: return compatible mapping to remap_pfn_range callers | venkatesh.pallipadi@intel.com | 2009-01-13 | 1 | -15/+28 |
* | | x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param | venkatesh.pallipadi@intel.com | 2009-01-13 | 1 | -3/+3 |
|/ |
|
* | x86: PAT: fix address types in track_pfn_vma_new() | H. Peter Anvin | 2008-12-24 | 1 | -8/+8 |
* | x86: PAT: remove follow_pfnmap_pte in favor of follow_phys | venkatesh.pallipadi@intel.com | 2008-12-19 | 1 | -19/+11 |
* | x86: PAT: add pgprot_writecombine() interface for drivers - v3 | venkatesh.pallipadi@intel.com | 2008-12-18 | 1 | -0/+8 |
* | x86: PAT: implement track/untrack of pfnmap regions for x86 - v3 | venkatesh.pallipadi@intel.com | 2008-12-18 | 1 | -0/+236 |
* | x86: fix /dev/mem mmap breakage when PAT is disabled | Ravikiran G Thirumalai | 2008-10-30 | 1 | -0/+4 |
* | x86, pat: cleanups | Ingo Molnar | 2008-10-10 | 1 | -35/+32 |