aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko1-1/+1
2017-05-08net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko1-7/+1
2017-05-08lib/rhashtable.c: simplify a strange allocation patternMichal Hocko1-10/+3
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko4-27/+24
2017-05-08mm, vmalloc: properly track vmalloc usersMichal Hocko2-11/+20
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko24-130/+103
2017-05-08sysv,ipc: cacheline align kern_ipc_permDavidlohr Bueso2-6/+4
2017-05-08ipc/shm: some shmat cleanupsDavidlohr Bueso1-9/+7
2017-05-08initramfs: use vfs_stat/lstat directlyArnd Bergmann2-24/+10
2017-05-08initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson2-1/+11
2017-05-08lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck1-1/+1
2017-05-08lib/fault-inject.c: use correct check for interruptsDmitry Vyukov1-1/+1
2017-05-08kcov: simplify interrupt checkDmitry Vyukov1-8/+1
2017-05-08taskstats: add e/u/stime for TGID commandZhang Xiao1-0/+14
2017-05-08pidns: expose task pid_ns_for_children to userspaceKirill Tkhai3-0/+36
2017-05-08ns: allow ns_entries to have custom symlink contentKirill Tkhai2-1/+4
2017-05-08pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai1-1/+3
2017-05-08powerpc/fadump: update documentation about crashkernel parameter reuseHari Bathini1-8/+15
2017-05-08powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini1-13/+10
2017-05-08powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini5-37/+16
2017-05-08ia64: reuse append_elf_note() and final_note() functionsHari Bathini5-70/+20
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini9-462/+531
2017-05-08cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan3-4/+4
2017-05-08fork: free vmapped stacks in cache when cpus are offlineHoeun Ryu1-0/+23
2017-05-08reiserfs: use designated initializersKees Cook1-12/+12
2017-05-08checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches1-1/+3
2017-05-08checkpatch: improve the embedded function name test for patch contextsJoe Perches1-9/+8
2017-05-08checkpatch: add --typedefsfileJerome Forissier1-17/+35
2017-05-08checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches1-3/+10
2017-05-08checkpatch: special audit for revert commit lineWei Wang1-0/+1
2017-05-08checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches1-5/+7
2017-05-08checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches1-2/+4
2017-05-08checkpatch: avoid suggesting struct definitions should be constJoe Perches1-3/+3
2017-05-08checkpatch: allow space leading blank lines in email headersJoe Perches1-2/+2
2017-05-08checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches1-0/+11
2017-05-08checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2-0/+29
2017-05-08checkpatch: remove obsolete CONFIG_EXPERIMENTAL checksRuslan Bilovol1-13/+0
2017-05-08firmware/Makefile: force recompilation if makefile changesLuis R. Rodriguez1-1/+2
2017-05-08lib: add module support to linked list sorting testsGeert Uytterhoeven4-152/+155
2017-05-08lib: add module support to array-based sort testsGeert Uytterhoeven1-3/+4
2017-05-08Revert "lib/test_sort.c: make it explicitly non-modular"Geert Uytterhoeven1-6/+5
2017-05-08drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2017-05-08drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter1-2/+8
2017-05-08kernel/hung_task.c: defer showing held locksTetsuo Handa1-1/+7
2017-05-08make help: add tools help targetRandy Dunlap1-2/+6
2017-05-08jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smpMatthias Kaehlcke1-8/+3
2017-05-08drivers/virt/fsl_hypervisor.c: use get_user_pages_unlocked()Lorenzo Stoakes1-5/+2
2017-05-08proc/sysctl: fix the int overflow for jiffies conversionGao Feng1-1/+1
2017-05-08fs/proc/inode.c: remove cast from memory allocationTobin C. Harding1-1/+1
2017-05-08mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka2-2/+35