aboutsummaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: debug: check before accessing ci_roleMichael Thalmeier2017-11-061-1/+2
* serial: ifx6x60: fix use-after-free on module unloadJohan Hovold2017-11-061-1/+1
* usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packetKazuya Mizuguchi2017-11-061-1/+1
* usb: renesas_usbhs: fix the sequence in xfer_work()Yoshihiro Shimoda2017-11-061-2/+2
* usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handleYoshihiro Shimoda2017-11-063-1/+41
* Staging: comedi: comedi_fops: Avoid orphaned proc entryCheah Kok Cheong2017-11-061-3/+3
* zram: do not use copy_page with non-page aligned addressMinchan Kim2017-10-211-3/+3
* ANDROID: binder: use 64-bit interface on 32-bit kernels.Martijn Coenen2017-10-201-2/+2
* mtk: driver: vibrator: cleanupMoyster2017-10-206-32/+25
* FROMLIST: binder: fix use-after-free in binder_transaction()Todd Kjos2017-10-141-27/+66
* drivers: mtk: connectivity: move wifi firmware to /vendor/firmwareMister Oyster2017-10-015-12/+12
* mtk: devinfo: update from NMister Oyster2017-09-306-173/+297
* ANDROID: binder: init desired_prio.sched_policy before use itGanesh Mahendran2017-09-281-4/+1
* ANDROID: binder: fix node sched policy calculationGanesh Mahendran2017-09-281-1/+1
* zram: restrict add/remove attributes to root onlySergey Senozhatsky2017-09-251-1/+7
* zram: fix unbalanced idr management at hot removalTakashi Iwai2017-09-251-1/+2
* zram: our old kernel lacks __GFP_KSWAPD_RECLAIMSultan Qasim Khan2017-09-251-1/+0
* zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky2017-09-251-4/+4
* zram: add more compression algorithmsSergey Senozhatsky2017-09-251-0/+9
* zram: delete custom lzo/lz4Sergey Senozhatsky2017-09-257-159/+2
* zram: use crypto api to check alg availabilitySergey Senozhatsky2017-09-253-33/+49
* zram: switch to crypto compress APISergey Senozhatsky2017-09-253-42/+62
* zram: rename zstrm find-release functionsSergey Senozhatsky2017-09-252-6/+6
* zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky2017-09-252-0/+22
* zram: remove max_comp_streams internalsSergey Senozhatsky2017-09-253-40/+11
* zram: user per-cpu compression streamsSergey Senozhatsky2017-09-252-221/+114
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2017-09-251-2/+2
* zsmalloc: account the number of compacted pagesSergey Senozhatsky2017-09-251-1/+1
* zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky2017-09-252-7/+9
* zram: don't call idr_remove() from zram_remove()Jerome Marchand2017-09-251-3/+4
* zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2017-09-252-4/+4
* zram: pass gfp from zcomp frontend to backendMinchan Kim2017-09-253-34/+22
* zram: try vmalloc() after kmalloc()Kyeongdon Kim2017-09-252-4/+42
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2017-09-253-4/+4
* zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang2017-09-251-9/+9
* zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY2017-09-251-2/+2
* zram: introduce comp algorithm fallback functionalityLuis Henriques2017-09-251-3/+3
* zram: fix pool name truncationSergey Senozhatsky2017-09-251-4/+2
* zram: check comp algorithm availability earlierSergey Senozhatsky2017-09-252-0/+8
* zram: cut trailing newline in algorithm nameSergey Senozhatsky2017-09-252-1/+9
* zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky2017-09-251-5/+3
* zram: add dynamic device add/remove functionalitySergey Senozhatsky2017-09-251-3/+97
* zram: close race by open overridingSergey Senozhatsky2017-09-252-19/+38
* zram: return zram device_id from zram_add()Sergey Senozhatsky2017-09-251-9/+14
* zram: trivial: correct flag operations commentSergey Senozhatsky2017-09-251-1/+1
* zram: report every added and removed deviceSergey Senozhatsky2017-09-251-2/+3
* zram: remove max_num_devices limitationSergey Senozhatsky2017-09-252-13/+1
* zram: reorganize code layoutSergey Senozhatsky2017-09-251-320/+319
* zram: use idr instead of `zram_devices' arraySergey Senozhatsky2017-09-251-37/+50
* zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky2017-09-251-1/+1