aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* MN10300: AM34 erratum requires MMUCTR read and write on exception entryAkira Takeuchi2010-10-27
* MN10300: Make the boot wrapper able to use writeback cachingAkira Takeuchi2010-10-27
* MN10300: Cache: Implement SMP global cache flushingAkira Takeuchi2010-10-27
* MN10300: Allow some cacheflushes to be avoided if cache snooping is availableDavid Howells2010-10-27
* MN10300: AM34: Add cacheflushing by using the AM34 purge registersAkira Takeuchi2010-10-27
* MN10300: SMP: Differentiate local cache flushingAkira Takeuchi2010-10-27
* MN10300: Cacheflush functions should take unsigned long addressesAkira Takeuchi2010-10-27
* MN10300: AM34: The current cacheflush routines operate by controlling tag regsDavid Howells2010-10-27
* MN10300: Reorder asm/cacheflush.h to put primitives firstDavid Howells2010-10-27
* MN10300: Provide a MN10300_CACHE_ENABLED config optionDavid Howells2010-10-27
* MN10300: Cache: Split cache bits out of arch KconfigDavid Howells2010-10-27
* MN10300: Remove monitor/JTAG functionsAkira Takeuchi2010-10-27
* MN10300: Add CPU register bits for AM34Akira Takeuchi2010-10-27
* MN10300: Don't hard code the cacheline size in register defsAkira Takeuchi2010-10-27
* MN10300: Move DMA engine control reg defs to MN103E010 processor directoryAkira Takeuchi2010-10-27
* MN10300: Differentiate AM33_2 and AM33_3 in configAkira Takeuchi2010-10-27
* MN10300: Provide the functions to fully disable maskable interruptsAkira Takeuchi2010-10-27
* MN10300: Add reads[bwl]() and writes[bwl]()Akira Takeuchi2010-10-27
* MN10300: Don't cast away the volatile in test_bit()Akira Takeuchi2010-10-27
* MN10300: Prevent cnt32_to_63() from being preempted in sched_clock()David Howells2010-10-27
* mn10300: Use pci_claim_resourceDavid Howells2010-10-27
* bitops: Change the bitmap index from int to unsigned long [mn10300]Justin Chen2010-10-27
* MN10300: BUG to BUG_ON changesStoyan Gaydarov2010-10-27
*-. Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds2010-10-26
|\ \
| | * xen: include xen/xen.h for definition of xen_initial_domain()Ian Campbell2010-10-25
| | * xen: use host E820 map for dom0Ian Campbell2010-10-22
| | * xen: correctly rebuild mfn list list after migration.Ian Campbell2010-10-22
| | * xen: don't add extra_pages for RAM after mem_endJeremy Fitzhardinge2010-10-22
| | * xen: add support for PATJeremy Fitzhardinge2010-10-22
| | * xen: make sure xen_max_p2m_pfn is up to dateJeremy Fitzhardinge2010-10-22
| | * xen: limit extra memory to a certain ratio of baseJeremy Fitzhardinge2010-10-22
| | * xen: add extra pages for E820 RAM regions, even if beyond mem_endJeremy Fitzhardinge2010-10-22
| | * xen: make sure xen_extra_mem_start is beyond all non-RAM e820Jeremy Fitzhardinge2010-10-22
| | * xen: implement "extra" memory to reserve space for pages not present at bootJeremy Fitzhardinge2010-10-22
| | * xen: Use host-provided E820 mapIan Campbell2010-10-22
| | * xen: don't map missing memoryJeremy Fitzhardinge2010-10-22
| | * xen: defer building p2m mfn structures until kernel is mappedJeremy Fitzhardinge2010-10-22
| | * xen: add return value to set_phys_to_machine()Jeremy Fitzhardinge2010-10-22
| | * xen: convert p2m to a 3 level treeJeremy Fitzhardinge2010-10-22
| | * xen: make install_p2mtop_page() staticJeremy Fitzhardinge2010-10-22
| | * xen: set the actual extent of the mfn_list_listJeremy Fitzhardinge2010-10-22
| | * xen: set shared_info->arch.max_pfn to max_p2m_pfnJeremy Fitzhardinge2010-10-22
| | * xen: remove noise about registering vcpu infoJeremy Fitzhardinge2010-10-22
| | * xen: allocate level1_ident_pgtJeremy Fitzhardinge2010-10-22
| | * xen: use early_brk for level2_kernel_pgtJeremy Fitzhardinge2010-10-22
| | * xen: allocate p2m size based on actual max sizeJeremy Fitzhardinge2010-10-22
| | * xen: dynamically allocate p2m spaceJeremy Fitzhardinge2010-10-22
| | * x86: add RESERVE_BRK_ARRAY() helperJeremy Fitzhardinge2010-10-22
| * | xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell2010-10-20
| * | xen: add variable hypercall callerJeremy Fitzhardinge2010-10-20