aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-02Merge tag 'rtc-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds2-1/+8
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+38
2018-02-02Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+2
2018-02-02buffer: Avoid setting buffer bits that are already setKemi Wang1-1/+4
2018-02-02x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse1-1/+8
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-1/+32
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds4-7/+107
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-43/+638
2018-02-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-14/+4
2018-02-01acpi: nfit: add persistent memory control flag for nd_regionDave Jiang1-0/+6
2018-02-01acpi: nfit: Add support for detect platform CPU cache flush on power lossDave Jiang1-0/+5
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds2-18/+64
2018-02-01preparation to switching ->poll() to returning EPOLL...Al Viro1-1/+2
2018-02-01Merge tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-1/+2
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds1-8/+14
2018-02-01compiler.h: Add read_word_at_a_time() function.Andrey Ryabinin1-0/+8
2018-02-01compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()Andrey Ryabinin1-8/+6
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds8-39/+15
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-102/+4
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds15-106/+1154
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-20/+15
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-3/+355
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-8/+8
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-14/+45
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas5-39/+5
2018-02-01bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann1-0/+6
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens1-0/+16
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipRadim Krčmář116-1233/+2359
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli1-11/+11
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-216/+254
2018-01-31mm: remove PG_highmem descriptionMiles Chen1-5/+0
2018-01-31hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko1-2/+3
2018-01-31hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko1-3/+2
2018-01-31mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko1-0/+3
2018-01-31include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_map pointerPetr Tesarik1-2/+10
2018-01-31zswap: only save zswap header when necessaryYu Zhao1-0/+2
2018-01-31hugetlb: implement memfd sealingMarc-André Lureau1-0/+1
2018-01-31hugetlb: expose hugetlbfs_inode_info in headerMarc-André Lureau1-0/+10
2018-01-31shmem: rename functions that are memfd-relatedMarc-André Lureau1-2/+2
2018-01-31shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau1-2/+0
2018-01-31mm: remove reference to PG_buddyMatthew Wilcox1-7/+7
2018-01-31mm: document how to use struct pageMatthew Wilcox1-1/+23
2018-01-31mm: store compound_dtor / compound_order as bytesMatthew Wilcox1-13/+3
2018-01-31mm: introduce _slub_counter_tMatthew Wilcox1-13/+8
2018-01-31mm: improve comment on page->mappingMatthew Wilcox1-9/+3
2018-01-31mm: remove misleading alignment claimsMatthew Wilcox1-8/+5
2018-01-31mm: de-indent struct pageMatthew Wilcox1-21/+19
2018-01-31mm: align struct page more aestheticallyMatthew Wilcox1-9/+7
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-3/+27