summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/rhashtable.c: simplify a strange allocation patternMichal Hocko2017-05-091-10/+3
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-094-27/+24
* mm, vmalloc: properly track vmalloc usersMichal Hocko2017-05-092-11/+20
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-0924-130/+103
* sysv,ipc: cacheline align kern_ipc_permDavidlohr Bueso2017-05-092-6/+4
* ipc/shm: some shmat cleanupsDavidlohr Bueso2017-05-091-9/+7
* initramfs: use vfs_stat/lstat directlyArnd Bergmann2017-05-092-24/+10
* initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson2017-05-092-1/+11
* lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck2017-05-091-1/+1
* lib/fault-inject.c: use correct check for interruptsDmitry Vyukov2017-05-091-1/+1
* kcov: simplify interrupt checkDmitry Vyukov2017-05-091-8/+1
* taskstats: add e/u/stime for TGID commandZhang Xiao2017-05-091-0/+14
* pidns: expose task pid_ns_for_children to userspaceKirill Tkhai2017-05-093-0/+36
* ns: allow ns_entries to have custom symlink contentKirill Tkhai2017-05-092-1/+4
* pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2017-05-091-1/+3