Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7e20cfb50496c0549d11eab521feb5bc565c63a6
/
arch
/
x86
/
xen
/
setup.c
f9748fa
x86/boot/e820: Simplify the e820__update_table() interface
by Ingo Molnar
· 8 years ago
e7dbf7a
xen, x86/boot/e820: Simplify Xen's xen_e820_table construct
by Ingo Molnar
· 8 years ago
08b46d5
x86/boot/e820: Clean up the E820 table size define names
by Ingo Molnar
· 8 years ago
09821ff
x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"
by Ingo Molnar
· 8 years ago
ab6bc04
x86/boot/e820: Create coherent API function names for E820 range operations
by Ingo Molnar
· 8 years ago
f52355a
x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()
by Ingo Molnar
· 8 years ago
bf49557
x86/boot/e820: Harmonize the 'struct e820_table' fields
by Ingo Molnar
· 8 years ago
61a5010
x86/boot/e820: Rename everything to e820_table
by Ingo Molnar
· 8 years ago
acd4c04
x86/boot/e820: Rename 'e820_map' variables to 'e820_array'
by Ingo Molnar
· 8 years ago
8ec67d9
x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array'
by Ingo Molnar
· 8 years ago
66441bd
x86/boot/e820: Move asm/e820.h to asm/e820/api.h
by Ingo Molnar
· 8 years ago
7ecec85
xen/setup: Don't relocate p2m over existing one
by Ross Lagerwall
· 8 years ago
738662c
xen/x86: Increase xen_e820_map to E820_X_MAX possible entries
by Alex Thorlton
· 8 years ago
4753396
x86/e820: Prepare e280 code for switch to dynamic storage
by Denys Vlasenko
· 8 years ago
7a2463d
x86/xen: Audit and remove any unnecessary uses of module.h
by Paul Gortmaker
· 8 years ago
dd14be9
xen: use same main loop for counting and remapping pages
by Juergen Gross
· 9 years ago
41ecf14
Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
abed7d0
xen: fix the check of e_pfn in xen_find_pfn_range
by Zhenzhong Duan
· 9 years ago
f5775e0
x86/xen: discard RAM regions above the maximum reservation
by David Vrabel
· 10 years ago
0a6d1fa
x86/vdso: Remove runtime 32-bit vDSO selection
by Andy Lutomirski
· 9 years ago
64c98e7
x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map
by Malcolm Crossley
· 9 years ago
24f775a
xen: use correct type for HYPERVISOR_memory_op()
by Juergen Gross
· 9 years ago
626d750
xen: switch extra memory accounting to use pfns
by Juergen Gross
· 9 years ago
cb9e444
xen: limit memory to architectural maximum
by Juergen Gross
· 9 years ago
ab24507
xen: avoid another early crash of memory limited dom0
by Juergen Gross
· 9 years ago
eafd72e
xen: avoid early crash of memory limited dom0
by Juergen Gross
· 9 years ago
cb3eb85
xen: remove no longer needed p2m.h
by Juergen Gross
· 9 years ago
c70727a
xen: allow more than 512 GB of RAM for 64 bit pv-domains
by Juergen Gross
· 9 years ago
70e6119
xen: move p2m list if conflicting with e820 map
by Juergen Gross
· 9 years ago
4b9c153
xen: check for initrd conflicting with e820 map
by Juergen Gross
· 9 years ago
04414ba
xen: check pre-allocated page tables for conflict with memory map
by Juergen Gross
· 9 years ago
808fdb7
xen: check for kernel memory conflicting with memory layout
by Juergen Gross
· 9 years ago
9ddac5b
xen: find unused contiguous memory area
by Juergen Gross
· 9 years ago
e612b4a
xen: check memory area against e820 map
by Juergen Gross
· 9 years ago
5097cdf
xen: split counting of extra memory pages from remapping
by Juergen Gross
· 9 years ago
69632ec
xen: move static e820 map to global scope
by Juergen Gross
· 9 years ago
8f5b0c6
xen: eliminate scalability issues from initial mapping setup
by Juergen Gross
· 9 years ago
a3f5239
x86/xen: add some __init and static annotations in arch/x86/xen/setup.c
by Juergen Gross
· 10 years ago
3ba5c86
x86/xen: use correct types for addresses in arch/x86/xen/setup.c
by Juergen Gross
· 10 years ago
f0feed1
x86/xen: cleanup arch/x86/xen/setup.c
by Juergen Gross
· 10 years ago
9a17ad7
xen: check for zero sized area when invalidating memory
by Juergen Gross
· 10 years ago
e86f949
xen: use correct type for physical addresses
by Juergen Gross
· 10 years ago
a97dae1
x86/xen: add extra memory for remapped frames during setup
by David Vrabel
· 10 years ago
bc7142c
x86/xen: don't count how many PFNs are identity mapped
by David Vrabel
· 10 years ago
76f0a48
xen: annotate xen_set_identity_and_remap_chunk() with __init
by Juergen Gross
· 10 years ago
5b8e7d8
xen: Delay invalidating extra memory
by Juergen Gross
· 10 years ago
1f3ac86
xen: Delay remapping memory of pv-domain
by Juergen Gross
· 10 years ago
1ea644c
x86/xen: panic on bad Xen-provided memory map
by Martin Kelly
· 10 years ago
4fbb67e3
xen/setup: Remap Xen Identity Mapped RAM
by Matt Rushton
· 10 years ago
3d09c62
Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 11 years ago
ea9f927
x86/xen: no need to explicitly register an NMI callback
by David Vrabel
· 11 years ago
a0abcf2e
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 11 years ago
562658f
Revert "xen/pvh: Update E820 to work with PVH (v2)"
by David Vrabel
· 11 years ago
abacaad
x86/xen: fix memory setup for PVH dom0
by David Vrabel
· 11 years ago
25b884a
x86/xen: set regions above the end of RAM as 1:1
by David Vrabel
· 11 years ago
2dcc9a3
x86/xen: only warn once if bad MFNs are found during setup
by David Vrabel
· 11 years ago
6f121e5
x86, vdso: Reimplement vdso.so preparation in build-time C
by Andy Lutomirski
· 11 years ago
12f2bbd
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
07ba06d
x86, asmlinkage, xen: Fix type of NMI
by Andi Kleen
· 11 years ago
9103bb0
xen/pvh: Update E820 to work with PVH (v2)
by Mukesh Rathor
· 11 years ago
d285d68
xen/pvh: Early bootup changes in PV code (v4).
by Mukesh Rathor
· 11 years ago
3b284bd
xen: delete new instances of added __cpuinit
by Paul Gortmaker
· 11 years ago
cf39c8e
Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 11 years ago
d936d2d
Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 11 years ago
e201bfc
x86/xen: during early setup, only 1:1 map the ISA region
by David Vrabel
· 11 years ago
3bc38cb
x86/xen: do not identity map UNUSABLE regions in the machine E820
by David Vrabel
· 11 years ago
6efa20e
xen: Support 64-bit PV guest receiving NMIs
by Konrad Rzeszutek Wilk
· 11 years ago
148f9bb
x86: delete __cpuinit usage from all x86 files
by Paul Gortmaker
· 12 years ago
27be457
x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag
by Len Brown
· 12 years ago
6a377dd
xen idle: make xen-specific macro xen-specific
by Len Brown
· 12 years ago
56d92aa
Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
8d54db79
xen/boot: Disable NUMA for PV guests.
by Konrad Rzeszutek Wilk
· 12 years ago
98104c3
Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7
by Konrad Rzeszutek Wilk
· 12 years ago
51faaf2
Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and "xen/x86: Use memblock_reserve for sensitive areas."
by Konrad Rzeszutek Wilk
· 12 years ago
c96aae1
xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.
by Konrad Rzeszutek Wilk
· 12 years ago
59b29440
xen/x86: Use memblock_reserve for sensitive areas.
by Konrad Rzeszutek Wilk
· 12 years ago
c3d93f8
xen: populate correct number of pages when across mem boundary (v2)
by zhenzhong.duan
· 12 years ago
58b7b53
xen/balloon: Subtract from xen_released_pages the count that is populated.
by Konrad Rzeszutek Wilk
· 13 years ago
83d51ab
xen/setup: update VA mapping when releasing memory during setup
by David Vrabel
· 13 years ago
96dc08b
xen/setup: Combine the two hypercall functions - since they are quite similar.
by Konrad Rzeszutek Wilk
· 13 years ago
2e2fb75
xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAM
by Konrad Rzeszutek Wilk
· 13 years ago
ca11823
xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0
by Konrad Rzeszutek Wilk
· 13 years ago
48cdd82
xen/cpufreq: Disable the cpu frequency scaling drivers from loading.
by Konrad Rzeszutek Wilk
· 13 years ago
cc7335b
xen/setup/pm/acpi: Remove the call to boot_option_idle_override.
by Konrad Rzeszutek Wilk
· 13 years ago
45aa066
Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblock
by Ingo Molnar
· 13 years ago
42ebfc6
Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
d3db728
xen: only limit memory map to maximum reservation for domain 0.
by Ian Campbell
· 13 years ago
e5fd47b
xen/pm_idle: Make pm_idle be default_idle under Xen.
by Konrad Rzeszutek Wilk
· 13 years ago
d4bbf7e
Merge branch 'master' into x86/memblock
by Tejun Heo
· 13 years ago
f3f436e
xen: release all pages within 1-1 p2m mappings
by David Vrabel
· 13 years ago
dc91c72
xen: allow extra memory to be in multiple regions
by David Vrabel
· 13 years ago
8b5d44a
xen: allow balloon driver to use more than one memory region
by David Vrabel
· 13 years ago
aa24411
xen/balloon: account for pages released during memory setup
by David Vrabel
· 13 years ago
abbe0d3
Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen
by Linus Torvalds
· 13 years ago
e3b73c4
xen/e820: if there is no dom0_mem=, don't tweak extra_pages.
by David Vrabel
· 13 years ago
1154526
Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen
by Linus Torvalds
· 13 years ago
d312ae87
xen: use maximum reservation to limit amount of usable RAM
by David Vrabel
· 13 years ago
45a05f9
Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
98f531d
xen: Fix misleading WARN message at xen_release_chunk
by Igor Mammedov
· 13 years ago
8f3c588
xen: Fix printk() format in xen/setup.c
by Igor Mammedov
· 13 years ago
Next »