index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers: thermal: tsens: Add watchdog support
Amit Kucheria
2020-03-20
3
-0
/
+71
*
drivers: thermal: tsens: Add critical interrupt support
Amit Kucheria
2020-03-20
4
-36
/
+223
*
drivers: thermal: tsens: Release device in success path
Amit Kucheria
2020-03-20
1
-4
/
+2
*
drivers: thermal: tsens: use simpler variables
Amit Kucheria
2020-03-20
1
-4
/
+4
*
drivers: thermal: tsens: Pass around struct tsens_sensor as a constant
Amit Kucheria
2020-03-20
3
-11
/
+12
*
drivers: thermal: tsens: De-constify struct tsens_features
Amit Kucheria
2020-03-20
5
-16
/
+16
*
thermal: rcar_thermal: Handle probe error gracefully
Niklas Söderlund
2020-03-20
1
-2
/
+4
*
thermal: imx: Remove unused includes
Anson Huang
2020-03-20
1
-7
/
+0
*
thermal: rcar_gen3_thermal: Add r8a77961 support
Geert Uytterhoeven
2020-03-20
1
-0
/
+4
*
dt-bindings: thermal: rcar-gen3-thermal: Add r8a77961 support
Geert Uytterhoeven
2020-03-20
1
-0
/
+1
*
thermal: Add COMPILE_TEST support for i.MX8MM
Anson Huang
2020-03-12
1
-1
/
+1
*
thermal: qoriq: Fix a compiling issue
Yuantian Tang
2020-03-12
1
-0
/
+1
*
thermal: Remove COMPILE_TEST for IMX_SC_THERMAL
Anson Huang
2020-03-12
1
-1
/
+1
*
thermal: Fix build warning of !defined(CONFIG_THERMAL_OF)
Anson Huang
2020-03-12
1
-1
/
+1
*
thermal: imx_thermal: Use __maybe_unused instead of CONFIG_PM_SLEEP
Anson Huang
2020-03-12
1
-4
/
+2
*
thermal: imx_sc_thermal: Align imx sc thermal msg structs to 4
Anson Huang
2020-03-12
1
-3
/
+3
*
thermal: ti-soc-thermal: Use GPIO descriptors
Linus Walleij
2020-03-12
2
-33
/
+15
*
thermal: Rephrase the Kconfig text for thermal
Linus Walleij
2020-03-12
1
-6
/
+7
*
thermal: imx8mm: Add support for i.MX8MM thermal monitoring unit
Anson Huang
2020-03-12
3
-0
/
+142
*
dt-bindings: thermal: imx8mm-thermal: Add binding doc for i.MX8MM
Anson Huang
2020-03-12
1
-0
/
+15
*
thermal: exynos: Silence warning during deferred probe
Marek Szyprowski
2020-03-12
1
-1
/
+3
*
thermal: imx_sc: add i.MX system controller thermal support
Anson Huang
2020-03-12
3
-0
/
+160
*
thermal: of-thermal: add API for getting sensor ID from DT
Anson Huang
2020-03-12
2
-16
/
+56
*
dt-bindings: fsl: scu: add thermal binding
Anson Huang
2020-03-12
1
-0
/
+16
*
thermal: sprd: Add Spreadtrum thermal driver support
Freeman Liu
2020-03-12
3
-0
/
+560
*
dt-bindings: thermal: sprd: Add the Spreadtrum thermal documentation
Baolin Wang
2020-03-12
1
-0
/
+108
*
thermal: rcar_gen3_thermal: Generate interrupt when temperature changes
Niklas Söderlund
2020-03-12
1
-12
/
+12
*
thermal: rcar_gen3_thermal: Remove unneeded curly brackets
Niklas Söderlund
2020-03-12
1
-2
/
+1
*
dt-bindings: thermal: tsens: Add configuration in yaml
Rajeshwari
2020-02-29
1
-0
/
+1
*
Linux 5.6-rc3
v5.6-rc3
Linus Torvalds
2020-02-24
1
-1
/
+1
*
Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-02-23
7
-10
/
+44
|
\
|
*
Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof
Filipe Manana
2020-02-21
1
-5
/
+5
|
*
Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents
Filipe Manana
2020-02-19
1
-1
/
+6
|
*
btrfs: fix bytes_may_use underflow in prealloc error condtition
Josef Bacik
2020-02-19
1
-3
/
+13
|
*
btrfs: handle logged extent failure properly
Josef Bacik
2020-02-19
1
-0
/
+2
|
*
btrfs: do not check delayed items are empty for single transaction cleanup
Josef Bacik
2020-02-19
1
-1
/
+0
|
*
btrfs: reset fs_root to NULL on error in open_ctree
Josef Bacik
2020-02-19
1
-0
/
+1
|
*
btrfs: destroy qgroup extent records on transaction abort
Jeff Mahoney
2020-02-19
4
-0
/
+17
*
|
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-02-23
10
-108
/
+256
|
\
\
|
*
|
ext4: fix mount failure with quota configured as module
Jan Kara
2020-02-22
1
-1
/
+1
|
*
|
jbd2: fix ocfs2 corrupt when clearing block group bits
wangyan
2020-02-22
1
-2
/
+6
|
*
|
ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
Eric Biggers
2020-02-22
2
-9
/
+23
|
*
|
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
Eric Biggers
2020-02-22
3
-11
/
+11
|
*
|
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
2020-02-22
5
-37
/
+76
|
*
|
ext4: fix potential race between s_group_info online resizing and access
Suraj Jitindar Singh
2020-02-21
2
-21
/
+39
|
*
|
ext4: fix potential race between online resizing and write operations
Theodore Ts'o
2020-02-21
4
-25
/
+97
|
*
|
ext4: add cond_resched() to __ext4_find_entry()
Shijie Luo
2020-02-20
1
-0
/
+1
|
*
|
ext4: fix a data race in EXT4_I(inode)->i_disksize
Qian Cai
2020-02-20
2
-2
/
+2
*
|
|
Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linux
Linus Torvalds
2020-02-23
34
-164
/
+663
|
\
\
\
|
*
|
|
csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
2020-02-23
1
-1
/
+1
[next]