| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2010-08-15 | 2 | -1/+21 |
|\ |
|
| * | intel-iommu: Fix 32-bit build warning with __cmpxchg() | David Woodhouse | 2010-08-10 | 1 | -1/+1 |
| * | intr-remap: allow disabling source id checking | Chris Wright | 2010-08-10 | 1 | -0/+20 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2010-08-15 | 5 | -331/+205 |
|\ \ |
|
| * | | mtd/nand_ids: Fix buswidth | Brian Norris | 2010-08-13 | 1 | -1/+1 |
| * | | mtd/m25p80: fix test for end of loop | Dan Carpenter | 2010-08-12 | 1 | -1/+1 |
| * | | mtd/m25p80: retlen is never NULL | Dan Carpenter | 2010-08-12 | 1 | -8/+4 |
| * | | gen_nand: Test if nr_chips field is valid | Marek Vasut | 2010-08-12 | 1 | -0/+5 |
| * | | nand/denali: move all hardware initialization work to denali_hw_init | Chuanxiao Dong | 2010-08-12 | 1 | -5/+6 |
| * | | nand/denali: Add a page check in denali_read_page & denali_read_page_raw | Chuanxiao Dong | 2010-08-12 | 1 | -0/+14 |
| * | | nand/denali: use cpu_relax() while waiting for hardware interrupt | Chuanxiao Dong | 2010-08-12 | 1 | -2/+2 |
| * | | nand/denali: change read_status function method | Chuanxiao Dong | 2010-08-12 | 1 | -7/+5 |
| * | | nand/denali: Fixed check patch warnings | Chuanxiao Dong | 2010-08-12 | 1 | -12/+13 |
| * | | mtd/nand_base: fix kernel-doc warnings & typos | Randy Dunlap | 2010-08-11 | 1 | -19/+20 |
| * | | nand/denali: use dev_xx debug function to replace nand_dbg_print and some printk | Chuanxiao Dong | 2010-08-11 | 2 | -184/+42 |
| * | | nand/denali: Fixed handle ECC error bugs | Chuanxiao Dong | 2010-08-11 | 1 | -16/+29 |
| * | | nand/denali: use iowrite32() to replace denali_write32() | Chuanxiao Dong | 2010-08-11 | 1 | -76/+62 |
| * | | nand/denali: Fixed probe function bugs | Chuanxiao Dong | 2010-08-11 | 1 | -21/+23 |
* | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2010-08-15 | 2 | -56/+8 |
|\ \ \ |
|
| * | | | intel_idle: recognize Lincroft Atom Processor | Arjan van de Ven | 2010-08-14 | 1 | -0/+1 |
| * | | | intel_idle: no longer EXPERIMENTAL | Len Brown | 2010-08-14 | 1 | -1/+0 |
| * | | | intel_idle: disable module support | Len Brown | 2010-08-14 | 1 | -1/+1 |
| * | | | intel_idle: add support for Westmere-EX | Len Brown | 2010-07-26 | 1 | -0/+1 |
| * | | | intel_idle: delete power_policy modparam, and choose substate functions | Len Brown | 2010-07-23 | 1 | -43/+0 |
| * | | | intel_idle: delete substates DEBUG modparam | Len Brown | 2010-07-23 | 1 | -13/+7 |
* | | | | fusion: add function parameter names to kernel-doc | Randy Dunlap | 2010-08-14 | 1 | -0/+2 |
* | | | | fusion: fix non-kernel-doc comment block | Randy Dunlap | 2010-08-14 | 1 | -1/+1 |
* | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2010-08-14 | 14 | -119/+1936 |
|\ \ \ \ |
|
| * | | | | hwmon: (via-cputemp) Remove bogus "SHOW" global variable | H. Peter Anvin | 2010-08-14 | 1 | -1/+1 |
| * | | | | hwmon: jc42 depends on I2C | Randy Dunlap | 2010-08-14 | 1 | -0/+1 |
| * | | | | hwmon: (pc87427) Move sysfs file removal to a separate function | Jean Delvare | 2010-08-14 | 1 | -32/+26 |
| * | | | | hwmon: (pc87427) Add temperature monitoring support | Jean Delvare | 2010-08-14 | 2 | -6/+366 |
| * | | | | hwmon: (pc87427) Add support for the second logical device | Jean Delvare | 2010-08-14 | 1 | -42/+87 |
| * | | | | hwmon: (pc87427) Add support for manual fan speed control | Jean Delvare | 2010-08-14 | 2 | -3/+271 |
| * | | | | hwmon: (pc87427) Minor style cleanups | Jean Delvare | 2010-08-14 | 1 | -15/+16 |
| * | | | | hwmon: (pc87427) Handle disabled fan inputs properly | Jean Delvare | 2010-08-14 | 1 | -9/+58 |
| * | | | | hwmon: (w83627ehf) Add support for W83667HG-B | Guenter Roeck | 2010-08-14 | 1 | -9/+33 |
| * | | | | hwmon: (w83627ehf) Driver cleanup | Guenter Roeck | 2010-08-14 | 1 | -3/+56 |
| * | | | | hwmon: Add driver for SMSC EMC2103 temperature monitor and fan controller | Steve Glendinning | 2010-08-14 | 3 | -0/+751 |
| * | | | | hwmon: (asc7621) Clean up and improve detect function | Jean Delvare | 2010-08-14 | 1 | -7/+2 |
| * | | | | hwmon: (it87) Export labels for internal sensors | Jean Delvare | 2010-08-14 | 1 | -2/+44 |
| * | | | | hwmon: (lm75) Add suspend/resume feature | Shubhrajyoti Datta | 2010-08-14 | 2 | -0/+40 |
| * | | | | hwmon: (emc1403) Add power support | Alan Cox | 2010-08-14 | 1 | -0/+33 |
| * | | | | hwmon: (ltc4245) Expose all GPIO pins as analog voltages | Ira W. Snyder | 2010-08-14 | 1 | -10/+167 |
| * | | | | hwmon: (pc87360) Fix device resource declaration | Jean Delvare | 2010-08-14 | 1 | -14/+17 |
| * | | | | hwmon: (k8temp) Adjust confusing if indentation | Julia Lawall | 2010-08-14 | 1 | -1/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2010-08-14 | 41 | -365/+1516 |
|\ \ \ \ \ |
|
| * | | | | | [SCSI] qla4xxx: fix compilation warning | Vikas Chaudhary | 2010-08-11 | 1 | -1/+2 |
| * | | | | | [SCSI] make error handling more robust in the face of reservations | James Bottomley | 2010-08-11 | 1 | -4/+6 |
| * | | | | | [SCSI] tgt: fix warning | Joe Eykholt | 2010-08-11 | 1 | -0/+1 |