aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean1-5/+2
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski1-2/+2
2021-08-02KVM: Export kvm_make_all_cpus_request() for use in marking VMs as buggedSean Christopherson1-9/+9
2021-08-02KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson1-1/+27
2021-08-02KVM: Get rid of kvm_get_pfn()Marc Zyngier1-1/+0
2021-08-02KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()Marc Zyngier1-37/+0
2021-08-02Merge tag 'tee-kexec-fixes-for-v5.14' of git://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixesArnd Bergmann1-0/+2
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng1-2/+3
2021-08-02mhi: Fix networking tree build.David S. Miller1-1/+6
2021-08-02drm: document drm_mode_get_propertySimon Ser1-4/+56
2021-08-02netfilter: ebtables: do not hook tables by defaultFlorian Westphal1-0/+2
2021-08-02iommu: Factor iommu_iotlb_gather_is_disjoint() outNadav Amit1-8/+26
2021-08-02iommu: Improve iommu_iotlb_gather helpersRobin Murphy1-5/+33
2021-08-02net_sched: refactor TC action init APICong Wang4-10/+17
2021-08-02drm/connector: add ref to drm_connector_get in iter docsSimon Ser1-0/+5
2021-08-02Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+6
2021-08-02soundwire: add flag to ignore all command/control for mockup devicesPierre-Louis Bossart1-0/+3
2021-08-01netfilter: remove xt pernet dataFlorian Westphal2-14/+0
2021-07-31iscsi_ibft: fix crash due to KASLR physical memory remappingMaurizio Lombardi1-11/+7
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-75/+51
2021-07-31dt-bindings: iio/adc: add an INGENIC_ADC_AUX0 entryChristophe Branchereau1-0/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-43/+100
2021-07-30scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig1-9/+3
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2-5/+3
2021-07-30scsi: block: Remove BLK_SCSI_MAX_CMDSChristoph Hellwig1-3/+0
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig4-21/+9
2021-07-30scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig1-2/+4
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-30/+79
2021-07-30devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky1-2/+12
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni1-1/+1
2021-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-0/+2
2021-07-30net: netlink: Remove unused functionYajun Deng1-23/+0
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski1-6/+8
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski1-2/+2
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng2-2/+2
2021-07-30dt-bindings: pinctrl-zynq: Replace 'io-standard' with 'power-source'Sai Krishna Potthuri1-0/+17
2021-07-30Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-8/+9
2021-07-30Merge tag 'drm-msm-next-2021-07-28' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie2-3/+13
2021-07-30Merge tag 'drm-misc-next-2021-07-29' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie9-68/+201
2021-07-30padata: Convert from atomic_t to refcount_t on parallel_data->refcntXiyu Yang1-1/+2
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang1-7/+2
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang1-3/+21
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-15/+7
2021-07-29fpga: dfl: expose feature revision from struct dfl_deviceMartin Hundebøll1-0/+1
2021-07-29gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip banks per deviceSergio Paracuellos1-0/+4
2021-07-29mei: constify passed buffers and structuresKrzysztof Kozlowski1-4/+5
2021-07-29printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov1-5/+1
2021-07-29printk: Remove console_silent()Dmitry Safonov1-5/+0
2021-07-29mctp: Allow per-netns default networksMatt Johnston3-1/+5
2021-07-29mctp: Implement message fragmentation & reassemblyJeremy Kerr1-3/+22