summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: fix more header declarationsRui Miguel Silva2019-08-282-1/+3
* staging: greybus: add missing includesRui Miguel Silva2019-08-2711-0/+33
* staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman2019-08-2713-0/+3344
* Merge 5.3-rc5 into staging-nextGreg Kroah-Hartman2019-08-199-18/+51
|\
| * Merge tag 'usb-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-08-182-1/+4
| |\
| | * usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-152-1/+4
| * | Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-171-4/+1
| |\ \
| | * | block: remove REQ_NOWAIT_INLINEJens Axboe2019-08-151-4/+1
| * | | Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-08-161-0/+2
| |\ \ \
| | * | | PCI/ASPM: Add pcie_aspm_enabled()Rafael J. Wysocki2019-08-121-0/+2
| | | |/ | | |/|
| * | | Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-141-4/+9
| |\ \ \
| | * | | dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-101-4/+9
| | |/ /
| * | | Revert "mm, thp: restore node-local hugepage allocations"Andrea Arcangeli2019-08-131-0/+2
| * | | Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli2019-08-131-8/+4
| * | | mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin2019-08-131-0/+19
| * | | mm: document zone device struct page field usageRalph Campbell2019-08-131-1/+10
| |/ /
* | | Merge tag 'iio-for-5.4a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-08-126-53/+55
|\ \ \ | |/ / |/| |
| * | iio:st_sensors: remove buffer allocation at each buffer enableDenis Ciocca2019-08-111-5/+9
| * | iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca2019-08-051-3/+2
| * | iio: common: cros_ec_sensors: Expose cros_ec_sensors frequency range via iio ...Fabien Lahoudere2019-07-271-0/+21
| * | iio: cros_ec: Add sign vector in core for backward compatibilityGwendal Grignou2019-07-271-1/+1
| * | Merge tag 'tags/i3c/export-i3c_device_match_id' into HEADJonathan Cameron2019-07-271-0/+4
| |\ \
| | * | i3c: move i3c_device_match_id to device.c and export itVitor Soares2019-07-271-0/+4
| * | | iio: imu: adis: Add support for SPI transfer cs_change_delayAlexandru Ardelean2019-07-271-0/+2
| * | | iio: make st_sensors drivers use regmapDenis Ciocca2019-07-272-39/+5
| * | | iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2019-07-272-4/+3
| * | | iio:common:st_sensors: add st_sensors_get_settings_index() helper functionDenis Ciocca2019-07-271-0/+4
| * | | iio: cros_ec: Add calibscale for 3d MEMSGwendal Grignou2019-07-271-1/+4
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-091-2/+4
|\ \ \
| * | | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-09160-1201/+3399
| |\| |
| * | | KVM: no need to check return value of debugfs_create functionsGreg KH2019-08-051-1/+1
| * | | KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-1/+2
| * | | KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-051-0/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-08-091-0/+2
|\ \ \ \
| * | | | crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2019-08-021-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-067-61/+30
|\ \ \ \ \
| * | | | | compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-301-0/+3
| * | | | | Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-262-2/+5
| |\ \ \ \ \
| | * | | | | net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich2019-07-251-0/+1
| | * | | | | net/mlx5: Fix modify_cq_in alignmentEdward Srouji2019-07-251-2/+4
| | | |_|/ / | | |/| | |
| * | | | | net: qualcomm: rmnet: Fix incorrect UL checksum offload logicSubash Abhinov Kasiviswanathan2019-07-261-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-252-1/+20
| |\ \ \ \ \
| | * | | | | bpf: fix narrower loads on s390Ilya Leoshkevich2019-07-231-0/+13
| | * | | | | bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-221-1/+7
| * | | | | | lib/dim: Fix -Wunused-const-variable warningsLeon Romanovsky2019-07-251-56/+0
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-08-031-7/+11
|\ \ \ \ \ \ \
| * | | | | | | page flags: prioritize kasan bits over last-cpuidArnd Bergmann2019-08-031-7/+11
* | | | | | | | Merge tag 'for-linus-5.3a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-08-021-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | xen/swiotlb: remember having called xen_create_contiguous_region()Juergen Gross2019-08-011-0/+4
* | | | | | | | | Merge tag 'for-linus-20190802' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-021-0/+6
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |