summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2023-03-24driver core: driver.h: remove extern from function prototypesGreg Kroah-Hartman-15/+11
2023-03-24driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman-8/+6
2023-03-24driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman-2/+1
2023-03-24driver core: class.h: remove extern from function prototypesGreg Kroah-Hartman-26/+20
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman-34/+2
2023-03-24ALSA: pcm: Improved XRUN handling for indirect PCM helpersTakashi Iwai-6/+16
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko-3/+3
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King-1/+1
2023-03-24wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim-0/+9
2023-03-24crypto: hash - Fix kdoc errors about HASH_ALG_COMMONHerbert Xu-1/+2
2023-03-24cfg80211: support RNR for EMA APAloka Dixit-0/+32
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra-3/+25
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider-2/+9
2023-03-24trace: Add trace_ipi_send_cpumask()Valentin Schneider-0/+22
2023-03-23Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski-2/+1
2023-03-23docs: networking: document NAPIJakub Kicinski-5/+8
2023-03-23cpuset: Clean up cpuset_node_allowedHaifeng Xu-14/+2
2023-03-23workqueue: Introduce show_freezable_workqueuesJungseung Lee-0/+1
2023-03-23mm: mmap: remove newline at the end of the traceMinwoo Im-2/+2
2023-03-23security: Remove security_old_inode_init_security()Roberto Sassu-12/+0
2023-03-23KVM: Shrink struct kvm_mmu_memory_cacheMathias Krause-1/+1
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf-15/+22
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf-3/+18
2023-03-23x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf-0/+1
2023-03-23objtool: Change UNWIND_HINT() argument orderJosh Poimboeuf-3/+2
2023-03-23objtool: Use relative pointers for annotationsJosh Poimboeuf-6/+6
2023-03-23objtool: Add objtool_types.hJosh Poimboeuf-41/+49
2023-03-23mei: Move uuid.h to the MEI namespaceAndy Shevchenko-34/+32
2023-03-23ext4: Convert data=journal writeback to use ext4_writepages()Jan Kara-7/+0
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman-1/+1
2023-03-23driver core: device.h: make struct bus_type a const *Greg Kroah-Hartman-1/+1
2023-03-23iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman-5/+5
2023-03-23driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman-1/+1
2023-03-23driver core: bus: constify driver_find()Greg Kroah-Hartman-1/+1
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman-1/+1
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman-6/+4
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman-2/+0
2023-03-23vhost_task: Allow vhost layer to use copy_processMike Christie-0/+23
2023-03-23mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit-0/+3
2023-03-23Enable IB out-of-order by default in mlx5Leon Romanovsky-26/+100
2023-03-23net/mlx5: Expose bits for enabling out-of-order by defaultOr Har-Toov-3/+7
2023-03-23drm/i915/hdcp: Refactor HDCP API structuresSuraj Kandpal-0/+355
2023-03-23drm/i915/hdcp: Use generic names for HDCP helpers and structsAnshuman Gupta-47/+47
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee-5/+19
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee-1/+18
2023-03-22net: Update an existing TCP congestion control algorithm.Kui-Feng Lee-0/+3
2023-03-22bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee-0/+1
2023-03-22net: phylink: remove an_enabledRussell King (Oracle)-2/+0
2023-03-22netdev: Enforce index cap in netdev_get_tx_queueNick Child-0/+1