mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v5 00/19] Implement DWARF modversions
 2024-10-30 17:01 UTC  (11+ messages)
` [PATCH v5 01/19] scripts: move genksyms crc32 implementation to a common include
` [PATCH v5 02/19] tools: Add gendwarfksyms
` [PATCH v5 03/19] gendwarfksyms: Add address matching
` [PATCH v5 04/19] gendwarfksyms: Expand base_type
` [PATCH v5 05/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v5 06/19] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v5 07/19] gendwarfksyms: Expand subroutine_type
` [PATCH v5 08/19] gendwarfksyms: Expand array_type
` [PATCH v5 09/19] gendwarfksyms: Expand structure types
` [PATCH v5 10/19] gendwarfksyms: Limit structure expansion

[PATCH v2 0/5] Speed up f2fs truncate
 2024-10-30 17:00 UTC  (3+ messages)
` [PATCH v2 4/5] f2fs: add parameter @len to f2fs_invalidate_blocks()
  ` [f2fs-dev] "

[PATCH v16 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-10-30 16:58 UTC  (6+ messages)
` [PATCH v16 3/5] iommu/arm-smmu: add support for PRR bit setup

[PATCH] implement set_enabled functions on powercap.c
 2024-10-30 16:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net-next v6 0/2] Add the dwmac driver support for T-HEAD TH1520 SoC
 2024-10-30 16:57 UTC  (3+ messages)
` [PATCH net-next v6 1/2] dt-bindings: net: Add T-HEAD dwmac support
` [PATCH net-next v6 2/2] net: stmmac: Add glue layer for T-HEAD TH1520 SoC

[PATCH 0/2] clk: renesas: rzv2h-cpg: Add CRU and CSI clocks
 2024-10-30 16:57 UTC  (5+ messages)
` [PATCH 1/2] clk: renesas: rzv2h-cpg: Add support for clocks without PM
` [PATCH 2/2] clk: renesas: r9a09g057-cpg: Add support for PLLVDO, CRU clocks, and resets

[PATCH v4 5/7] PCI/IOV: Check that VF BAR fits within the reservation
 2024-10-30 16:55 UTC  (2+ messages)

[PATCH RFC net-next v2 00/18] Add support for PSE port priority
 2024-10-30 16:53 UTC  (19+ messages)
` [PATCH RFC net-next v2 01/18] net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declaration
` [PATCH RFC net-next v2 02/18] net: pse-pd: tps23881: Simplify function returns by removing redundant checks
` [PATCH RFC net-next v2 03/18] net: pse-pd: tps23881: Use helpers to calculate bit offset for a channel
` [PATCH RFC net-next v2 04/18] net: pse-pd: tps23881: Add support for power limit and measurement features
` [PATCH RFC net-next v2 05/18] net: pse-pd: Add support for PSE device index
` [PATCH RFC net-next v2 06/18] net: ethtool: Add support for new PSE device index description
` [PATCH RFC net-next v2 07/18] net: ethtool: Add support for ethnl_info_init_ntf helper function
` [PATCH RFC net-next v2 08/18] net: pse-pd: Add support for reporting events
` [PATCH RFC net-next v2 09/18] netlink: specs: Add support for PSE netlink notifications
` [PATCH RFC net-next v2 10/18] net: pse-pd: tps23881: Add support for PSE events and interrupts
` [PATCH RFC net-next v2 11/18] regulator: Add support for power budget description
` [PATCH RFC net-next v2 12/18] regulator: dt-bindings: Add regulator-power-budget property
` [PATCH RFC net-next v2 13/18] net: pse-pd: Add support for PSE power domains
` [PATCH RFC net-next v2 14/18] net: ethtool: Add support for new power domains index description
` [PATCH RFC net-next v2 15/18] net: pse-pd: Add support for getting and setting port priority
` [PATCH RFC net-next v2 16/18] net: ethtool: Add PSE new port priority support feature
` [PATCH RFC net-next v2 17/18] netlink: specs: Expand the PSE netlink command with newly supported features
` [PATCH RFC net-next v2 18/18] net: pse-pd: pd692x0: Add support for PSE PI priority feature

[PATCH net-next v3 00/18] xdp: a fistful of generic changes (+libeth_xdp)
 2024-10-30 16:52 UTC  (19+ messages)
` [PATCH net-next v3 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v3 02/18] skbuff: allow 2-4-argument skb_frag_dma_map()
` [PATCH net-next v3 03/18] unroll: add generic loop unroll helpers
` [PATCH net-next v3 04/18] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v3 05/18] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v3 06/18] xdp: allow attaching already registered memory model to xdp_rxq_info
` [PATCH net-next v3 07/18] xdp: register system page pool as an XDP memory model
` [PATCH net-next v3 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v3 09/18] page_pool: allow mixing PPs within one bulk
` [PATCH net-next v3 10/18] xdp: get rid of xdp_frame::mem.id
` [PATCH net-next v3 11/18] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v3 12/18] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next v3 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
` [PATCH net-next v3 14/18] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag()
` [PATCH net-next v3 15/18] xsk: add generic XSk &xdp_buff -> skb conversion
` [PATCH net-next v3 16/18] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
` [PATCH net-next v3 17/18] libeth: support native XDP and register memory model
` [PATCH net-next v3 18/18] libeth: add a couple of XDP helpers (libeth_xdp)

[PATCH v2 0/5] iio: hid-sensors-prox: Add support for more channels
 2024-10-30 16:50 UTC  (7+ messages)
` [PATCH v2 3/5] iio: Add channel type for attention

