aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mediatek drv_wlan: WLAN/WIFI RX EnhanceDerTeufel2016-12-191-1/+1
* net: dhcpv6: remove MTK_DHCPV6C_WIFI featureYingjoe Chen2016-12-198-58/+0
* revert "Network: reset onnection by UID"Yingjoe Chen2016-12-194-142/+0
* tcp: Change default TCP Cong. to Westwoodcm2016-12-114-8/+52
* block: Adding ROW scheduling algorithmAndrei F2016-12-114-15/+154
* mediatek: update asf driverfire8552016-12-1134-58/+3619
* ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()Takashi Iwai2016-12-111-0/+6
* ipv6: add complete rcu protection around np->optEric Dumazet2016-12-1112-51/+118
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-111-6/+12
* zram: correct offset usage in zram_bio_discardWeijie Yang2016-12-111-2/+2
* zram: support REQ_DISCARDJoonsoo Kim2016-12-111-0/+62
* set number of streams to 3DerTeufel2016-12-111-1/+1
* fix buildDerTeufel2016-12-113-2/+2
* zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2016-12-112-9/+11
* zram: propagate error to userMinchan Kim2016-12-114-15/+25
* zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2016-12-112-15/+18
* zram: move comp allocation out of init_lockSergey Senozhatsky2016-12-111-12/+15
* zram: add lz4 algorithm backendSergey Senozhatsky2016-12-115-0/+82
* zram: make compression algorithm selection possibleSergey Senozhatsky2016-12-116-11/+93
* zram: add set_max_streams knobSergey Senozhatsky2016-12-113-3/+41
* zram: add multi stream functionalitySergey Senozhatsky2016-12-116-10/+215
* zram: factor out single stream compressionSergey Senozhatsky2016-12-112-10/+59
* zram: use zcomp compressing backendsSergey Senozhatsky2016-12-113-43/+36
* zram: introduce compressing backend abstractionSergey Senozhatsky2016-12-114-0/+237
* zram: delete zram_init_device()Sergey Senozhatsky2016-12-111-11/+5
* zram: move zram size warning to documentationSergey Senozhatsky2016-12-112-15/+5
* zram: drop not used table `count' memberSergey Senozhatsky2016-12-111-1/+0
* zram: report failed read and write statsSergey Senozhatsky2016-12-111-0/+4
* zram: remove zram stats code duplicationSergey Senozhatsky2016-12-111-59/+23
* zram: use atomic64_t for all zram statsSergey Senozhatsky2016-12-112-12/+12
* zram: remove good and bad compress statsSergey Senozhatsky2016-12-112-13/+0
* CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat2016-12-112-2/+66
* zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky2016-12-111-17/+12
* mlog_logger.c: fix build after removing zram->init_done structDerTeufel2016-12-111-1/+1
* zram: drop `init_done' struct zram memberSergey Senozhatsky2016-12-112-11/+11
* zram: avoid null access when fail to alloc metaMinchan Kim2016-12-111-0/+2
* zram: remove zram->lock in read path and change it with mutexMinchan Kim2016-12-112-12/+9
* zram: remove workqueue for freeing removed pending slotMinchan Kim2016-12-112-58/+6
* zram: introduce zram->tb_lockMinchan Kim2016-12-112-6/+23
* zram: use atomic operation for statMinchan Kim2016-12-112-20/+16
* zram: remove unnecessary freeMinchan Kim2016-12-111-8/+0
* zram: delay pending free request in read pathMinchan Kim2016-12-111-1/+0
* zram: fix race between reset and flushing pending workMinchan Kim2016-12-111-2/+2
* zram: add copyrightMinchan Kim2016-12-112-0/+2
* zram: remove old private project commentMinchan Kim2016-12-114-9/+0
* zsmalloc: Fix CPU hotplug callback registrationSrivatsa S. Bhat2016-12-111-3/+14
* defconfig: add PGTABLE_MAPPINGMister Oyster2016-12-113-0/+3
* zsmalloc: add copyrightMinchan Kim2016-12-112-0/+2
* zram: promote zram from stagingMinchan Kim2016-12-1110-5/+6
* zsmalloc: move it under mmMinchan Kim2016-12-1110-35/+29