aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)Author
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14mm: annotate a data race in page_zonenum()Qian Cai
2020-08-14mm/memcontrol: fix a data race in scan countQian Cai
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-08-14mm: introduce offset_in_thpMatthew Wilcox (Oracle)
2020-08-14mm: add thp_headMatthew Wilcox (Oracle)
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)
2020-08-14mm: add thp_orderMatthew Wilcox (Oracle)
2020-08-14mm: move page-flags include to top of fileMatthew Wilcox (Oracle)
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)
2020-08-14Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-14dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds
2020-08-14Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-14Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-14Merge branch 'pm-cpufreq'Rafael J. Wysocki
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-13Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2020-08-13mfd: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-13mfd: mfd-core: Add mechanism for removal of a subset of childrenCharles Keepax
2020-08-13mfd: max77693-private: Drop a duplicated wordRandy Dunlap
2020-08-13mfd: da9055: pdata.h: Drop a duplicated wordRandy Dunlap
2020-08-13mfd: da9063: Add support for latest DA silicon revisionAdam Thomson
2020-08-13mfd: da9063: Fix revision handling to correctly select reg tablesAdam Thomson
2020-08-13mfd: smsc-ece1099: Remove driverMichael Walle
2020-08-13mfd: core: Add OF_MFD_CELL_REG() helperLee Jones
2020-08-13mfd: core: Fix formatting of MFD helpersLee Jones
2020-08-13mfd: core: Make a best effort attempt to match devices with the correct of_nodesLee Jones
2020-08-12Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2020-08-12Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-08-12Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2020-08-12Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-08-12Merge tag 'drm-next-2020-08-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim
2020-08-12panic: make print_oops_end_marker() staticYue Hu