aboutsummaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* AEE: disable aee_kernel_dal_api.Shangbing Hu2018-05-161-3/+2
* mediatek: mmc: disable all proc entriesfire8552018-05-161-1/+3
* mediatek: force USER_BUILD_KERNEL flagfire8552018-05-163-5/+5
* BACKPORT: USB: core: harden cdc_parse_cdc_headerMarissa Wall2018-05-165-5/+26
* UPSTREAM: loop: fix concurrent lo_open/lo_releaseMarissa Wall2018-02-121-2/+8
* ANDROID: Skip building uid_sys_stats and keyreset drivers as modulesAmit Pundir2018-01-202-5/+2
* ANDROID: uid_sys_stats: fix the commentArtem Borisov2018-01-201-1/+1
* debug: remove debug 1 hard defineMister Oyster2018-01-1447-47/+47
* leds: create timer sysfs on bootfire8552018-01-133-10/+13
* mtk: turn unneeded MTK_WFD_SUPPORTMister Oyster2018-01-131-5/+0
* ANDROID: dm verity: add minimum prefetch sizeKeun-young Park2018-01-052-1/+24
* ANDROID: scsi: sg: Fix build breakageDaniel Rosenberg2018-01-051-1/+1
* mlog: revert mlog without zram support Revert "drivers: mtk: remove mlog driver"Mister Oyster2018-01-056-0/+986
* don't make cpu hotplug run too frequentlyDidntRead2018-01-031-1/+1
* dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke2018-01-021-2/+5
* md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2018-01-021-1/+1
* dm: take care to copy the space map roots before locking the superblockJoe Thornber2018-01-022-55/+85
* dm thin: grab a virtual cell before looking up the mappingJoe Thornber2018-01-021-4/+12
* dm thin: requeue bios to DM core if no_free_space and in read-only modeMike Snitzer2018-01-021-6/+20
* dm cache: fix a lock-inversionJoe Thornber2018-01-023-52/+20
* dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer2018-01-021-34/+3
* dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula2018-01-021-2/+2
* dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen2018-01-021-2/+3
* dm cache: fix race affecting dirty block countAnssi Hannula2018-01-021-7/+6
* dm cache: add block sizes and total cache blocks to status outputMike Snitzer2018-01-021-5/+9
* dm ioctl: remove double parenthesesMatthias Kaehlcke2018-01-021-2/+2
* WDT: Remove debug logAnmin Hsu2017-12-301-2/+2
* ANDROID: dm verity fec: initialize recursion levelSami Tolvanen2017-12-271-0/+1
* ANDROID: dm verity fec: limit error correction recursionSami Tolvanen2017-12-272-1/+14
* ANDROID: dm verity fec: add missing release from fec_ktypeSami Tolvanen2017-12-271-1/+2
* ANDROID: dm: Mounting root as linear device when verity disabledBadhri Jagan Sridharan2017-12-273-23/+113
* ANDROID: dm verity fec: add sysfs attribute fec/correctedSami Tolvanen2017-12-272-1/+47
* ANDROID: dm: Add android verity targetBadhri Jagan Sridharan2017-12-276-8/+903
* CHROMIUM: dm: boot time specification of dm=Will Drewry2017-12-272-0/+40
* dm verity: add ignore_zero_blocks featureSami Tolvanen2017-12-273-10/+89
* dm verity: add support for forward error correctionSami Tolvanen2017-12-276-6/+1050
* dm verity: factor out verity_for_bv_block()Sami Tolvanen2017-12-272-27/+64
* dm verity: factor out structures and functions useful to separate objectSami Tolvanen2017-12-272-109/+134
* dm verity: move dm-verity.c to dm-verity-target.cSami Tolvanen2017-12-272-0/+1
* dm verity: separate function for parsing opt argsSami Tolvanen2017-12-271-28/+43
* dm verity: clean up duplicate hashing codeSami Tolvanen2017-12-271-116/+147
* dm verity: port upstream changes to 3.10Sami Tolvanen2017-12-271-29/+73
* dm-verity: Add modes and emit uevent on corrupted blocksSami Tolvanen2017-12-271-9/+89
* dm: Stop the dm_request calls in idleAnilKumar Chimata2017-12-271-1/+1
* UPSTREAM: block: disable entropy contributions for nonrot devicesMike Snitzer2017-12-2711-2/+15
* dm-crypt: remove io_poolMikulas Patocka2017-12-271-20/+1
* dm-crypt: sort writesMikulas Patocka2017-12-271-15/+35
* dm-crypt: offload writes to threadMikulas Patocka2017-12-271-23/+97
* dm-crypt: avoid deadlock in mempoolsMikulas Patocka2017-12-271-5/+36
* dm-crypt: don't allocate pages for a partial requestMikulas Patocka2017-12-271-110/+29