aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-03-18perf annotate-data: Do not retry for invalid typesperf/data-profile-v7Namhyung Kim1-35/+48
2024-03-18perf annotate-data: Add a cache for global variable typesNamhyung Kim4-4/+118
2024-03-18perf annotate-data: Add stack canary typeNamhyung Kim3-0/+72
2024-03-18perf annotate-data: Handle ADD instructionsNamhyung Kim1-2/+105
2024-03-18perf annotate-data: Support general per-cpu accessNamhyung Kim1-44/+169
2024-03-18perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim1-1/+30
2024-03-18perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim2-2/+26
2024-03-18perf annotate: Parse x86 segment register locationNamhyung Kim2-4/+47
2024-03-18perf annotate-data: Check register state for typeNamhyung Kim1-7/+81
2024-03-18perf annotate-data: Implement instruction trackingNamhyung Kim3-14/+211
2024-03-18perf annotate-data: Handle call instructionsNamhyung Kim1-2/+52
2024-03-18perf annotate-data: Handle global variable accessNamhyung Kim1-4/+42
2024-03-18perf annotate-data: Add get_global_var_type()Namhyung Kim3-33/+57
2024-03-18perf annotate-data: Add update_insn_state()Namhyung Kim3-3/+161
2024-03-18perf annotate-data: Maintain variable type infoNamhyung Kim2-0/+177
2024-03-18perf annotate-data: Add debug messagesNamhyung Kim3-7/+71
2024-03-18perf annotate: Add annotate_get_basic_blocks()Namhyung Kim2-3/+235
2024-03-18perf annotate-data: Introduce struct data_loc_infoNamhyung Kim3-60/+91
2024-03-18perf map: Add map__objdump_2rip()Namhyung Kim2-0/+20
2024-03-18perf dwarf-aux: Add die_find_func_rettype()Namhyung Kim2-0/+47
2024-03-18perf dwarf-aux: Handle type transfer for memory accessNamhyung Kim2-0/+116
2024-03-18perf dwarf-aux: Add die_collect_vars()Namhyung Kim2-28/+107
2024-03-18perf dwarf-aux: Remove unused pc argumentNamhyung Kim3-11/+6
2024-03-18perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers9-74/+72
2024-03-18perf stat: Remove duplicate cpus_map_matched functionIan Rogers1-21/+1
2024-03-18perf arm64 header: Remove unnecessary CPU map get and putIan Rogers1-3/+0
2024-03-18perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers5-14/+9
2024-03-18perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers2-7/+7
2024-03-18perf arm-spe/cs-etm: Directly iterate CPU mapsIan Rogers2-67/+51
2024-03-18libperf cpumap: Ensure empty cpumap is NULL from allocIan Rogers1-1/+5
2024-03-18libperf cpumap: Add any, empty and min helpersIan Rogers3-0/+47
2024-03-18perf build: Fix out of tree build related to installation of sysreg-defsEthan Adams1-3/+4
2024-03-18perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter1-1/+3
2024-03-18perf script: Show also errors for --insn-trace optionAdrian Hunter1-1/+1
2024-03-18perf docs arm_spe: Clarify more SPE requirements related to KPTIJames Clark1-1/+11
2024-03-18tools headers: Remove almost unused copy of uapi/stat.h, add few conditional ...Arnaldo Carvalho de Melo3-197/+11
2024-03-18tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and asm/fcn...Arnaldo Carvalho de Melo4-389/+0
2024-03-18perf beauty: Use the system linux/fcntl.h instead of a copy from the kernelArnaldo Carvalho de Melo3-3/+3
2024-03-18perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the direct...Arnaldo Carvalho de Melo6-13/+12
2024-03-18perf beauty: Stop using the copy of uapi/linux/prctl.hArnaldo Carvalho de Melo1-1/+1
2024-03-15perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the director...Arnaldo Carvalho de Melo4-6/+8
2024-03-15perf beauty: Move uapi/sound/asound.h copy out of the directory used to build...Arnaldo Carvalho de Melo5-9/+10
2024-03-15perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory used to...Arnaldo Carvalho de Melo4-6/+6
2024-03-15perf beauty: Move uapi/linux/mount.h copy out of the directory used to build ...Arnaldo Carvalho de Melo8-27/+26
2024-03-15perf beauty: Don't include uapi/linux/mount.h, use sys/mount.h insteadArnaldo Carvalho de Melo1-1/+8
2024-03-15perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perfArnaldo Carvalho de Melo6-8/+18
2024-03-15perf beauty: Fix dependency of tables using uapi/linux/mount.hArnaldo Carvalho de Melo1-5/+5
2024-03-15perf c2c: Fix a punctuationBhaskar Chowdhury1-1/+1
2024-03-15perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo2-0/+23
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds139-766/+1052
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds364-5968/+12282
2024-03-14Merge tag 'perf-tools-for-v6.9-2024-03-13' of git://git.kernel.org/pub/scm/li...Linus Torvalds282-4813/+21268
2024-03-14Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-78/+132
2024-03-14Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds16-199/+584
2024-03-14Merge tag 'lsm-pr-20240314' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-42/+48
2024-03-14Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-65/+363
2024-03-14Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2-33/+4
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds137-1578/+5508
2024-03-14Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds344-5305/+16592
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds73-1771/+3793
2024-03-14Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds58-709/+1844
2024-03-14Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds33-189/+1034
2024-03-14Merge tag 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-248/+461
2024-03-14Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds76-634/+1045
2024-03-14Merge tag 'pinctrl-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds55-1046/+7496
2024-03-14Merge tag 'for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds47-745/+558
2024-03-14Merge tag 'hsi-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2-2/+3
2024-03-14Merge tag 'hid-for-linus-2024031301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-196/+623
2024-03-14Merge tag 'auxdisplay-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-336/+886
2024-03-14nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi1-1/+1
2024-03-14nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2-4/+14
2024-03-14ocfs2: enable ocfs2_listxattr for special filesSu Yue1-0/+1
2024-03-14ocfs2: remove SLAB_MEM_SPREAD flag usageChengming Zhou2-5/+4
2024-03-14lsm: handle the NULL buffer case in lsm_fill_user_ctx()Paul Moore1-1/+7
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler12-41/+41
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1189-16393/+189362
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds32-423/+608
2024-03-13Merge tag 'fsnotify_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-22/+36
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds186-3562/+13251
2024-03-13Merge branch 'for-6.9/wacom' into for-linusJiri Kosina1-4/+4
2024-03-13Merge branch 'for-6.9/unused-struct-removal' into for-linusJiri Kosina6-84/+42
2024-03-13Merge branch 'for-6.9/samsung' into for-linusJiri Kosina2-36/+408
2024-03-13Merge branch 'for-6.9/nintendo' into for-linusJiri Kosina1-22/+0
2024-03-13Merge branch 'for-6.9/lenovo' into for-linusJiri Kosina1-18/+39
2024-03-13Merge branch 'for-6.9/amd-sfh' into for-linusJiri Kosina3950-37227/+110475
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds27-707/+1565
2024-03-13pidfs: remove config optionChristian Brauner8-93/+78
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-56/+73
2024-03-13Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-72/+234
2024-03-13Merge tag 'tpmdd-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds6-5/+9
2024-03-13Merge tag 'mailbox-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds2-23/+123
2024-03-13mm/zswap: remove the memcpy if acomp is not sleepableBarry Song1-2/+4
2024-03-13crypto: introduce: acomp_is_async to expose if comp drivers might sleepBarry Song1-0/+6
2024-03-13memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang1-2/+2
2024-03-13mm: prohibit the last subpage from reusing the entire large folioBarry Song1-0/+10
2024-03-13mm: recover pud_leaf() definitions in nopmd casePeter Xu1-0/+1
2024-03-13Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds36-395/+282
2024-03-13Merge tag 'acpi-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds35-381/+414
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds74-725/+2115
2024-03-13Merge tag 'pmdomain-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds30-409/+594
2024-03-13Merge tag 'hwmon-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds89-336/+7137
2024-03-13Merge tag 'gpio-updates-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds56-770/+2992
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds72-802/+1569
2024-03-13Merge tag 'regulator-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds26-509/+705
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds6-6/+82
2024-03-13Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds41-319/+791
2024-03-13Merge tag 'pwm/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds85-1848/+2018
2024-03-13Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub...Linus Torvalds9-7/+73
2024-03-13Merge tag 'for-6.9/dm-vdo' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds115-0/+53411
2024-03-13Merge tag 'for-6.9/dm-bh-wq' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-25/+50
2024-03-13Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds27-104/+173
2024-03-13Merge tag 'ata-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds8-311/+329
2024-03-13Merge tag 'dma-mapping-6.9-2024-03-11' of git://git.infradead.org/users/hch/d...Linus Torvalds3-4/+54
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds49-1839/+2295
2024-03-13ALSA: usb-audio: Stop parsing channels bits when all channels are found.Johan Carlsson1-1/+4
2024-03-13Revert "mm: add arch hook to validate mmap() prot flags"Catalin Marinas2-18/+0
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas7-116/+2
2024-03-13ALSA: hda/tas2781: remove unnecessary runtime_pm callsPierre-Louis Bossart1-3/+0
2024-03-13ALSA: hda/realtek - ALC236 fix volume mute & mic mute LED on some HP modelsValentine Altair1-0/+1
2024-03-12Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-138/+419
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds39-68/+51
2024-03-12Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds11-215/+210
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds36-1141/+1126
2024-03-12Merge tag 'selinux-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds22-731/+724
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1881-36042/+91460
2024-03-12Merge tag 'docs-6.9' of git://git.lwn.net/linuxLinus Torvalds64-1607/+6857
2024-03-12Merge tag 'audit-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+2
2024-03-12Merge tag 'Smack-for-6.9' of https://github.com/cschaufler/smack-nextLinus Torvalds2-47/+87
2024-03-12Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+73
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds71-688/+1949
2024-03-12Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+5
2024-03-12Merge tag 'pstore-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-16/+42
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds44-753/+1763
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-317/+335
2024-03-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds3-26/+24
2024-03-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds4-24/+36
2024-03-12assoc_array: fix the return value in assoc_array_insert_mid_shortcut()Roman Smirnov1-1/+1
2024-03-12buildid: use kmap_local_page()Peng Hao1-2/+2
2024-03-12watchdog/core: remove sysctl handlers from public headerThomas Weißschuh2-17/+12
2024-03-12nilfs2: use div64_ul() instead of do_div()Thorsten Blum6-7/+7
2024-03-12mul_u64_u64_div_u64: increase precision by conditionally swapping a and bUwe Kleine-König1-0/+15
2024-03-12selftests/mm: skip the hugetlb-madvise tests on unmet hugepage requirementsNico Pache1-1/+2
2024-03-12selftests/mm: skip uffd hugetlb tests with insufficient hugepagesNico Pache1-0/+6
2024-03-12selftests/mm: dont fail testsuite due to a lack of hugepagesNico Pache1-1/+0
2024-03-12mm/huge_memory: skip invalid debugfs new_order input for folio splitZi Yan1-0/+6
2024-03-12mm/huge_memory: check new folio order when split a folioZi Yan1-0/+3
2024-03-12mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failureByungchul Park1-1/+20
2024-03-12mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton2-4/+22
2024-03-12mm: fix list corruption in put_pages_listMatthew Wilcox (Oracle)1-2/+2
2024-03-12mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle)2-0/+9
2024-03-12Merge tag 'affs-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-2/+1
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds119-1117/+2132
2024-03-12Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-72/+95
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds47-254/+187
2024-03-12Merge tag 'soc-defconfig-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-7/+58
2024-03-12Merge tag 'soc-arm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds25-63/+83
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds83-539/+3169
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds742-7936/+40563
2024-03-12Merge tag 'm68k-for-v6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-38/+2
2024-03-12Merge branch 'pci/controller/qcom'Bjorn Helgaas13-377/+1854
2024-03-12Merge branch 'pci/controller/imx'Bjorn Helgaas4-309/+430
2024-03-12Merge branch 'pci/controller/hyperv'Bjorn Helgaas1-1/+2
2024-03-12Merge branch 'pci/controller/dwc'Bjorn Helgaas2-9/+19
2024-03-12Merge branch 'pci/controller/cadence'Bjorn Helgaas2-1/+19
2024-03-12Merge branch 'pci/controller/broadcom'Bjorn Helgaas1-1/+1
2024-03-12Merge branch 'pci/misc'Bjorn Helgaas2-2/+2
2024-03-12Merge branch 'pci/endpoint'Bjorn Helgaas17-90/+150
2024-03-12Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+8
2024-03-12Merge branch 'pci/sysfs'Bjorn Helgaas5-99/+124
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds115-1916/+3246
2024-03-12Merge branch 'pci/switchtec'Bjorn Helgaas1-1/+3
2024-03-12Merge branch 'pci/pm'Bjorn Helgaas3-16/+56
2024-03-12Merge branch 'pci/p2pdma'Bjorn Helgaas1-1/+1
2024-03-12Merge branch 'pci/enumeration'Bjorn Helgaas6-218/+206
2024-03-12Merge branch 'pci/dpc'Bjorn Helgaas2-1/+63
2024-03-12Merge branch 'pci/devres'Bjorn Helgaas12-469/+484
2024-03-12Merge branch 'pci/aspm'Bjorn Helgaas6-130/+292
2024-03-12Merge branch 'pci/aer'Bjorn Helgaas9-47/+80
2024-03-12PCI/ASPM: Update save_state when configuration changesVidya Sagar1-1/+33
2024-03-12PCI/ASPM: Disable L1 before configuring L1 SubstatesBjorn Helgaas2-13/+22
2024-03-12PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()David E. Box1-7/+7
2024-03-12Merge tag 'x86-boot-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-331/+273
2024-03-12PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box5-6/+119
2024-03-12Merge tag 'x86-apic-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-03-12tracing/ring-buffer: Fix wait_on_pipe() raceSteven Rostedt (Google)4-19/+45
2024-03-12ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)2-48/+69
2024-03-12ring-buffer: Reuse rb_watermark_hit() for the poll logicSteven Rostedt (Google)1-14/+7
2024-03-12ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)1-7/+20
2024-03-12ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)1-3/+4
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds12-9/+278
2024-03-12auxdisplay: img-ascii-lcd: Convert to platform remove callback returning voidUwe Kleine-König1-5/+2
2024-03-12auxdisplay: hd44780: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-03-12auxdisplay: cfag12864bfb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-12Revert "x86/bugs: Use fixed addressing for VERW operand"Dave Hansen1-1/+1
2024-03-12dm: call the resume method on internal suspendMikulas Patocka1-6/+20
2024-03-12dm raid: fix false positive for requeue needed during reshapeMing Lei1-2/+2
2024-03-12drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to headerMax Kellermann2-8/+15
2024-03-12gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()Dan Carpenter1-1/+5
2024-03-12ALSA: aaci: Delete unused variable in aaci_do_suspendThomas Weißschuh1-1/+0
2024-03-12platform/x86/intel/pmc: Improve PKGC residency counters debugKane Chen2-13/+41