| Commit message (Expand) | Author | Files | Lines |
2017-11-18 | kernel/umh.c: optimize 'proc_cap_handler()' | Christophe JAILLET | 1 | -2/+2 |
2017-11-18 | include/linux/compiler-clang.h: handle randomizable anonymous structs | Sandipan Das | 1 | -0/+3 |
2017-11-18 | bug: fix "cut here" location for __WARN_TAINT architectures | Kees Cook | 2 | -3/+18 |
2017-11-18 | bug: define the "cut here" string in a single place | Kees Cook | 4 | -3/+5 |
2017-11-18 | lkdtm: include WARN format string | Kees Cook | 1 | -1/+3 |
2017-11-18 | iopoll: avoid -Wint-in-bool-context warning | Arnd Bergmann | 1 | -9/+15 |
2017-11-18 | parse-maintainers: add ability to specify filenames | Joe Perches | 1 | -5/+47 |
2017-11-18 | kernel debug: support resetting WARN_ONCE for all architectures | Andi Kleen | 3 | -1/+30 |
2017-11-18 | kernel debug: support resetting WARN*_ONCE | Andi Kleen | 5 | -3/+42 |
2017-11-18 | sh/boot: add static stack-protector to pre-kernel | Kees Cook | 1 | -0/+14 |
2017-11-18 | spelling.txt: add "unnecessary" typo variants | Joe Perches | 1 | -0/+4 |
2017-11-18 | proc: use do-while in name_to_int() | Alexey Dobriyan | 1 | -2/+2 |
2017-11-18 | proc: : uninline name_to_int() | Alexey Dobriyan | 3 | -22/+25 |
2017-11-18 | proc, coredump: add CoreDumping flag to /proc/pid/status | Roman Gushchin | 2 | -0/+9 |
2017-11-18 | mm, compaction: remove unneeded pageblock_skip_persistent() checks | Vlastimil Babka | 1 | -15/+3 |
2017-11-18 | mm, compaction: split off flag for not updating skip hints | Vlastimil Babka | 3 | -1/+3 |
2017-11-18 | mm, compaction: extend pageblock_skip_persistent() to all compound pages | Vlastimil Babka | 1 | -11/+14 |
2017-11-18 | mm, compaction: persistently skip hugetlbfs pageblocks | David Rientjes | 2 | -12/+55 |
2017-11-18 | mm, compaction: kcompactd should not ignore pageblock skip | David Rientjes | 1 | -2/+1 |
2017-11-18 | mm: shmem: remove unused info variable | Corentin Labbe | 1 | -2/+0 |
2017-11-18 | lib/dma-debug.c: fix incorrect pfn calculation | Miles Chen | 1 | -2/+18 |
2017-11-18 | mm/z3fold.c: use kref to prevent page free/compact race | Vitaly Wool | 1 | -2/+8 |
2017-11-18 | mm: fix nodemask printing | Arnd Bergmann | 1 | -3/+10 |
2017-11-16 | dm bufio: fix integer overflow when limiting maximum cache size | Eric Biggers | 1 | -9/+6 |
2017-11-16 | dm: clear all discard attributes in queue_limits when discards are disabled | Mike Snitzer | 1 | -2/+8 |
2017-11-16 | dm: do not set 'discards_supported' in targets that do not need it | Mike Snitzer | 2 | -7/+0 |
2017-11-16 | dm: discard support requires all targets in a table support discards | Mike Snitzer | 1 | -19/+14 |
2017-11-16 | dm mpath: remove annoying message of 'blk_get_request() returned -11' | Ming Lei | 1 | -2/+0 |
2017-11-16 | RDMA: Add Jason Gunthorpe as a co-maintainer | Jason Gunthorpe | 2 | -0/+3 |
2017-11-16 | arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3 | Masahiro Yamada | 1 | -1/+2 |
2017-11-16 | memory hotplug: fix comments when adding section | Fan Du | 1 | -1/+1 |
2017-11-16 | mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM... | Oscar Salvador | 1 | -7/+7 |
2017-11-16 | mm: simplify nodemask printing | Michal Hocko | 3 | -18/+10 |
2017-11-16 | mm,oom_reaper: remove pointless kthread_run() error check | Tetsuo Handa | 1 | -8/+0 |
2017-11-16 | mm/page_ext.c: check if page_ext is not prepared | Jaewon Kim | 1 | -4/+0 |
2017-11-16 | writeback: remove unused function parameter | Wang Long | 2 | -3/+3 |
2017-11-16 | mm: do not rely on preempt_count in print_vma_addr | Michal Hocko | 1 | -5/+3 |
2017-11-16 | mm, sparse: do not swamp log with huge vmemmap allocation failures | Michal Hocko | 2 | -3/+10 |
2017-11-16 | mm/hmm: remove redundant variable align_end | Colin Ian King | 1 | -2/+1 |
2017-11-16 | mm/list_lru.c: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2017-11-16 | mm/shmem.c: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2017-11-16 | mm/page_alloc.c: broken deferred calculation | Pavel Tatashin | 2 | -10/+20 |
2017-11-16 | mm: don't warn about allocations which stall for too long | Tetsuo Handa | 1 | -10/+0 |
2017-11-16 | fs: fuse: account fuse_inode slab memory as reclaimable | Johannes Weiner | 1 | -3/+3 |
2017-11-16 | mm, page_alloc: fix potential false positive in __zone_watermark_ok | Vlastimil Babka | 1 | -3/+3 |
2017-11-16 | mm: mlock: remove lru_add_drain_all() | Shakeel Butt | 1 | -5/+0 |
2017-11-16 | mm, sysctl: make NUMA stats configurable | Kemi Wang | 6 | -0/+115 |
2017-11-16 | shmem: convert shmem_init_inodecache() to void | weiping zhang | 1 | -6/+2 |
2017-11-16 | Unify migrate_pages and move_pages access checks | Otto Ebeling | 1 | -9/+4 |
2017-11-16 | mm, pagevec: rename pagevec drained field | Mel Gorman | 2 | -4/+4 |