aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* defconfig: enable chacha20 algoMister Oyster2017-12-141-0/+1
* UPSTREAM: crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi2017-12-143-0/+230
* UPSTREAM: android: binder: fix type mismatch warningArnd Bergmann2017-12-141-3/+3
* binder: fix proc->files use-after-freeTodd Kjos2017-12-141-13/+31
* crypto: ablk_helper - Fix cryptd reorderingHerbert Xu2017-12-141-2/+4
* crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu2017-12-142-19/+119
* crypto: af_alg - Forbid the use internal algorithmsHerbert Xu2017-12-141-1/+4
* crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller2017-12-142-9/+43
* crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller2017-12-141-6/+6
* crypto: api - prevent helper ciphers from being usedStephan Mueller2017-12-142-0/+16
* Fix arch/arm/crypto/sha256_glue.cSami Tolvanen2017-12-141-1/+1
* mtk: ged: heapoverflow fixlulu22017-12-131-5/+19
* power: mediatek: add voltage_now battery propertyTodd Poynor2017-12-131-0/+4
* power: mediatek: send battery cold/overheat health status to userspaceTodd Poynor2017-12-131-1/+11
* power: mediatek: remove wireless power_supply if no kernel supportTodd Poynor2017-12-131-0/+14
* power: mediatek: use POWER_SUPPLY_STATUS_DISCHARGINGTodd Poynor2017-12-131-1/+1
* UPSTREAM: sctp: do not peel off an assoc from one netns to another oneXin Long2017-12-131-0/+4
* cpuset: Add allow_attach hook for cpusets on android.Riley Andrews2017-12-111-0/+18
* cpuset: Make cpusets restore on hotplugRiley Andrews2017-12-111-15/+33
* ext4: fix data corruption for mmap writesgregkh@linuxfoundation.org2017-12-101-5/+19
* BACKPORT: dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka2017-12-101-8/+8
* BACKPORT: dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson2017-12-101-2/+3
* UPSTREAM: ALSA: timer: Call notifier in the same spinlockTakashi Iwai2017-12-081-118/+102
* BACKPORT: ALSA: timer: Fix race at concurrent readsTakashi Iwai2017-12-081-19/+15
* BACKPORT: dentry name snapshotsAl Viro2017-12-086-42/+59
* BACKPORT: ALSA: timer: Handle disconnection more safelyTakashi Iwai2017-12-081-0/+48
* UPSTREAM: ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_S...Takashi Iwai2017-12-081-0/+1
* BACKPORT: ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-12-081-0/+4
* ANDROID: scsi: Add segment checking in sg_readRoberto Pereira2017-12-081-0/+3
* ANDROID: usb: gadget: f_mtp: Return error if count is negativeJerry Zhang2017-12-081-0/+10
* cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari2017-12-081-0/+1
* drivers: mtk: move to /vendor/etc/firmwareMister Oyster2017-12-0812-23/+23
* f2fs: trace f2fs_lookupChao Yu2017-12-062-17/+88
* f2fs: skip searching non-exist range in truncate_holeWeichao Guo2017-12-061-1/+1
* f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim2017-12-061-0/+6
* Revert "FROMLIST: f2fs: expose some sectors to user in inline data or dentry ...Mister Oyster2017-12-061-5/+0
* f2fs: avoid stale fi->gdirty_list pointerJaegeuk Kim2017-12-061-1/+3
* f2fs/crypto: drop crypto key at evict_inode onlyJaegeuk Kim2017-12-061-1/+0
* f2fs: fix to avoid race when accessing last_disk_sizeChao Yu2017-12-063-2/+15
* f2fs: Fix bool initialization/comparisonThomas Meyer2017-12-061-2/+2
* f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu2017-12-063-6/+14
* f2fs: trace f2fs_remove_discardChao Yu2017-12-062-0/+9
* f2fs: reduce cmd_lock coverage in __issue_discard_cmdChao Yu2017-12-061-8/+10
* f2fs: split discard policyChao Yu2017-12-064-96/+88
* f2fs: wrap discard policyChao Yu2017-12-062-10/+40
* f2fs: support issuing/waiting discard in rangeChao Yu2017-12-063-23/+109
* f2fs: fix to flush multiple device in checkpointChao Yu2017-12-064-0/+41
* f2fs: enhance multiple device flushChao Yu2017-12-069-21/+86
* f2fs: fix to show ino management cache size correctlyChao Yu2017-12-061-1/+1
* f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flushChao Yu2017-12-061-2/+4