summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* make help: add tools help targetRandy Dunlap2017-05-081-2/+6
* jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smpMatthias Kaehlcke2017-05-081-8/+3
* drivers/virt/fsl_hypervisor.c: use get_user_pages_unlocked()Lorenzo Stoakes2017-05-081-5/+2
* proc/sysctl: fix the int overflow for jiffies conversionGao Feng2017-05-081-1/+1
* fs/proc/inode.c: remove cast from memory allocationTobin C. Harding2017-05-081-1/+1
* mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka2017-05-082-2/+35
* mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka2017-05-082-9/+22
* mm, compaction: add migratetype to compact_controlVlastimil Babka2017-05-082-8/+8
* mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka2017-05-082-8/+16
* mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka2017-05-083-21/+63
* mm, page_alloc: split smallest stolen page in fallbackVlastimil Babka2017-05-081-25/+37
* mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka2017-05-081-8/+0
* mm, compaction: reorder fields in struct compact_controlVlastimil Babka2017-05-081-5/+5
* docs: complete bumping minimal GNU Make version to 3.81Max Filippov2017-05-061-1/+1
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-0614-105/+465
|\