summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2024-05-09dma: fix DMA sync for drivers not calling dma_set_mask*()Alexander Lobakin-5/+5
2024-05-09bitmap: relax find_nth_bit() limitation on return valueYury Norov-1/+1
2024-05-09bitops: Optimize fns() for improved performanceKuan-Wei Chiu-9/+3
2024-05-09Compiler Attributes: Add __always_used macroYury Norov-0/+13
2024-05-09cpumask: Add for_each_cpu_from()Kyle Meyer-0/+10
2024-05-09Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+19
2024-05-09KEYS: trusted: Introduce NXP DCP-backed trusted keysDavid Gstir-0/+11
2024-05-09crypto: mxs-dcp: Add support for hardware-bound keysDavid Gstir-0/+20
2024-05-09jbd2: add prefix 'jbd2' for 'shrink_type'Ye Bin-2/+2
2024-05-09jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_chec...Ye Bin-1/+3
2024-05-09livepatch: Rename KLP_* to KLP_TRANSITION_*Wardenjohn-3/+3
2024-05-09file: add fd_raw cleanup classChristian Brauner-0/+1
2024-05-08Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-12/+41
2024-05-08net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet-1/+1
2024-05-08clk, reset: microchip: mpfs: fix incorrect preprocessor conditionsConor Dooley-2/+2
2024-05-08bcachefs: Move BCACHEFS_STATFS_MAGIC value to UAPI magic.hPetr Vorel-0/+1
2024-05-08closures: closure_sync_timeout()Kent Overstreet-0/+12
2024-05-08PCI/CXL: Add 'cxl_bus' reset method for devices below CXL PortsDave Jiang-1/+1
2024-05-08PCI/CXL: Fail bus reset if upstream CXL Port has SBR maskedDave Jiang-0/+5
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman-121/+255
2024-05-08PCI: Lock upstream bridge for pci_reset_function()Dave Jiang-0/+7
2024-05-08PCI/CXL: Move CXL Vendor ID to pci_ids.hDave Jiang-0/+2
2024-05-08fs/coredump: Enable dynamic configuration of max file note sizeAllen Pais-0/+2
2024-05-08Merge branch 'topic/hda-config-pm-cleanup' into for-nextTakashi Iwai-77/+212
2024-05-08ALSA: hda: Add Intel BMG PCI ID and HDMI codec vidChaitanya Kumar Borah-0/+2
2024-05-08ALSA: hda: codec: Reduce CONFIG_PM dependenciesTakashi Iwai-11/+0
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier-1/+1
2024-05-08watchdog: allow nmi watchdog to use raw perf eventSong Liu-0/+2
2024-05-08kfifo: don't use "proxy" headersAndy Shevchenko-2/+7
2024-05-08kexec: fix the unexpected kexec_dprintk() macroBaoquan He-4/+2
2024-05-08cpumask: delete unused reset_cpu_possible_mask()Alexey Dobriyan-5/+0
2024-05-08drm: deprecate driver dateJani Nikula-1/+1
2024-05-08net/ipv4: add tracepoint for icmp_sendPeilin He-0/+67
2024-05-08net: dsa: add support switches global DSCP priority mappingOleksij Rempel-0/+9
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel-0/+133
2024-05-08net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel-0/+4
2024-05-08RDMA/efa: Support QP with unsolicited write w/ imm. receiveMichael Margolin-0/+7
2024-05-08uapi: stddef.h: Provide UAPI macros for __counted_by_{le, be}Erick Archer-0/+8
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin-15/+6
2024-05-07net: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer-0/+2
2024-05-07clock, reset: microchip: move all mpfs reset code to the reset subsystemConor Dooley-5/+5
2024-05-07btrfs: add tracepoints for extent map shrinker eventsFilipe Manana-0/+99
2024-05-07btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik-1/+0
2024-05-07btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik-1/+0
2024-05-07btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik-4/+4
2024-05-07btrfs: simplify delayed ref tracepointsJosef Bacik-33/+21
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana-2/+1
2024-05-07kcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver-0/+7
2024-05-07memcg: use proper type for mod_memcg_stateShakeel Butt-6/+7
2024-05-07memcg: dynamically allocate lruvec_statsShakeel Butt-56/+6