summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-28bpf: Change BPF_MAX_TRAMP_LINKS to enumIlya Leoshkevich1-1/+3
2023-01-28nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)1-2/+0
2023-01-28at86rf230: convert to gpio descriptorsArnd Bergmann1-20/+0
2023-01-28mac802154: Handle basic beaconingMiquel Raynal1-0/+16
2023-01-28ieee802154: Add support for user beaconing requestsMiquel Raynal2-0/+26
2023-01-28ASoC: SOF: ipc4: Multi-stream playback and capture supportMark Brown2-0/+5
2023-01-28net: netlink: recommend policy range validationJohannes Berg1-1/+2
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-15/+121
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+12
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-19/+26
2023-01-28ipc,namespace: batch free ipc_namespace structuresRik van Riel1-0/+1
2023-01-28fsverity: support verifying data from large foliosEric Biggers1-5/+10
2023-01-28dt-bindings: power: Add Allwinner D1 PPUSamuel Holland1-0/+10
2023-01-28Merge tag 'drm-fixes-2023-01-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+13
2023-01-27io_uring: Replace 0-length array with flexible arrayKees Cook1-1/+1
2023-01-27RDMA/mlx5: Remove implicit ODP cache entryAharon Landau1-1/+0
2023-01-27dmaengine: dw-edma: Add CPU to PCI bus address translationSerge Semin1-0/+15
2023-01-27dmaengine: dw-edma: Convert ll/dt phys address to PCI bus/DMA addressSerge Semin1-1/+1
2023-01-27dmaengine: Fix dma_slave_config.dst_addr descriptionSerge Semin1-1/+1
2023-01-27Merge back Intel thermal control changes for 6.3.Rafael J. Wysocki2-0/+38
2023-01-27fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detectedJann Horn1-0/+3
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman1-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman5-5/+5
2023-01-27xen/xenbus: move to_xenbus_device() to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27mcb: move to_mcb_device() to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27drm/mipi-dsi: move to_mipi_dsi_device() to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27virtio: move dev_to_virtio() to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27drivers: hv: move device_to_hv_device to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman1-2/+0
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman1-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman4-5/+5
2023-01-27firewire: move fw_device() and fw_unit() to use container_of_const()Greg Kroah-Hartman1-12/+3
2023-01-27platform/surface: aggregator: move to_ssam_device() to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman1-1/+8
2023-01-27of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman1-2/+2
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko1-5/+11
2023-01-27devlink: make devlink_param_driverinit_value_set() return voidJiri Pirko1-2/+2
2023-01-27devlink: make devlink_param_register/unregister staticJiri Pirko1-4/+0
2023-01-27ASoC: simple-card-utils: create jack inputs for aux_devsAstrid Rost1-0/+3
2023-01-27ASoC: soc-component: add get_jack_typeAstrid Rost1-0/+2
2023-01-27ASoC: SOF: ipc4-pcm: Use the PCM stream's pipeline_info during triggerRanjani Sridharan1-0/+3
2023-01-27ASoC: soc-pcm: Export widget_in_list()Ranjani Sridharan1-0/+2
2023-01-27net: remove unnecessary includes from net/flow.hJakub Kicinski1-2/+3
2023-01-27net: skbuff: drop the linux/hrtimer.h includeJakub Kicinski1-1/+0
2023-01-27net: skbuff: drop the linux/splice.h includeJakub Kicinski1-1/+0
2023-01-27net: skbuff: drop the linux/sched.h includeJakub Kicinski1-1/+0
2023-01-27net: skbuff: drop the linux/sched/clock.h includeJakub Kicinski1-1/+0
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski1-0/+1
2023-01-27net: skbuff: drop the linux/textsearch.h includeJakub Kicinski1-1/+1
2023-01-27net: checksum: drop the linux/uaccess.h includeJakub Kicinski1-1/+3