summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Change my email address.Darrick J. Wong2013-08-277-14/+14
* hwmon: (k10temp) Add support for Fam16h (Kabini)Wei Hu2013-08-273-3/+5
* hwmon: (adt7462) ADT7462_REG_VOLT_MAX() should return 0Dan Carpenter2013-08-271-2/+2
* hwmon: (ads1015) Add support for ADS1115Evgeniy Dushistov2013-08-113-10/+29
* hwmon: (w83627ehf) Add support for hibernateHarald Judt2013-08-111-0/+2
* hwmon: (nct6775) Add support for hibernateHarald Judt2013-08-111-0/+2
* hwmon: use dev_get_platdata()Jingoo Han2013-08-1122-44/+46
* hwmon: (nct6775) Fix size of data->temp arrayDan Carpenter2013-08-111-2/+2
* hwmon: (nct6775) Avoid using device platform data outside probe functionGuenter Roeck2013-08-111-26/+25
* hwmon: (nct6775) Add support for NCT6791DDavid Bartley2013-08-111-74/+207
* hwmon: (nct6775) Add support for beep attributesGuenter Roeck2013-08-111-21/+218
* hwmon: (nct6775) Add support for critical low/high temperature limits on NCT6106Guenter Roeck2013-08-111-9/+34
* hwmon: (nct6775) Add support for NCT6102D/6106DGuenter Roeck2013-08-111-25/+225
* hwmon: (nct6775) Support two SuperIO chips in the same systemGuenter Roeck2013-08-111-50/+63
* hwmon: (nct6775) Allocate attributes dynamically from templatesGuenter Roeck2013-08-111-1103/+507
* hwmon: (coretemp) Atom CPUs don't support TjMax; no warning neededGuenter Roeck2013-08-111-1/+13
* Linux 3.11-rc5v3.11-rc5Linus Torvalds2013-08-111-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-08-114-19/+28
|\
| * [SCSI] Don't attempt to send extended INQUIRY command if skip_vpd_pages is setMartin K. Petersen2013-08-021-0/+3
| * [SCSI] fnic: BUG: sleeping function called from invalid context during probeChris Leech2013-08-022-14/+10
| * [SCSI] megaraid_sas: megaraid_sas driver init fails in kdump kernelSumit.Saxena@lsi.com2013-08-021-5/+15
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-08-1114-99/+170
|\ \
| * | powerpc/tm: Fix context switching TAR, PPR and DSCR SPRsMichael Neuling2013-08-093-0/+27
| * | powerpc: Save the TAR register earlierMichael Neuling2013-08-093-9/+19
| * | powerpc: Fix context switch DSCR on POWER8Michael Neuling2013-08-092-25/+60
| * | powerpc: Rework setting up H/FSCR bit definitionsMichael Neuling2013-08-091-11/+20
| * | powerpc: Fix hypervisor facility unavaliable vector numberMichael Neuling2013-08-091-2/+3
| * | powerpc/kvm/book3s_pr: Return appropriate error when allocation failsThadeu Lima de Souza Cascardo2013-08-091-2/+3
| * | powerpc/kvm: Add signed type cast for comparationChen Gang2013-08-091-2/+2
| * | powerpc/eeh: Add missing procfs entry for PowerNVMike Qiu2013-08-091-1/+1
| * | powerpc/pseries: Add backward compatibilty to read old kernel oops-logAruna Balakrishnaiah2013-08-091-4/+14
| * | powerpc/pseries: Fix buffer overflow when reading from pstoreAruna Balakrishnaiah2013-08-091-46/+24
| * | powerpc: On POWERNV enable PPC_DENORMALISATION by defaultAnton Blanchard2013-08-091-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-08-112-9/+16
|\ \ \
| * | | KVM: s390: fix pfmf non-quiescing control handlingHeiko Carstens2013-07-291-2/+2
| * | | KVM: s390: move kvm_guest_enter,exit closer to sieDominik Dingel2013-07-291-7/+14
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-08-113-4/+4
|\ \ \ \
| * | | | i2c: mv64xxx: Document the newly introduced allwinner compatibleMaxime Ripard2013-08-071-1/+1
| * | | | i2c: Fix Kontron PLD prescaler calculationMichael Brunner2013-08-051-2/+2
| * | | | i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam2013-08-051-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-08-108-68/+119
|\ \ \ \ \
| * | | | | btrfs: don't loop on large offsets in readdirZach Brown2013-08-091-8/+25
| * | | | | Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik2013-08-092-5/+5
| * | | | | Btrfs: release both paths before logging dir/changed extentsJosef Bacik2013-08-091-3/+2
| * | | | | Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik2013-08-091-22/+40
| * | | | | Btrfs: make sure the backref walker catches all refs to our extentJosef Bacik2013-08-091-11/+14
| * | | | | Btrfs: fix backref walking when we hit a compressed extentJosef Bacik2013-08-091-8/+15
| * | | | | Btrfs: do not offset physical if we're compressedJosef Bacik2013-08-091-3/+6
| * | | | | Btrfs: fix extent buffer leak after backref walkingLiu Bo2013-08-091-1/+0
| * | | | | Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo2013-08-091-4/+12
OpenPOWER on IntegriCloud