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
/
enlighten.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-06
x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags
Eduardo Habkost
1
-1
/
+1
2008-07-22
x86: rename PTE_MASK to PTE_PFN_MASK
Jeremy Fitzhardinge
1
-1
/
+1
2008-07-21
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...
Ingo Molnar
1
-148
/
+549
2008-07-18
xen: report hypervisor version
Jeremy Fitzhardinge
1
-2
/
+6
2008-07-18
x86: APIC: remove apic_write_around(); use alternatives
Maciej W. Rozycki
1
-1
/
+0
2008-07-16
xen64: fix build error on 32-bit + !HIGHMEM
Ingo Molnar
1
-0
/
+2
2008-07-16
xen: implement Xen write_msr operation
Jeremy Fitzhardinge
1
-1
/
+30
2008-07-16
xen64: set up userspace syscall patch
Jeremy Fitzhardinge
1
-10
/
+36
2008-07-16
xen64: set up syscall and sysenter entrypoints for 64-bit
Jeremy Fitzhardinge
1
-0
/
+4
2008-07-16
xen64: allocate and manage user pagetables
Jeremy Fitzhardinge
1
-15
/
+84
2008-07-16
xen64: Clear %fs on xen_load_tls()
Eduardo Habkost
1
-9
/
+22
2008-07-16
xen: make sure the kernel command line is right
Jeremy Fitzhardinge
1
-0
/
+1
2008-07-16
xen64: implement xen_load_gs_index()
Eduardo Habkost
1
-0
/
+11
2008-07-16
xen64: add identity irq->vector map
Jeremy Fitzhardinge
1
-1
/
+18
2008-07-16
xen64: add pvop for swapgs
Jeremy Fitzhardinge
1
-0
/
+3
2008-07-16
xen64: deal with extra words Xen pushes onto exception frames
Jeremy Fitzhardinge
1
-1
/
+1
2008-07-16
xen64: xen_write_idt_entry() and cvt_gate_to_trap()
Eduardo Habkost
1
-16
/
+10
2008-07-16
xen64: defer setting pagetable alloc/release ops
Jeremy Fitzhardinge
1
-13
/
+12
2008-07-16
xen32: create initial mappings like 64-bit
Jeremy Fitzhardinge
1
-78
/
+52
2008-07-16
xen64: map an initial chunk of physical memory
Jeremy Fitzhardinge
1
-10
/
+69
2008-07-16
xen64: 64-bit starts using set_pte from very early
Jeremy Fitzhardinge
1
-0
/
+4
2008-07-16
xen64: early mapping setup
Jeremy Fitzhardinge
1
-16
/
+176
2008-07-16
xen: cpu_detect is 32-bit only
Jeremy Fitzhardinge
1
-2
/
+2
2008-07-16
xen64: use set_fixmap for shared_info structure
Jeremy Fitzhardinge
1
-12
/
+10
2008-07-16
x86_64: add workaround for no %gs-based percpu
Jeremy Fitzhardinge
1
-0
/
+5
2008-07-16
xen: move smp setup into smp.c
Jeremy Fitzhardinge
1
-18
/
+1
2008-07-16
xen64: random ifdefs to mask out 32-bit only code
Jeremy Fitzhardinge
1
-0
/
+15
2008-07-16
xen64: add extra pv_mmu_ops
Jeremy Fitzhardinge
1
-1
/
+32
2008-07-16
xen: define set_pte from the outset
Jeremy Fitzhardinge
1
-4
/
+1
2008-07-16
x86/paravirt: call paravirt_pagetable_setup_{start, done}
Eduardo Habkost
1
-0
/
+4
2008-07-15
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
1
-1
/
+3
2008-07-09
x86: rename paravirtualized TSC functions
Alok Kataria
1
-1
/
+1
2008-07-08
x86/paravirt, 64-bit: add adjust_exception_frame
Jeremy Fitzhardinge
1
-0
/
+3
2008-07-08
x86/paravirt: split sysret and sysexit
Jeremy Fitzhardinge
1
-1
/
+1
2008-07-08
x86/paravirt: add a pgd_alloc/free hooks
Jeremy Fitzhardinge
1
-0
/
+4
2008-07-08
xen: set max_pfn_mapped
Jeremy Fitzhardinge
1
-0
/
+1
2008-07-08
Merge branch 'x86/fixmap' into x86/devel
Ingo Molnar
1
-0
/
+29
2008-07-08
Merge branch 'x86/mpparse' into x86/devel
Ingo Molnar
1
-1
/
+2
2008-07-08
Merge branch 'linus' into tmp.x86.mpparse.new
Ingo Molnar
1
-33
/
+23
2008-06-26
x86: convert to generic helpers for IPI function calls
Jens Axboe
1
-1
/
+3
2008-06-25
xen: implement ptep_modify_prot_start/commit
Jeremy Fitzhardinge
1
-3
/
+10
2008-06-25
paravirt: add hooks for ptep_modify_prot_start/commit
Jeremy Fitzhardinge
1
-0
/
+3
2008-06-25
Merge branch 'linus' into x86/fixmap
Ingo Molnar
1
-33
/
+23
2008-06-24
xen: remove support for non-PAE 32-bit
Jeremy Fitzhardinge
1
-33
/
+18
2008-06-20
x86/paravirt/xen: add set_fixmap pv_mmu_ops
Jeremy Fitzhardinge
1
-0
/
+29
2008-06-20
xen: mask unwanted pte bits in __supported_pte_mask
Jeremy Fitzhardinge
1
-0
/
+5
2008-06-20
xen: mask unwanted pte bits in __supported_pte_mask
Jeremy Fitzhardinge
1
-0
/
+5
2008-06-02
xen: restore vcpu_info mapping
Jeremy Fitzhardinge
1
-1
/
+29
2008-06-02
xen: avoid hypercalls when updating unpinned pud/pmd
Jeremy Fitzhardinge
1
-3
/
+11
2008-05-31
x86: extend e820 early_res support 32bit -fix #3
Yinghai Lu
1
-1
/
+2
[next]