summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-08format-security: move static strings to constKees Cook
2017-05-08Documentation/vm/transhuge.txt: fix trivial typosSeongJae Park
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa
2017-05-08include/linux/uaccess.h: remove expensive WARN_ON in pagefault_disabled_decAndi Kleen
2017-05-08drivers/scsi/megaraid: remove expensive inline from megasas_return_cmdAndi Kleen
2017-05-08kref: remove WARN_ON for NULL release functionsAndi Kleen
2017-05-08treewide: decouple cacheflush.h and set_memory.hLaura Abbott
2017-05-08drivers/staging/media/atomisp/pci/atomisp2: use set_memory.hAndrew Morton
2017-05-08drivers/video/fbdev/vermilion/vermilion.c: use set_memory.h headerLaura Abbott
2017-05-08drivers/misc/sram-exec.c: use set_memory.h headerLaura Abbott
2017-05-08alsa: use set_memory.h headerLaura Abbott
2017-05-08kernel/power/snapshot.c: use set_memory.h headerLaura Abbott
2017-05-08kernel/module.c: use set_memory.h headerLaura Abbott
2017-05-08include/linux/filter.h: use set_memory.h headerLaura Abbott
2017-05-08drivers/watchdog/hpwdt.c: use set_memory.h headerLaura Abbott
2017-05-08drivers/hwtracing/intel_th/msu.c: use set_memory.h headerLaura Abbott
2017-05-08drm: use set_memory.h headerLaura Abbott
2017-05-08agp: use set_memory.h headerLaura Abbott
2017-05-08x86: use set_memory.h headerLaura Abbott
2017-05-08s390: use set_memory.h headerLaura Abbott
2017-05-08arm64: use set_memory.h headerLaura Abbott
2017-05-08arm: use set_memory.h headerLaura Abbott
2017-05-08treewide: move set_memory_* functions away from cacheflush.hLaura Abbott
2017-05-08treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd
2017-05-08scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying
2017-05-08drivers/md/bcache/super.c: use kvmallocMichal Hocko
2017-05-08drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-08fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko
2017-05-08net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko
2017-05-08lib/rhashtable.c: simplify a strange allocation patternMichal Hocko
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko
2017-05-08mm, vmalloc: properly track vmalloc usersMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-08sysv,ipc: cacheline align kern_ipc_permDavidlohr Bueso
2017-05-08ipc/shm: some shmat cleanupsDavidlohr Bueso
2017-05-08initramfs: use vfs_stat/lstat directlyArnd Bergmann
2017-05-08initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson
2017-05-08lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck
2017-05-08lib/fault-inject.c: use correct check for interruptsDmitry Vyukov
2017-05-08kcov: simplify interrupt checkDmitry Vyukov
2017-05-08taskstats: add e/u/stime for TGID commandZhang Xiao
2017-05-08pidns: expose task pid_ns_for_children to userspaceKirill Tkhai
2017-05-08ns: allow ns_entries to have custom symlink contentKirill Tkhai
2017-05-08pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai