summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-20media: subdev: Use 'shall' instead of 'may' in route validationTomi Valkeinen1-3/+3
2023-03-20media: videodev.h: drop V4L2_FBUF_CAP_LIST/BITMAP_CLIPPINGHans Verkuil1-0/+2
2023-03-20media: saa7146: drop overlay supportHans Verkuil1-21/+0
2023-03-20media: drop unnecessary networking includesJakub Kicinski2-5/+3
2023-03-20media: rc: add Beelink Mini MXIII keymapChristian Hewitt1-0/+1
2023-03-20media: rc: add common keymap for Dreambox RC10/RC0 and RC20/RC-BT remotesEmanuel Strobel1-0/+1
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei2-8/+5
2023-03-19dyndbg: cleanup dynamic usage in ib_srp.cJason Baron1-22/+37
2023-03-19Merge tag 'char-misc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+12
2023-03-19pcpcntr: remove percpu_counter_sum_all()Dave Chinner1-6/+0
2023-03-19cpumask: introduce for_each_cpu_orDave Chinner2-0/+54
2023-03-19net: stmmac: Fix for mismatched host/device DMA address widthJochen Henneberg1-1/+1
2023-03-19net: mdio: fix owner field for mdio buses registered using ACPIFlorian Fainelli1-1/+8
2023-03-19net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon1-3/+19
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet2-5/+7
2023-03-18x25: preserve const qualifier in [a]x25_sk()Eric Dumazet2-8/+2
2023-03-18af_unix: preserve const qualifier in unix_sk()Eric Dumazet1-4/+1
2023-03-18dccp: preserve const qualifier in dccp_sk()Eric Dumazet1-4/+2
2023-03-18ipv6: raw: preserve const qualifier in raw6_sk()Eric Dumazet1-4/+1
2023-03-18raw: preserve const qualifier in raw_sk()Eric Dumazet1-4/+1
2023-03-18udp: preserve const qualifier in udp_sk()Eric Dumazet1-4/+1
2023-03-18efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede1-2/+7
2023-03-18net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offloadGavin Li2-2/+17
2023-03-18ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li1-5/+6
2023-03-18vxlan: Expose helper vxlan_build_gbp_hdrGavin Li1-0/+19
2023-03-18wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang1-0/+11
2023-03-18ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski1-0/+1
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-32/+118
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-4/+20
2023-03-17kunit: Use gfp in kunit_alloc_resource() kernel-docStephen Boyd1-1/+1
2023-03-17Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linuxLinus Torvalds3-3/+13
2023-03-17cpufreq: amd-pstate: Add guided autonomous modeWyes Karny1-0/+2
2023-03-17ACPI: CPPC: Add auto select register read/write supportWyes Karny1-0/+11
2023-03-17Merge tag 'acpi-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+5
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2023-03-17Merge tag 's390-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+1
2023-03-17Merge tag 'drm-fixes-2023-03-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-3/+6
2023-03-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+5
2023-03-17Merge branches 'acpi-video', 'acpi-x86', 'acpi-tools' and 'acpi-docs'Rafael J. Wysocki1-0/+5
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman1-2/+2
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman1-1/+1
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman1-1/+1
2023-03-17driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman1-5/+5
2023-03-17driver core: class: make class_find_device*() options constGreg Kroah-Hartman1-13/+12
2023-03-17driver core: class: make class_for_each_device() options constGreg Kroah-Hartman1-1/+1
2023-03-17driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman1-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-2/+1
2023-03-17driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman1-11/+7
2023-03-17driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman1-4/+5
2023-03-17devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko1-3/+5