summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-07iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean2-1/+22
2020-07-07umd: Remove exit_umhEric W. Biederman2-17/+0
2020-07-07bpfilter: Take advantage of the facilities of struct pidEric W. Biederman1-1/+2
2020-07-07exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman1-0/+2
2020-07-07Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud1-0/+1
2020-07-07thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano2-34/+72
2020-07-07ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2Drew Fustini1-1/+1
2020-07-07ASoC: core: Remove only the registered component in devm functionsMaxime Ripard1-0/+2
2020-07-07tlb: mmu_gather: add tlb_flush_*_range APIsPeter Zijlstra (Intel)1-15/+40
2020-07-07ALSA: isa/gus: remove -Wmissing-prototypes warningsPierre-Louis Bossart1-0/+4
2020-07-07ALSA: compress: fix partial_drain completion stateVinod Koul1-1/+9
2020-07-07smccc: Make constants available to assemblyAndrew Scull1-22/+22
2020-07-07KVM: arm64: timers: Move timer registers to the sys_regs fileMarc Zyngier1-7/+4
2020-07-07KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_userMarc Zyngier1-1/+1
2020-07-07fpga: dfl: afu: add AFU interrupt supportXu Yilun1-0/+23
2020-07-07fpga: dfl: fme: add interrupt support for global error reportingXu Yilun1-0/+23
2020-07-07fpga: dfl: afu: add interrupt support for port error reportingXu Yilun1-0/+23
2020-07-07thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz1-5/+0
2020-07-07RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-3/+3
2020-07-07RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky1-3/+4
2020-07-07IB/uverbs: Expose UAPI to query MRYishai Hadas1-0/+9
2020-07-07RDMA/mlx5: Introduce UAPI to query PD attributesYishai Hadas1-0/+10
2020-07-07RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas1-0/+4
2020-07-07IB/uverbs: Expose UAPI to query ucontextYishai Hadas2-0/+10
2020-07-07RDMA/core: Optimize XRC target lookupMaor Gottlieb1-3/+2
2020-07-07RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb1-15/+3
2020-07-07RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-07-07RDMA/core: Remove ib_alloc_mr_user functionGal Pressman1-8/+2
2020-07-06net: qed: sanitize BE/LE data processingAlexander Lobakin1-8/+7
2020-07-06Merge tag 'soc-attr-updates-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-0/+5
2020-07-06Merge branch 'mlx5_ipoib_qpn' into rdma.git for-nextJason Gunthorpe4-8/+18
2020-07-06regulator: pca9450: add pca9450 pmic driverRobin Gong1-0/+219
2020-07-06scatterlist: protect parameters of the sg_table related macrosMarek Szyprowski1-4/+4
2020-07-06drm: drm_fourcc: Add generic alias for 16_16_TILE modifierBrian Starkey1-0/+25
2020-07-06serial: Remove duplicated macro definition of port typeTiezhu Yang1-14/+0
2020-07-06firmware: smccc: Add ARCH_SOC_ID supportSudeep Holla1-0/+5
2020-07-06net: dsa: felix: support half-duplex link modesVladimir Oltean1-0/+1
2020-07-06Merge branch 'io_uring-5.8' into for-5.9/io_uringJens Axboe2-2/+7
2020-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-99/+213
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-05arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-14/+1
2020-07-05fork: remove do_fork()Christian Brauner1-1/+0
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman1-1/+1
2020-07-04exec: Remove do_execve_fileEric W. Biederman1-1/+0
2020-07-04umh: Stop calling do_execve_fileEric W. Biederman1-1/+0
2020-07-04umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman1-1/+5
2020-07-04umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman1-1/+1
2020-07-04umd: For clarity rename umh_info umd_infoEric W. Biederman2-4/+4
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman4-19/+31
2020-07-04umh: Remove call_usermodehelper_setup_file.Eric W. Biederman1-3/+0