summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-02-21acpi/ghes: Remove CXL CPER notificationsDan Williams1-18/+0
2024-02-21shmem: move shmem_mapping out of lineChristoph Hellwig1-5/+1
2024-02-21mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig1-10/+0
2024-02-21Revert "bus: mhi: core: Add support for reading MHI info from device"Jeffrey Hugo1-17/+0
2024-02-21workqueue: Clean up enum work_bits and related constantsTejun Heo1-26/+32
2024-02-21string: Allow 2-argument strscpy_pad()Kees Cook1-13/+20
2024-02-21string: Allow 2-argument strscpy()Kees Cook2-23/+37
2024-02-21string: Redefine strscpy_pad() as a macroKees Cook1-2/+31
2024-02-21ubsan: Reintroduce signed overflow sanitizerKees Cook1-1/+8
2024-02-21net: wan: framer: constify of_phandle_args in xlateKrzysztof Kozlowski1-7/+7
2024-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+5
2024-02-21ASoC: Intel: avs: Fixes and new platforms supportMark Brown26-60/+157
2024-02-21mm/swap: fix race when skipping swapcacheKairui Song1-0/+5
2024-02-20dm bufio: Support IO priorityHongyu Jin1-0/+7
2024-02-20dm io: Support IO priorityHongyu Jin1-1/+2
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim1-6/+0
2024-02-20KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVAPaul Durrant1-0/+31
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson1-2/+2
2024-02-20KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant2-18/+1
2024-02-20KVM: pfncache: add a mark-dirty helperPaul Durrant1-0/+10
2024-02-20tc: make tc_bus_type constRicardo B. Marliere1-1/+1
2024-02-20firmware: arm_scmi: Report frequencies in the perf notificationsCristian Marussi1-0/+3
2024-02-20net: skbuff: add overflow debug check to pull/push helpersFlorian Westphal1-0/+6
2024-02-20locking/atomic: scripts: Clarify ordering of conditional atomicsMark Rutland3-27/+111
2024-02-20fs/select: rework stack allocation hack for clangArnd Bergmann1-4/+0
2024-02-20net: add netmem to skb_frag_tMina Almasry1-29/+71
2024-02-20firmware: arm_ffa: Make ffa_bus_type constRicardo B. Marliere1-1/+1
2024-02-20firmware: arm_scmi: Implement clock get permissionsPeng Fan1-0/+3
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+7
2024-02-20Merge tag 'v6.8-rc5' into timers/core, to resolve conflictIngo Molnar19-35/+138
2024-02-19iio: adc: adi-axi-adc: move to backend frameworkNuno Sa1-68/+0
2024-02-19iio: add the IIO backend frameworkNuno Sa1-0/+72
2024-02-19iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa1-0/+3
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse1-1/+1
2024-02-19smp: Make __smp_processor_id() 0-argument macroAlexey Dobriyan1-1/+1
2024-02-19locking: Add rwsem_assert_held() and rwsem_assert_held_write()Matthew Wilcox (Oracle)2-7/+48
2024-02-19pwm: lpss-*: Make use of devm_pwmchip_alloc() functionUwe Kleine-König1-2/+2
2024-02-19jiffies: Transform comment about time_* functions into DOC blockAnna-Maria Behnsen1-6/+9
2024-02-19hrtimers: Update formatting of documentationAnna-Maria Behnsen1-11/+3
2024-02-19hrtimers: Move hrtimer base related definitions into hrtimer_defs.hAnna-Maria Behnsen2-103/+102
2024-02-19Merge 6.8-rc5 into usb-nextGreg Kroah-Hartman19-35/+138
2024-02-19Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman19-35/+138
2024-02-19sysfs: Introduce a mechanism to hide static attribute_groupsDan Williams1-12/+51
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman26-60/+157
2024-02-18tty: Don't include tty_buffer.h in tty.hIlpo Järvinen1-1/+0
2024-02-17gpio: constify opaque pointer "data" in gpio_device_find()Krzysztof Kozlowski1-1/+1
2024-02-17net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit1-0/+2
2024-02-17net: mdio: add helpers for accessing the EEE CAP2 registersHeiner Kallweit1-0/+55
2024-02-17Merge tag 'char-misc-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-4/+7
2024-02-17Merge tag 'tty-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+27