summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds2010-10-268-97/+576
|\ \
| | * xen: include xen/xen.h for definition of xen_initial_domain()Ian Campbell2010-10-251-0/+1
| | * xen: use host E820 map for dom0Ian Campbell2010-10-221-2/+7
| | * xen: correctly rebuild mfn list list after migration.Ian Campbell2010-10-221-13/+37
| | * xen: don't add extra_pages for RAM after mem_endJeremy Fitzhardinge2010-10-221-9/+14
| | * xen: add support for PATJeremy Fitzhardinge2010-10-223-3/+57
| | * xen: make sure xen_max_p2m_pfn is up to dateJeremy Fitzhardinge2010-10-223-4/+7
| | * xen: limit extra memory to a certain ratio of baseJeremy Fitzhardinge2010-10-221-0/+32
| | * xen: add extra pages for E820 RAM regions, even if beyond mem_endJeremy Fitzhardinge2010-10-221-3/+4
| | * xen: make sure xen_extra_mem_start is beyond all non-RAM e820Jeremy Fitzhardinge2010-10-221-1/+2
| | * xen: implement "extra" memory to reserve space for pages not present at bootJeremy Fitzhardinge2010-10-221-2/+27
| | * xen: Use host-provided E820 mapIan Campbell2010-10-221-2/+36
| | * xen: don't map missing memoryJeremy Fitzhardinge2010-10-222-2/+22
| | * xen: defer building p2m mfn structures until kernel is mappedJeremy Fitzhardinge2010-10-222-3/+3
| | * xen: add return value to set_phys_to_machine()Jeremy Fitzhardinge2010-10-222-6/+9
| | * xen: convert p2m to a 3 level treeJeremy Fitzhardinge2010-10-222-83/+246
| | * xen: make install_p2mtop_page() staticJeremy Fitzhardinge2010-10-222-3/+2
| | * xen: set the actual extent of the mfn_list_listJeremy Fitzhardinge2010-10-221-1/+1
| | * xen: set shared_info->arch.max_pfn to max_p2m_pfnJeremy Fitzhardinge2010-10-221-1/+1
| | * xen: remove noise about registering vcpu infoJeremy Fitzhardinge2010-10-221-8/+0
| | * xen: allocate level1_ident_pgtJeremy Fitzhardinge2010-10-221-2/+6
| | * xen: use early_brk for level2_kernel_pgtJeremy Fitzhardinge2010-10-221-1/+3
| | * xen: allocate p2m size based on actual max sizeJeremy Fitzhardinge2010-10-221-14/+21
| | * xen: dynamically allocate p2m spaceJeremy Fitzhardinge2010-10-221-8/+22
| | * x86: add RESERVE_BRK_ARRAY() helperJeremy Fitzhardinge2010-10-221-0/+5
| * | xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell2010-10-201-0/+66
| * | xen: add variable hypercall callerJeremy Fitzhardinge2010-10-201-0/+17
| * | xen: add xen_set_domain_pte()Jeremy Fitzhardinge2010-10-202-2/+9
| |/
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-10-261-0/+1
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'bugzilla-15807', 'bugzilla-15979-v2' and 'bugzilla-19162' int...Len Brown2010-10-251-0/+1
| |\ \ \ \ | | | | |/ | | | |/|
| | * | | acpi-cpufreq: fix a memleak when unloading driverZhang Rui2010-10-121-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-10-2646-732/+1608
|\ \ \ \ \
| * | | | | arch/tile: convert a BUG_ON to BUILD_BUG_ONChris Metcalf2010-10-151-1/+1
| * | | | | arch/tile: make ptrace() work properly for TILE-Gx COMPAT modeChris Metcalf2010-10-152-44/+38
| * | | | | arch/tile: support new info op generated by compilerChris Metcalf2010-10-152-1/+8
| * | | | | arch/tile: minor whitespace/naming changes for string support filesChris Metcalf2010-10-155-104/+109
| * | | | | arch/tile: enable single-step support for TILE-GxChris Metcalf2010-10-154-3/+83
| * | | | | arch/tile: parameterize system PLs to support KVM portChris Metcalf2010-10-1523-132/+338
| * | | | | arch/tile: add Tilera's <arch/sim.h> header as an open-source headerChris Metcalf2010-10-154-37/+622
| * | | | | arch/tile: Bomb C99 comments to C89 comments in tile's <arch/sim_def.h>Chris Metcalf2010-10-151-279/+269
| * | | | | arch/tile: prevent corrupt top frame from causing backtracer runawayChris Metcalf2010-10-141-13/+22
| * | | | | arch/tile: various top-level Makefile cleanupsChris Metcalf2010-10-141-2/+15
| * | | | | arch/tile: change lower bound on syscall error return to -4095Chris Metcalf2010-10-141-1/+1
| * | | | | arch/tile: properly export __mb_incoherent for modulesChris Metcalf2010-10-142-1/+7
| * | | | | arch/tile: provide a definition of MAP_STACKChris Metcalf2010-10-141-0/+1
| * | | | | arch/tile: Add a warning if we try to allocate too much vmalloc memory.Chris Metcalf2010-10-141-0/+4
| * | | | | arch/tile: update some comments to clarify register usage.Chris Metcalf2010-10-142-3/+6
| * | | | | arch/tile: use better "punctuation" for VMSPLIT_3_5G and friendsChris Metcalf2010-10-141-4/+4
| * | | | | arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf2010-10-149-103/+76
| * | | | | Merge branch 'master' into for-linusChris Metcalf2010-10-14240-1178/+1962
| |\ \ \ \ \
OpenPOWER on IntegriCloud