summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-06-07TI TPS6594 PMIC support (RTC, pinctrl, regulators)Mark Brown1-0/+1020
2023-06-07spi-geni-qcom: Add new interfaces and utilise themMark Brown24-57/+112
2023-06-07ALSA: hda: Add Loongson LS7A HD-Audio supportYanteng Si1-0/+3
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-1/+1
2023-06-07rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+5
2023-06-07KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageSean Christopherson1-3/+0
2023-06-06Input: gameport - provide default trigger() and read()Dmitry Torokhov1-9/+2
2023-06-06soc: qcom: geni-se: Add interfaces geni_se_tx_init_dma() and geni_se_rx_init_...Vijaya Krishna Nivarthi1-0/+4
2023-06-06x86/efi: Safely enable unaccepted memory in UEFIDionna Glaze1-0/+3
2023-06-06efi: Add unaccepted memory supportKirill A. Shutemov1-0/+1
2023-06-06bpf: Cleanup unused function declarationRuiqi Gong1-1/+0
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov1-1/+11
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov2-0/+27
2023-06-06regulator: Add X-Powers AXP15060/AXP313a PMICMark Brown1-0/+32
2023-06-06firmware: arm_scmi: Add Powercap protocol enable supportCristian Marussi1-0/+18
2023-06-06Merge tag 'platform-drivers-x86-v6.4-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+1
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)2-0/+6
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)2-0/+8
2023-06-06fprobe: Pass return address to the handlersMasami Hiramatsu (Google)2-3/+5
2023-06-06wifi: mac80211: provide a helper to fetch the medium synchronization delayEmmanuel Grumbach1-0/+35
2023-06-06wifi: mac80211: fetch and store the EML capability informationEmmanuel Grumbach1-0/+35
2023-06-06wifi: mac80211: skip EHT BSS membership selectorJohannes Berg1-1/+4
2023-06-06watch_queue: prevent dangling pipe pointerSiddh Raman Pant1-2/+1
2023-06-06lib/string_helpers: Change returned value of the strreplace()Andy Shevchenko1-1/+1
2023-06-06Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'Jakub Kicinski1-2/+23
2023-06-06lib/ref_tracker: add printing to memory bufferAndrzej Hajda1-0/+8
2023-06-06lib/ref_tracker: improve printing statsAndrzej Hajda1-2/+7
2023-06-06lib/ref_tracker: add unlocked leak print helperAndrzej Hajda1-0/+8
2023-06-05sched/clock: Provide local_clock_noinstr()Peter Zijlstra1-1/+16
2023-06-05math64: Always inline u128 version of mul_u64_u64_shr()Peter Zijlstra1-1/+1
2023-06-05seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra2-8/+9
2023-06-05sched: Unconditionally use full-fat wait_task_inactive()Peter Zijlstra1-5/+2
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig1-1/+1
2023-06-05dm: remove dm_get_dev_tChristoph Hellwig1-2/+0
2023-06-05block: move more code to early-lookup.cChristoph Hellwig1-1/+0
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig2-1/+5
2023-06-05init: handle ubi/mtd root mounting like all other root typesChristoph Hellwig1-0/+1
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig1-8/+0
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig1-1/+1
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig1-0/+1
2023-06-05block: add a mark_dead holder operationChristoph Hellwig1-0/+1
2023-06-05block: introduce holder opsChristoph Hellwig2-3/+10
2023-06-05Merge tag 'qcom-driver-fixes-for-6.4' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann1-6/+0
2023-06-05ALSA: usb-audio: Use __le16 for 16bit USB descriptor fieldsTakashi Iwai1-3/+3
2023-06-05coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark1-27/+2
2023-06-05coresight: Enable and disable helper devices adjacent to the pathJames Clark1-1/+10
2023-06-05coresight: Make refcount a property of the connectionJames Clark1-5/+9
2023-06-05coresight: Store in-connections as well as out-connectionsJames Clark1-0/+26
2023-06-05coresight: Store pointers to connections rather than an array of themJames Clark1-2/+3
2023-06-05coresight: Dynamically add connectionsJames Clark1-1/+7