summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20170406next-20170406Stephen Rothwell2017-04-065-0/+12025
* Merge branch 'akpm/master'Stephen Rothwell2017-04-06214-900/+661
|\
| * fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-04-069-37/+17
| * tracing: move trace_handle_return() out of lineSteven Rostedt2017-04-062-10/+13
| * include/linux/uaccess.h: remove expensive WARN_ON in pagefault_disabled_decAndi Kleen2017-04-061-1/+0
| * drivers/scsi/megaraid: remove expensive inline from megasas_return_cmdAndi Kleen2017-04-061-1/+1
| * kref: remove WARN_ON for NULL release functionsAndi Kleen2017-04-061-6/+0
| * treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-04-065-11/+1
| * drivers/staging/media/atomisp/pci/atomisp2: use set_memory.hAndrew Morton2017-04-064-4/+9
| * drivers/video/fbdev/vermilion/vermilion.c: use set_memory.h headerLaura Abbott2017-04-061-1/+1
| * drivers/misc/sram-exec.c: use set_memory.h headerLaura Abbott2017-04-061-1/+2
| * alsa: use set_memory.h headerLaura Abbott2017-04-063-3/+5
| * kernel/power/snapshot.c: use set_memory.h headerLaura Abbott2017-04-061-0/+3
| * kernel/module.c: use set_memory.h headerLaura Abbott2017-04-061-0/+3
| * include/linux/filter.h: use set_memory.h headerLaura Abbott2017-04-061-1/+3
| * drivers/watchdog/hpwdt.c: use set_memory.h headerLaura Abbott2017-04-061-1/+1
| * drivers/hwtracing/intel_th/msu.c: use set_memory.h headerLaura Abbott2017-04-061-1/+3
| * drm-use-set_memoryh-header-fixAndrew Morton2017-04-061-0/+2
| * drm: use set_memory.h headerLaura Abbott2017-04-067-0/+17
| * agp: use set_memory.h headerLaura Abbott2017-04-065-1/+7
| * x86: use set_memory.h headerLaura Abbott2017-04-0615-12/+15
| * s390: use set_memory.h headerLaura Abbott2017-04-067-1/+7
| * arm64: use set_memory.h headerLaura Abbott2017-04-062-0/+2
| * arm: use set_memory.h headerLaura Abbott2017-04-064-0/+4
| * treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-04-069-137/+167
| * treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-04-067-6/+9
| * scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-04-066-8/+11
| * scripts/spelling.txt: Add regsiter -> register spelling mistakeStephen Boyd2017-04-0625-28/+29
| * scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd2017-04-065-4/+5
| * mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-04-0620-41/+31
| * drivers/md/bcache/super.c: use kvmallocMichal Hocko2017-04-061-6/+2
| * drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko2017-04-061-9/+4
| * net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-04-062-26/+10
| * treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-04-0644-350/+128
| * fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko2017-04-061-1/+1
| * net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko2017-04-061-7/+1
| * lib/rhashtable.c: simplify a strange allocation patternMichal Hocko2017-04-061-10/+3
| * mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-04-064-27/+24
| * mm: introduce kv[mz]alloc helpers - f2fs fix upStephen Rothwell2017-04-061-1/+1
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-04-0624-129/+102
| * mm: adaptive hash table scalingPavel Tatashin2017-04-064-2/+22
| * mm: update callers to use HASH_ZERO flagPavel Tatashin2017-04-065-40/+12
| * mm: zero hash tables in allocatorPavel Tatashin2017-04-062-3/+10
| * sparc64: NG4 memset 32 bits overflowPavel Tatashin2017-04-061-13/+13
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2017-04-06146-2260/+2920
|\
| * sysv,ipc: cacheline align kern_ipc_permDavidlohr Bueso2017-04-052-6/+4
| * ipc/shm: some shmat cleanupsDavidlohr Bueso2017-04-051-9/+7
| * initramfs: use vfs_stat/lstat directlyArnd Bergmann2017-04-052-24/+10
| * initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson2017-04-052-1/+11
| * lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck2017-04-051-1/+1