index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-27
Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-234
/
+50
2011-05-21
xen: fix compile without CONFIG_XEN_DEBUG_FS
Jeremy Fitzhardinge
1
-0
/
+2
2011-05-21
Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.
Jeremy Fitzhardinge
1
-1
/
+1
2011-05-21
Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.
Jeremy Fitzhardinge
1
-1
/
+1
2011-05-21
xen/mmu: remove all ad-hoc stats stuff
Jeremy Fitzhardinge
1
-138
/
+0
2011-05-21
xen: use normal virt_to_machine for ptes
Jeremy Fitzhardinge
1
-5
/
+5
2011-05-21
xen: make a pile of mmu pvop functions static
Jeremy Fitzhardinge
1
-23
/
+23
2011-05-21
xen: condense everything onto xen_set_pte
Jeremy Fitzhardinge
1
-46
/
+27
2011-05-21
xen: use mmu_update for xen_set_pte_at()
Jeremy Fitzhardinge
1
-15
/
+11
2011-05-21
xen: drop all the special iomap pte paths.
Jeremy Fitzhardinge
1
-25
/
+0
2011-05-20
Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...
Linus Torvalds
1
-1
/
+1
2011-05-19
arch/x86/xen/mmu: Cleanup code/data sections definitions
Daniel Kiper
1
-17
/
+17
2011-05-12
xen mmu: fix a race window causing leave_mm BUG()
Tian, Kevin
1
-1
/
+1
2011-05-12
x86,xen: introduce x86_init.mapping.pagetable_reserve
Stefano Stabellini
1
-0
/
+15
2011-05-12
Revert "xen/mmu: Add workaround "x86-64, mm: Put early page table high""
Konrad Rzeszutek Wilk
1
-123
/
+0
2011-05-03
xen: mask_rw_pte mark RO all pagetable pages up to pgt_buf_top
Stefano Stabellini
1
-1
/
+1
2011-05-03
xen/mmu: Add workaround "x86-64, mm: Put early page table high"
Konrad Rzeszutek Wilk
1
-0
/
+123
2011-04-20
xen: mask_rw_pte: do not apply the early_ioremap checks on x86_32
Stefano Stabellini
1
-4
/
+9
2011-04-04
xen/debug: Don't be so verbose with WARN on 1-1 mapping errors.
Konrad Rzeszutek Wilk
1
-2
/
+2
2011-03-22
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-9
/
+12
2011-03-19
xen: update mask_rw_pte after kernel page tables init changes
Stefano Stabellini
1
-3
/
+5
2011-03-19
xen: set max_pfn_mapped to the last pfn mapped
Stefano Stabellini
1
-6
/
+7
2011-03-18
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2011-03-18
x86: Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-18
Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...
Linus Torvalds
1
-2
/
+1
2011-03-16
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2011-03-15
Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke...
Linus Torvalds
1
-3
/
+69
2011-03-15
Merge commit 'v2.6.38' into x86/mm
Ingo Molnar
1
-6
/
+4
2011-03-14
xen/balloon: Removal of driver_pages
Daniel Kiper
1
-2
/
+1
2011-03-14
xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set.
Konrad Rzeszutek Wilk
1
-0
/
+38
2011-03-14
xen/debugfs: Add 'p2m' file for printing out the P2M layout.
Konrad Rzeszutek Wilk
1
-0
/
+14
2011-03-14
xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN.
Konrad Rzeszutek Wilk
1
-2
/
+16
2011-03-10
x86/mm: Fix pgd_lock deadlock
Andrea Arcangeli
1
-6
/
+4
2011-03-03
xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.
Konrad Rzeszutek Wilk
1
-1
/
+1
2011-02-24
x86: Rename e820_table_* to pgt_buf_*
Yinghai Lu
1
-1
/
+1
2011-01-15
xen: export arbitrary_virt_to_machine
Stephen Rothwell
1
-0
/
+1
2011-01-11
xen: move p2m handling to separate file
Jeremy Fitzhardinge
1
-365
/
+0
2010-12-03
vmalloc: eagerly clear ptes on vunmap
Jeremy Fitzhardinge
1
-2
/
+0
2010-11-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...
Linus Torvalds
1
-13
/
+56
2010-11-24
xen: x86/32: perform initial startup on initial_page_table
Ian Campbell
1
-13
/
+56
2010-11-22
Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u...
Jeremy Fitzhardinge
1
-1
/
+2
2010-11-16
Merge commit 'v2.6.37-rc2' into upstream/xenfs
Jeremy Fitzhardinge
1
-88
/
+416
2010-11-13
xen: implement XENMEM_machphys_mapping
Ian Campbell
1
-0
/
+14
2010-11-11
xen: set vma flag VM_PFNMAP in the privcmd mmap file_op
Stefano Stabellini
1
-1
/
+2
2010-10-29
xen: correct size of level2_kernel_pgt
Ian Campbell
1
-1
/
+1
2010-10-29
Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-3
/
+44
2010-10-27
Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...
Linus Torvalds
1
-76
/
+425
2010-10-23
xen: add the direct mapping area for ISA bus access
Juan Quintela
1
-0
/
+24
2010-10-23
xen: map a dummy page for local apic and ioapic in xen_set_fixmap
Jeremy Fitzhardinge
1
-3
/
+20
2010-10-22
xen: correctly rebuild mfn list list after migration.
Ian Campbell
1
-13
/
+37
[next]