summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig
2020-10-03fs: remove various compat readv/writev helpersChristoph Hellwig
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig
2020-10-02Merge tag 'mlx5-fixes-2020-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2020-10-02Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub...David S. Miller
2020-10-02net: introduce helper sendpage_ok() in include/linux/net.hColy Li
2020-10-02net: core: document two new elements of struct net_deviceMauro Carvalho Chehab
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo
2020-10-02bpf: Introduce pseudo_btf_idHao Luo
2020-10-02Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt
2020-10-02static_call: Fix return type of static_call_initNathan Chancellor
2020-10-02net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessibleSaeed Mahameed
2020-10-02net/mlx5: Avoid possible free of command entry while timeout comp handlerEran Ben Elisha
2020-10-02PM: domains: Rename power state enums for genpdUlf Hansson
2020-10-02ACPI: Make acpi_evaluate_dsm() prototype consistentJohn Garry
2020-10-02ACPI: Let ACPI know we support Generic Initiator Affinity StructuresJonathan Cameron
2020-10-02ACPI: Support Generic Initiator only domainsJonathan Cameron
2020-10-02Merge tag 'mmc-v5.9-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds
2020-10-02mm: memcg/slab: fix slab statistics in !SMP configurationRoman Gushchin
2020-10-02bus/fsl-mc: Extend ICID size from 16bit to 32bitBharat Bhushan
2020-10-02bus/fsl-mc: Export IRQ pool handling functions to be used by VFIODiana Craciun
2020-10-02bus/fsl-mc: Add a container setup functionDiana Craciun
2020-10-02bus/fsl-mc: Export a cleanup function for DPRCDiana Craciun
2020-10-02bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used by multiple ent...Diana Craciun
2020-10-02bus/fsl-mc: Add dprc-reset-container supportBharat Bhushan
2020-10-02bus/fsl-mc: Set the QMAN/BMAN region flagsDiana Craciun
2020-10-02bus/fsl-mc: add support for 'driver_override' in the mc-busBharat Bhushan
2020-10-02usb: typec: add typec_find_pwr_opmodeAmelie Delaunay
2020-10-02Merge tag 'phy-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon
2020-10-02sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches
2020-10-02bus: mhi: Remove unused nr_irqs_req variableLoic Poulain
2020-10-02bus: mhi: core: Introduce debugfs entries for MHIBhaumik Bhatt
2020-10-02bus: mhi: Remove include of rwlock_types.hClark Williams
2020-10-02bus: mhi: core: Add const qualifier to MHI config informationHemant Kumar
2020-10-02bus: mhi: core: Introduce APIs to allocate and free the MHI controllerBhaumik Bhatt
2020-10-02bus: mhi: core: Read and save device hardware information from BHIBhaumik Bhatt
2020-10-02bus: mhi: core: Introduce counters to track MHI device state transitionsBhaumik Bhatt
2020-10-02bus: mhi: core: Use generic name field for an MHI deviceBhaumik Bhatt
2020-10-02bus: mhi: fix doubled words and struct image_info kernel-docRandy Dunlap
2020-10-02USB: UDC: Expand device model API interfaceAlan Stern
2020-10-01pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds
2020-10-01overflow: Include header file with SIZE_MAX declarationLeon Romanovsky
2020-10-02power: supply: bq27xxx: add support for TI bq34z100Krzysztof Kozlowski
2020-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller