index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
/
setup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-22
xen/setup: Don't relocate p2m over existing one
Ross Lagerwall
1
-3
/
+3
2016-12-09
xen/x86: Increase xen_e820_map to E820_X_MAX possible entries
Alex Thorlton
1
-3
/
+3
2016-09-21
x86/e820: Prepare e280 code for switch to dynamic storage
Denys Vlasenko
1
-1
/
+1
2016-07-14
x86/xen: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2016-05-24
xen: use same main loop for counting and remapping pages
Juergen Gross
1
-39
/
+26
2015-11-05
Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+6
2015-11-02
xen: fix the check of e_pfn in xen_find_pfn_range
Zhenzhong Duan
1
-1
/
+1
2015-10-23
x86/xen: discard RAM regions above the maximum reservation
David Vrabel
1
-2
/
+5
2015-10-07
x86/vdso: Remove runtime 32-bit vDSO selection
Andy Lutomirski
1
-11
/
+2
2015-09-28
x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map
Malcolm Crossley
1
-1
/
+1
2015-09-28
xen: use correct type for HYPERVISOR_memory_op()
Juergen Gross
1
-1
/
+1
2015-09-08
xen: switch extra memory accounting to use pfns
Juergen Gross
1
-36
/
+44
2015-09-08
xen: limit memory to architectural maximum
Juergen Gross
1
-1
/
+1
2015-09-08
xen: avoid another early crash of memory limited dom0
Juergen Gross
1
-8
/
+15
2015-09-08
xen: avoid early crash of memory limited dom0
Juergen Gross
1
-3
/
+4
2015-08-20
xen: remove no longer needed p2m.h
Juergen Gross
1
-1
/
+0
2015-08-20
xen: allow more than 512 GB of RAM for 64 bit pv-domains
Juergen Gross
1
-9
/
+50
2015-08-20
xen: move p2m list if conflicting with e820 map
Juergen Gross
1
-25
/
+26
2015-08-20
xen: check for initrd conflicting with e820 map
Juergen Gross
1
-0
/
+51
2015-08-20
xen: check pre-allocated page tables for conflict with memory map
Juergen Gross
1
-0
/
+6
2015-08-20
xen: check for kernel memory conflicting with memory layout
Juergen Gross
1
-0
/
+12
2015-08-20
xen: find unused contiguous memory area
Juergen Gross
1
-0
/
+34
2015-08-20
xen: check memory area against e820 map
Juergen Gross
1
-0
/
+23
2015-08-20
xen: split counting of extra memory pages from remapping
Juergen Gross
1
-40
/
+58
2015-08-20
xen: move static e820 map to global scope
Juergen Gross
1
-47
/
+49
2015-08-20
xen: eliminate scalability issues from initial mapping setup
Juergen Gross
1
-29
/
+38
2015-01-28
x86/xen: add some __init and static annotations in arch/x86/xen/setup.c
Juergen Gross
1
-3
/
+3
2015-01-28
x86/xen: use correct types for addresses in arch/x86/xen/setup.c
Juergen Gross
1
-12
/
+13
2015-01-28
x86/xen: cleanup arch/x86/xen/setup.c
Juergen Gross
1
-10
/
+0
2015-01-12
xen: check for zero sized area when invalidating memory
Juergen Gross
1
-0
/
+2
2015-01-12
xen: use correct type for physical addresses
Juergen Gross
1
-2
/
+2
2015-01-08
x86/xen: add extra memory for remapped frames during setup
David Vrabel
1
-4
/
+9
2015-01-08
x86/xen: don't count how many PFNs are identity mapped
David Vrabel
1
-18
/
+9
2014-12-08
xen: annotate xen_set_identity_and_remap_chunk() with __init
Juergen Gross
1
-1
/
+1
2014-12-04
xen: Delay invalidating extra memory
Juergen Gross
1
-25
/
+73
2014-12-04
xen: Delay remapping memory of pv-domain
Juergen Gross
1
-202
/
+167
2014-10-23
x86/xen: panic on bad Xen-provided memory map
Martin Kelly
1
-0
/
+1
2014-09-23
xen/setup: Remap Xen Identity Mapped RAM
Matt Rushton
1
-78
/
+292
2014-06-19
Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-28
/
+32
2014-06-18
x86/xen: no need to explicitly register an NMI callback
David Vrabel
1
-8
/
+1
2014-06-05
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...
Linus Torvalds
1
-2
/
+9
2014-06-05
Revert "xen/pvh: Update E820 to work with PVH (v2)"
David Vrabel
1
-20
/
+2
2014-06-05
x86/xen: fix memory setup for PVH dom0
David Vrabel
1
-0
/
+29
2014-05-15
x86/xen: set regions above the end of RAM as 1:1
David Vrabel
1
-0
/
+9
2014-05-15
x86/xen: only warn once if bad MFNs are found during setup
David Vrabel
1
-3
/
+3
2014-05-06
x86, vdso: Reimplement vdso.so preparation in build-time C
Andy Lutomirski
1
-2
/
+9
2014-01-31
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+2
2014-01-30
x86, asmlinkage, xen: Fix type of NMI
Andi Kleen
1
-2
/
+2
2014-01-06
xen/pvh: Update E820 to work with PVH (v2)
Mukesh Rathor
1
-2
/
+20
2014-01-06
xen/pvh: Early bootup changes in PV code (v4).
Mukesh Rathor
1
-6
/
+12
[next]