aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-30powerpc/qe_ic: Fix another breakage from the irq_data conversionBenjamin Herrenschmidt1-8/+8
2011-03-30powerpc/8xx: Fix another breakage from the irq_data conversionBenjamin Herrenschmidt1-1/+1
2011-03-30powerpc/cell: Use handle_edge_eoi_irq for realThomas Gleixner1-1/+1
2011-03-30powerpc/pseries: Enable Chelsio network and iWARP driversAnton Blanchard1-0/+3
2011-03-30powerpc/mm: Move the STAB0 location to 0x8000 to make room in low memoryBenjamin Herrenschmidt2-15/+15
2011-03-30powerpc: Fix accounting of softirq time when idleAnton Blanchard1-1/+1
2011-03-30powerpc/pseries/smp: query-cpu-stopped-state support won't changeMilton Miller1-2/+2
2011-03-30powerpc/xics: Use hwirq for xics domain irq numberMilton Miller1-28/+29
2011-03-30powerpc/xics: Fix numberspace mismatch from irq_desc conversionMilton Miller1-8/+8
2011-03-30powerpc: Wire up new syscallsStephen Rothwell2-1/+9
2011-03-30powerpc/booke: Correct the SPRN_MAS5 definition.Varun Sethi1-1/+1
2011-03-30powerpc: ARCH_PFN_OFFSET should be unsigned longScott Wood1-1/+1
2011-03-30powerpc: Implement dma_mmap_coherent()Benjamin Herrenschmidt3-0/+44
2011-03-30powerpc/nvram: Don't overwrite oops/panic report on normal shutdownJim Keniston1-0/+24
2011-03-30powerpc: Restore some misc devices to our configsStephen Rothwell15-0/+15
2011-03-29powerpc: Use generic show_interrupts()Thomas Gleixner2-60/+3
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner53-187/+188
2011-03-29powerpc: irq: Use irqdata based informationThomas Gleixner1-6/+8
2011-03-29powerpc-fsl-msi-use-irqd.patchThomas Gleixner1-10/+11
2011-03-29powerpc: xilinx: Cleanup flow type handlingThomas Gleixner1-6/+0
2011-03-29powerpc: uic: Cleanup flow type handlingThomas Gleixner1-17/+10
2011-03-29powerpc: mpic: Cleanup flow type handlingThomas Gleixner1-17/+12
2011-03-29powerpc: mpc8xx_pic: Cleanup flow type handlingThomas Gleixner1-8/+1
2011-03-29powerpc: ipic: Cleanup flow type handlingThomas Gleixner1-9/+7
2011-03-29powerpc: cpm2_pic: Use IRQCHIP_EOI_IF_HANDLEDThomas Gleixner1-15/+10
2011-03-29powerpc: cpm2_pic: Cleanup flow type handlingThomas Gleixner1-10/+8
2011-03-29powerpc: cell: Fix the irq_desc accessThomas Gleixner1-8/+1
2011-03-29powerpc: mac: pic: Use irqd_is_level_type()Thomas Gleixner1-1/+1
2011-03-29powerpc: media5200: Remove pointless set_irq_type()Thomas Gleixner1-6/+1
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner20-26/+24
2011-03-28powerpc: cell: Use the core flow handlerThomas Gleixner2-49/+2
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+3
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfnOlaf Hering1-17/+0
2011-03-23remove dma64_addr_tFUJITA Tomonori1-2/+0
2011-03-23rapidio: remove mport resource reservation from common RIO codeAlexandre Bounine1-0/+9
2011-03-23rapidio: modify mport ID assignmentAlexandre Bounine1-25/+0
2011-03-23rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine1-9/+1
2011-03-23rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine3-3/+11
2011-03-23rapidio: add architecture specific callbacksAlexandre Bounine1-25/+27
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-14/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-14/+0
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita1-0/+4
2011-03-23powerpc: introduce little-endian bitopsAkinobu Mita1-23/+38
2011-03-23asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita1-2/+2
2011-03-23asm-generic: rename generic little-endian bitops functionsAkinobu Mita1-7/+8
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-1/+1
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson1-1/+1
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-1/+1
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-5/+0