summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-02-21libfs: Convert simple directory offsets to use a Maple TreeChuck Lever
2024-02-21maple_tree: Add mtree_alloc_cyclic()Chuck Lever
2024-02-21libfs: Add simple_offset_empty()Chuck Lever
2024-02-20Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams
2024-02-20acpi/ghes: Remove CXL CPER notificationsDan Williams
2024-02-21shmem: move shmem_mapping out of lineChristoph Hellwig
2024-02-21mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig
2024-02-21Revert "bus: mhi: core: Add support for reading MHI info from device"Jeffrey Hugo
2024-02-20workqueue: Clean up enum work_bits and related constantsTejun Heo
2024-02-20string: Allow 2-argument strscpy_pad()Kees Cook
2024-02-20string: Allow 2-argument strscpy()Kees Cook
2024-02-20string: Redefine strscpy_pad() as a macroKees Cook
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook
2024-02-20net: wan: framer: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-02-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-02-21ASoC: Intel: avs: Fixes and new platforms supportMark Brown
2024-02-20mm/swap: fix race when skipping swapcacheKairui Song
2024-02-20dm bufio: Support IO priorityHongyu Jin
2024-02-20dm io: Support IO priorityHongyu Jin
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim
2024-02-20KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVAPaul Durrant
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson
2024-02-20KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant
2024-02-20KVM: pfncache: add a mark-dirty helperPaul Durrant
2024-02-20tc: make tc_bus_type constRicardo B. Marliere
2024-02-20firmware: arm_scmi: Report frequencies in the perf notificationsCristian Marussi
2024-02-20net: skbuff: add overflow debug check to pull/push helpersFlorian Westphal
2024-02-20locking/atomic: scripts: Clarify ordering of conditional atomicsMark Rutland
2024-02-20fs/select: rework stack allocation hack for clangArnd Bergmann
2024-02-20net: add netmem to skb_frag_tMina Almasry
2024-02-20firmware: arm_ffa: Make ffa_bus_type constRicardo B. Marliere
2024-02-20firmware: arm_scmi: Implement clock get permissionsPeng Fan
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-02-19Merge tag 'v6.8-rc5' into timers/core, to resolve conflictIngo Molnar
2024-02-19iio: adc: adi-axi-adc: move to backend frameworkNuno Sa
2024-02-19iio: add the IIO backend frameworkNuno Sa
2024-02-19iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse
2024-02-19smp: Make __smp_processor_id() 0-argument macroAlexey Dobriyan
2024-02-19locking: Add rwsem_assert_held() and rwsem_assert_held_write()Matthew Wilcox (Oracle)
2024-02-19pwm: lpss-*: Make use of devm_pwmchip_alloc() functionUwe Kleine-König
2024-02-19jiffies: Transform comment about time_* functions into DOC blockAnna-Maria Behnsen
2024-02-19hrtimers: Update formatting of documentationAnna-Maria Behnsen
2024-02-19hrtimers: Move hrtimer base related definitions into hrtimer_defs.hAnna-Maria Behnsen
2024-02-19Merge 6.8-rc5 into usb-nextGreg Kroah-Hartman
2024-02-19Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman
2024-02-19sysfs: Introduce a mechanism to hide static attribute_groupsDan Williams
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman
2024-02-18tty: Don't include tty_buffer.h in tty.hIlpo Järvinen
2024-02-17gpio: constify opaque pointer "data" in gpio_device_find()Krzysztof Kozlowski