summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | lightnvm: pblk: fix race during put lineIgor Konopko2019-05-061-6/+10
| * | | | | | | | | lightnvm: pblk: gracefully handle GC vmalloc failIgor Konopko2019-05-061-10/+9
| * | | | | | | | | lightnvm: pblk: remove unused smeta_ssec fieldIgor Konopko2019-05-062-2/+0
| * | | | | | | | | lightnvm: pblk: reduce L2P memory footprintIgor Konopko2019-05-065-11/+9
| * | | | | | | | | lightnvm: pblk: rollback on error during gc readIgor Konopko2019-05-061-1/+6
| * | | | | | | | | lightnvm: pblk: line reference fix in GCIgor Konopko2019-05-061-1/+4
* | | | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-16133-6/+139
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clk: Remove io.h from clk-provider.hStephen Boyd2019-05-15133-6/+139
* | | | | | | | | | | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-161-10/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rbd: don't assert on writes to snapshotsIlya Dryomov2019-05-071-2/+6
| * | | | | | | | | | | rbd: client_mutex is never nestedIlya Dryomov2019-05-071-1/+1
| * | | | | | | | | | | rbd: convert all rbd_assert(0) to BUG()Arnd Bergmann2019-05-071-6/+6
| * | | | | | | | | | | rbd: avoid clang -Wuninitialized warningArnd Bergmann2019-05-071-1/+1
* | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-05-168-49/+26
|\ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'thermal-core', 'thermal-built-it' and 'thermal-intel' into nextZhang Rui2019-05-078-46/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | drivers: thermal: processor_thermal: Downgrade error messageSrinivas Pandruvada2019-05-071-1/+1
| | | * | | | | | | | | | | | thermal: intel: int340x: processor_thermal_device: simplify to get driver dataSumeet Pawnikar2019-04-221-10/+1
| | | * | | | | | | | | | | | thermal/int3403_thermal: favor _TMP instead of PTYPZhang Rui2019-04-221-8/+8
| | | | |_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | mlxsw: Remove obsolete dependency on THERMAL=mGeert Uytterhoeven2019-05-061-1/+0
| | * | | | | | | | | | | | hwmon/drivers/core: Simplify complex dependencyDaniel Lezcano2019-05-061-3/+1
| | * | | | | | | | | | | | thermal/drivers/core: Fix typo in the option nameDaniel Lezcano2019-05-061-1/+1
| | * | | | | | | | | | | | thermal/drivers/core: Remove depends on THERMAL in KconfigDaniel Lezcano2019-05-063-4/+0
| | * | | | | | | | | | | | thermal/drivers/core: Remove module unload codeDaniel Lezcano2019-05-061-16/+1
| | * | | | | | | | | | | | thermal/drivers/core: Remove the module Kconfig's optionDaniel Lezcano2019-05-061-2/+2
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | thermal: core: skip update disabled thermal zones after suspendWei Wang2019-05-061-0/+8
| * | | | | | | | | | | | thermal: make device_register's type argument constJean-Francois Dagenais2019-05-061-3/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-1620-293/+1583
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | dm: fix a couple brace coding style issuesSheetal Singala2019-05-161-2/+4
| * | | | | | | | | | | dm crypt: print device name in integrity error messageMilan Broz2019-05-161-3/+6
| * | | | | | | | | | | dm crypt: move detailed message into debug levelMilan Broz2019-05-161-4/+5
| * | | | | | | | | | | dm ioctl: fix hang in early create error conditionHelen Koike2019-05-161-1/+5
| * | | | | | | | | | | dm integrity: whitespace, coding style and dead code cleanupMike Snitzer2019-05-091-43/+61
| * | | | | | | | | | | dm integrity: implement synchronous mode for reboot handlingMikulas Patocka2019-05-081-5/+38
| * | | | | | | | | | | dm integrity: handle machine reboot in bitmap modeMikulas Patocka2019-05-081-0/+24
| * | | | | | | | | | | dm integrity: add a bitmap modeMikulas Patocka2019-05-081-33/+503
| * | | | | | | | | | | dm integrity: introduce a function add_new_range_and_wait()Mikulas Patocka2019-05-081-4/+8
| * | | | | | | | | | | dm integrity: allow large ranges to be describedMikulas Patocka2019-05-071-3/+3
| * | | | | | | | | | | dm ingerity: pass size to dm_integrity_alloc_page_list()Mikulas Patocka2019-05-071-15/+15
| * | | | | | | | | | | dm integrity: introduce rw_journal_sectors()Mikulas Patocka2019-05-071-6/+14
| * | | | | | | | | | | dm integrity: update documentationMikulas Patocka2019-05-071-1/+3
| * | | | | | | | | | | dm integrity: don't report unused optionsMikulas Patocka2019-05-071-3/+7
| * | | | | | | | | | | dm integrity: don't check null pointer before kvfree and vfreeMikulas Patocka2019-05-071-4/+2
| * | | | | | | | | | | dm integrity: correctly calculate the size of metadata areaMikulas Patocka2019-05-071-2/+2
| * | | | | | | | | | | dm dust: Make dm_dust_init and dm_dust_exit staticYueHaibing2019-05-071-2/+2
| * | | | | | | | | | | dm dust: remove redundant unsigned comparison to less than zeroColin Ian King2019-05-071-1/+1
| * | | | | | | | | | | dm mpath: always free attached_handler_name in parse_path()Martin Wilck2019-04-301-1/+1
| * | | | | | | | | | | dm init: fix max devices/targets checksHelen Koike2019-04-301-4/+4
| * | | | | | | | | | | dm: add dust targetBryan Gurney2019-04-303-0/+525
| * | | | | | | | | | | dm writecache: avoid unnecessary lookups in writecache_find_entry()Mikulas Patocka2019-04-261-6/+5
| * | | | | | | | | | | dm writecache: remove unused member page_offset in writeback_structHuaisheng Ye2019-04-261-2/+0