summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-25net/mlx5: Provide external API for allocating vectorsEli Cohen1-0/+6
2023-03-25lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_addEli Cohen1-0/+1
2023-03-25lib: cpu_rmap: Use allocator for rmap entriesEli Cohen1-2/+1
2023-03-25Merge patch series "target: TMF and recovery fixes"Martin K. Petersen3-8/+22
2023-03-25scsi: target: Fix multiple LUN_RESET handlingMike Christie1-0/+1
2023-03-25scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie1-0/+3
2023-03-25scsi: target: Pass in cmd counter to use during cmd setupMike Christie1-3/+5
2023-03-25scsi: target: Move cmd counter allocationMike Christie1-1/+3
2023-03-25scsi: target: Move sess cmd counter to new structMike Christie2-4/+10
2023-03-25Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linuxLinus Torvalds2-7/+9
2023-03-24scsi: target: uapi: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
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 Brown20-23/+93
2023-03-24selinux: clean up dead code after removing runtime disableLukas Bulwahn1-23/+0
2023-03-24Merge tag 'drm-intel-next-2023-03-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter3-184/+542
2023-03-24Merge tag 'drm-misc-next-2023-03-23' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter3-18/+5
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-5/+42
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-24drm/i915/perf: Add support for OA media unitsUmesh Nerlige Ramappa1-0/+4
2023-03-24drm/i915/perf: Add engine class instance parameters to perfUmesh Nerlige Ramappa1-0/+19
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-5/+29
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-24ALSA: pcm: Improved XRUN handling for indirect PCM helpersTakashi Iwai1-6/+16
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-24wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim1-0/+9
2023-03-24crypto: hash - Fix kdoc errors about HASH_ALG_COMMONHerbert Xu1-1/+2
2023-03-24cfg80211: support RNR for EMA APAloka Dixit2-0/+32
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra2-3/+25
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-2/+9
2023-03-24trace: Add trace_ipi_send_cpumask()Valentin Schneider1-0/+22
2023-03-24Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski1-2/+1
2023-03-24docs: networking: document NAPIJakub Kicinski1-5/+8
2023-03-24cpuset: Clean up cpuset_node_allowedHaifeng Xu1-14/+2
2023-03-24workqueue: Introduce show_freezable_workqueuesJungseung Lee1-0/+1
2023-03-24mm: mmap: remove newline at the end of the traceMinwoo Im1-2/+2
2023-03-24security: Remove security_old_inode_init_security()Roberto Sassu1-12/+0
2023-03-24KVM: Shrink struct kvm_mmu_memory_cacheMathias Krause1-1/+1
2023-03-24x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2-15/+22
2023-03-24x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf2-3/+18
2023-03-24x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf1-0/+1
2023-03-24objtool: Change UNWIND_HINT() argument orderJosh Poimboeuf1-3/+2
2023-03-24objtool: Use relative pointers for annotationsJosh Poimboeuf1-6/+6
2023-03-24objtool: Add objtool_types.hJosh Poimboeuf2-41/+49