aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-14mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Gravatar Yue Hu 1-1/+1
2019-05-14include/trace/events/vmscan.h: drop zone id from kswapd tracepointsGravatar Yafang Shao 1-3/+4
2019-05-14mm/slab.c: fix an infinite loop in leaks_show()Gravatar Qian Cai 1-1/+5
2019-05-14mm/slub.c: update the comment about slab frozenGravatar Liu Xiang 1-4/+5
2019-05-14mm/slab.c: remove unneed check in cpuup_canceledGravatar Li RongQing 1-4/+2
2019-05-14slub: remove useless kmem_cache_debug() before remove_full()Gravatar Liu Xiang 1-2/+1
2019-05-14mm: remove stale comment from page structGravatar Tobin C. Harding 1-1/+1
2019-05-14slab: use slab_list instead of lruGravatar Tobin C. Harding 1-24/+25
2019-05-14slub: use slab_list instead of lruGravatar Tobin C. Harding 1-20/+20
2019-05-14slub: add comments to endif pre-processor macrosGravatar Tobin C. Harding 1-10/+10
2019-05-14slob: use slab_list instead of lruGravatar Tobin C. Harding 1-6/+6
2019-05-14slob: respect list_head abstraction layerGravatar Tobin C. Harding 1-14/+37
2019-05-14list: add function list_rotate_to_front()Gravatar Tobin C. Harding 1-0/+18
2019-05-14ocfs2: fix ocfs2 read inode data panic in ocfs2_igetGravatar Shuning Zhang 1-1/+29
2019-05-14ocfs2: use common file type conversionGravatar Phillip Potter 2-43/+5
2019-05-14MAINTAINERS: add Joseph as ocfs2 co-maintainerGravatar Joseph Qi 1-0/+1
2019-05-14arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate headerGravatar Sabyasachi Gupta 1-1/+0
2019-05-14kernel/sys.c: prctl: fix false positive in validate_prctl_map()Gravatar Cyrill Gorcunov 1-1/+1
2019-05-14mm/hugetlb.c: don't put_page in lock of hugetlb_lockGravatar Kai Shen 1-1/+2
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Gravatar Dan Williams 4-18/+16
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 24-346/+1376
2019-05-13Merge tag 'linux-watchdog-5.2-rc1' of git://www.linux-watchdog.org/linux-watc...Gravatar Linus Torvalds 99-1537/+1490
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 16-177/+344
2019-05-12Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 187-2862/+4763
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 10-239/+253
2019-05-12Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite.kernel.org/pub/scm...Gravatar Linus Torvalds 14-183/+984
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 58-1012/+1052
2019-05-11Merge tag 'vfio-v5.2-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 12-95/+81
2019-05-11Merge branch 'next-tomoyo2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-2/+30
2019-05-11Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 33-98/+397
2019-05-10tomoyo: Don't emit WARNING: string while fuzzing testing.Gravatar Tetsuo Handa 1-0/+2
2019-05-10tomoyo: Change pathname calculation for read-only filesystems.Gravatar Tetsuo Handa 1-1/+2
2019-05-10tomoyo: Check address length before reading address familyGravatar Tetsuo Handa 1-0/+4
2019-05-10tomoyo: Add a kernel config option for fuzzing testing.Gravatar Tetsuo Handa 2-1/+22
2019-05-10Merge tag 'docs-5.2a' of git://git.lwn.net/linuxGravatar Linus Torvalds 37-2070/+2620
2019-05-10Merge tag 'printk-for-5.2-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-7/+4
2019-05-10Merge tag 'pidfd-fixes-v5.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+4
2019-05-10Merge tag 'platform-drivers-x86-v5.2-1' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 21-381/+2147
2019-05-10Merge tag 'fbdev-v5.2' of git://github.com/bzolnier/linuxGravatar Linus Torvalds 39-1553/+608
2019-05-10Merge tag 'pwm/for-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 16-51/+552
2019-05-10Merge tag 'mailbox-v5.2' of git://git.linaro.org/landing-teams/working/fujits...Gravatar Linus Torvalds 7-8/+285
2019-05-10vsprintf: Do not break early boot with probing addressesGravatar Petr Mladek 1-7/+4
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 247-4558/+7819
2019-05-10fork: do not release lock that wasn't takenGravatar Christian Brauner 1-2/+3
2019-05-10samples: add .gitignore for pidfd-metadataGravatar Christian Brauner 1-0/+1
2019-05-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+1
2019-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 35-74/+250
2019-05-09nfp: add missing kdocGravatar Jakub Kicinski 1-0/+2
2019-05-09Merge branch 'tls-warnings'Gravatar David S. Miller 2-12/+23
2019-05-09net/tls: handle errors from padding_length()Gravatar Jakub Kicinski 1-8/+22