summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-13thermal: exynos: Return success even if no cooling data suppliedAmit Daniel Kachhap
2013-08-13thermal: exynos: Modify private_data to appropriate name driver_dataAmit Daniel Kachhap
2013-08-13thermal: exynos: Add support for instance based register/unregisterAmit Daniel Kachhap
2013-08-13thermal: exynos: Fix to clear only the generated interruptsAmit Daniel Kachhap
2013-08-13thermal: exynos: Support thermal trippingAmit Daniel Kachhap
2013-08-13thermal: exynos: Move register definitions from driver to data fileAmit Daniel Kachhap
2013-08-13thermal: exynos: Add extra entries in the tmu platform dataAmit Daniel Kachhap
2013-08-13thermal: exynos: Add missing definations and code cleanupAmit Daniel Kachhap
2013-08-13thermal: exynos: Bifurcate exynos tmu driver and configuration dataAmit Daniel Kachhap
2013-08-13thermal: exynos: Move exynos_thermal.h from include/* to driver/* folderAmit Daniel Kachhap
2013-08-13thermal: exynos: Rename exynos_thermal.c to exynos_tmu.cAmit Daniel Kachhap
2013-08-13thermal: exynos: Bifurcate exynos thermal common and tmu controller codeAmit Daniel Kachhap
2013-08-13thermal: exynos: Remove un-necessary CPU_THERMAL dependencyAmit Daniel Kachhap
2013-08-13thermal: exynos: Use ARCH_HAS_BANDGAP config to know the supported soc'sAmit Daniel Kachhap
2013-08-13thermal: exynos: Moving exynos thermal files into samsung directoryAmit Daniel Kachhap
2013-07-22Thermal: Fix lockup of cpu_down()Steven Rostedt
2013-07-16Thermal: x86_pkg_temp: Limit number of pkg temp zonesSrinivas Pandruvada
2013-07-15Thermal: x86_pkg_temp: fix krealloc() misuse in in pkg_temp_thermal_device_add()Wei Yongjun
2013-07-15Thermal: x86 package temp thermal crashSrinivas Pandruvada
2013-07-15Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-07-14Linux 3.11-rc1Linus Torvalds
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-07-14slub: Check for page NULL before doing the node_match checkSteven Rostedt
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-14sunrpc: now we can just set ->s_d_opAl Viro
2013-07-14cgroup: we can use simple_lookup() nowAl Viro
2013-07-14efivarfs: we can use simple_lookup() nowAl Viro
2013-07-14make simple_lookup() usable for filesystems that set ->s_d_opAl Viro
2013-07-14configfs: don't open-code d_alloc_name()Al Viro
2013-07-14__rpc_lookup_create_exclusive: pass string instead of qstrAl Viro
2013-07-14rpc_create_*_dir: don't bother with qstrAl Viro
2013-07-14Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2013-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-07-14Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2013-07-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-07-13Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-07-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-07-13Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-07-13Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-13Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-07-13Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-07-13llist: llist_add() can use llist_add_batch()Oleg Nesterov
2013-07-13llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov