index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
pgtable_32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-28
Disintegrate asm/system.h for X86
David Howells
1
-1
/
+0
2010-05-25
x86: remove last traces of quicklist usage
Peter Zijlstra
1
-1
/
+0
2010-05-03
x86: Fix parse_reservetop() build failure on certain configs
Ingo Molnar
1
-0
/
+1
2010-04-30
x86: Fix 'reservetop=' functionality
Liang Li
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2009-03-19
x86/32: no need to use set_pte_present in set_pte_vaddr
Jeremy Fitzhardinge
1
-1
/
+1
2009-03-04
Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...
Ingo Molnar
1
-16
/
+2
2009-03-03
x86: move __VMALLOC_RESERVE to pgtable_32.c
Pekka Enberg
1
-0
/
+2
2009-02-28
x86, fixmap: define reserve_top_address for x86_64
Gustavo F. Padovan
1
-16
/
+0
2008-08-21
i386: vmalloc size fix
Dave Young
1
-1
/
+2
2008-07-26
x86: use generic show_mem()
Johannes Weiner
1
-47
/
+0
2008-07-09
arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps'
Andrew Morton
1
-1
/
+0
2008-07-08
x86: move reservetop and vmalloc parsing to pgtable_32.c
Yinghai Lu
1
-1
/
+34
2008-06-20
x86: implement set_pte_vaddr
Jeremy Fitzhardinge
1
-3
/
+3
2008-06-20
x86: unify __set_fixmap
Jeremy Fitzhardinge
1
-13
/
+1
2008-05-07
x86: fix PAE pmd_bad bootup warning
Hugh Dickins
1
-7
/
+0
2008-04-25
x86: move pmd functions into common asm/pgalloc.h
Jeremy Fitzhardinge
1
-10
/
+0
2008-04-25
x86: move pte functions into common asm/pgalloc.h
Jeremy Fitzhardinge
1
-7
/
+0
2008-04-25
x86: add common mm/pgtable.c
Jeremy Fitzhardinge
1
-187
/
+0
2008-04-19
x86: remove pointless comments
WANG Cong
1
-4
/
+0
2008-04-17
x86: Remove redundant display of free swap space in show_mem()
Johannes Weiner
1
-1
/
+0
2008-04-17
x86: debug pmd_bad()
Ingo Molnar
1
-0
/
+7
2008-03-11
x86: remove quicklists
Thomas Gleixner
1
-9
/
+9
2008-02-08
CONFIG_HIGHPTE vs. sub-page page tables.
Martin Schwidefsky
1
-1
/
+4
2008-02-05
add mm argument to pte/pmd/pud/pgd_free
Benjamin Herrenschmidt
1
-6
/
+6
2008-02-04
x86: revert "defer cr3 reload when doing pud_clear()"
Jeremy Fitzhardinge
1
-7
/
+0
2008-02-04
x86: unify PAE/non-PAE pgd_ctor
Jeremy Fitzhardinge
1
-34
/
+20
2008-02-01
x86: uninline __pte_free_tlb() and __pmd_free_tlb()
Ingo Molnar
1
-0
/
+23
2008-01-30
x86: use the same pgd_list for PAE and 64-bit
Jeremy Fitzhardinge
1
-14
/
+5
2008-01-30
x86: don't special-case pmd allocations as much
Jeremy Fitzhardinge
1
-68
/
+0
2008-01-30
x86: allocate and initialize unshared pmds
Jeremy Fitzhardinge
1
-3
/
+11
2008-01-30
x86: preallocate pmds at pgd creation time
Jeremy Fitzhardinge
1
-0
/
+70
2008-01-30
x86: add mm parameter to paravirt_alloc_pd
Jeremy Fitzhardinge
1
-1
/
+3
2007-10-17
x86: stop nmi softlockup warnings in show_mem()
Prarit Bhargava
1
-0
/
+3
2007-10-17
i386: avoid temporarily inconsistent pte-s
Jan Beulich
1
-2
/
+1
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-1
/
+1
2007-10-11
i386: move mm
Thomas Gleixner
1
-0
/
+373