index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
/
mmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2010-10-28
1
-3
/
+44
|
\
|
*
xen: add the direct mapping area for ISA bus access
Juan Quintela
2010-10-22
1
-0
/
+24
|
*
xen: map a dummy page for local apic and ioapic in xen_set_fixmap
Jeremy Fitzhardinge
2010-10-22
1
-3
/
+20
|
|
|
\
*
-
.
\
Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...
Linus Torvalds
2010-10-26
1
-76
/
+425
|
\
\
\
|
|
*
|
xen: correctly rebuild mfn list list after migration.
Ian Campbell
2010-10-22
1
-13
/
+37
|
|
*
|
xen: add support for PAT
Jeremy Fitzhardinge
2010-10-22
1
-3
/
+50
|
|
*
|
xen: make sure xen_max_p2m_pfn is up to date
Jeremy Fitzhardinge
2010-10-22
1
-4
/
+4
|
|
*
|
xen: don't map missing memory
Jeremy Fitzhardinge
2010-10-22
1
-1
/
+14
|
|
*
|
xen: defer building p2m mfn structures until kernel is mapped
Jeremy Fitzhardinge
2010-10-22
1
-3
/
+0
|
|
*
|
xen: add return value to set_phys_to_machine()
Jeremy Fitzhardinge
2010-10-22
1
-5
/
+8
|
|
*
|
xen: convert p2m to a 3 level tree
Jeremy Fitzhardinge
2010-10-22
1
-76
/
+242
|
|
*
|
xen: make install_p2mtop_page() static
Jeremy Fitzhardinge
2010-10-22
1
-2
/
+2
|
|
*
|
xen: set the actual extent of the mfn_list_list
Jeremy Fitzhardinge
2010-10-22
1
-1
/
+1
|
|
*
|
xen: set shared_info->arch.max_pfn to max_p2m_pfn
Jeremy Fitzhardinge
2010-10-22
1
-1
/
+1
|
|
*
|
xen: allocate level1_ident_pgt
Jeremy Fitzhardinge
2010-10-22
1
-2
/
+6
|
|
*
|
xen: use early_brk for level2_kernel_pgt
Jeremy Fitzhardinge
2010-10-22
1
-1
/
+3
|
|
*
|
xen: allocate p2m size based on actual max size
Jeremy Fitzhardinge
2010-10-22
1
-14
/
+21
|
|
*
|
xen: dynamically allocate p2m space
Jeremy Fitzhardinge
2010-10-22
1
-8
/
+22
|
|
|
/
|
*
|
xen/privcmd: move remap_domain_mfn_range() to core xen code and export.
Ian Campbell
2010-10-20
1
-0
/
+66
|
*
|
xen: add xen_set_domain_pte()
Jeremy Fitzhardinge
2010-10-20
1
-2
/
+8
|
|
/
*
|
Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2010-10-21
1
-10
/
+21
|
\
\
|
*
|
xen: Cope with unmapped pages when initializing kernel pagetable
Jeremy Fitzhardinge
2010-10-13
1
-8
/
+18
|
*
|
Merge commit 'v2.6.36-rc3' into x86/memblock
Ingo Molnar
2010-08-31
1
-5
/
+323
|
|
\
\
|
|
|
/
|
*
|
x86, memblock: Replace e820_/_early string with memblock_
Yinghai Lu
2010-08-27
1
-2
/
+3
*
|
|
x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI
Alok Kataria
2010-08-23
1
-1
/
+0
|
|
/
|
/
|
*
|
Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2010-08-12
1
-5
/
+288
|
\
\
|
*
|
xen/mmu: inhibit vmap aliases rather than trying to clear them out
Jeremy Fitzhardinge
2010-07-27
1
-7
/
+3
|
*
|
xen: Add xen_create_contiguous_region
Alex Nixon
2010-06-07
1
-0
/
+201
|
*
|
xen: Rename the balloon lock
Alex Nixon
2010-06-07
1
-0
/
+7
|
*
|
xen: Allow unprivileged Xen domains to create iomap pages
Alex Nixon
2010-06-07
1
-3
/
+15
|
*
|
xen: use _PAGE_IOMAP in ioremap to do machine mappings
Jeremy Fitzhardinge
2010-06-07
1
-2
/
+69
|
|
/
*
|
Introduce CONFIG_XEN_PVHVM compile option
Stefano Stabellini
2010-07-29
1
-0
/
+2
*
|
x86: Call HVMOP_pagetable_dying on exit_mmap.
Stefano Stabellini
2010-07-26
1
-0
/
+33
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
x86, paravirt: Remove kmap_atomic_pte paravirt op.
Ian Campbell
2010-02-27
1
-22
/
+0
*
x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=y
Ian Campbell
2010-02-27
1
-5
/
+6
*
xen: correctly restore pfn_to_mfn_list_list after resume
Ian Campbell
2009-12-03
1
-1
/
+1
*
cpumask: use mm_cpumask() wrapper: x86
Rusty Russell
2009-09-24
1
-2
/
+2
*
x86: Move xen_post_allocator_init into xen_pagetable_setup_done
Thomas Gleixner
2009-08-31
1
-1
/
+4
*
x86: Move paravirt pagetable_setup to x86_init_ops
Thomas Gleixner
2009-08-31
1
-4
/
+7
*
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-06-10
1
-12
/
+11
|
\
|
*
Merge branch 'x86/urgent' into x86/xen
Ingo Molnar
2009-05-08
1
-1
/
+6
|
|
\
|
*
|
xen: add FIX_TEXT_POKE to fixmap
Jeremy Fitzhardinge
2009-04-09
1
-0
/
+3
|
*
|
Merge commit 'origin/master' into for-linus/xen/master
Jeremy Fitzhardinge
2009-04-07
1
-4
/
+3
|
|
\
\
|
*
|
|
xen/mmu: weaken flush_tlb_other test
Jeremy Fitzhardinge
2009-03-30
1
-2
/
+2
|
*
|
|
xen/mmu: some early pagetable cleanups
Jeremy Fitzhardinge
2009-03-30
1
-12
/
+28
|
*
|
|
xen: split construction of p2m mfn tables from registration
Jeremy Fitzhardinge
2009-03-30
1
-1
/
+6
|
*
|
|
xen: separate p2m allocation from setting
Jeremy Fitzhardinge
2009-03-29
1
-17
/
+44
|
*
|
|
xen: disable preempt for leave_lazy_mmu
Jeremy Fitzhardinge
2009-03-29
1
-0
/
+2
|
*
|
|
x86/paravirt: allow preemption with lazy mmu mode
Jeremy Fitzhardinge
2009-03-29
1
-7
/
+1
[next]