aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Merge tag 'zynqmp-soc-for-v5.7' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann1-1/+1
2020-03-25Merge tag 'at91-5.7-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Arnd Bergmann1-0/+23
2020-03-25Merge tag 'omap-for-v5.7/pm33xx-signed' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann1-1/+5
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-4/+32
2020-03-25kcsan: Update API documentation in kcsan-checks.hMarco Elver1-37/+61
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2-108/+115
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig1-120/+0
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig1-0/+1
2020-03-25block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig1-3/+0
2020-03-25block: mark block_depr staticChristoph Hellwig1-1/+0
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2-2/+15
2020-03-25block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov1-1/+0
2020-03-25block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov1-3/+0
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov1-1/+1
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar1-3/+1
2020-03-25Merge tag 'imx-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-1/+0
2020-03-25Merge tag 'qcom-drivers-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann3-0/+31
2020-03-25Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-0/+2
2020-03-25Merge tag 'omap-for-v5.7/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann1-0/+5
2020-03-25Merge tag 'extcon-next-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+5
2020-03-25cpu/hotplug: Hide cpu_up/down()Qais Yousef1-2/+2
2020-03-25cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef1-0/+1
2020-03-25cpu/hotplug: Provide bringup_hibernate_cpu()Qais Yousef1-0/+1
2020-03-25cpu/hotplug: Create a new function to shutdown nonboot cpusQais Yousef1-0/+2
2020-03-25cpu/hotplug: Add new {add,remove}_cpu() functionsQais Yousef1-0/+2
2020-03-25Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas1-1/+1
2020-03-25Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas3-0/+8
2020-03-25backlight: corgi: Convert to use GPIO descriptorsLinus Walleij1-3/+0
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein2-1/+9
2020-03-25ieee80211: fix HE SPR size calculationJohannes Berg1-2/+2
2020-03-25gpio: mmio: introduce BGPIOF_NO_SET_ON_INPUTChuanhong Guo1-0/+1
2020-03-25PM / devfreq: Get rid of some doc warningsMauro Carvalho Chehab1-3/+3
2020-03-25PM / devfreq: Remove unneeded extern keywordChanwoo Choi1-51/+49
2020-03-24net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean1-7/+0
2020-03-25extcon: Mark extcon_get_edev_name() function as exported symbolMayank Rana1-0/+5
2020-03-24mtd: rawnand: Add support for manufacturer specific suspend/resume operationMason Yang1-0/+4
2020-03-24i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko1-0/+8
2020-03-24x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner1-3/+1
2020-03-24mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entriesThomas Hellstrom (VMware)1-2/+39
2020-03-24mm: Introduce vma_is_special_hugeThomas Hellstrom (VMware)1-0/+17
2020-03-24fs: Constify vma argument to vma_is_daxThomas Hellstrom (VMware)1-1/+1
2020-03-24Merge branch 'regulator-5.7' into regulator-nextMark Brown2-2/+3
2020-03-24regulator: qcom_smd: Add pmi8994 regulator supportBjorn Andersson1-0/+1
2020-03-24Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v...Alex Williamson1-0/+17
2020-03-24vfio: Include optional device match in vfio_device_ops callbacksAlex Williamson1-0/+4
2020-03-24vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pagesYan Zhao1-0/+6
2020-03-24vfio: introduce vfio_dma_rw to read/write a range of IOVAsYan Zhao1-0/+5
2020-03-24vfio: allow external user to get vfio group from deviceYan Zhao1-0/+2
2020-03-24block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig1-143/+0
2020-03-24partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig1-2/+1