| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Fix CPA memtype reserving in the set_pages_array*() cases | Thomas Hellstrom | 2009-08-03 | 1 | -9/+21 |
* | x86, pat: Fix set_memory_wc related corruption | Pallipadi, Venkatesh | 2009-07-30 | 1 | -3/+6 |
* | x86: fix pageattr handling for lpage percpu allocator and re-enable it | Tejun Heo | 2009-06-22 | 1 | -1/+20 |
* | x86: reorganize cpa_process_alias() | Tejun Heo | 2009-06-22 | 1 | -27/+23 |
* | kmemcheck: don't track page tables | Vegard Nossum | 2009-06-15 | 1 | -1/+1 |
* | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 1 | -14/+0 |
|\ |
|
| * | Merge branch 'x86/urgent' into x86/xen | Ingo Molnar | 2009-05-08 | 1 | -50/+77 |
| |\ |
|
| * \ | Merge commit 'origin/master' into for-linus/xen/master | Jeremy Fitzhardinge | 2009-04-07 | 1 | -31/+116 |
| |\ \ |
|
| * | | | x86/paravirt: remove lazy mode in interrupts | Jeremy Fitzhardinge | 2009-03-29 | 1 | -14/+0 |
| * | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -0/+7 |
| |\ \ \ |
|
* | | | | | x86: avoid back to back on_each_cpu in cpa_flush_array | Pallipadi, Venkatesh | 2009-05-26 | 1 | -14/+3 |
* | | | | | x86: cpa_flush_array wbinvd should be done on all CPUs | venkatesh.pallipadi@intel.com | 2009-05-22 | 1 | -1/+7 |
* | | | | | x86: bugfix wbinvd() model check instead of family check | venkatesh.pallipadi@intel.com | 2009-05-22 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | x86, PAT: Changing memtype to WC ensuring no WB alias | venkatesh.pallipadi@intel.com | 2009-04-10 | 1 | -1/+8 |
* | | | | x86, PAT: Handle faults cleanly in set_memory_ APIs | venkatesh.pallipadi@intel.com | 2009-04-10 | 1 | -48/+65 |
* | | | | x86, PAT: Change order of cpa and free in set_memory_wb | venkatesh.pallipadi@intel.com | 2009-04-10 | 1 | -4/+7 |
| |_|/
|/| | |
|
* | | | x86, CPA: Add set_pages_arrayuc and set_pages_array_wb | venkatesh.pallipadi@intel.com | 2009-03-20 | 1 | -0/+63 |
* | | | x86, PAT: Add support for struct page pointer array in cpa set_clr | venkatesh.pallipadi@intel.com | 2009-03-20 | 1 | -29/+50 |
* | | | x86, CPA: Add a flag parameter to cpa set_clr() | venkatesh.pallipadi@intel.com | 2009-03-20 | 1 | -5/+5 |
* | | | x86: add brk allocation for very, very early allocations | Jeremy Fitzhardinge | 2009-03-14 | 1 | -2/+3 |
* | | | Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an... | Ingo Molnar | 2009-03-12 | 1 | -0/+11 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUs | Ingo Molnar | 2009-03-11 | 1 | -0/+11 |
* | | x86, pat: add large-PAT check to split_large_page() | Ingo Molnar | 2009-02-20 | 1 | -0/+7 |
|/ |
|
* | x86: use the right protections for split-up pagetables | Ingo Molnar | 2009-02-20 | 1 | -10/+5 |
* | x86: CPA avoid repeated lazy mmu flush | Thomas Gleixner | 2009-02-12 | 1 | -8/+7 |
* | x86/cpa: make sure cpa is safe to call in lazy mmu mode | Jeremy Fitzhardinge | 2009-02-12 | 1 | -0/+14 |
* | x86: fix page attribute corruption with cpa() | Suresh Siddha | 2009-01-21 | 1 | -15/+34 |
* | x86: align DirectMap in /proc/meminfo | Hugh Dickins | 2008-11-06 | 1 | -4/+4 |
* | proc: switch /proc/meminfo to seq_file | Alexey Dobriyan | 2008-10-23 | 1 | -6/+5 |
* | mm: rewrite vmap layer | Nick Piggin | 2008-10-20 | 1 | -0/+2 |
* | Merge branch 'linus' into x86/pat2 | Ingo Molnar | 2008-10-10 | 1 | -1/+3 |
|\ |
|
| *-----. | Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr... | Ingo Molnar | 2008-10-06 | 1 | -1/+3 |
| |\ \ \ \ |
|
| | | | | * | x86: export set_memory_ro and set_memory_rw | Bruce Allan | 2008-09-30 | 1 | -0/+2 |
| | |_|_|/
| |/| | | |
|
| | | * | | Merge branch 'x86/urgent' into x86/cleanups | Ingo Molnar | 2008-08-25 | 1 | -3/+3 |
| | | |\ \
| | |_|/ /
| |/| | | |
|
| | | * | | Merge branch 'linus' into x86/cleanups | Ingo Molnar | 2008-08-20 | 1 | -8/+13 |
| | | |\ \
| | | | |/ |
|
| | | * | | x86: convert pageattr.c from round_up to roundup | Joerg Roedel | 2008-07-26 | 1 | -1/+1 |
| | |/ / |
|
* | | | | x86, cpa: srlz cpa(), global flush tlb after splitting big page and before do... | Suresh Siddha | 2008-10-10 | 1 | -2/+38 |
* | | | | x86, cpa: remove cpa pool code | Suresh Siddha | 2008-10-10 | 1 | -152/+5 |
* | | | | x86, cpa: no need to check alias for __set_pages_p/__set_pages_np | Suresh Siddha | 2008-10-10 | 1 | -7/+16 |
* | | | | x86: have set_memory_array_{uc,wb} coalesce memtypes, fix | Venki Pallipadi | 2008-08-23 | 1 | -1/+1 |
* | | | | x86: have set_memory_array_{uc,wb} coalesce memtypes. | Rene Herman | 2008-08-22 | 1 | -6/+32 |
* | | | | x86: {reverve,free}_memtype() take a physical address | Rene Herman | 2008-08-22 | 1 | -3/+3 |
* | | | | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2008-08-22 | 1 | -11/+16 |
|\ \ \ \
| |/ / / |
|
| * | | | x86: PAT proper tracking of set_memory_uc and friends | venkatesh.pallipadi@intel.com | 2008-08-21 | 1 | -3/+3 |
| | |/
| |/| |
|
| * | | x86: fix /proc/meminfo DirectMap | Hugh Dickins | 2008-08-15 | 1 | -6/+12 |
| * | | x86: use WARN() in arch/x86/mm/pageattr.c | Arjan van de Ven | 2008-08-13 | 1 | -2/+1 |
| |/ |
|
* | | x86, pageattr: introduce APIs to change pageattr of a page array | Shaohua Li | 2008-08-21 | 1 | -50/+166 |
* | | Revert "introduce two APIs for page attribute" | Ingo Molnar | 2008-08-21 | 1 | -50/+8 |
* | | x86, pat: avoid highmem cache attribute aliasing | Nick Piggin | 2008-08-15 | 1 | -0/+3 |
* | | introduce two APIs for page attribute | Shaohua Li | 2008-08-15 | 1 | -8/+50 |
|/ |
|