summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-094-12/+16
* mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka2017-05-093-11/+29
* mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka2017-05-091-1/+2
* mm/huge_memory.c: deposit a pgtable for DAX PMD faults when requiredOliver O'Halloran2017-05-091-2/+18
* mm/huge_memory.c: use zap_deposited_table() moreOliver O'Halloran2017-05-091-6/+2
* time: delete CURRENT_TIME_SEC and CURRENT_TIMEDeepa Dinamani2017-05-091-3/+0
* gfs2: replace CURRENT_TIME with current_timeStephen Rothwell2017-05-091-2/+2
* apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani2017-05-091-1/+1
* lustre: replace CURRENT_TIME macroDeepa Dinamani2017-05-092-5/+5
* fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani2017-05-096-30/+26
* fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani2017-05-091-2/+4
* fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-094-6/+10
* fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani2017-05-093-19/+23
* trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani2017-05-093-15/+14
* fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani2017-05-092-3/+4
* format-security: move static strings to constKees Cook2017-05-0919-27/+31
* Documentation/vm/transhuge.txt: fix trivial typosSeongJae Park2017-05-091-5/+5
* fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-099-37/+17
* include/linux/uaccess.h: remove expensive WARN_ON in pagefault_disabled_decAndi Kleen2017-05-091-1/+0
* drivers/scsi/megaraid: remove expensive inline from megasas_return_cmdAndi Kleen2017-05-091-1/+1
* kref: remove WARN_ON for NULL release functionsAndi Kleen2017-05-091-6/+0
* treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-097-11/+3
* drivers/staging/media/atomisp/pci/atomisp2: use set_memory.hAndrew Morton2017-05-094-4/+9
* drivers/video/fbdev/vermilion/vermilion.c: use set_memory.h headerLaura Abbott2017-05-091-1/+1
* drivers/misc/sram-exec.c: use set_memory.h headerLaura Abbott2017-05-091-1/+2
* alsa: use set_memory.h headerLaura Abbott2017-05-093-3/+5
* kernel/power/snapshot.c: use set_memory.h headerLaura Abbott2017-05-091-0/+3
* kernel/module.c: use set_memory.h headerLaura Abbott2017-05-091-0/+3
* include/linux/filter.h: use set_memory.h headerLaura Abbott2017-05-091-1/+3
* drivers/watchdog/hpwdt.c: use set_memory.h headerLaura Abbott2017-05-091-1/+1
* drivers/hwtracing/intel_th/msu.c: use set_memory.h headerLaura Abbott2017-05-091-1/+3
* drm: use set_memory.h headerLaura Abbott2017-05-098-0/+19
* agp: use set_memory.h headerLaura Abbott2017-05-095-1/+7
* x86: use set_memory.h headerLaura Abbott2017-05-0915-12/+15
* s390: use set_memory.h headerLaura Abbott2017-05-097-1/+7
* arm64: use set_memory.h headerLaura Abbott2017-05-092-0/+2
* arm: use set_memory.h headerLaura Abbott2017-05-094-0/+4
* treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-05-099-136/+167
* treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-05-097-6/+9
* scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-05-096-8/+11
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-0925-28/+29
* scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd2017-05-095-4/+5
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-0920-41/+31
* mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying2017-05-093-13/+18
* drivers/md/bcache/super.c: use kvmallocMichal Hocko2017-05-091-6/+2
* drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko2017-05-091-9/+4
* net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-092-26/+10
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-0944-350/+128
* fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko2017-05-091-1/+1
* net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko2017-05-091-7/+1