summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* xtensa: Convert s6000 gpio irq_chip to new functionsThomas Gleixner2011-03-241-18/+17
* xtensa: Convert main irq_chip to new functionsThomas Gleixner2011-03-241-22/+21
* um: Use generic show_interrupts()Thomas Gleixner2011-03-242-46/+1
* um: Convert genirq namespaceThomas Gleixner2011-03-241-5/+4
* m32r: Use generic show_interrupts()Thomas Gleixner2011-03-242-45/+1
* m32r: Convert genirq namespaceThomas Gleixner2011-03-248-75/+75
* h8300: Use generic show_interrupts()Thomas Gleixner2011-03-242-31/+1
* h8300: Convert genirq namespaceThomas Gleixner2011-03-241-1/+1
* avr32: Cleanup eic_set_irq_type()Thomas Gleixner2011-03-241-20/+11
* avr32: Use generic show_interrupts()Thomas Gleixner2011-03-242-37/+1
* avr: Cleanup genirq namespaceThomas Gleixner2011-03-245-17/+17
* avr32: Use generic IRQ config, enable GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-03-241-9/+4
* avr32: At32ap: Convert pop irq_chip to new functionsThomas Gleixner2011-03-241-13/+10
* avr32: At32ap: Convert intc irq_chip to new functionsThomas Gleixner2011-03-241-7/+5
* avr32: At32ap: Convert extint irq_chip to new functionsThomas Gleixner2011-03-241-22/+23
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-03-223-19/+44
|\
| * avr32: at32ap700x: fix typo in DMA master configurationJamie Iles2011-03-221-2/+2
| * avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msizeViresh Kumar2011-03-071-0/+9
| * dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo2011-03-021-0/+26
| * Merge branch 'dw_dmac' into dmaengineDan Williams2011-02-141-0/+6
| |\
| | * avr32: at32ap700x: specify DMA src and dst mastersJamie Iles2011-01-291-0/+6
| * | dma40: remove export of stedma40_memcpy_sgRabin Vincent2011-01-301-19/+0
| * | dma40: allow realtime and priority for event linesRabin Vincent2011-01-301-0/+3
* | | x86: allow CONFIG_ISA_DMA_API to be disabledDavid Rientjes2011-03-222-4/+12
* | | x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabledDavid Rientjes2011-03-221-1/+1
* | | x86: only compile 8237A if CONFIG_ISA_DMA_API is enabledDavid Rientjes2011-03-221-1/+2
* | | move x86 specific oops=panic to generic codeOlaf Hering2011-03-221-10/+0
* | | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-2217-79/+0
* | | um: remove file pointer from ioctlRichard Weinberger2011-03-222-4/+4
* | | uml: kernels on {i386,x86_64} produce bad coredumpsPaul Pluzhnikov2011-03-222-0/+4
* | | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-2218-61/+64
* | | mm: NUMA aware alloc_task_struct_node()Eric Dumazet2011-03-224-5/+13
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-224-39/+21
|\ \ \
| * | | xen: update mask_rw_pte after kernel page tables init changesStefano Stabellini2011-03-191-3/+5
| * | | xen: set max_pfn_mapped to the last pfn mappedStefano Stabellini2011-03-191-6/+7
| * | | x86: Cleanup highmap after brk is concludedYinghai Lu2011-03-193-30/+9
* | | | Merge branch 'next-samsung' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-03-224-25/+366
|\ \ \ \
| * | | | ARM: H1940/RX1950: Change default LED triggersVasily Khoruzhick2011-03-212-13/+15
| * | | | ARM: S3C2442: RX1950: Add support for LED blinkingVasily Khoruzhick2011-03-201-0/+54
| * | | | ARM: S3C2442: RX1950: Retain LEDs state in suspendVasily Khoruzhick2011-03-201-0/+3
| * | | | ARM: S3C2410: H1940: Fix lcd_power_set functionVasily Khoruzhick2011-03-201-11/+15
| * | | | ARM: S3C2410: H1940: Add battery supportVasily Khoruzhick2011-03-201-0/+144
| * | | | ARM: S3C2410: H1940: Use leds-gpio driver for LEDs managingVasily Khoruzhick2011-03-203-3/+101
| * | | | ARM: S3C2410: H1940: Make h1940-bluetooth.c compile againVasily Khoruzhick2011-03-201-3/+0
| * | | | ARM: S3C2410: H1940: Add keys deviceArnaud Patard (Rtp)2011-03-201-0/+39
* | | | | Merge branch 'for-linus/2639/i2c-2' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-03-2239-132/+38
|\ \ \ \ \
| * | | | | ARM: pxa2xx: reorganize I2C filesSebastian Andrzej Siewior2011-03-2139-132/+38
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-214-1/+6
|\ \ \ \ \
| * | | | | introduce sys_syncfs to sync a single file systemSage Weil2011-03-214-1/+6
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2011-03-218-375/+319
|\ \ \ \ \ \
OpenPOWER on IntegriCloud