aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen32: create initial mappings like 64-bitJeremy Fitzhardinge2008-07-161-78/+52
* xen64: map an initial chunk of physical memoryJeremy Fitzhardinge2008-07-161-10/+69
* xen64: 64-bit starts using set_pte from very earlyJeremy Fitzhardinge2008-07-161-0/+4
* xen64: early mapping setupJeremy Fitzhardinge2008-07-162-16/+178
* xen64: add hypervisor callbacks for events, etcJeremy Fitzhardinge2008-07-161-0/+98
* xen: cpu_detect is 32-bit onlyJeremy Fitzhardinge2008-07-161-2/+2
* xen64: use set_fixmap for shared_info structureJeremy Fitzhardinge2008-07-161-12/+10
* xen64: add 64-bit assemblerJeremy Fitzhardinge2008-07-163-1/+142
* xen64: add asm-offsetsJeremy Fitzhardinge2008-07-161-0/+8
* xen64: add xen-head code to head_64.SJeremy Fitzhardinge2008-07-163-2/+17
* xen64: smp.c compile hackingJeremy Fitzhardinge2008-07-163-49/+58
* x86_64: add workaround for no %gs-based percpuJeremy Fitzhardinge2008-07-164-3/+40
* xen: move smp setup into smp.cJeremy Fitzhardinge2008-07-163-34/+32
* xen64: get active_mm from the pdaJeremy Fitzhardinge2008-07-161-1/+8
* xen64: random ifdefs to mask out 32-bit only codeJeremy Fitzhardinge2008-07-161-0/+15
* xen64: add extra pv_mmu_opsJeremy Fitzhardinge2008-07-164-4/+99
* xen64: fix calls into hypercall pageJeremy Fitzhardinge2008-07-161-48/+122
* xen: fix 64-bit hypercall variantsJeremy Fitzhardinge2008-07-161-29/+31
* xen: make ELF notes work for 32 and 64 bitJeremy Fitzhardinge2008-07-161-5/+8
* xen64: define asm/xen/interface for 64-bitJeremy Fitzhardinge2008-07-165-105/+308
* xen: define set_pte from the outsetJeremy Fitzhardinge2008-07-161-4/+1
* xen: add xen_arch_resume()/xen_timer_resume hook for ia64 supportIsaku Yamahata2008-07-164-4/+11
* xen-netfront: fix xennet_release_tx_bufs()Isaku Yamahata2008-07-161-4/+15
* xen: print backtrace on multicall failureJeremy Fitzhardinge2008-07-161-0/+1
* x86_64: unstatic get_local_pdaJeremy Fitzhardinge2008-07-162-1/+3
* x86_64: adjust exception frame in ia32entryJeremy Fitzhardinge2008-07-161-0/+1
* x86: use __page_aligned_data/bssJeremy Fitzhardinge2008-07-163-16/+10
* x86: clean up formatting of __switch_toJeremy Fitzhardinge2008-07-161-28/+28
* x86_64: there's no need to preallocate level1_fixmap_pgtJeremy Fitzhardinge2008-07-161-6/+0
* pvops-64: call paravirt_post_allocator_init() on setup_arch()Eduardo Habkost2008-07-163-5/+6
* x86/paravirt: call paravirt_pagetable_setup_{start, done}Eduardo Habkost2008-07-165-15/+28
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-15875-145692/+27827
|\
| * Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-16941-76573/+48078
| |\
| * \ Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2008-07-151806-38310/+120547
| |\ \
| * | | powerpc: Fix pte_update for CONFIG_PTE_64BIT and !PTE_ATOMIC_UPDATESKumar Gala2008-07-151-1/+1
| * | | powerpc: Fix a build problem on ppc32 with new DMA_ATTRsTakashi Iwai2008-07-151-1/+1
| * | | ibm_newemac: Add MII mode support to the EMAC RGMII bridge.Grant Erickson2008-07-151-0/+6
| * | | powerpc: Don't spin on sync instruction at boot timeSonny Rao2008-07-151-1/+2
| * | | powerpc: Add VSX load/store alignment exception handlerMichael Neuling2008-07-151-1/+57
| * | | powerpc: fix giveup_vsx to save registers correctlyMichael Neuling2008-07-155-7/+16
| * | | powerpc: support for latencytopArnd Bergmann2008-07-152-10/+30
| * | | powerpc: Remove unnecessary condition when sanity-checking WIMG bitsDave Kleikamp2008-07-152-4/+3
| * | | powerpc: Add PPC_FEATURE_PSERIES_PERFMON_COMPATNathan Lynch2008-07-152-2/+7
| * | | powerpc: Add driver for Barrier Synchronization RegisterSonny Rao2008-07-154-0/+322
| * | | powerpc: mman.h export fixupsStephen Rothwell2008-07-152-3/+6
| * | | Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt2008-07-1524-257/+1620
| |\ \ \
| | * | | powerpc: Modify MPC52xx maintainers entry to cover all MPC5xxx partsGrant Likely2008-07-121-3/+1
| | * | | powerpc/mpc5121: Add support for CPLD on MPC5121ADS boardJohn Rigby2008-07-125-1/+233
| | * | | powerpc/mpc5121: Add generic board support for MPC5121 platformsJohn Rigby2008-07-126-63/+177
| | * | | powerpc/mpc5121: Add clock driverJohn Rigby2008-07-124-0/+732