aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-03-26ata: move *sata_set_spd*() to libata-sata.cBartlomiej Zolnierkiewicz1-1/+2
2020-03-26ata: move sata_scr_*() to libata-sata.cBartlomiej Zolnierkiewicz1-4/+20
2020-03-26ata: start separating SATA specific code from libata-core.cBartlomiej Zolnierkiewicz1-6/+10
2020-03-26ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()Bartlomiej Zolnierkiewicz1-0/+2
2020-03-26ata: separate PATA timings code from libata-core.cBartlomiej Zolnierkiewicz1-6/+10
2020-03-26ata: optimize struct ata_force_param sizeBartlomiej Zolnierkiewicz1-0/+1
2020-03-26ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hostsBartlomiej Zolnierkiewicz1-3/+8
2020-03-26amba: Initialize dma_parms for amba devicesUlf Hansson1-0/+1
2020-03-26driver core: platform: Initialize dma_parms for platform devicesUlf Hansson1-0/+1
2020-03-26pNFS: Add a helper to allocate the array of bucketsTrond Myklebust1-3/+12
2020-03-26bus: mhi: core: Add support for reading MHI info from deviceManivannan Sadhasivam1-0/+17
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson1-3/+0
2020-03-26Merge tag 'v5.6-rc7' into i2c/for-5.7Wolfram Sang28-63/+132
2020-03-26KVM: Fix out of range accesses to memslotsSean Christopherson1-0/+3
2020-03-25remoteproc/omap: Remove the platform_data headerTero Kristo1-51/+0
2020-03-25remoteproc: Introduce "panic" callback in opsBjorn Andersson1-0/+3
2020-03-25remoteproc: Adapt coredump to generate correct elf typeClement Leger1-0/+1
2020-03-25remoteproc: Use u64 type for boot_addrClement Leger1-2/+2
2020-03-25remoteproc: Use size_t instead of int for rproc_mem_entry lenClement Leger1-3/+3
2020-03-25remoteproc: Use size_t type for len in da_to_vaClement Leger1-1/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-43/+80
2020-03-25clk: Pass correct arguments to __clk_hw_register_gate()Stephen Boyd1-5/+5
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein1-1/+2
2020-03-25Merge tag 'spi-nor/for-5.7' into mtd/nextMiquel Raynal1-266/+19
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-11/+45
2020-03-25Merge tag 'zynqmp-soc-for-v5.7' of https://github.com/Xilinx/linux-xlnx into arm/socArnd Bergmann1-1/+1
2020-03-25Merge tag 'at91-5.7-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/socArnd Bergmann1-0/+23
2020-03-25Merge tag 'omap-for-v5.7/pm33xx-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/socArnd 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-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/shawnguo/linux into arm/driversArnd Bergmann1-1/+0
2020-03-25Merge tag 'qcom-drivers-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/driversArnd Bergmann3-0/+31
2020-03-25Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/driversArnd Bergmann1-0/+2
2020-03-25Merge tag 'omap-for-v5.7/ti-sysc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/driversArnd Bergmann1-0/+5
2020-03-25Merge tag 'extcon-next-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-nextGreg 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