summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-09include/linux/uaccess.h: remove expensive WARN_ON in pagefault_disabled_decAndi Kleen1-1/+0
2017-05-09drivers/scsi/megaraid: remove expensive inline from megasas_return_cmdAndi Kleen1-1/+1
2017-05-09kref: remove WARN_ON for NULL release functionsAndi Kleen1-6/+0
2017-05-09treewide: decouple cacheflush.h and set_memory.hLaura Abbott7-11/+3
2017-05-09drivers/staging/media/atomisp/pci/atomisp2: use set_memory.hAndrew Morton4-4/+9
2017-05-09drivers/video/fbdev/vermilion/vermilion.c: use set_memory.h headerLaura Abbott1-1/+1
2017-05-09drivers/misc/sram-exec.c: use set_memory.h headerLaura Abbott1-1/+2
2017-05-09alsa: use set_memory.h headerLaura Abbott3-3/+5
2017-05-09kernel/power/snapshot.c: use set_memory.h headerLaura Abbott1-0/+3
2017-05-09kernel/module.c: use set_memory.h headerLaura Abbott1-0/+3
2017-05-09include/linux/filter.h: use set_memory.h headerLaura Abbott1-1/+3
2017-05-09drivers/watchdog/hpwdt.c: use set_memory.h headerLaura Abbott1-1/+1
2017-05-09drivers/hwtracing/intel_th/msu.c: use set_memory.h headerLaura Abbott1-1/+3
2017-05-09drm: use set_memory.h headerLaura Abbott8-0/+19
2017-05-09agp: use set_memory.h headerLaura Abbott5-1/+7
2017-05-09x86: use set_memory.h headerLaura Abbott15-12/+15
2017-05-09s390: use set_memory.h headerLaura Abbott7-1/+7
2017-05-09arm64: use set_memory.h headerLaura Abbott2-0/+2
2017-05-09arm: use set_memory.h headerLaura Abbott4-0/+4
2017-05-09treewide: move set_memory_* functions away from cacheflush.hLaura Abbott9-136/+167
2017-05-09treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches7-6/+9
2017-05-09scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada6-8/+11
2017-05-09scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd25-28/+29
2017-05-09scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd5-4/+5
2017-05-09mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko20-41/+31
2017-05-09mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying3-13/+18
2017-05-09drivers/md/bcache/super.c: use kvmallocMichal Hocko1-6/+2
2017-05-09drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko1-9/+4
2017-05-09net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2-26/+10
2017-05-09treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko44-350/+128
2017-05-09fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko1-1/+1
2017-05-09net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko1-7/+1
2017-05-09lib/rhashtable.c: simplify a strange allocation patternMichal Hocko1-10/+3
2017-05-09mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko4-27/+24
2017-05-09mm, vmalloc: properly track vmalloc usersMichal Hocko2-11/+20
2017-05-09mm: introduce kv[mz]alloc helpersMichal Hocko24-130/+103
2017-05-09sysv,ipc: cacheline align kern_ipc_permDavidlohr Bueso2-6/+4
2017-05-09ipc/shm: some shmat cleanupsDavidlohr Bueso1-9/+7
2017-05-09initramfs: use vfs_stat/lstat directlyArnd Bergmann2-24/+10
2017-05-09initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson2-1/+11
2017-05-09lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck1-1/+1
2017-05-09lib/fault-inject.c: use correct check for interruptsDmitry Vyukov1-1/+1
2017-05-09kcov: simplify interrupt checkDmitry Vyukov1-8/+1
2017-05-09taskstats: add e/u/stime for TGID commandZhang Xiao1-0/+14
2017-05-09pidns: expose task pid_ns_for_children to userspaceKirill Tkhai3-0/+36
2017-05-09ns: allow ns_entries to have custom symlink contentKirill Tkhai2-1/+4
2017-05-09pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai1-1/+3
2017-05-09powerpc/fadump: update documentation about crashkernel parameter reuseHari Bathini1-8/+15
2017-05-09powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini1-13/+10
2017-05-09powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini5-37/+16