aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-08apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani
2017-05-08lustre: replace CURRENT_TIME macroDeepa Dinamani
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani
2017-05-08fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani
2017-05-08fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani
2017-05-08trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani
2017-05-08fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani
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