summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-74/+133
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds6-3/+89
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds13-114/+123
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-16/+50
2016-10-10constify iov_iter_count() and iter_is_iovec()Al Viro1-2/+2
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds2-1/+2
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+23
2016-10-10Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2016-10-10Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+13
2016-10-10Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+1
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds11-19/+998
2016-10-10Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds1-3/+20
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2-1/+2
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-1/+2
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro4-10/+28
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-153/+250
2016-10-08Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-0/+9
2016-10-08Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds4-0/+100
2016-10-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-4/+158
2016-10-08Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+4
2016-10-08console: don't prefer first registered if DT specifies stdout-pathPaul Burton1-0/+6
2016-10-08cred: simpler, 1D supplementary groupsAlexey Dobriyan1-10/+1
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2-0/+11
2016-10-08nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-5/+26
2016-10-08min/max: remove sparse warnings when they're nestedJohannes Berg1-20/+28
2016-10-08seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-2/+2
2016-10-08linux/mm.h: canonicalize macro PAGE_ALIGNED() definitionzijun_hu1-1/+1
2016-10-08mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-1/+1
2016-10-08mm: consolidate warn_alloc_failed usersMichal Hocko1-3/+2
2016-10-08mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli1-2/+8
2016-10-08mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli1-1/+1
2016-10-08mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer1-3/+3
2016-10-08mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-2/+4
2016-10-08mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie1-0/+3
2016-10-08mm, compaction: restrict full priority to non-costly ordersVlastimil Babka1-0/+1
2016-10-08mm: remove page_file_indexHuang Ying2-13/+1
2016-10-08mm, swap: use offset of swap entry as key of swap cacheHuang Ying1-4/+4
2016-10-08thp: reduce usage of huge zero page's atomic counterAaron Lu2-4/+5
2016-10-08thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani1-0/+7
2016-10-08mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying1-0/+12
2016-10-08mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu1-4/+5
2016-10-08mm/memblock.c: expose total reserved memorySrikar Dronamraju1-0/+1
2016-10-08mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju1-0/+3
2016-10-08mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko1-0/+1
2016-10-08mm, oom: enforce exit_oom_victim on current taskTetsuo Handa1-1/+1
2016-10-08oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko1-1/+1
2016-10-08mm, oom: get rid of signal_struct::oom_victimsMichal Hocko2-2/+6
2016-10-08kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko2-2/+14
2016-10-08oom: keep mm of the killed task availableMichal Hocko1-0/+2