| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'v2.6.31-rc1' into dmaengine | Dan Williams | 2009-09-08 | 7742 | -403061/+782327 |
|\ |
|
| * | Linux 2.6.31-rc1v2.6.31-rc1 | Linus Torvalds | 2009-06-25 | 1 | -2/+2 |
| * | Revert "PCI: use ACPI _CRS data by default" | Linus Torvalds | 2009-06-25 | 5 | -6/+6 |
| * | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 2009-06-24 | 8 | -17/+420 |
| |\ |
|
| | * | da9030_battery: Fix race between event handler and monitor | Mike Rapoport | 2009-06-08 | 1 | -7/+12 |
| | * | Add MAX17040 Fuel Gauge driver | Minkyu Kang | 2009-06-08 | 4 | -1/+338 |
| | * | w1: ds2760_battery: add support for sleep mode feature | Daniel Mack | 2009-06-08 | 2 | -0/+31 |
| | * | w1: ds2760: add support for EEPROM read and write | Daniel Mack | 2009-06-08 | 2 | -0/+32 |
| | * | ds2760_battery: cleanups in ds2760_battery_probe() | Daniel Mack | 2009-06-08 | 1 | -9/+7 |
| | | | |
| | \ | |
| *-. \ | Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2009-06-24 | 6 | -18/+23 |
| |\ \ \ |
|
| | | * | | audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALL | Eric Paris | 2009-06-24 | 1 | -2/+2 |
| | * | | | another race fix in jfs_check_acl() | Al Viro | 2009-06-24 | 1 | -6/+7 |
| | * | | | Get "no acls for this inode" right, fix shmem breakage | Al Viro | 2009-06-24 | 4 | -10/+13 |
| | * | | | inline functions left without protection of ifdef (acl) | Markus Trippelsdorf | 2009-06-24 | 1 | -1/+2 |
| | |/ / |
|
| * | | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-24 | 1 | -21/+24 |
| |\ \ \ |
|
| | * | | | futex: Fix the write access fault problem for real | Thomas Gleixner | 2009-06-24 | 1 | -21/+24 |
| | |/ / |
|
| * | | | SLUB: Don't pass __GFP_FAIL for the initial allocation | Pekka Enberg | 2009-06-24 | 1 | -2/+8 |
| * | | | Don't warn about order-1 allocations with __GFP_NOFAIL | Linus Torvalds | 2009-06-24 | 1 | -2/+2 |
| |/ / |
|
| * | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2009-06-24 | 63 | -492/+996 |
| |\ \ |
|
| | * | | Staging: octeon-ethernet: Fix race freeing transmit buffers. | David Daney | 2009-06-24 | 4 | -66/+106 |
| | * | | Staging: octeon-ethernet: Convert to use net_device_ops. | David Daney | 2009-06-24 | 10 | -396/+390 |
| | * | | MIPS: Cavium: Add CPU hotplugging code. | Ralf Baechle | 2009-06-24 | 5 | -2/+365 |
| | * | | MIPS: SMP: Allow suspend and hibernation if CPU hotplug is available | Ralf Baechle | 2009-06-24 | 1 | -2/+2 |
| | * | | MIPS: Add arch generic CPU hotplug | Ralf Baechle | 2009-06-24 | 7 | -7/+78 |
| | * | | DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE set | Atsushi Nemoto | 2009-06-24 | 1 | -8/+12 |
| | * | | MIPS: Sibyte: Fix build error if CONFIG_SERIAL_SB1250_DUART is undefined. | Ralf Baechle | 2009-06-24 | 1 | -3/+4 |
| | * | | MIPS: MIPSsim: Fix build error if MSC01E_INT_BASE is undefined. | Ralf Baechle | 2009-06-24 | 1 | -0/+1 |
| | * | | MIPS: Hibernation: Remove SMP TLB and cacheflushing code. | Ralf Baechle | 2009-06-24 | 1 | -9/+0 |
| | * | | MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users. | Ralf Baechle | 2009-06-24 | 39 | -1/+39 |
| | * | | MIPS: bug.h Build fix - include <linux/compiler.h>. | Ralf Baechle | 2009-06-24 | 1 | -0/+1 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2009-06-24 | 35 | -435/+3993 |
| |\ \ \ |
|
| | * | | | dm mpath: change to be request based | Kiyoshi Ueda | 2009-06-22 | 1 | -65/+128 |
| | * | | | dm: disable interrupt when taking map_lock | Kiyoshi Ueda | 2009-06-22 | 1 | -6/+9 |
| | * | | | dm: do not set QUEUE_ORDERED_DRAIN if request based | Kiyoshi Ueda | 2009-06-22 | 3 | -1/+16 |
| | * | | | dm: enable request based option | Kiyoshi Ueda | 2009-06-22 | 4 | -26/+285 |
| | * | | | dm: prepare for request based option | Kiyoshi Ueda | 2009-06-22 | 4 | -4/+725 |
| | * | | | dm raid1: add userspace log | Jonthan Brassow | 2009-06-22 | 9 | -1/+1448 |
| | * | | | dm: calculate queue limits during resume not load | Mike Snitzer | 2009-06-22 | 4 | -95/+117 |
| | * | | | dm log: fix create_log_context to use logical_block_size of log device | Mike Snitzer | 2009-06-22 | 1 | -3/+4 |
| | * | | | dm target:s introduce iterate devices fn | Mike Snitzer | 2009-06-22 | 7 | -6/+105 |
| | * | | | dm table: establish queue limits by copying table limits | Mike Snitzer | 2009-06-22 | 1 | -10/+2 |
| | * | | | dm table: replace struct io_restrictions with struct queue_limits | Mike Snitzer | 2009-06-22 | 2 | -109/+45 |
| | * | | | dm table: validate device logical_block_size | Mike Snitzer | 2009-06-22 | 1 | -0/+69 |
| | * | | | dm table: ensure targets are aligned to logical_block_size | Mike Snitzer | 2009-06-22 | 1 | -14/+44 |
| | * | | | dm ioctl: support cookies for udev | Milan Broz | 2009-06-22 | 4 | -13/+43 |
| | * | | | dm: sysfs add suspended attribute | Peter Rajnoha | 2009-06-22 | 1 | -0/+9 |
| | * | | | dm table: improve warning message when devices not freed before destruction | Jonthan Brassow | 2009-06-22 | 1 | -5/+3 |
| | * | | | dm mpath: add service time load balancer | Kiyoshi Ueda | 2009-06-22 | 4 | -0/+441 |
| | * | | | dm mpath: add queue length load balancer | Kiyoshi Ueda | 2009-06-22 | 4 | -0/+312 |
| | * | | | dm mpath: add start_io and nr_bytes to path selectors | Kiyoshi Ueda | 2009-06-22 | 3 | -13/+25 |