aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-03-25bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau1-0/+1
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau1-1/+5
2023-03-25bpf: Add a few bpf mem allocator functionsMartin KaFai Lau1-0/+2
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-6/+54
2023-03-25dma-buf/dma-fence: Add deadline awarenessRob Clark1-0/+22
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman1-1/+0
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche3-7/+7
2023-03-24scsi: core: Declare SCSI host template pointer members constBart Van Assche1-1/+1
2023-03-24net/mlx5: Provide external API for allocating vectorsEli Cohen1-0/+6
2023-03-24lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_addEli Cohen1-0/+1
2023-03-24lib: cpu_rmap: Use allocator for rmap entriesEli Cohen1-2/+1
2023-03-24Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linuxLinus Torvalds2-7/+9
2023-03-24Merge tag 'thermal-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-03-24Introduce a helper to translate register addressesMark Brown9-15/+44
2023-03-24selinux: clean up dead code after removing runtime disableLukas Bulwahn1-23/+0
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+41
2023-03-24Merge tag 'efi-fixes-for-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+8
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-5/+28
2023-03-24KVM: Fix comments that refer to the non-existent install_new_memslots()Jun Miao1-2/+2
2023-03-24kobject.h remove extern from function prototypesGreg Kroah-Hartman1-33/+26
2023-03-24driver core: driver.h: remove extern from function prototypesGreg Kroah-Hartman1-15/+11
2023-03-24driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman1-8/+6
2023-03-24driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman1-2/+1
2023-03-24driver core: class.h: remove extern from function prototypesGreg Kroah-Hartman1-26/+20
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman1-34/+2
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko1-3/+3
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King1-1/+1
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra1-3/+3
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-2/+9
2023-03-23docs: networking: document NAPIJakub Kicinski1-5/+8
2023-03-23cpuset: Clean up cpuset_node_allowedHaifeng Xu1-14/+2
2023-03-23workqueue: Introduce show_freezable_workqueuesJungseung Lee1-0/+1
2023-03-23security: Remove security_old_inode_init_security()Roberto Sassu1-12/+0
2023-03-23KVM: Shrink struct kvm_mmu_memory_cacheMathias Krause1-1/+1
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2-15/+22
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf2-3/+18
2023-03-23x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf1-0/+1
2023-03-23objtool: Change UNWIND_HINT() argument orderJosh Poimboeuf1-3/+2
2023-03-23objtool: Use relative pointers for annotationsJosh Poimboeuf1-6/+6
2023-03-23objtool: Add objtool_types.hJosh Poimboeuf2-41/+49
2023-03-23mei: Move uuid.h to the MEI namespaceAndy Shevchenko2-3/+1
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman1-1/+1
2023-03-23driver core: device.h: make struct bus_type a const *Greg Kroah-Hartman1-1/+1
2023-03-23iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman1-5/+5
2023-03-23driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constify driver_find()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-2/+2
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman1-2/+0