aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dm-crypt: sort writesMikulas Patocka2017-12-271-15/+35
* dm-crypt: offload writes to threadMikulas Patocka2017-12-271-23/+97
* dm-crypt: avoid deadlock in mempoolsMikulas Patocka2017-12-271-5/+36
* dm-crypt: don't allocate pages for a partial requestMikulas Patocka2017-12-271-110/+29
* dm-crypt: use per-bio dataMikulas Patocka2017-12-271-14/+26
* dm-crypt: run in a WQ_HIGHPRI workqueueTim Murray2017-12-271-1/+3
* dm-crypt: use unbound workqueue for request processingMikulas Patocka2017-12-271-4/+2
* arm64: dts: add DT entry to mount /system early during bootfire8552017-12-273-0/+51
* defconfig: regen and disable MTK_PASSPOINT_R1_SUPPORTMister Oyster2017-12-271-2/+1
* fsync: __FUNCTION__ > __func__ & indentation cleanupMister Oyster2017-12-261-19/+17
* scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymoreMichael Karcher2017-12-261-1/+0
* modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker2017-12-262-55/+9
* vfs: conditionally clear close-on-exec flagLinus Torvalds2017-12-261-1/+2
* vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds2017-12-262-4/+37
* perf: Use hrtimers for event multiplexingStephane Eranian2017-12-263-9/+109
* cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2017-12-263-3/+34
* fs: xattr: Use kvfree()Richard Weinberger2017-12-261-24/+14
* fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko2017-12-261-1/+1
* initramfs: avoid "label at end of compound statement" errorLinus Torvalds2017-12-261-0/+1
* init: Move stack canary initialization after setup_archLaura Abbott2017-12-261-5/+4
* init: apply SCHED_FIFO to kthreaddSteve Muckle2017-12-261-0/+2
* readahead: Fix an error (thx ramgear)hellsgod2017-12-261-2/+2
* Readahead: Optimize divide/multiply by power of 2 using L/R shift (thx ramgear)hellsgod2017-12-261-10/+10
* UPSTREAM: arm64: jump labels: NOP out NOP -> NOP replacementMark Rutland2017-12-251-14/+9
* arm64: use the new *_relaxed macros for lower power usagefranciscofranco2017-12-2517-39/+42
* lib: clean up put_cpu_var usageShaohua Li2017-12-251-2/+2
* e/frandom: totally remove itMister Oyster2017-12-251-3/+4
* char: frandom: remove e/frandom, not used for crypto, not using muchMister Oyster2017-12-252-416/+1
* defconfig: remove VMEMMister Oyster2017-12-242-2/+0
* mtk: remove CONFIG_ANDROID_VMEM (to follow pmem removal, deprecated and unused)Mister Oyster2017-12-242-35/+0
* defconfig: remove android_pmem config (and delete recovery_defconfig, never u...Mister Oyster2017-12-243-3316/+0
* pmem: cleanup last bits of itMister Oyster2017-12-243-142/+1
* misc: Remove pmem driver completelyLaura Abbott2017-12-243-1305/+0
* ARM64: Wire up getrandom.Josh Gao2017-12-232-1/+3
* fsync: revert to a version with fbsuspend instead of earlysuspendMister Oyster2017-12-235-200/+160
* mtk: fliper: backport 3.18 drivers (without earlysuspend)Mister Oyster2017-12-231-262/+252
* mtk: mt_sched: don't depend on config hotplug (was removed and is always on)Mister Oyster2017-12-231-1/+0
* Enable Mcast filter in suspend.sunyue52017-12-231-1/+1
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2017-12-2233-75/+22
* sched/idle: Optimize the generic idle loopGaurav Jindal (Gaurav Jindal)2017-12-221-1/+4
* cflags: cleanup Makefile & arm64 Makefile (-ftree-vectorize is enabled when b...Moyster2017-12-222-12/+1
* defconfig: raise frame_warm to 2048Moyster2017-12-221-1/+1
* lib/ida: document locking requirements a bit betterDaniel Vetter2017-12-221-0/+11
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-221-0/+4
* lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann2017-12-222-5/+5
* lib/mpi: avoid assembler warningArnd Bergmann2017-12-221-1/+1
* lib/mpi: Endianness fixMichal Marek2017-12-221-18/+21
* lib/mpi: only require buffers as big as needed for the integerAndrzej Zaborowski2017-12-221-4/+17
* hexdump: do a few calculations aheadAndy Shevchenko2017-12-221-24/+10
* hexdump: fix ascii column for the tail of a dumpAndy Shevchenko2017-12-221-3/+3