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.12.y
linux-6.13.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
/
xen
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+15
2008-12-17
x86: xen: use smp_call_function_many()
Mike Travis
1
-5
/
+15
2008-12-16
xen: whitespace/checkpatch cleanup
Tej
1
-7
/
+10
2008-11-23
xen: pin correct PGD on suspend
Ian Campbell
1
-7
/
+14
2008-11-07
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2008-11-07
xen: make sure stray alias mappings are gone before pinning
Jeremy Fitzhardinge
1
-3
/
+6
2008-11-07
x86, xen: fix use of pgd_page now that it really does return a page
Jeremy Fitzhardinge
1
-2
/
+2
2008-10-27
xen: fix Xen domU boot with batched mprotect
Chris Lalancette
1
-4
/
+14
2008-10-20
mm: rewrite vmap layer
Nick Piggin
1
-0
/
+1
2008-10-09
xen: use spin_lock_nest_lock when pinning a pagetable
Jeremy Fitzhardinge
1
-26
/
+48
2008-09-10
Merge branch 'core/xen' into x86/xen
Ingo Molnar
1
-1
/
+1
2008-09-10
mm: define USE_SPLIT_PTLOCKS rather than repeating expression
Jeremy Fitzhardinge
1
-1
/
+1
2008-08-21
xen: add debugfs support
Jeremy Fitzhardinge
1
-2
/
+161
2008-08-20
xen: add xen_ prefixes to make tracing with ftrace easier
Jeremy Fitzhardinge
1
-32
/
+34
2008-08-20
xen: clarify locking used when pinning a pagetable.
Jeremy Fitzhardinge
1
-6
/
+35
2008-07-22
x86: add PTE_FLAGS_MASK
Jeremy Fitzhardinge
1
-2
/
+2
2008-07-22
x86: rename PTE_MASK to PTE_PFN_MASK
Jeremy Fitzhardinge
1
-4
/
+4
2008-07-16
xen64: allocate and manage user pagetables
Jeremy Fitzhardinge
1
-9
/
+82
2008-07-16
xen: rework pgd_walk to deal with 32/64 bit
Jeremy Fitzhardinge
1
-40
/
+75
2008-07-16
xen: use set_pte_vaddr
Jeremy Fitzhardinge
1
-29
/
+1
2008-07-16
xen64: use arbitrary_virt_to_machine for xen_set_pmd
Jeremy Fitzhardinge
1
-3
/
+6
2008-07-16
xen: fix truncation of machine address
Jeremy Fitzhardinge
1
-1
/
+1
2008-07-16
xen64: get active_mm from the pda
Jeremy Fitzhardinge
1
-1
/
+8
2008-07-16
xen64: add extra pv_mmu_ops
Jeremy Fitzhardinge
1
-1
/
+50
2008-07-16
x86: use __page_aligned_data/bss
Jeremy Fitzhardinge
1
-9
/
+6
2008-07-16
pvops-64: call paravirt_post_allocator_init() on setup_arch()
Eduardo Habkost
1
-3
/
+5
2008-07-15
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
1
-1
/
+1
2008-07-08
Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...
Ingo Molnar
1
-59
/
+286
2008-07-04
xen: fix address truncation in pte mfn<->pfn conversion
Jeremy Fitzhardinge
1
-2
/
+2
2008-06-26
x86: convert to generic helpers for IPI function calls
Jens Axboe
1
-1
/
+1
2008-06-25
xen: add mechanism to extend existing multicalls
Jeremy Fitzhardinge
1
-20
/
+35
2008-06-25
xen: implement ptep_modify_prot_start/commit
Jeremy Fitzhardinge
1
-0
/
+21
2008-06-24
xen: remove support for non-PAE 32-bit
Jeremy Fitzhardinge
1
-17
/
+2
2008-06-20
xen: don't drop NX bit
Jeremy Fitzhardinge
1
-24
/
+30
2008-06-20
xen: mask unwanted pte bits in __supported_pte_mask
Jeremy Fitzhardinge
1
-3
/
+1
2008-06-20
xen: don't drop NX bit
Jeremy Fitzhardinge
1
-24
/
+30
2008-06-20
xen: mask unwanted pte bits in __supported_pte_mask
Jeremy Fitzhardinge
1
-3
/
+1
2008-06-16
Merge branch 'linus' into x86/xen
Ingo Molnar
1
-1
/
+1
2008-06-02
xen: avoid hypercalls when updating unpinned pud/pmd
Jeremy Fitzhardinge
1
-4
/
+35
2008-06-02
xen: export get_phys_to_machine
Ingo Molnar
1
-0
/
+1
2008-05-28
xen: fix early bootup crash on native hardware
Ingo Molnar
1
-1
/
+2
2008-05-27
xen: implement save/restore
Jeremy Fitzhardinge
1
-0
/
+46
2008-05-27
xen: add p2m mfn_list_list
Jeremy Fitzhardinge
1
-3
/
+36
2008-05-27
xen: efficiently support a holey p2m table
Jeremy Fitzhardinge
1
-6
/
+12
2008-05-27
xen: add configurable max domain size
Jeremy Fitzhardinge
1
-13
/
+12
2008-05-27
xen: make phys_to_machine structure dynamic
Jeremy Fitzhardinge
1
-0
/
+85
2008-05-23
x86/xen: fix arbitrary_virt_to_machine()
Jan Beulich
1
-1
/
+1
2008-05-22
xen: remove support for non-PAE 32-bit
Jeremy Fitzhardinge
1
-17
/
+2
2008-04-28
pageflags: use proper page flag functions in Xen
Christoph Lameter
1
-2
/
+2
2008-04-25
xen: allow set_pte_at on init_mm to be lockless
Jeremy Fitzhardinge
1
-2
/
+10
[next]