aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* UPSTREAM: zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2017-04-132-4/+4
* UPSTREAM: zram: pass gfp from zcomp frontend to backendMinchan Kim2017-04-134-34/+23
* UPSTREAM: zram: try vmalloc() after kmalloc()Kyeongdon Kim2017-04-132-4/+42
* UPSTREAM: zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2017-04-133-4/+4
* mtk: mt_spm_sleep fw updateMoyster2017-04-131-7/+6
* sdcardfs: Fix issue with d_child moveMister Oyster2017-04-131-2/+2
* ANDROID: sdcardfs: Refactor configfs interfaceDaniel Rosenberg2017-04-131-80/+76
* ANDROID: sdcardfs: Allow non-owners to touchDaniel Rosenberg2017-04-131-2/+5
* ANDROID: mnt: remount should propagate to slaves of slavesDaniel Rosenberg2017-04-132-7/+22
* ANDROID: sdcardfs: Fix locking issue with permision fix upDaniel Rosenberg2017-04-131-21/+15
* ANDROID: vfs: Missed updating truncate to truncate2Daniel Rosenberg2017-04-131-1/+1
* sdcardfs: Use per mount permissionsDaniel Rosenberg2017-04-135-51/+150
* sdcardfs: Add gid and mask to private mount dataDaniel Rosenberg2017-04-133-18/+157
* sdcardfs: User new permission2 functionsDaniel Rosenberg2017-04-132-8/+22
* vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg2017-04-135-12/+31
* vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg2017-04-1310-73/+166
* vfs: Allow filesystems to access their private mount dataDaniel Rosenberg2017-04-135-10/+38
* mnt: Add filesystem private data to mount pointsDaniel Rosenberg2017-04-135-1/+46
* sdcardfs: Move directory unlock before touchDaniel Rosenberg2017-04-131-3/+9
* sdcardfs: fix external storage exporting incorrect uidalvin_liang2017-04-131-1/+1
* sdcardfs: Added top to sdcardfs_inode_infoDaniel Rosenberg2017-04-136-56/+179
* perf: Cure event->pending_disable racePeter Zijlstra2017-04-131-3/+3
* drivers: usb: storage: transport: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-2/+2
* drivers: usb: core: hub: fix maybe-uninitialized warningNathan Chancellor2017-04-131-1/+1
* sched/fair: Optimize find_idlest_cpu() when there is no choiceMorten Rasmussen2017-04-131-0/+4
* idle: Implement a per-cpu idle-polling modeVikram Mulukutla2017-04-132-2/+26
* idle: exit the cpu_idle_poll loop if cpu_idle_force_poll is clearedVikram Mulukutla2017-04-131-1/+1
* idle: Add a memory barrier after setting cpu_idle_force_pollVikram Mulukutla2017-04-131-0/+3
* kernel: trace: fix misleading-indentation warningNathan Chancellor2017-04-131-1/+1
* sysctl: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-2/+2
* kernel/panic.c: add missing \nJiri Slaby2017-04-131-1/+1
* block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer2017-04-133-3/+15
* Revert "lib: align source before using optimized implementation"Mister Oyster2017-04-131-17/+0
* BACKPORT: commoncap: don't alloc the credential unless needed in cap_task_prctlTetsuo Handa2017-04-131-43/+31
* security: keys: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-4/+4
* net: tcp: fix rtable leak in tcp_is_local[6]liping.zhang2017-04-131-2/+10
* af_unix: fix bug on large send()Eric Dumazet2017-04-131-1/+2
* af_unix: improve STREAM behavior with fragmented memoryEric Dumazet2017-04-132-37/+31
* af_unix: fix struct pid memory leakEric Dumazet2017-04-131-0/+1
* net: packet: fix misleading-indentation warningNathan Chancellor2017-04-131-1/+1
* net: netfilter: fix maybe-uninitialized warningNathan Chancellor2017-04-131-4/+4
* net: wireless: nl80211: fix maybe-uninitialized warningNathan Chancellor2017-04-131-1/+1
* net: wireless: fix uninitialized-warning warningsNathan Chancellor2017-04-131-1/+1
* net: ipv4: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-2/+2
* net: bridge: fix maybe-uninitialized warningNathan Chancellor2017-04-131-1/+1
* net: socket: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-1/+1
* defconfig: regenMister Oyster2017-04-131-2/+2
* tcp: fix more NULL deref after prequeue changesEric Dumazet2017-04-132-11/+12
* net: add sk_fullsock() helperEric Dumazet2017-04-131-0/+10
* ANDROID: fix the deadlock in xt_qtaguid when enable DDEBUGChenbo Feng2017-04-111-10/+14