Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d00a8281bcc962027dfe409c2f3e3f0546be9200
/
arch
/
x86
/
xen
/
setup.c
« Previous
8338fde
Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 14 years ago
8a3fbc9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
e6d4a76
xen: remove duplicated #include
by Huang Weiyi
· 14 years ago
bc15fde
xen: use default_idle
by Jeremy Fitzhardinge
· 14 years ago
c2d0879
xen: clean up "extra" memory handling some more
by Jeremy Fitzhardinge
· 14 years ago
ec35a69
xen: set IO permission early (before early_cpu_init())
by Konrad Rzeszutek Wilk
· 14 years ago
d2a8171
xen: re-enable boot-time ballooning
by Jeremy Fitzhardinge
· 14 years ago
9ec23a7f
xen: do not release any memory under 1M in domain 0
by Ian Campbell
· 14 years ago
18cb657
Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
520045d
Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 14 years ago
45263cb
xen: include xen/xen.h for definition of xen_initial_domain()
by Ian Campbell
· 14 years ago
4ec5387
xen: add the direct mapping area for ISA bus access
by Juan Quintela
· 14 years ago
9e9a5fc
xen: use host E820 map for dom0
by Ian Campbell
· 14 years ago
3654581
xen: don't add extra_pages for RAM after mem_end
by Jeremy Fitzhardinge
· 14 years ago
2f7acb2
xen: make sure xen_max_p2m_pfn is up to date
by Jeremy Fitzhardinge
· 14 years ago
698bb8d
xen: limit extra memory to a certain ratio of base
by Jeremy Fitzhardinge
· 14 years ago
b5b43ce
xen: add extra pages for E820 RAM regions, even if beyond mem_end
by Jeremy Fitzhardinge
· 14 years ago
36bc251
xen: make sure xen_extra_mem_start is beyond all non-RAM e820
by Jeremy Fitzhardinge
· 14 years ago
42ee147
xen: implement "extra" memory to reserve space for pages not present at boot
by Jeremy Fitzhardinge
· 14 years ago
35ae11f
xen: Use host-provided E820 map
by Ian Campbell
· 16 years ago
23ace955
xen: Don't disable the I/O space
by Alex Nixon
· 16 years ago
daab7fc
Merge commit 'v2.6.36-rc3' into x86/memblock
by Ingo Molnar
· 14 years ago
a9ce6bc
x86, memblock: Replace e820_/_early string with memblock_
by Yinghai Lu
· 14 years ago
f09f6d1
Xen: register panic notifier to take crashes of xen guests on panic
by Donald Dutile
· 14 years ago
f89e048
xen: make sure pages are really part of domain before freeing
by Jeremy Fitzhardinge
· 15 years ago
093d7b4
xen: release unused free memory
by Miroslav Rezanina
· 15 years ago
6b2e852
xen: reserve Xen start_info rather than e820 reserving
by Jeremy Fitzhardinge
· 15 years ago
f63c2f2
xen: whitespace/checkpatch cleanup
by Tej
· 16 years ago
5670a43
xen: fix for xen guest with mem > 3.7G
by Jeremy Fitzhardinge
· 16 years ago
d5303b8
x86: xen: no need to disable vdso32
by Jeremy Fitzhardinge
· 16 years ago
6a52e4b
x86_64: further cleanup of 32-bit compat syscall mechanisms
by Jeremy Fitzhardinge
· 16 years ago
71415c6
x86, xen, vdso: fix build error
by Ingo Molnar
· 16 years ago
62541c3
xen64: disable 32-bit syscall/sysenter if not supported.
by Jeremy Fitzhardinge
· 16 years ago
6fcac6d
xen64: set up syscall and sysenter entrypoints for 64-bit
by Jeremy Fitzhardinge
· 16 years ago
88459d4
xen64: register callbacks in arch-independent way
by Jeremy Fitzhardinge
· 16 years ago
c7b7594
xen64: smp.c compile hacking
by Jeremy Fitzhardinge
· 16 years ago
b792c75
xen: reserve ISA space in e820 map
by Jeremy Fitzhardinge
· 16 years ago
be5bf9f
xen: reserve Xen-specific memory in e820 map
by Jeremy Fitzhardinge
· 16 years ago
3de352b
Merge branch 'x86/mpparse' into x86/devel
by Ingo Molnar
· 16 years ago
d0be6bd
x86: rename two e820 related functions
by Yinghai Lu
· 16 years ago
8006ec3
xen: add configurable max domain size
by Jeremy Fitzhardinge
· 16 years ago
d451bb7
xen: make phys_to_machine structure dynamic
by Jeremy Fitzhardinge
· 16 years ago
e2a81ba
xen: support sysenter/sysexit if hypervisor does
by Jeremy Fitzhardinge
· 17 years ago
87d034f
x86/xen: fix DomU boot problem
by Ian Campbell
· 17 years ago
08b6d29
xen: fix section usage in xen-head.S and setup.c
by Sam Ravnborg
· 17 years ago
af65d64
x86 vDSO: consolidate vdso32
by Roland McGrath
· 17 years ago
6c3652e
x86 vDSO: i386 vdso32
by Roland McGrath
· 17 years ago
9702785
i386: move xen
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/xen/setup.c]
d2eea68
xen: disable vdso "nosegneg" on native boot
by Roland McGrath
· 17 years ago
dfdcdd4
xen: disable all non-virtual drivers
by Jeremy Fitzhardinge
· 17 years ago
60223a3
xen: Place vcpu_info structure into per-cpu memory
by Jeremy Fitzhardinge
· 17 years ago
f87e4ca
xen: SMP guest support
by Jeremy Fitzhardinge
· 17 years ago
5ead97c
xen: Core Xen implementation
by Jeremy Fitzhardinge
· 17 years ago