summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: 5628/1: ep93xx: Introduce Pulse Width Modulator (PWM) driverHartley Sweeten2009-07-307-0/+492
* [ARM] 5612/1: ep93xx: add platform LEDsHartley Sweeten2009-07-211-0/+30
* [ARM] 5609/1: ep93xx: add register defines for keypad supportHartley Sweeten2009-07-171-0/+5
* [ARM] 5607/1: ep93xx: Use __iomem pointer on syscon write functionRyan Mallon2009-07-172-2/+2
* [ARM] 5605/1: Fix ep93xx gpio.c headersRyan Mallon2009-07-171-0/+1
* [ARM] 5600/1: ep93xx: core.c remove cast when copying dev_addrHartley Sweeten2009-07-171-4/+2
* [ARM] 5599/1: MAINTAINERS: update for EP93XX ARMHartley Sweeten2009-07-111-2/+6
* [ARM] 5598/1: ep93xx: core.c typesafe vic_initHartley Sweeten2009-07-111-2/+2
* [ARM] 5593/1: ep93xx: clock.c __iomem pointerHartley Sweeten2009-07-091-1/+1
* [ARM] 5592/1: ep93xx: cleanup platform header includesHartley Sweeten2009-07-099-63/+31
* [ARM] 5578/1: ep93xx: add ep93xx-keypad clockHartley Sweeten2009-07-092-33/+82
* [ARM] 5577/2: ep93xx: syscon locked register functionsHartley Sweeten2009-07-096-35/+118
* [ARM] 5575/1: ep93xx: Show gpio interrupt type in debugfs output.Hartley Sweeten2009-06-271-5/+51
* [ARM] 5574/1: ep93xx: gpio.c: fix header includes and __iomem pointersHartley Sweeten2009-06-271-4/+4
* [ARM] 5573/1: ep93xx: ensure typesafe ioHartley Sweeten2009-06-272-31/+47
* Linux 2.6.31-rc1v2.6.31-rc1Linus Torvalds2009-06-241-2/+2
* Revert "PCI: use ACPI _CRS data by default"Linus Torvalds2009-06-245-6/+6
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-06-248-17/+420
|\
| * da9030_battery: Fix race between event handler and monitorMike Rapoport2009-06-091-7/+12
| * Add MAX17040 Fuel Gauge driverMinkyu Kang2009-06-094-1/+338
| * w1: ds2760_battery: add support for sleep mode featureDaniel Mack2009-06-082-0/+31
| * w1: ds2760: add support for EEPROM read and writeDaniel Mack2009-06-082-0/+32
| * ds2760_battery: cleanups in ds2760_battery_probe()Daniel Mack2009-06-081-9/+7
| |
| \
*-. \ Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2009-06-246-18/+23
|\ \ \
| | * | audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALLEric Paris2009-06-241-2/+2
| * | | another race fix in jfs_check_acl()Al Viro2009-06-241-6/+7
| * | | Get "no acls for this inode" right, fix shmem breakageAl Viro2009-06-244-10/+13
| * | | inline functions left without protection of ifdef (acl)Markus Trippelsdorf2009-06-241-1/+2
| |/ /
* | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-241-21/+24
|\ \ \
| * | | futex: Fix the write access fault problem for realThomas Gleixner2009-06-241-21/+24
| |/ /
* | | SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg2009-06-241-2/+8
* | | Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds2009-06-241-2/+2
|/ /
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-06-2463-492/+996
|\ \
| * | Staging: octeon-ethernet: Fix race freeing transmit buffers.David Daney2009-06-244-66/+106
| * | Staging: octeon-ethernet: Convert to use net_device_ops.David Daney2009-06-2410-396/+390
| * | MIPS: Cavium: Add CPU hotplugging code.Ralf Baechle2009-06-245-2/+365
| * | MIPS: SMP: Allow suspend and hibernation if CPU hotplug is availableRalf Baechle2009-06-241-2/+2
| * | MIPS: Add arch generic CPU hotplugRalf Baechle2009-06-247-7/+78
| * | DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE setAtsushi Nemoto2009-06-241-8/+12
| * | MIPS: Sibyte: Fix build error if CONFIG_SERIAL_SB1250_DUART is undefined.Ralf Baechle2009-06-241-3/+4
| * | MIPS: MIPSsim: Fix build error if MSC01E_INT_BASE is undefined.Ralf Baechle2009-06-241-0/+1
| * | MIPS: Hibernation: Remove SMP TLB and cacheflushing code.Ralf Baechle2009-06-241-9/+0
| * | MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle2009-06-2439-1/+39
| * | MIPS: bug.h Build fix - include <linux/compiler.h>.Ralf Baechle2009-06-241-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-06-2435-435/+3993
|\ \ \
| * | | dm mpath: change to be request basedKiyoshi Ueda2009-06-221-65/+128
| * | | dm: disable interrupt when taking map_lockKiyoshi Ueda2009-06-221-6/+9
| * | | dm: do not set QUEUE_ORDERED_DRAIN if request basedKiyoshi Ueda2009-06-223-1/+16
| * | | dm: enable request based optionKiyoshi Ueda2009-06-224-26/+285
| * | | dm: prepare for request based optionKiyoshi Ueda2009-06-224-4/+725
OpenPOWER on IntegriCloud