aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott2017-04-113-0/+45
* defconfig: less debugMister Oyster2017-04-111-1/+1
* defconfig: turn off Scheduler Stats collection (tiny overhead)Mister Oyster2017-04-111-1/+1
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2017-04-1123-30/+4
* iosched: bfq: fix buildMister Oyster2017-04-111-0/+32
* iosched: sio: fix buildMister Oyster2017-04-112-0/+409
* UPSTREAM: lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim2017-04-111-2/+2
* zram: lz4: fix zcomp.h includeMister Oyster2017-04-111-1/+1
* defconfig: build with lz4Mister Oyster2017-04-111-0/+2
* lz4: add lz4 module.Kyungsik Lee2017-04-1114-4/+1813
* defconfig: enable LZ4 alg for zramMister Oyster2017-04-111-2/+2
* defconfig: revert unnecessary 'enhancements' who might impact negatively perf...Mister Oyster2017-04-111-2/+2
* netfilter: Change %p to %pK in debug messagesMin Chong2017-01-231-10/+10
* sensor: modify lsm6ds0(gyro&acc) for gyro input data overflow and wrongwenhao.deng2017-01-232-7/+7
* sensor: lsm6ds0 acc&gyro work together in PowerMode, and change to 2000DPSwenhao.deng2017-01-235-9/+132
* sensor: gyro lsm6ds0 modify PowerModewenhao.deng2017-01-233-131/+42
* defconfig: merge los13 -> los14 changesMister Oyster2017-01-231-7/+13
* remove FM code because FM is not usedXueqin Wang2017-01-23103-37527/+0
* defconfig: cm-14.1 -> los-14.1 renameMister Oyster2017-01-231-0/+0
* defconfig: Bring s3 Wireless, net, protocols ..to the new century This was wa...cesar.maximo@gmail.com2017-01-231-7/+13
* defconfig: add LineageOS 13.0 defconfigMister Oyster2017-01-231-0/+3302
* Binder: fix build warningAnmin Hsu2016-12-251-0/+2
* devinfo: remove pr_info in k-3.18Anmin Hsu2016-12-251-3/+3
* KSM: mediatek: implement Adaptive KSMAnmin Hsu2016-12-252-1/+152
* gps: gps kernel log reduceAnmin Hsu2016-12-251-15/+14
* c2k_ccci: mediatek: sdio timeoutAnmin Hsu2016-12-251-0/+26
* AEE: remove filp_open callMin Kuang2016-12-253-80/+0
* ANT:remove ANT+ kernel driver codeJun Wu2016-12-254-831/+0
* defconfig: remove MTK_DHCPV6C_WIFI flagMister Oyster2016-12-253-3/+0
* 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