summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | sparc: use dma_map_page instead of dma_map_singleFUJITA Tomonori2009-06-163-25/+28
| * | | | | | | | | sparc: add sync_single_for_device and sync_sg_for_device to struct dma_opsFUJITA Tomonori2009-06-161-0/+6
| * | | | | | | | | sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.hFUJITA Tomonori2009-06-164-88/+42
| * | | | | | | | | p9100: use standard fields for framebuffer physical address and lengthKrzysztof Helt2009-06-161-12/+8
| * | | | | | | | | leo: use standard fields for framebuffer physical address and lengthKrzysztof Helt2009-06-161-9/+5
| * | | | | | | | | cg6: use standard fields for framebuffer physical address and lengthKrzysztof Helt2009-06-161-14/+11
| * | | | | | | | | cg3: use standard fields for framebuffer physical address and lengthKrzysztof Helt2009-06-161-12/+8
| * | | | | | | | | cg14: use standard fields for framebuffer physical address and lengthKrzysztof Helt2009-06-161-10/+9
| * | | | | | | | | bw2: use standard fields for framebuffer physical address and lengthKrzysztof Helt2009-06-161-12/+8
| * | | | | | | | | sparc64: fix and optimize irq distributionHong H. Pham2009-06-165-25/+456
| * | | | | | | | | sparc64: Use new dynamic per-cpu allocator.David S. Miller2009-06-162-9/+159
| * | | | | | | | | sparc64: Only allocate per-cpu areas for possible cpus.David S. Miller2009-06-161-16/+6
| * | | | | | | | | sparc64: Get rid of real_setup_per_cpu_areas().David S. Miller2009-06-163-17/+5
| * | | | | | | | | sparc64: Defer cpu_data() setup until end of per-cpu data initialization.David S. Miller2009-06-165-10/+9
| * | | | | | | | | sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.David S. Miller2009-06-164-6/+6
| * | | | | | | | | sparc: Call OF and MD cpu scanning explicitly from paging_init()David S. Miller2009-06-166-8/+6
| * | | | | | | | | sparc64: Refactor MDESC cpu scanning code using an iterator.David S. Miller2009-06-162-57/+90
| * | | | | | | | | sparc64: Refactor OBP cpu scanning code using an iterator.David S. Miller2009-06-162-109/+125
| * | | | | | | | | sparc64: Use BUILD_BUG_ON() in trap_init().David S. Miller2009-06-161-80/+91
| * | | | | | | | | sparc64: Store per-cpu offset in trap_block[]David S. Miller2009-06-165-44/+21
| * | | | | | | | | sparc64: Move trap_block[] definitions into a new header file.David S. Miller2009-06-162-196/+208
| * | | | | | | | | sparc64: Reclaim trap_block[]->hdescDavid S. Miller2009-06-162-9/+7
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2009-06-1656-605/+809
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Blackfin: hook up new rt_tgsigqueueinfo syscallMike Frysinger2009-06-132-1/+3
| * | | | | | | | | Blackfin: improve CLKIN_HZ config defaultMike Frysinger2009-06-131-3/+3
| * | | | | | | | | Blackfin: initial support for ftrace grapherMike Frysinger2009-06-135-0/+115
| * | | | | | | | | Blackfin: initial support for ftraceMike Frysinger2009-06-135-1/+92
| * | | | | | | | | Blackfin: enable support for LOCKDEPMike Frysinger2009-06-131-0/+3
| * | | | | | | | | Blackfin: add preliminary support for STACKTRACEMike Frysinger2009-06-133-0/+57
| * | | | | | | | | Blackfin: move custom sections into sections.hMike Frysinger2009-06-132-10/+12
| * | | | | | | | | Blackfin: punt unused/wrong mutex-dec.hMike Frysinger2009-06-131-112/+0
| * | | | | | | | | Blackfin: add support for irqflagsMike Frysinger2009-06-134-264/+77
| * | | | | | | | | Blackfin: add support for bzip2/lzma compressed kernel imagesMike Frysinger2009-06-134-10/+34
| * | | | | | | | | Blackfin: convert Kconfig style to def_boolMike Frysinger2009-06-131-24/+12
| * | | | | | | | | Blackfin: bf548-ezkit: update smsc911x resourcesMike Frysinger2009-06-131-0/+13
| * | | | | | | | | Blackfin: update aedos-ipipe code to upstream 1.10-00Yi Li2009-06-132-33/+37
| * | | | | | | | | Blackfin: bf537-stamp: update ADP5520 resourcesMike Frysinger2009-06-131-1/+1
| * | | | | | | | | Blackfin: bf518f-ezbrd: fix SPI CS for SPI flashGraf Yang2009-06-131-1/+1
| * | | | | | | | | Blackfin: define SPI IRQ in board resourcesYi Li2009-06-1318-3/+113
| * | | | | | | | | Blackfin: do not configure the UART early if on wrong processorRobin Getz2009-06-131-2/+6
| * | | | | | | | | Blackfin: fix deadlock in SMP IPI handlerSonic Zhang2009-06-131-6/+7
| * | | | | | | | | Blackfin: fix flag storage for irq funcsMike Frysinger2009-06-132-9/+10
| * | | | | | | | | Blackfin: push down exception oops checkingMike Frysinger2009-06-131-45/+43
| * | | | | | | | | Blackfin: fix trap_c() exit pathsMike Frysinger2009-06-131-5/+5
| * | | | | | | | | Blackfin: add blackfin_invalidate_entire_icache for SMP systemsSonic Zhang2009-06-136-4/+37
| * | | | | | | | | Blackfin: include the cpu compiled version in /proc/cpuinfoRobin Getz2009-06-131-2/+11
| * | | | | | | | | Blackfin: add support for GENERIC_BUGMike Frysinger2009-06-134-8/+99
| * | | | | | | | | Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang2009-06-134-6/+6
| * | | | | | | | | Blackfin: export ip_compute_csum/csum_partial_copy_from_user symbolsMike Frysinger2009-06-131-0/+2
| * | | | | | | | | Blackfin: only handle CPLB protection violations when MPU is enabledRobin Getz2009-06-132-55/+10
OpenPOWER on IntegriCloud