[PATCH v7 0/5] MCE wrapper and support for new SMCA syndrome MSRs
 2024-10-30 16:50 UTC  (12+ messages)
` [PATCH v7 1/5] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v7 5/5] EDAC/mce_amd: Add support for FRU Text in MCA

[PATCH v3 0/7] virtio-mem: s390 support
 2024-10-30 16:49 UTC  (6+ messages)
` [PATCH v3 3/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices

[PATCH v1 0/2] iio: adc: Check for error from devm_mutex_init()
 2024-10-30 16:47 UTC  (4+ messages)
` [PATCH v1 1/2] iio: adc: ad4000: Check for error code from devm_mutex_init() call
` [PATCH v1 2/2] iio: adc: pac1921: "

[PATCH RFC 0/3] Initial rust bindings for device property reads
 2024-10-30 16:47 UTC  (12+ messages)
` [PATCH RFC 2/3] rust: Add bindings for device properties

[PATCH v14 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-30 16:46 UTC  (7+ messages)
` [PATCH v14 07/14] cxl/memfeature: Add CXL memory device patrol scrub control feature

[PATCH v2] drm/bridge: Fix assignment of the of_node of the parent to aux bridge
 2024-10-30 16:45 UTC  (3+ messages)

[PATCH V5 0/6] firmware: arm_scmi: Misc Fixes
 2024-10-30 16:42 UTC  (5+ messages)
` [PATCH V5 3/6] firmware: arm_scmi: Report duplicate opps as firmware bugs

[PATCH v1 1/1] ACPI: battery: Check for error code from devm_mutex_init() call
 2024-10-30 16:42 UTC  (2+ messages)

[PATCH v5] PCI: Detect and trust built-in Thunderbolt chips
 2024-10-30 16:41 UTC  (6+ messages)

[PATCH v3 0/1] Update Energy Model with performance limits
 2024-10-30 16:39 UTC  (2+ messages)
` [PATCH v3 1/1] PM: EM: Add min/max available performance state limits

[syzbot] [bcachefs?] kernel BUG in __bkey_unpack_pos
 2024-10-30 16:39 UTC 

[PATCH net-next] MAINTAINERS: Remove self from DSA entry
 2024-10-30 16:37 UTC  (6+ messages)

[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
 2024-10-30 16:37 UTC  (5+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-30 16:37 UTC  (3+ messages)
` [PATCH net-next v11 06/23] ovpn: introduce the ovpn_peer object

[PATCH v5 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-30 16:36 UTC  (7+ messages)
` [PATCH v5 08/27] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v5 20/27] cxl/extent: Process DCD events and realize region extents

[PATCH v2] KVM: arm64: Get rid of userspace_irqchip_in_use
 2024-10-30 16:36 UTC  (7+ messages)

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-30 16:35 UTC  (8+ messages)
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test

[PATCH v4 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-10-30 16:35 UTC  (5+ messages)
` [PATCH v4 1/3] memory: implement memory_block_advise/probe_max_size

[PATCH] media: imx283: Report correct V4L2_SEL_TGT_CROP
 2024-10-30 16:34 UTC 

[PATCH v1 1/1] PCI/bwctrl: Check for error code from devm_mutex_init() call
 2024-10-30 16:31 UTC 

[PATCH bpf-next] selftests/bpf: Fix compile error when MPTCP not support
 2024-10-30 16:31 UTC  (4+ messages)

[PATCH v1 1/1] cpufreq: loongson: Check for error code from devm_mutex_init() call
 2024-10-30 16:29 UTC 

[PATCH v4 0/5] tools/memory-model: Define more of LKMM in tools/memory-model
 2024-10-30 16:27 UTC  (7+ messages)
` [PATCH v4 5/5] tools/memory-model: Distinguish between syntactic and semantic tags

[PATCH v4 0/3] iio: magnetometer: add support for the Allegro MicroSystems ALS31300 3-D Linear Hall Effect Sensor
 2024-10-30 16:26 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: vendor-prefixes: Add Allegro MicroSystems, Inc
` [PATCH v4 2/3] dt-bindings: iio: magnetometer: document the Allegro MicroSystems ALS31300 3-D Linear Hall Effect Sensor
` [PATCH v4 3/3] iio: magnetometer: add Allegro MicroSystems ALS31300 3-D Linear Hall Effect driver

[PATCH] drm/panel: leadtek-ltk050h3146w: transition to mipi_dsi wrapped functions
 2024-10-30 16:26 UTC  (4+ messages)

[PATCHv2 net] bonding: add ns target multicast address to slave device
 2024-10-30 16:21 UTC  (2+ messages)

[PATCH v1 1/1] s390/kvm: initialize uninitialized flags variable
 2024-10-30 16:19 UTC 

[PATCH 0/2] kprobes: Adjustments for __counted_by addition
 2024-10-30 16:14 UTC  (3+ messages)
` [PATCH 1/2] kprobes: Fix __get_insn_slot() after __counted_by annotation
` [PATCH 2/2] kprobes: Use struct_size() in __get_insn_slot()

[PATCH v2 0/14] Enable CXL PCIe port protocol error handling and logging
 2024-10-30 16:11 UTC  (23+ messages)
` [PATCH v2 05/14] PCI/AER: Add CXL PCIe port correctable error support in AER service driver
` [PATCH v2 06/14] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe port devices
` [PATCH v2 07/14] PCI/AER: Add CXL PCIe port uncorrectable error recovery in AER service driver
` [PATCH v2 08/14] cxl/pci: Change find_cxl_ports() to non-static
` [PATCH v2 09/14] cxl/pci: Map CXL PCIe root port and downstream switch port RAS registers
` [PATCH v2 10/14] cxl/pci: Map CXL PCIe upstream "
` [PATCH v2 11/14] cxl/pci: Rename RAS handler interfaces to also indicate CXL PCIe port support
` [PATCH v2 12/14] cxl/pci: Add error handler for CXL PCIe port RAS errors
` [PATCH v2 13/14] cxl/pci: Add trace logging "
` [PATCH v2 14/14] cxl/pci: Add support to assign and clear pci_driver::cxl_err_handlers

module nct6775 reporting wrong values after resume from suspend
 2024-10-30 16:08 UTC 

[PATCH v12 0/5] Tracepoints and static branch in Rust
 2024-10-30 16:04 UTC  (6+ messages)
` [PATCH v12 1/5] rust: add static_branch_unlikely for static_key_false
` [PATCH v12 2/5] rust: add tracepoint support
` [PATCH v12 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v12 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v12 5/5] rust: add arch_static_branch

[PATCH -next] ASoC: cs42l84: Remove unused including <linux/version.h>
 2024-10-30 16:02 UTC  (2+ messages)

[PATCH v1 0/4] iio: acpi: always initialise data in iio_get_acpi_device_name_and_data()
 2024-10-30 16:02 UTC  (5+ messages)
` [PATCH v1 1/4] iio: acpi: Fill data with NULL when iio_get_acpi_device_name_and_data() fails
` [PATCH v1 2/4] iio: accel: kxcjk-1013: Drop duplicate NULL check in kxcjk1013_probe()
` [PATCH v1 3/4] iio: accel: kxcjk-1013: Deduplicate ODR startup time array
` [PATCH v1 4/4] iio: light: isl29018: Check if name is valid in isl29018_probe()

[PATCH perf/core] uprobes: fix WARN() inside hprobe_consume()
 2024-10-30 16:02 UTC 

[PATCH net v2] net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc()
 2024-10-30 16:01 UTC  (2+ messages)

[PATCH v4 0/3] pmdomain: ti_sci: collect and send low-power mode constraints
 2024-10-30 15:58 UTC  (3+ messages)

[PATCH v3 0/4] ext4: Add atomic writes support for DIO
 2024-10-30 15:57 UTC  (5+ messages)
` [PATCH v3 1/4] ext4: Add statx support for atomic writes
` [PATCH v3 2/4] ext4: Check for atomic writes support in write iter
` [PATCH v3 3/4] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH v3 4/4] ext4: Do not fallback to buffered-io for DIO atomic write

[PATCH] sound: fix uninit-value in sof_ipc4_pcm_dai_link_fixup_rate
 2024-10-30 15:57 UTC 

[PATCH V2] ASoC: doc: update clocking
 2024-10-30 15:56 UTC  (3+ messages)

[PATCH RFC v4 00/15] spi: axi-spi-engine: add offload support
 2024-10-30 15:55 UTC  (3+ messages)
` [PATCH RFC v4 02/15] spi: add basic support for SPI offloading

[PATCH] dl_server: Reset DL server params when rd changes
 2024-10-30 15:54 UTC  (2+ messages)

[RFC][PATCH 0/6] clean up class switching
 2024-10-30 15:54 UTC  (9+ messages)
` [PATCH 1/6] sched/ext: Fix scx vs sched_delayed
` [RFC][PATCH 2/6] sched: Employ sched_change guards
` [RFC][PATCH 4/6] sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change pattern
` [RFC][PATCH 5/6] sched: Add flags to the switch{ing,ed}_{to,from}() methods
` [RFC][PATCH 6/6] sched: Cleanup sched_delayed handling for class switches

[PATCH V1 0/3] X1E001DE Devkit remaining features
 2024-10-30 15:52 UTC  (3+ messages)
` [PATCH V1 2/3] arm64: dts: qcom: x1e001de-devkit: Enable SD card support

[PATCH V6 00/10] AMD XDNA driver
 2024-10-30 15:51 UTC  (11+ messages)
` [PATCH V6 01/10] accel/amdxdna: Add documentation for AMD NPU accelerator driver
` [PATCH V6 02/10] accel/amdxdna: Add a new driver for AMD AI Engine
` [PATCH V6 03/10] accel/amdxdna: Support hardware mailbox
` [PATCH V6 04/10] accel/amdxdna: Add hardware resource solver
` [PATCH V6 05/10] accel/amdxdna: Add hardware context
` [PATCH V6 06/10] accel/amdxdna: Add GEM buffer object management
` [PATCH V6 07/10] accel/amdxdna: Add command execution
` [PATCH V6 08/10] accel/amdxdna: Add suspend and resume
` [PATCH V6 09/10] accel/amdxdna: Add error handling
` [PATCH V6 10/10] accel/amdxdna: Add query functions

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-10-30 15:50 UTC  (3+ messages)
` [PATCH v3 15/16] rust: platform: add basic platform device / driver abstractions

[PATCH v5 00/10] Add RTC support for the Renesas RZ/G3S SoC
 2024-10-30 15:50 UTC  (4+ messages)
` [PATCH v5 04/10] dt-bindings: rtc: renesas,rzg3s-rtc: Document the Renesas RTCA-3 IP

[PATCH hotfix 6.12 v4 0/5] fix error handling in mmap_region() and refactor (hotfixes)
 2024-10-30 15:48 UTC  (9+ messages)
` [PATCH hotfix 6.12 v4 4/5] mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling

[PATCH v8 0/3] Lazy flush for the auth session
 2024-10-30 15:47 UTC  (3+ messages)
` [PATCH v8 2/3] tpm: Rollback tpm2_load_null()

[PATCH v4 0/6] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-10-30 15:46 UTC  (7+ messages)
` [PATCH v4 2/6] perf: Enqueue SIGTRAP always via task_work

[PATCH 0/2] Bluetooth: btbcm: fix missing of_node_put() in btbcm_get_board_name()
 2024-10-30 15:46 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Bluetooth: btbcm: automate node cleanup "

[PATCH 0/3] drm/panthor: Coherency related fixes
 2024-10-30 15:46 UTC  (2+ messages)

[PATCH 0/2] perf stat: Fix trailing comma when there is no metric unit
 2024-10-30 15:38 UTC  (6+ messages)
` [PATCH 2/2] perf stat: Also hide metric from JSON if units are an empty string

[PATCH net] mptcp: Ensure RCU read lock is held when calling mptcp_sched_find()
 2024-10-30 15:37 UTC  (4+ messages)

[PATCH net-next v6 00/12] selftests: ncdevmem: Add ncdevmem to ksft
 2024-10-30 15:37 UTC  (5+ messages)

[PATCH v2 0/9] arm64: Support 2024 dpISA extensions
 2024-10-30 15:34 UTC  (10+ messages)
` [PATCH v2 1/9] arm64/sysreg: Update ID_AA64PFR2_EL1 to DDI0601 2024-09
` [PATCH v2 2/9] arm64/sysreg: Update ID_AA64ISAR3_EL1 "
` [PATCH v2 3/9] arm64/sysreg: Update ID_AA64FPFR0_EL1 "
` [PATCH v2 4/9] arm64/sysreg: Update ID_AA64ZFR0_EL1 "
` [PATCH v2 5/9] arm64/sysreg: Update ID_AA64SMFR0_EL1 "
` [PATCH v2 6/9] arm64/sysreg: Update ID_AA64ISAR2_EL1 "
` [PATCH v2 7/9] arm64/hwcap: Describe 2024 dpISA extensions to userspace
` [PATCH v2 8/9] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1
` [PATCH v2 9/9] kselftest/arm64: Add 2024 dpISA extensions to hwcap test

[PATCH v2 0/2] hwmon: (pwm-fan) add option to leave fan on shutdown
 2024-10-30 15:34 UTC  (14+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] dt-bindings: hwmon: pwm-fan: add retain-state-shutdown property

[PATCH v1 0/2] gpio: Check for error from devm_mutex_init()
 2024-10-30 15:30 UTC  (3+ messages)
` [PATCH v1 1/2] gpio: mpsse: Check for error code from devm_mutex_init() call
` [PATCH v1 2/2] gpio: sloppy-logic-analyzer: "

[PATCH v2 0/2] btrfs: fix the length of reserved qgroup to free
 2024-10-30 15:28 UTC  (4+ messages)
` [PATCH 2/2] btrfs: simplify regions mark and keep start unchanged in err handling

[PATCH] Documentation/gpu: Fix Panthor documentation build warnings
 2024-10-30 15:28 UTC  (2+ messages)

[PATCH v3 1/1] memcg/hugetlb: Adding hugeTLB counters to memcg
 2024-10-30 15:27 UTC  (4+ messages)

[PATCH] rust: warn when using libclang >=19.1 with bindgen <0.70
 2024-10-30 15:27 UTC  (5+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®