summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-0820-41/+31
* mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying2017-05-083-13/+18
* drivers/md/bcache/super.c: use kvmallocMichal Hocko2017-05-081-6/+2
* drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko2017-05-081-9/+4
* net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-082-26/+10
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-0844-350/+128
* fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko2017-05-081-1/+1
* net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko2017-05-081-7/+1
* lib/rhashtable.c: simplify a strange allocation patternMichal Hocko2017-05-081-10/+3
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-084-27/+24
* mm, vmalloc: properly track vmalloc usersMichal Hocko2017-05-082-11/+20
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-0824-130/+103
* sysv,ipc: cacheline align kern_ipc_permDavidlohr Bueso2017-05-082-6/+4
* ipc/shm: some shmat cleanupsDavidlohr Bueso2017-05-081-9/+7
* initramfs: use vfs_stat/lstat directlyArnd Bergmann2017-05-082-24/+10
* initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson2017-05-082-1/+11
* lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck2017-05-081-1/+1
* lib/fault-inject.c: use correct check for interruptsDmitry Vyukov2017-05-081-1/+1
* kcov: simplify interrupt checkDmitry Vyukov2017-05-081-8/+1
* taskstats: add e/u/stime for TGID commandZhang Xiao2017-05-081-0/+14
* pidns: expose task pid_ns_for_children to userspaceKirill Tkhai2017-05-083-0/+36
* ns: allow ns_entries to have custom symlink contentKirill Tkhai2017-05-082-1/+4
* pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2017-05-081-1/+3
* powerpc/fadump: update documentation about crashkernel parameter reuseHari Bathini2017-05-081-8/+15
* powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini2017-05-081-13/+10
* powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini2017-05-085-37/+16
* ia64: reuse append_elf_note() and final_note() functionsHari Bathini2017-05-085-70/+20
* crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-089-462/+531
* cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan2017-05-083-4/+4
* fork: free vmapped stacks in cache when cpus are offlineHoeun Ryu2017-05-081-0/+23
* reiserfs: use designated initializersKees Cook2017-05-081-12/+12
* checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches2017-05-081-1/+3
* checkpatch: improve the embedded function name test for patch contextsJoe Perches2017-05-081-9/+8
* checkpatch: add --typedefsfileJerome Forissier2017-05-081-17/+35
* checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches2017-05-081-3/+10
* checkpatch: special audit for revert commit lineWei Wang2017-05-081-0/+1
* checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches2017-05-081-5/+7
* checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches2017-05-081-2/+4
* checkpatch: avoid suggesting struct definitions should be constJoe Perches2017-05-081-3/+3
* checkpatch: allow space leading blank lines in email headersJoe Perches2017-05-081-2/+2
* checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches2017-05-081-0/+11
* checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2017-05-082-0/+29
* checkpatch: remove obsolete CONFIG_EXPERIMENTAL checksRuslan Bilovol2017-05-081-13/+0
* firmware/Makefile: force recompilation if makefile changesLuis R. Rodriguez2017-05-081-1/+2
* lib: add module support to linked list sorting testsGeert Uytterhoeven2017-05-084-152/+155
* lib: add module support to array-based sort testsGeert Uytterhoeven2017-05-081-3/+4
* Revert "lib/test_sort.c: make it explicitly non-modular"Geert Uytterhoeven2017-05-081-6/+5
* drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()Dan Carpenter2017-05-081-2/+2
* drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter2017-05-081-2/+8
* kernel/hung_task.c: defer showing held locksTetsuo Handa2017-05-081-1/+7