aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* rapidio: add handling of redundant routesAlexandre Bounine2010-10-271-0/+8
* rapidio:powerpc/85xx: modify RIO port-write interrupt handlerAlexandre Bounine2010-10-271-29/+39
* ptrace: cleanup arch_ptrace() on xtensaNamhyung Kim2010-10-271-5/+6
* ptrace: cleanup arch_ptrace() on umNamhyung Kim2010-10-272-14/+11
* ptrace: cleanup arch_ptrace() on tileNamhyung Kim2010-10-271-2/+2
* ptrace: cleanup arch_ptrace() on sparcNamhyung Kim2010-10-272-38/+24
* ptrace: cleanup arch_ptrace() on shNamhyung Kim2010-10-272-24/+33
* ptrace: cleanup arch_ptrace() on scoreNamhyung Kim2010-10-271-2/+2
* ptrace: cleanup arch_ptrace() on powerpcNamhyung Kim2010-10-271-25/+26
* ptrace: cleanup arch_ptrace() on pariscNamhyung Kim2010-10-271-1/+1
* ptrace: cleanup arch_ptrace() on mn10300Namhyung Kim2010-10-271-9/+8
* ptrace: cleanup arch_ptrace() on MIPSNamhyung Kim2010-10-271-11/+11
* ptrace: cleanup arch_ptrace() on microblazeNamhyung Kim2010-10-271-1/+1
* ptrace: cleanup arch_ptrace() on m68knommuNamhyung Kim2010-10-271-29/+25
* ptrace: cleanup arch_ptrace() on m68kNamhyung Kim2010-10-271-23/+23
* ptrace: cleanup arch_ptrace() on m32rNamhyung Kim2010-10-271-4/+4
* ptrace: cleanup arch_ptrace() on h8300Namhyung Kim2010-10-271-15/+15
* ptrace: cleanup arch_ptrace() on frvNamhyung Kim2010-10-271-16/+13
* ptrace: cleanup arch_ptrace() on crisNamhyung Kim2010-10-272-16/+14
* ptrace: cleanup arch_ptrace() and friends on BlackfinNamhyung Kim2010-10-271-6/+7
* ptrace: cleanup arch_ptrace() on avr32Namhyung Kim2010-10-271-4/+4
* ptrace: cleanup arch_ptrace() on ARMNamhyung Kim2010-10-271-12/+13
* ptrace: cleanup arch_ptrace() on x86Namhyung Kim2010-10-271-6/+4
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-2729-69/+99
* fbmem: fix fb_read, fb_write unaligned accessesJames Hogan2010-10-272-0/+62
* tile: enable ARCH_DMA_ADDR_T_64BITFUJITA Tomonori2010-10-271-0/+3
* mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-279-9/+21
*-. 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