Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | ACPI: EC: Don't parse DSDT for EC early init on Compal | Alexey Starikovskiy | 2009-10-03 | 1 | -0/+15 | |
| | | * | | | | | | | ACPI: EC: Rewrite DMI checks | Alexey Starikovskiy | 2009-10-03 | 1 | -6/+31 | |
| | | |/ / / / / / | ||||||
| | | | | | | | | | ||||||
| | | \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ | Merge branches 'sony-laptop', 'bugzilla-14247' and 'bugzilla-14271' into release | Len Brown | 2009-10-02 | 348 | -13884/+14603 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | ACPI: fix bus scanning memory leaks | Bjorn Helgaas | 2009-10-02 | 1 | -5/+2 | |
| | | | |/ / / / / / | ||||||
| | | * | | | | | | | ACPI: EC: Restart command even if no interrupts from EC | Alexey Starikovskiy | 2009-10-02 | 1 | -3/+1 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | sony-laptop: Don't unregister the SPIC driver if it wasn't registered | Alan Jenkins | 2009-09-27 | 1 | -2/+5 | |
| | * | | | | | | | sony-laptop: remove _INI call at init time | Mattia Dongili | 2009-09-27 | 1 | -9/+0 | |
| | * | | | | | | | sony-laptop: SPIC unset IRQF_SHARED, set IRQF_DISABLED | Mattia Dongili | 2009-09-27 | 1 | -1/+1 | |
| | * | | | | | | | sony-laptop: remove device_ctrl and the SPIC mini drivers | Mattia Dongili | 2009-09-27 | 1 | -62/+47 | |
| * | | | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-10-04 | 25 | -257/+64 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | macintosh: Don't assume i2c device probing always succeeds | Jean Delvare | 2009-10-04 | 5 | -5/+15 | |
| | * | | | | | | | | i2c: Hide probe errors caused by ACPI resource conflicts | Jean Delvare | 2009-10-04 | 7 | -8/+12 | |
| | * | | | | | | | | i2c: Minor documentation update | Jean Delvare | 2009-10-04 | 1 | -1/+1 | |
| | * | | | | | | | | mfd: AB3100 drop unused module parameters | Jean Delvare | 2009-10-04 | 1 | -3/+1 | |
| | * | | | | | | | | Staging: IIO: tsl2561: Drop unused module parameters | Jean Delvare | 2009-10-04 | 1 | -4/+0 | |
| | * | | | | | | | | leds: leds-pca9532 - Drop unused module parameters | Jean Delvare | 2009-10-04 | 1 | -3/+0 | |
| | * | | | | | | | | ltc4215/ltc4245: Discard obsolete detect methods | Jean Delvare | 2009-10-04 | 4 | -174/+18 | |
| | * | | | | | | | | ds2482: Discard obsolete detect method | Jean Delvare | 2009-10-04 | 2 | -33/+8 | |
| | * | | | | | | | | max6875: Discard obsolete detect method | Jean Delvare | 2009-10-04 | 2 | -26/+9 | |
| | * | | | | | | | | i2c: Move misc devices documentation | Jean Delvare | 2009-10-04 | 2 | -0/+0 | |
| * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-10-04 | 26 | -480/+999 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Revert "Seperate read and write statistics of in_flight requests" | Jens Axboe | 2009-10-04 | 6 | -42/+19 | |
| | * | | | | | | | | cfq-iosched: don't delay async queue if it hasn't dispatched at all | Jens Axboe | 2009-10-04 | 1 | -9/+2 | |
| | * | | | | | | | | block: Topology ioctls | Martin K. Petersen | 2009-10-03 | 4 | -7/+62 | |
| | * | | | | | | | | cfq-iosched: use assigned slice sync value, not default | Jens Axboe | 2009-10-03 | 1 | -3/+4 | |
| | * | | | | | | | | cfq-iosched: rename 'desktop' sysfs entry to 'low_latency' | Jens Axboe | 2009-10-03 | 1 | -7/+7 | |
| | * | | | | | | | | cfq-iosched: implement slower async initiate and queue ramp up | Jens Axboe | 2009-10-03 | 3 | -20/+48 | |
| | * | | | | | | | | cfq-iosched: delay async IO dispatch, if sync IO was just done | Vivek Goyal | 2009-10-03 | 1 | -2/+16 | |
| | * | | | | | | | | cfq-iosched: add a knob for desktop interactiveness | Jens Axboe | 2009-10-02 | 1 | -1/+6 | |
| | * | | | | | | | | Add a tracepoint for block request remapping | Jun'ichi Nomura | 2009-10-01 | 4 | -1/+69 | |
| | * | | | | | | | | block: allow large discard requests | Christoph Hellwig | 2009-10-01 | 4 | -5/+24 | |
| | * | | | | | | | | block: use normal I/O path for discard requests | Christoph Hellwig | 2009-10-01 | 6 | -43/+39 | |
| | * | | | | | | | | swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULL | Suresh Jayaraman | 2009-10-01 | 1 | -5/+7 | |
| | * | | | | | | | | fs/bio.c: move EXPORT* macros to line after function | H Hartley Sweeten | 2009-10-01 | 1 | -26/+23 | |
| | * | | | | | | | | Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs | Zdenek Kabelac | 2009-10-01 | 3 | -5/+13 | |
| | * | | | | | | | | cciss: fix build when !PROC_FS | Alexander Beregalov | 2009-10-01 | 1 | -4/+5 | |
| | * | | | | | | | | block: Do not clamp max_hw_sectors for stacking devices | Martin K. Petersen | 2009-10-01 | 1 | -1/+2 | |
| | * | | | | | | | | block: Set max_sectors correctly for stacking devices | Martin K. Petersen | 2009-10-01 | 1 | -1/+2 | |
| | * | | | | | | | | cciss: cciss_host_attr_groups should be const | Jens Axboe | 2009-10-01 | 1 | -1/+1 | |
| | * | | | | | | | | cciss: Dynamically allocate the drive_info_struct for each logical drive. | Stephen M. Cameron | 2009-10-01 | 2 | -130/+168 | |
| | * | | | | | | | | cciss: Add usage_count attribute to each logical drive in /sys | Stephen M. Cameron | 2009-10-01 | 2 | -0/+27 | |
| | * | | | | | | | | cciss: Add a "raid_level" attribute to each logical drive in /sys | Stephen M. Cameron | 2009-10-01 | 2 | -0/+31 | |
| | * | | | | | | | | cciss: fix some magic numbers in the raid-level decoding | Stephen M. Cameron | 2009-10-01 | 1 | -3/+2 | |
| | * | | | | | | | | cciss: Add lunid attribute to each logical drive in /sys | Stephen M. Cameron | 2009-10-01 | 2 | -0/+33 | |
| | * | | | | | | | | cciss: Don't check h->busy_initializing in cciss_open(). | Stephen M. Cameron | 2009-10-01 | 1 | -1/+1 | |
| | * | | | | | | | | cciss: Preserve all 8 bytes of LUN ID for logical drives. | Stephen M. Cameron | 2009-10-01 | 2 | -25/+25 | |
| | * | | | | | | | | cciss: Silence noisy per-disk messages output by cciss_read_capacity | Stephen M. Cameron | 2009-10-01 | 1 | -5/+0 | |
| | * | | | | | | | | cciss: Fix excessive gendisk freeing bug on driver unload. | Stephen M. Cameron | 2009-10-01 | 1 | -7/+8 | |
| | * | | | | | | | | cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs. | Stephen M. Cameron | 2009-10-01 | 1 | -12/+21 | |
| | * | | | | | | | | cciss: Clear all sysfs-exposed data for deleted logical drives. | Stephen M. Cameron | 2009-10-01 | 1 | -10/+21 |