index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: fix crash on cpu hotplug on pat-incapable machines
Avi Kivity
2008-05-17
1
-1
/
+1
*
x86: arch/x86/mm/pat.c - fix warning
Pranith Kumar
2008-05-13
1
-2
/
+2
*
x86: fix app crashes after SMP resume
Hugh Dickins
2008-05-13
1
-11
/
+1
*
x86: cleanup PAT cpu validation
Thomas Gleixner
2008-05-08
1
-28
/
+22
*
x86: fix PAE pmd_bad bootup warning
Hugh Dickins
2008-05-06
1
-7
/
+0
*
x86: undo visws/numaq build changes
Thomas Gleixner
2008-05-04
1
-26
/
+0
*
x86: ioremap ram check fix
Andres Salomon
2008-04-30
1
-2
/
+3
*
x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_no...
Suresh Siddha
2008-04-30
2
-6
/
+24
*
revert: "x86: ioremap(), extend check to all RAM pages"
Ingo Molnar
2008-04-30
1
-2
/
+2
*
x86: unexport kmap_atomic_to_page
Adrian Bunk
2008-04-30
1
-1
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
2008-04-29
1
-1
/
+37
|
\
|
*
acpi: get boot_cpu_id as early for k8_scan_nodes
Yinghai Lu
2008-04-26
1
-1
/
+37
*
|
vmallocinfo: add caller information
Christoph Lameter
2008-04-28
1
-6
/
+9
*
|
hotplug-memory: make online_page() common
Jeremy Fitzhardinge
2008-04-28
2
-42
/
+3
*
|
x86: PAT fix
Ingo Molnar
2008-04-28
1
-4
/
+1
*
|
x86 PAT: tone down debugging messages some more
Linus Torvalds
2008-04-27
1
-2
/
+2
|
/
*
x86_64/mm: check and print vmemmap allocation continuous
Yinghai Lu
2008-04-26
1
-2
/
+26
*
x86_64: fix setup_node_bootmem to support big mem excluding with memmap
Yinghai Lu
2008-04-26
1
-6
/
+36
*
x86_64: make reserve_bootmem_generic() use new reserve_bootmem()
Yinghai Lu
2008-04-26
1
-2
/
+8
*
x86, PAT: disable /dev/mem mmap RAM with PAT
Venki Pallipadi
2008-04-26
1
-0
/
+31
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
2008-04-26
1
-1
/
+1
|
\
|
*
x86 PAT: tone down debugging messages
Ingo Molnar
2008-04-26
1
-1
/
+1
*
|
x86: remove NexGen support
Dmitri Vorobiev
2008-04-26
1
-3
/
+3
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
2008-04-25
4
-14
/
+229
|
\
|
*
pat: cleanups
Ingo Molnar
2008-04-24
1
-11
/
+11
|
*
x86: PAT use reserve free memtype in mmap of /dev/mem
venkatesh.pallipadi@intel.com
2008-04-24
1
-10
/
+118
|
*
x86: PAT phys_mem_access_prot_allowed for dev/mem mmap
venkatesh.pallipadi@intel.com
2008-04-24
1
-0
/
+39
|
*
x86: PAT avoid aliasing in /dev/mem read/write
venkatesh.pallipadi@intel.com
2008-04-24
1
-0
/
+29
|
*
x86: introduce /dev/mem restrictions with a config option
Arjan van de Ven
2008-04-24
2
-0
/
+39
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
2008-04-25
6
-213
/
+283
|
\
\
|
*
|
x86: unify pgd ctor/dtor
Jeremy Fitzhardinge
2008-04-24
1
-46
/
+13
|
*
|
x86: unify KERNEL_PGD_PTRS
Jeremy Fitzhardinge
2008-04-24
2
-7
/
+7
|
*
|
x86/pgtable.h: demacro ptep_clear_flush_young
Jeremy Fitzhardinge
2008-04-24
1
-0
/
+12
|
*
|
x86/pgtable.h: demacro ptep_test_and_clear_young
Jeremy Fitzhardinge
2008-04-24
1
-0
/
+15
|
*
|
x86/pgtable.h: demacro ptep_set_access_flags
Jeremy Fitzhardinge
2008-04-24
1
-0
/
+16
|
*
|
x86: add pud_alloc for 4-level pagetables
Jeremy Fitzhardinge
2008-04-24
1
-0
/
+1
|
*
|
x86: rename paravirt_alloc_pt etc after the pagetable structure
Jeremy Fitzhardinge
2008-04-24
4
-14
/
+14
|
*
|
x86: move all the pgd_list handling to one place
Jeremy Fitzhardinge
2008-04-24
1
-21
/
+7
|
*
|
x86: move pgalloc pud and pgd operations into common place
Jeremy Fitzhardinge
2008-04-24
2
-5
/
+7
|
*
|
x86: move pmd functions into common asm/pgalloc.h
Jeremy Fitzhardinge
2008-04-24
3
-15
/
+8
|
*
|
x86: move pte functions into common asm/pgalloc.h
Jeremy Fitzhardinge
2008-04-24
3
-13
/
+7
|
*
|
x86: put paravirt stubs into common asm/pgalloc.h
Jeremy Fitzhardinge
2008-04-24
1
-2
/
+0
|
*
|
x86: xen unify x86 add common mm pgtable c fix
Ingo Molnar
2008-04-24
1
-0
/
+18
|
*
|
x86: add common mm/pgtable.c
Jeremy Fitzhardinge
2008-04-24
3
-188
/
+240
|
*
|
x86: convert pgalloc_64.h from macros to inlines
Jeremy Fitzhardinge
2008-04-24
1
-0
/
+16
|
|
/
*
|
x86: remove set_fixmap() warning
Ingo Molnar
2008-04-25
1
-1
/
+1
*
|
x86: make __set_fixmap() non-init
Ingo Molnar
2008-04-25
1
-3
/
+2
*
|
"make namespacecheck" fixes
Ingo Molnar
2008-04-24
3
-3
/
+3
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...
Linus Torvalds
2008-04-21
1
-1
/
+2
|
\
|
*
numa: move large array from stack to _initdata section
Mike Travis
2008-04-19
1
-1
/
+2
[next]