aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17get_maintainer: add --self-test for internal consistency testsTom Saeger1-17/+77
2017-11-17dynamic_debug documentation: minor fixesRandy Dunlap1-3/+3
2017-11-17dynamic-debug-howto: fix optional/omitted ending line number to be LARGE instead of 0Randy Dunlap1-0/+4
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET1-2/+2
2017-11-17include/linux/compiler-clang.h: handle randomizable anonymous structsSandipan Das1-0/+3
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2-3/+18
2017-11-17bug: define the "cut here" string in a single placeKees Cook4-3/+5
2017-11-17lkdtm: include WARN format stringKees Cook1-1/+3
2017-11-17iopoll: avoid -Wint-in-bool-context warningArnd Bergmann1-9/+15
2017-11-17parse-maintainers: add ability to specify filenamesJoe Perches1-5/+47
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen3-1/+30
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen5-3/+42
2017-11-17sh/boot: add static stack-protector to pre-kernelKees Cook1-0/+14
2017-11-17spelling.txt: add "unnecessary" typo variantsJoe Perches1-0/+4
2017-11-17proc: use do-while in name_to_int()Alexey Dobriyan1-2/+2
2017-11-17proc: : uninline name_to_int()Alexey Dobriyan3-22/+25
2017-11-17proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2-0/+9
2017-11-17mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka1-15/+3
2017-11-17mm, compaction: split off flag for not updating skip hintsVlastimil Babka3-1/+3
2017-11-17mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka1-11/+14
2017-11-17mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes2-12/+55
2017-11-17mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes1-2/+1
2017-11-17mm: shmem: remove unused info variableCorentin Labbe1-2/+0
2017-11-17lib/dma-debug.c: fix incorrect pfn calculationMiles Chen1-2/+18
2017-11-17mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool1-2/+8
2017-11-17mm: fix nodemask printingArnd Bergmann1-3/+10
2017-11-16dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers1-9/+6
2017-11-16dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer1-2/+8
2017-11-16dm: do not set 'discards_supported' in targets that do not need itMike Snitzer2-7/+0
2017-11-16dm: discard support requires all targets in a table support discardsMike Snitzer1-19/+14
2017-11-16dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei1-2/+0
2017-11-16RDMA: Add Jason Gunthorpe as a co-maintainerJason Gunthorpe2-0/+3
2017-11-16arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3Masahiro Yamada1-1/+2
2017-11-15memory hotplug: fix comments when adding sectionFan Du1-1/+1
2017-11-15mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM_MAPOscar Salvador1-7/+7
2017-11-15mm: simplify nodemask printingMichal Hocko3-18/+10
2017-11-15mm,oom_reaper: remove pointless kthread_run() error checkTetsuo Handa1-8/+0
2017-11-15mm/page_ext.c: check if page_ext is not preparedJaewon Kim1-4/+0
2017-11-15writeback: remove unused function parameterWang Long2-3/+3
2017-11-15mm: do not rely on preempt_count in print_vma_addrMichal Hocko1-5/+3
2017-11-15mm, sparse: do not swamp log with huge vmemmap allocation failuresMichal Hocko2-3/+10
2017-11-15mm/hmm: remove redundant variable align_endColin Ian King1-2/+1
2017-11-15mm/list_lru.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-15mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-15mm/page_alloc.c: broken deferred calculationPavel Tatashin2-10/+20
2017-11-15mm: don't warn about allocations which stall for too longTetsuo Handa1-10/+0
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner1-3/+3
2017-11-15mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka1-3/+3
2017-11-15mm: mlock: remove lru_add_drain_all()Shakeel Butt1-5/+0
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang6-0/+115