summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: remove a couple of style issues on helpersEduardo Valentin2016-11-231-4/+5
* thermal: core: move cooling device sysfs to thermal_sysfs.cEduardo Valentin2016-11-233-127/+145
* thermal: core: move to_cooling_device macro to header fileEduardo Valentin2016-11-232-3/+3
* thermal: core: move thermal_zone sysfs to thermal_sysfs.cEduardo Valentin2016-11-234-610/+637
* thermal: core: match parenthesis on code alignmentEduardo Valentin2016-11-231-7/+7
* thermal: core: treat correctly the return value of *scanf callsEduardo Valentin2016-11-231-7/+7
* thermal: core: move to_thermal_zone() macro to header fileEduardo Valentin2016-11-232-3/+3
* thermal: core: split available_policies_show()Eduardo Valentin2016-11-232-15/+21
* thermal: core: split policy_storeEduardo Valentin2016-11-232-13/+25
* thermal: core: split passive_storeEduardo Valentin2016-11-232-21/+45
* thermal: core: remove unnecessary device_remove() callsEduardo Valentin2016-11-231-5/+0
* thermal: core: move trips attributes to tz->device.groupsEduardo Valentin2016-11-232-38/+50
* thermal: core: create tz->device.groups dynamicallyEduardo Valentin2016-11-231-3/+22
* thermal: core: move the trip attrs to the tz sysfs I/F sectionEduardo Valentin2016-11-231-108/+108
* thermal: core: fix style on remove_trip_attrs()Eduardo Valentin2016-11-231-1/+1
* thermal: core: remove useless empty lineEduardo Valentin2016-11-231-1/+0
* thermal: core: move power actor code out of sysfs I/F sectionEduardo Valentin2016-11-231-83/+83
* thermal: core: improve power actor documentationEduardo Valentin2016-11-231-2/+3
* thermal: core: move passive attr to tz->device.groupsEduardo Valentin2016-11-231-9/+36
* thermal: core: move mode attribute to tz->device.groupsEduardo Valentin2016-11-231-8/+28
* thermal: core: move emul_temp creation to tz->device.groupsEduardo Valentin2016-11-231-7/+4
* thermal: core: use dev.groups to manage always present tz attributesEduardo Valentin2016-11-231-53/+34
* thermal: core: group device_create_file() calls that are always createdEduardo Valentin2016-11-231-12/+12
* thermal: core: group thermal_zone DEVICE_ATTR's declarationsEduardo Valentin2016-11-231-10/+10
* thermal: core: prevent zones with no types to be registeredEduardo Valentin2016-11-231-8/+8
* Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2016-11-221-1/+8
|\
| * thermal/powerclamp: add back module device tableJacob Pan2016-11-211-1/+8
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-222-9/+27
|\ \
| * \ Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-11-142-9/+27
| |\ \
| | * | scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira2016-11-141-8/+13
| | * | scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky2016-11-121-1/+14
* | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-11-225-4/+16
|\ \ \ \
| * \ \ \ Merge tag 'sunxi-clk-fixes-for-4.9' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd2016-11-162-1/+13
| |\ \ \ \
| | * | | | clk: sunxi: Fix M factor computation for APB1Stéphan Rafin2016-11-041-1/+1
| | * | | | clk: sunxi-ng: sun6i-a31: Force AHB1 clock to use PLL6 as parentChen-Yu Tsai2016-10-191-0/+12
| * | | | | clk: efm32gg: Pass correct type to hw provider registrationStephen Boyd2016-11-161-1/+1
| * | | | | clk: berlin: Pass correct type to hw provider registrationStephen Boyd2016-11-162-2/+2
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-11-223-8/+31
|\ \ \ \ \ \
| * | | | | | sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov2016-11-223-0/+22
| * | | | | | sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2016-11-221-11/+12
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-2210-33/+95
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | x86/platform/intel-mid: Rename platform_wdt to platform_mrfld_wdtAndy Shevchenko2016-11-212-2/+2
| * | | | | | x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as wellH.J. Lu2016-11-211-3/+2
| * | | | | | x86/platform/intel-mid: Register watchdog device after SCUAndy Shevchenko2016-11-211-5/+27
| * | | | | | x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu2016-11-211-8/+8
| * | | | | | x86/boot: Fail the boot if !M486 and CPUID is missingAndy Lutomirski2016-11-211-0/+6
| * | | | | | x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski2016-11-211-1/+6
| * | | | | | x86/dumpstack: Prevent KASAN false positive warningsJosh Poimboeuf2016-11-181-1/+1
| * | | | | | x86/unwind: Prevent KASAN false positive warnings in guess unwinderJosh Poimboeuf2016-11-181-2/+6
| * | | | | | x86/boot: Avoid warning for zero-filling .bssArnd Bergmann2016-11-171-3/+6