aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-24ARM: exynos: add thermal sensor driver platform data supportAmit Daniel Kachhap1-1/+110
2012-09-24thermal: exynos: register the tmu sensor with the kernel thermal layerAmit Daniel Kachhap2-2/+426
2012-09-24thermal: exynos5: add exynos5250 thermal sensor driver supportAmit Daniel Kachhap3-132/+240
2012-09-24hwmon: exynos4: move thermal sensor driver to driver/thermal directoryAmit Daniel Kachhap7-156/+19
2012-09-24thermal: add generic cpufreq cooling implementationAmit Daniel Kachhap5-0/+552
2012-09-24Fix a build error.Eduardo Valentin1-1/+3
2012-09-24thermal: Fix potential NULL pointer accessesGuenter Roeck1-4/+4
2012-09-24thermal: add Renesas R-Car thermal sensor supportKuninori Morimoto3-1/+270
2012-09-24thermal: fix potential out-of-bounds memory accessGuenter Roeck1-2/+3
2012-09-24Thermal: Introduce locking for cdev.thermal_instances list.Zhang Rui2-0/+9
2012-09-24Thermal: Unify the code for both active and passive coolingZhang Rui2-86/+26
2012-09-24Thermal: Introduce simple arbitrator for setting device cooling stateZhang Rui2-3/+42
2012-09-24Thermal: List thermal_instance in thermal_cooling_device.Zhang Rui2-1/+7
2012-09-24Thermal: Rename thermal_instance.node to thermal_instance.tz_node.Zhang Rui1-10/+10
2012-09-24Thermal: Rename thermal_zone_device.cooling_devicesZhang Rui2-11/+11
2012-09-24Thermal: rename structure thermal_cooling_device_instance to thermal_instanceZhang Rui1-9/+9
2012-09-24Thermal: Introduce thermal_zone_trip_update()Zhang Rui2-29/+81
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui8-31/+13
2012-09-24Thermal: Introduce .get_trend() callback.Zhang Rui3-2/+59
2012-09-24Thermal: set upper and lower limitsZhang Rui5-28/+65
2012-09-24Thermal: Introduce cooling states range supportZhang Rui1-4/+21
2012-09-24Thermal: Introduce multiple cooling states supportZhang Rui1-2/+10
2012-08-02Linux 3.6-rc1Linus Torvalds1-2/+2
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds13-164/+451
2012-08-02Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds43-569/+1387
2012-08-02Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-47/+103
2012-08-02Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-4/+6
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds29-47/+419
2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds5-22/+150
2012-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds5-67/+43
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds7-316/+158
2012-08-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-158/+270
2012-08-02mm: remove node_start_pfn checking in new WARN_ON for nowLinus Torvalds1-1/+1
2012-08-02ARM: mmp: add missing irqs.hHaojian Zhuang1-0/+1
2012-08-02arm: mvebu: fix typo in .dtsi comment for Armada XP SoCsThomas Petazzoni1-1/+1
2012-08-02ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumesBarry Song1-3/+3
2012-08-02libceph: fix crypto key null deref, memory leakSylvain Munaut2-1/+3
2012-08-02ceph: simplify+fix atomic_openSage Weil3-66/+40
2012-08-02sh: explicitly include sh_dma.h in setup-sh7722.cGuennadi Liakhovetski1-0/+1
2012-08-01Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-72/+108
2012-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds23-302/+206
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds28-1415/+2124
2012-08-01Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds5-85/+58
2012-08-01Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds13-194/+139
2012-08-02um: Add arch/x86/um to MAINTAINERSRichard Weinberger1-0/+1
2012-08-02um: pass siginfo to guest processMartin Pärtel10-34/+71
2012-08-02um: fix ubd_file_size for read-only filesMartin Pärtel1-1/+1
2012-08-02md/dm-raid: DM_RAID should select MD_RAID10NeilBrown1-2/+3
2012-08-02md/raid1: submit IO from originating thread instead of md thread.NeilBrown2-4/+55
2012-08-02raid5: raid5d handle stripe in batch wayShaohua Li1-13/+32