aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-05thermal: sysfs: add comments describing locking strategysysfs_lockingEduardo Valentin1-1/+15
2016-09-05thermal: sysfs: serialize access to instancesEduardo Valentin1-2/+18
2016-09-05thermal: sysfs: lock cdev while accessing cur_stateEduardo Valentin1-0/+4
2016-09-05thermal: sysfs: lock cdev while accessing max_stateEduardo Valentin1-0/+2
2016-09-05thermal: sysfs: lock cdev while accessing typeEduardo Valentin2-2/+7
2016-09-05thermal: sysfs: lock tz when access tzp propertiesEduardo Valentin1-3/+10
2016-09-05thermal: sysfs: lock tz when access sustainable power propertiesEduardo Valentin1-1/+8
2016-09-05thermal: sysfs: improve locking of emul_temp_store()Eduardo Valentin1-5/+4
2016-09-05thermal: sysfs: lock tz while on policy propertiesEduardo Valentin1-1/+7
2016-09-05thermal: sysfs: lock tz while on passive propertiesEduardo Valentin1-1/+14
2016-09-05thermal: sysfs: lock tz while on trip_point_hyst propertiesEduardo Valentin1-0/+4
2016-09-05thermal: sysfs: lock tz while on trip_point_temp propertiesEduardo Valentin1-0/+4
2016-09-05thermal: sysfs: lock tz while on trip_point_type propertiesEduardo Valentin1-0/+2
2016-09-05thermal: sysfs: lock tz while on access to mode propertiesEduardo Valentin6-16/+11
2016-09-05thermal: sysfs: lock tz in type_showEduardo Valentin1-1/+6
2016-09-05thermal: core: move slop and offset helpers to thermal_helpers.cEduardo Valentin2-30/+30
2016-09-05thermal: sysfs: use kcalloc() instead of kzalloc()Eduardo Valentin1-5/+8
2016-09-05thermal: core: use kzalloc(sizeof(*ptr),...)Eduardo Valentin1-4/+3
2016-09-05thermal: core: improve kerneldoc entry of thermal_cooling_device_unregisterEduardo Valentin1-3/+3
2016-09-05thermal: core: remove style warnings and checksEduardo Valentin1-11/+11
2016-09-05thermal: core: remove void function return statementsEduardo Valentin1-2/+0
2016-09-05thermal: core: standardize line breaking alignmentEduardo Valentin1-13/+19
2016-09-05thermal: core: small style fix when checking for __find_governor()Eduardo Valentin1-2/+2
2016-09-05thermal: core: remove FSF address in the GPL noticeEduardo Valentin1-13/+0
2016-09-05thermal: sysfs: remove symbols of emul_temp when config is disabledEduardo Valentin1-1/+3
2016-09-05thermal: core: add a comment describing the device management sectionEduardo Valentin1-2/+9
2016-09-05thermal: core: add a comment describing the power actor sectionEduardo Valentin1-0/+7
2016-09-05thermal: core: add a comment describing the main update loopEduardo Valentin1-0/+11
2016-09-05thermal: core: move notify to the zone update sectionEduardo Valentin1-18/+18
2016-09-05thermal: core: add inline to print_bind_err_msg()Eduardo Valentin1-2/+3
2016-09-05thermal: core: move __bind() to where it is usedEduardo Valentin1-33/+33
2016-09-05thermal: core: fix couple of style issues on __bind() helperEduardo Valentin1-5/+5
2016-09-05thermal: core: move bind_tz() to where it is usedEduardo Valentin1-40/+40
2016-09-05thermal: core: move bind_cdev() to where it is usedEduardo Valentin1-38/+38
2016-09-05thermal: core: move __unbind() helper to where it is usedEduardo Valentin1-10/+10
2016-09-05thermal: core: small style fix on __unbind() helperEduardo Valentin1-1/+1
2016-09-05thermal: core: move idr handling to device management sectionEduardo Valentin1-24/+24
2016-09-05thermal: core: group functions related to governor handlingEduardo Valentin1-73/+80
2016-09-05thermal: core: introduce thermal_helpers.cEduardo Valentin3-171/+198
2016-09-05thermal: core: remove a couple of style issues on helpersEduardo Valentin1-4/+5
2016-09-05thermal: core: move cooling device sysfs to thermal_sysfs.cEduardo Valentin3-127/+145
2016-09-05thermal: core: move to_cooling_device macro to header fileEduardo Valentin2-3/+3
2016-09-05thermal: core: move thermal_zone sysfs to thermal_sysfs.cEduardo Valentin4-598/+625
2016-09-05thermal: core: match parenthesis on code alignmentEduardo Valentin1-7/+7
2016-09-05thermal: core: treat correctly the return value of *scanf callsEduardo Valentin1-7/+7
2016-09-05thermal: core: move to_thermal_zone() macro to header fileEduardo Valentin2-3/+3
2016-09-05thermal: core: split available_policies_show()Eduardo Valentin2-15/+21
2016-09-05thermal: core: split policy_storeEduardo Valentin2-13/+25
2016-09-05thermal: core: split passive_storeEduardo Valentin2-21/+45
2016-09-05thermal: core: remove unnecessary device_remove() callsEduardo Valentin1-5/+0
2016-09-05thermal: core: move trips attributes to tz->device.groupsEduardo Valentin2-38/+41
2016-09-05thermal: core: create tz->device.groups dynamicallyEduardo Valentin1-3/+22
2016-09-05thermal: core: move the trip attrs to the tz sysfs I/F sectionEduardo Valentin1-108/+108
2016-09-05thermal: core: fix style on remove_trip_attrs()Eduardo Valentin1-1/+1
2016-09-05thermal: core: remove useless empty lineEduardo Valentin1-1/+0
2016-09-05thermal: core: move power actor code out of sysfs I/F sectionEduardo Valentin1-83/+83
2016-09-05thermal: core: improve power actor documentationEduardo Valentin1-2/+3
2016-09-05thermal: core: move passive attr to tz->device.groupsEduardo Valentin1-9/+33
2016-09-05thermal: core: move mode attribute to tz->device.groupsEduardo Valentin1-8/+28
2016-09-05thermal: core: move emul_temp creation to tz->device.groupsEduardo Valentin1-7/+4
2016-09-05thermal: core: use dev.groups to manage always present tz attributesEduardo Valentin1-53/+33
2016-09-05thermal: core: group device_create_file() calls that are always createdEduardo Valentin1-12/+12
2016-09-05thermal: core: group thermal_zone DEVICE_ATTR's declarationsEduardo Valentin1-10/+10
2016-09-05thermal: core: prevent zones with no types to be registeredEduardo Valentin1-8/+8
2016-09-05thermal: rcar_thermal: Fix priv->zone error handlingDirk Behme1-0/+1
2016-09-05thermal: of-thermal: Fix setting of set_emul_temp hookKeerthy1-4/+3
2016-09-05thermal: rockchip: fixes the exception interruptsCaesar Wang1-3/+17
2016-09-05thermal: rockchip: fixes the period time for tsadcCaesar Wang1-10/+24
2016-09-05thermal: rockchip: add the set_trips functionCaesar Wang1-0/+39
2016-09-05thermal: bang-bang governor: act on lower trip boundarySascha Hauer1-1/+1
2016-09-05thermal: streamline get_trend callbacksSascha Hauer5-37/+16
2016-09-05thermal: of: implement .set_trips for device tree thermal zonesSascha Hauer2-0/+23
2016-09-05thermal: Add support for hardware-tracked trip pointsSascha Hauer3-0/+75
2016-09-05thermal: qcom: remove declare local symbols as staticEduardo Valentin4-4/+4
2016-09-05thermal: qcom: tsens-8996: Add support for 8996 family of SoCsRajendra Nayak4-2/+89
2016-09-05thermal: qcom: tsens-8960: Add support for 8960 family of SoCsRajendra Nayak4-6/+298
2016-09-05thermal: core: export apis to get slope and offsetRajendra Nayak3-0/+50
2016-09-05thermal: qcom: tsens-8974: Add support for 8974 family of SoCsRajendra Nayak4-2/+247
2016-09-05thermal: qcom: tsens-8916: Add support for 8916 family of SoCsRajendra Nayak4-1/+117
2016-09-05thermal: qcom: tsens: Add a skeletal TSENS driversRajendra Nayak8-0/+466
2016-09-04Linux 4.8-rc5v4.8-rc5Linus Torvalds1-1/+1
2016-09-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2016-09-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+3
2016-09-03Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds3-7/+14
2016-09-03Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-11/+15
2016-09-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-1/+11
2016-09-03Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-279/+25
2016-09-03Merge tag 'driver-core-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-9/+29
2016-09-03Merge tag 'staging-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds38-128/+198
2016-09-03Merge tag 'tty-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-90/+159
2016-09-03Merge tag 'usb-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds23-57/+294
2016-09-03devpts: return NULL pts 'priv' entry for non-devpts nodesLinus Torvalds1-1/+2
2016-09-02Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds8-34/+54
2016-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+1
2016-09-03tpm: invalid self test error messageJarkko Sakkinen1-2/+1
2016-09-02Merge tag 'acpi-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-4/+4
2016-09-02Merge tag 'pm-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-5/+7
2016-09-02Merge branches 'pm-cpufreq-fixes' and 'pm-core-fixes'Rafael J. Wysocki1-5/+5
2016-09-02ACPI / drivers: replace acpi_probe_lock spinlock with mutexLorenzo Pieralisi1-3/+3
2016-09-02ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macroLorenzo Pieralisi1-1/+1
2016-09-02x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai1-0/+12
2016-09-02x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt1-2/+2
2016-09-02Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-104/+246
2016-09-02arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse1-0/+9
2016-09-02drivers/perf: arm_pmu: Fix NULL pointer dereference during probeStefan Wahren1-1/+1
2016-09-02drivers/perf: arm_pmu: Fix leak in error pathStefan Wahren1-0/+1
2016-09-02Merge tag 'dmaengine-fix-4.8-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds5-17/+22
2016-09-02Merge tag 'drm-fixes-for-4.8-rc5' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds14-31/+133
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li1-1/+2
2016-09-02Merge tag 'drm-vc4-fixes-2016-08-29' of https://github.com/anholt/linux into ...Dave Airlie4-13/+24
2016-09-02Merge tag 'imx-drm-fixes-2016-08-30' of git://git.pengutronix.de/git/pza/linu...Dave Airlie3-8/+43
2016-09-01Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-12/+14
2016-09-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-124/+116
2016-09-01rapidio/tsi721: fix incorrect detection of address translation conditionAlexandre Bounine1-1/+1
2016-09-01rapidio/documentation/mport_cdev: add missing parameter descriptionAlexandre Bounine1-0/+4
2016-09-01kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2016-09-01MAINTAINERS: Vladimir has movedVladimir Davydov2-1/+3
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes3-6/+22
2016-09-01printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky1-15/+23
2016-09-01treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches4-20/+0
2016-09-01drivers/scsi/wd719x.c: remove last declaration using DEFINE_PCI_DEVICE_TABLEJoe Perches1-1/+1
2016-09-01mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman3-15/+27
2016-09-01lib/test_hash.c: fix warning in preprocessor symbol evaluationGeert Uytterhoeven1-9/+15
2016-09-01lib/test_hash.c: fix warning in two-dimensional array initGeert Uytterhoeven1-1/+1
2016-09-01kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann2-0/+10
2016-09-01kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann1-0/+3
2016-09-01mm, oom: prevent premature OOM killer invocation for high order requestMichal Hocko1-49/+2
2016-09-01Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/...Chris Mason3-11/+15
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-9/+30
2016-09-01Merge tag 'xfs-iomap-for-linus-4.8-rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds11-23/+47
2016-09-01btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve...Wang Xiaoguang1-5/+5
2016-09-01Btrfs: fix endless loop in balancing block groupsLiu Bo1-3/+5
2016-09-01Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik1-3/+5
2016-09-01ovl: update docMiklos Szeredi1-5/+3
2016-09-01ovl: listxattr: use strnlen()Miklos Szeredi1-7/+10
2016-09-01ovl: Switch to generic_getxattrAndreas Gruenbacher4-10/+33
2016-09-01ovl: copyattr after setting POSIX ACLMiklos Szeredi1-1/+5
2016-09-01ovl: Switch to generic_removexattrAndreas Gruenbacher4-58/+33
2016-09-01ovl: Get rid of ovl_xattr_noacl_handlers arrayAndreas Gruenbacher1-16/+12
2016-09-01ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher2-5/+4
2016-09-01ovl: fix spelling mistake: "directries" -> "directories"Colin Ian King1-1/+1
2016-09-01ovl: don't cache acl on overlay layerMiklos Szeredi2-0/+4
2016-09-01ovl: use cached acl on underlying layerMiklos Szeredi1-2/+3
2016-09-01ovl: proper cleanup of workdirMiklos Szeredi3-2/+65
2016-09-01ovl: remove posix_acl_default from workdirMiklos Szeredi1-0/+19
2016-09-01ovl: handle umask and posix_acl_default correctly on creationMiklos Szeredi1-0/+54
2016-09-01Merge branch 'msm-fixes-4.8' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie3-5/+40
2016-08-31audit: fix exe_file access in audit_exe_compareMateusz Guzik1-3/+5
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik3-6/+25
2016-09-01Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-5/+15
2016-08-31drm/amdgpu: record error code when ring test failedChunming Zhou1-2/+3
2016-08-31drm/amd/amdgpu: compute ring test fail during S4 on CIjimqu1-3/+9
2016-08-31drm/amd/amdgpu: sdma resume fail during S4 on CIjimqu1-0/+3
2016-08-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-4/+4
2016-08-31binfmt_elf: switch to new creds when switching to new mmLinus Torvalds1-1/+1
2016-08-31serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon1-0/+139
2016-08-31serial: 8250_mid: fix divide error bug if baud rate is 0Andy Shevchenko1-0/+3
2016-08-31Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko7-88/+15
2016-08-31sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov1-1/+7
2016-08-31documentation: drivers/core/of: fix name of of_node symlinkMartin Fuzzey1-1/+1
2016-08-31kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo1-7/+21
2016-08-31thunderbolt: Don't declare Falcon Ridge unsupportedLukas Wunner1-1/+3
2016-08-31thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller.Xavier Gnata2-0/+10
2016-08-31thunderbolt: Fix resume quirk for Falcon Ridge 4C.Andreas Noever1-2/+1
2016-08-31lkdtm: Mark lkdtm_rodata_do_nothing() notraceMichael Ellerman1-1/+1
2016-08-31drm/nouveau/acpi: use DSM if bridge does not support D3coldPeter Wu1-0/+11
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idlePaul E. McKenney1-3/+3
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idlePaul E. McKenney1-2/+2
2016-08-31cpufreq: dt: Add terminate entry for of_device_id tablesWei Yongjun1-0/+2
2016-08-30dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-08-30dm crypt: fix free of bad values after tfm allocation failureEric Biggers1-1/+1
2016-08-30dm crypt: fix error with too large biosMikulas Patocka1-0/+7
2016-08-30dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy1-2/+2
2016-08-30Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2016-08-30seccomp: Fix tracer exit notifications during fatal signalsKees Cook1-4/+8
2016-08-30dm log writes: fix bug with too large biosMikulas Patocka1-2/+2
2016-08-30dm log writes: move IO accounting earlier to fix error pathMikulas Patocka1-1/+1
2016-08-30Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds5-57/+107
2016-08-30Merge tag 'nfs-for-4.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds18-78/+244
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf19-128/+45
2016-08-30Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2016-08-30Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+17
2016-08-30pata_ninja32: Avoid corrupting status flagsAlan Cox1-1/+1
2016-08-30NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust1-0/+1
2016-08-30NFS4: Avoid migration loopsBenjamin Coddington1-0/+5
2016-08-30mei: me: disable driver on SPT SPS firmwareTomas Winkler2-4/+10
2016-08-30usb: musb: Fix locking errors for host only modeTony Lindgren1-1/+6
2016-08-30Merge tag 'phy-for-4.8-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman4-25/+202
2016-08-30Merge tag 'usb-ci-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-2/+5
2016-08-30drm/imx: fix crtc vblank state regressionLucas Stach1-0/+4
2016-08-30xfs: track log done items directly in the deferred pending work itemDarrick J. Wong3-15/+6
2016-08-29Merge tag 'hwmon-for-linus-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2016-08-29Merge tag 'v4.8-rockchip-clk-fixes1' of git://git.kernel.org/pub/scm/linux/ke...Stephen Boyd1-5/+6
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-25/+49
2016-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds100-453/+813
2016-08-29pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust2-28/+28
2016-08-29Merge tag 'platform-drivers-x86-v4.8-4' of git://git.infradead.org/users/dvha...Linus Torvalds2-11/+5
2016-08-29Merge tag 'powerpc-4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds36-43/+160
2016-08-29Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe8-34/+54
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying2-8/+39