aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-01afs: Fix permit refcountingDavid Howells1-8/+10
2017-11-29fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate()Nadav Amit1-2/+2
2017-11-29mm/hugetlb: fix NULL-pointer dereference on 5-level paging machineKirill A. Shutemov1-1/+3
2017-11-29autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2-13/+5
2017-11-29autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent1-11/+6
2017-11-29fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi1-1/+1
2017-11-29mm, memcg: fix mem_cgroup_swapout() for THPsShakeel Butt1-1/+1
2017-11-29mm: migrate: fix an incorrect call of prep_transhuge_page()Zi Yan1-1/+1
2017-11-29kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie1-0/+2
2017-11-29scripts/bloat-o-meter: don't fail with division by 0Andy Shevchenko1-2/+5
2017-11-29fs/mbcache.c: make count_objects() more robustJiang Biao1-0/+3
2017-11-29Revert "mm/page-writeback.c: print a warning if the vm dirtiness settings are illogical"Michal Hocko2-11/+1
2017-11-29mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie1-3/+1
2017-11-29exec: avoid RLIMIT_STACK races with prlimit()Kees Cook1-1/+6
2017-11-29IB/core: disable memory registration of filesystem-dax vmasDan Williams1-1/+1
2017-11-29v4l2: disable filesystem-dax mapping supportDan Williams1-2/+3
2017-11-29mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams1-0/+12
2017-11-29mm: introduce get_user_pages_longtermDan Williams3-0/+91
2017-11-29device-dax: implement ->split() to catch invalid munmap attemptsDan Williams1-0/+12
2017-11-29mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams3-3/+14
2017-11-29scripts/faddr2line: extend usage on generic archLiu, Changcheng1-7/+14
2017-11-29mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams3-5/+5
2017-11-29mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams5-7/+8
2017-11-29mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams4-3/+9
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams9-10/+6
2017-11-29mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams3-8/+14
2017-11-29mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz1-1/+8
2017-11-29mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan1-3/+4
2017-11-29mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko1-4/+0
2017-11-29sparc64: Fix boot on T4 and later.David S. Miller1-1/+1
2017-11-29vsprintf: don't use 'restricted_pointer()' when not restrictingLinus Torvalds1-0/+2
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds3-13/+7
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds5-24/+16
2017-11-29quota: Check for register_shrinker() failure.Tetsuo Handa1-1/+2
2017-11-29ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard1-2/+2
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King1-2/+2
2017-11-29net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven1-0/+1
2017-11-29myri10ge: Update MAINTAINERSHyong-Youb Kim1-2/+2
2017-11-29kasan: use %px to print addresses instead of %pTobin C. Harding1-4/+4
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding3-2/+36
2017-11-29printk: hash addresses printed with %pTobin C. Harding3-46/+155
2017-11-29vsprintf: refactor %pK code out of pointer()Tobin C. Harding1-43/+54
2017-11-29docs: correct documentation for %pKTobin C. Harding1-2/+1
2017-11-28net: sched: cbq: create block for q->link.blockJiri Pirko1-1/+8
2017-11-28atm: suni: remove extraneous space to fix indentationColin Ian King1-1/+1
2017-11-28atm: lanai: use %p to format kernel addresses instead of %xColin Ian King1-4/+4
2017-11-28VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen1-2/+2
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King1-2/+2
2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-28vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long1-2/+2