mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH 0/4] perf python: Add missing infra pieces for counting perf events
 2025-05-01 16:04 UTC  (5+ messages)
` [PATCH 3/4] perf python: Add evlist close and next methods
` [PATCH 4/4] perf python: Add counting.py as example for counting perf events

[PATCH v2 0/4] rust: DebugFS Bindings
 2025-05-01 16:02 UTC  (4+ messages)
` [PATCH v2 1/4] rust: debugfs: Bind DebugFS directory creation

[PATCH RESEND] arm64: dts: mediatek: mt8183: Switch to undeprecated qcom,calibration-variant
 2025-05-01 16:02 UTC 

[PATCH RESEND] arm64: dts: rockchip: Switch to undeprecated qcom,calibration-variant on RK3399
 2025-05-01 16:02 UTC 

[PATCH v3] bus: mhi: host: don't free bhie tables during suspend/hibernation
 2025-05-01 16:00 UTC  (2+ messages)

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-05-01 16:00 UTC  (18+ messages)
` [PATCH v8 05/43] arm64: RME: Check for RME support at KVM init
` [PATCH v8 06/43] arm64: RME: Define the user ABI
` [PATCH v8 07/43] arm64: RME: ioctls to create and configure realms
` [PATCH v8 15/43] arm64: RME: Allow VMM to set RIPAS

[PATCH v2 0/6] cdx: Minor cleanups
 2025-05-01 15:59 UTC  (3+ messages)
` [PATCH v2 6/6] cdx: MAINTAINERS: Explicitly mention Greg who handles patches

[PATCH bpf-next 0/2] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-01 15:58 UTC  (4+ messages)
` [PATCH bpf-next 1/2] btf: allow mmap of vmlinux btf
` [PATCH bpf-next 2/2] selftests: bpf: add a test for mmapable vmlinux BTF

[PATCH v2 0/3] Allow dyn MSI-X vector allocation of MANA
 2025-05-01 15:56 UTC  (5+ messages)
` [PATCH v2 3/3] net: mana: Allocate MSI-X vectors dynamically as required

[PATCH v4 0/4] drm/msm/dp: Introduce link training per-segment for LTTPRs
 2025-05-01 15:56 UTC  (4+ messages)
` [PATCH v4 4/4] "

[PATCH 0/2] Use scoped_guard to safely manage mutex locking
 2025-05-01 15:56 UTC  (3+ messages)
` [PATCH 1/2] PCI: endpoint: Replace manual mutex handling with scoped_guard()
` [PATCH 2/2] PCI: endpoint: Use scoped_guard for manual mutex lock/unlock

[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-05-01 15:56 UTC  (9+ messages)
` [PATCH v2 13/13] objtool: Validate kCFI calls

[RFT PATCH v6 0/5] Add SMEM-based speedbin matching
 2025-05-01 15:53 UTC  (13+ messages)
` [PATCH RFT v6 2/5] drm/msm/adreno: Add speedbin data for SM8550 / A740

[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-05-01 15:50 UTC  (6+ messages)

[PATCH] mm: Add Kcompressd for accelerated memory compression
 2025-05-01 15:50 UTC  (4+ messages)

[RFC 9/9] {fwctl,drm}/xe/pcode: Introduce xe_pcode_fwctl
 2025-05-01 15:44 UTC 

[PATCH v2 0/4] of: Common "memory-region" parsing
 2025-05-01 15:44 UTC  (3+ messages)

[PATCH v1] usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attach
 2025-05-01 15:41 UTC  (2+ messages)

[PATCH net-next] ipv4: ip_tunnel: Replace strcpy use with strscpy
 2025-05-01 15:39 UTC  (2+ messages)

[PATCH] vt: add new dynamically generated files to .gitignore
 2025-05-01 15:35 UTC  (4+ messages)

[PATCH v2 0/3] spi: Minor smatch fixes
 2025-05-01 15:33 UTC  (5+ messages)
` [PATCH v2 1/3] spi: atmel-quadspi: Fix printed error code during DMA setup
` [PATCH v2 2/3] spi: cs42l43: Make handling missing spk-id GPIOs explicit
` [PATCH v2 3/3] spi: cadence-quadspi: Assume device could match via platform

tps65219/am62p kernel oops
 2025-05-01 15:32 UTC  (5+ messages)

[PATCH v2 00/21] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-01 15:31 UTC  (29+ messages)
` [PATCH v2 01/21] rust: devres: allow to borrow a reference to the resource's Device
` [PATCH v2 02/21] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v2 03/21] gpu: nova-core: derive useful traits for Chipset
` [PATCH v2 04/21] gpu: nova-core: add missing GA100 definition
` [PATCH v2 05/21] gpu: nova-core: take bound device in Gpu::new
` [PATCH v2 06/21] gpu: nova-core: define registers layout using helper macro
` [PATCH v2 07/21] gpu: nova-core: fix layout of NV_PMC_BOOT_0
` [PATCH v2 08/21] gpu: nova-core: introduce helper macro for register access
` [PATCH v2 09/21] gpu: nova-core: move Firmware to firmware module
` [PATCH v2 10/21] rust: make ETIMEDOUT error available
` [PATCH v2 11/21] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v2 12/21] gpu: nova-core: add DMA object struct
` [PATCH v2 13/21] gpu: nova-core: register sysmem flush page
` [PATCH v2 14/21] gpu: nova-core: add helper function to wait on condition
` [PATCH v2 15/21] gpu: nova-core: add falcon register definitions and base code
` [PATCH v2 16/21] gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
` [PATCH v2 17/21] rust: num: Add an upward alignment helper for usize
` [PATCH v2 18/21] nova-core: Add support for VBIOS ucode extraction for boot
` [PATCH v2 19/21] gpu: nova-core: compute layout of the FRTS region
` [PATCH v2 20/21] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH v2 21/21] gpu: nova-core: load and "

[PATCH 0/4] tracing: fprobe-events: Register fprobe only when the event is enabled
 2025-05-01 15:27 UTC  (3+ messages)
` [RFC PATCH] tracing: tprobe-events: Register tracepoint when enable tprobe event

[PATCH net-next] strparser: Remove unused __strp_unpause
 2025-05-01 15:25 UTC  (2+ messages)

[PATCH 0/8] mfd: Fix wakeup source leaks on device unbind
 2025-05-01 15:17 UTC  (4+ messages)
` [PATCH 6/8] mfd: max8925: "

[PATCH v2] arm64: errata: Work around AmpereOne's erratum AC04_CPU_23
 2025-05-01 15:17 UTC  (3+ messages)

[iwl-net PATCH v2] idpf: fix a race in txq wakeup
 2025-05-01 15:16 UTC  (2+ messages)

[PATCH v2 1/2] driver/base: Optimize memory block registration to reduce boot time
 2025-05-01 15:15 UTC  (10+ messages)
` [PATCH v2 2/2] driver/base: Remove unused functions

[PATCH v16 00/10] perf record --off-cpu: Dump off-cpu samples directly
 2025-05-01 15:13 UTC  (2+ messages)

[PATCH v1] rust: time: Avoid 64-bit integer division
 2025-05-01 15:11 UTC  (12+ messages)

[PATCH v2 1/2] dt-bindings: arm: psci: change labels to lower-case in example
 2025-05-01 15:09 UTC  (2+ messages)
` [PATCH v2 2/2] psci: MAINTAINERS: Include DT binding in the entry

[syzbot] [net?] WARNING in nsim_fib_event_nb
 2025-05-01 15:06 UTC 

[syzbot] [lvs?] KMSAN: uninit-value in do_output_route4
 2025-05-01 15:06 UTC 

x86/bugs: KVM: Add support for SRSO_MSR_FIX, back for moar
 2025-05-01 15:03 UTC 

[PATCH v2 0/4] AT91 SAMA7 SoC Clock Adjustments
 2025-05-01 15:01 UTC  (4+ messages)
` [PATCH v2 2/4] clk: at91: sama7d65: Add missing clk_hw to parent_data

[RESEND PATCH] coccinelle: platform_no_drv_owner: Handle also built-in drivers
 2025-05-01 14:58 UTC 

[PATCH net 0/4] Bug fixes from XDP patch series
 2025-05-01 14:56 UTC  (5+ messages)
` [PATCH net 2/4] net: ti: icssg-prueth: Report BQL before sending XDP packets
` [PATCH net 3/4] net: ti: icssg-prueth: Fix race condition for traffic from different network sockets

[RFC PATCH 0/5] iio: adc: Add initial support for TI ADS1262
 2025-05-01 14:51 UTC  (3+ messages)
` [RFC PATCH 5/5] dt-bindings: iio: adc: add bindings "

[PATCH v2 1/2] dt-bindings: mfd: Drop unrelated nodes from DTS example
 2025-05-01 14:51 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: mfd: Correct indentation and style in "

[PATCH v1 0/1] iio: adc: ad7192: Refactor filter config
 2025-05-01 14:49 UTC  (5+ messages)
` [PATCH v1 1/1] "

[PATCH] regulator: bd718x7: Ensure SNVS power state is used as requested
 2025-05-01 14:48 UTC 

[PATCH RFC 0/2] Introduce PRU UART driver
 2025-05-01 14:47 UTC  (3+ messages)

[PATCH][next] scsi: sd: Avoid -Wflex-array-member-not-at-end warning
 2025-05-01 14:45 UTC  (2+ messages)

[PATCH 0/5] iio: adc: add ad7606 calibration support
 2025-05-01 14:44 UTC  (18+ messages)
` [PATCH 1/5] Documentation: ABI: IIO: add calibphase_delay documentation
` [PATCH 3/5] iio: adc: ad7606: add offset and phase calibration support
` [PATCH 5/5] iio: adc: ad7606: add gain "

[PATCH v1] rtla: Save trace when option `--trace` is specified
 2025-05-01 14:42 UTC  (8+ messages)

[syzbot] [net?] KASAN: global-out-of-bounds Read in __find_rr_leaf (2)
 2025-05-01 14:39 UTC 

[syzbot] [net?] general protection fault in ip6_create_rt_rcu
 2025-05-01 14:38 UTC 

[syzbot] [net?] KASAN: global-out-of-bounds Read in fib6_clean_node (2)
 2025-05-01 14:38 UTC 

[syzbot] [batman?] KASAN: slab-use-after-free Write in batadv_forw_packet_queue
 2025-05-01 14:38 UTC 

[RFC PATCH v2 00/10] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
 2025-05-01 14:38 UTC  (10+ messages)
` [RFC PATCH v2 01/10] "

[RFC PATCH 0/3] eliminate mmap() retry merge, add .mmap_proto hook
 2025-05-01 14:33 UTC  (11+ messages)
` [RFC PATCH 1/3] mm: introduce new .mmap_proto() f_op callback

[PATCH v2 0/4] extcon: Fix wakeup source leaks on device unbind
 2025-05-01 14:33 UTC  (5+ messages)
` [PATCH v2 1/4] extcon: adc-jack: "
` [PATCH v2 2/4] extcon: axp288: "
` [PATCH v2 3/4] extcon: fsa9480: "
` [PATCH v2 4/4] extcon: qcom-spmi-misc: "

[PATCH v2 00/22] Arm GICv5: Host driver implementation
 2025-05-01 14:32 UTC  (9+ messages)
` [PATCH v2 15/22] arm64: Disable GICv5 read/write/instruction traps
` [PATCH v2 21/22] irqchip/gic-v5: Add GICv5 IWB support

[PATCH 0/2] Allow port dt-property on two leadtek dsi displays
 2025-05-01 14:31 UTC  (2+ messages)

[REGRESSION][BISECTED] erroneous buffer overflow detected in bch2_xattr_validate
 2025-05-01 14:30 UTC  (12+ messages)

[PATCH net 0/4] There are some bugfix for the HNS3 ethernet driver
 2025-05-01 14:30 UTC  (2+ messages)

[PATCH net v2] dt-bindings: net: ethernet-controller: Add informative text about RGMII delays
 2025-05-01 14:28 UTC  (2+ messages)

[RFC net-next v1 1/2] udp: Introduce UDP_STOP_RCV option for UDP
 2025-05-01 14:27 UTC  (3+ messages)

[PATCH v2] media: atomisp: Remove compat ioctl32 header file
 2025-05-01 14:25 UTC  (2+ messages)

[PATCH v4 0/7] Additional methods for Vec
 2025-05-01 14:25 UTC  (11+ messages)
` [PATCH v4 5/7] rust: alloc: add Vec::retain
` [PATCH v4 6/7] rust: alloc: add Vec::remove

[PATCH] mm: Add ARCH_FORCE_PAGE_BLOCK_ORDER to select page block order
 2025-05-01 14:24 UTC  (2+ messages)

[PATCH v5 0/7] Introduce CET supervisor state support
 2025-05-01 14:24 UTC  (6+ messages)
` [PATCH v5 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs
` [PATCH v5 5/7] x86/fpu: Initialize guest fpstate and FPU pseudo container from guest defaults

[PATCH net 0/2] There are some bugfix for hibmcge driver
 2025-05-01 14:23 UTC  (3+ messages)
` [PATCH net 2/2] net: hibmcge: fix wrong ndo.open() after reset fail issue

[PATCH] staging: media: atomisp: fixed spaces to tabs
 2025-05-01 14:22 UTC  (2+ messages)

[PATCH 0/3] riscv: sophgo: cv18xx: dts rework, part 2
 2025-05-01 14:22 UTC  (6+ messages)
` [PATCH 2/3] clk: sophgo: Add support for newly added precise compatible

[PATCH v2 1/3] rust: revocable: implement Revocable::access()
 2025-05-01 14:21 UTC  (2+ messages)

linux-next: build failure after merge of the char-misc tree
 2025-05-01 14:20 UTC  (3+ messages)

[PATCH v2 net] net: lan743x: Fix memleak issue when GSO enabled
 2025-05-01 14:20 UTC  (2+ messages)

[PATCH net] octeon_ep: Fix host hang issue during device reboot
 2025-05-01 14:20 UTC  (2+ messages)

[PATCH net v1] net: fec: ERR007885 Workaround for conventional TX
 2025-05-01 14:20 UTC  (2+ messages)

CVE-2025-22029: exec: fix the racy usage of fs_struct->in_exec
 2025-05-01 14:17 UTC  (3+ messages)

[PATCH v9 0/2] i2c: riic: Implement bus recovery
 2025-05-01 14:16 UTC  (3+ messages)
` [PATCH v9 1/2] "

[PATCH v2 0/3] Unnecessary code cleanup patches
 2025-05-01 14:16 UTC  (3+ messages)
` [PATCH v2 1/3] staging: media: Remove duplicate NULL tests on a value in pci

[PATCH v3] media: Fix indentation to use TAB instead of spaces
 2025-05-01 14:14 UTC  (2+ messages)

[PATCH v3 0/5] Add DisplayPort sound support for Fairphone 5 smartphone
 2025-05-01 14:13 UTC  (4+ messages)
` [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data

[PATCH] xfs: Verify DA node btree hash order
 2025-05-01 14:12 UTC  (3+ messages)

[PATCH v3] net: use sock_gen_put() when sk_state is TCP_TIME_WAIT
 2025-05-01 14:10 UTC  (2+ messages)

[PATCH v2] ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operations
 2025-05-01 14:10 UTC  (2+ messages)

[PATCH] media: atomisp: i2c: Remove unused macro definitions
 2025-05-01 14:08 UTC  (2+ messages)

[PATCH v6 0/3] rust: configfs abstractions
 2025-05-01 14:08 UTC  (5+ messages)
` [PATCH v6 1/3] rust: configfs: introduce rust support for configfs

[PATCH] media: atomisp: fix spelling error in ia_css_sdis2_types.h
 2025-05-01 14:07 UTC  (2+ messages)

[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-01 14:07 UTC  (9+ messages)
` [PATCH 11/16] gpu: nova-core: add falcon register definitions and base code

[PATCH v3] x86/sev: Fix making shared pages private during kdump
 2025-05-01 13:56 UTC  (2+ messages)

[PATCH v4 0/5] KVM: lockdep improvements
 2025-05-01 13:55 UTC  (7+ messages)
` [PATCH v4 2/5] arm64: KVM: use mutex_trylock_nest_lock when locking all vCPUs

[PATCH net-next v6 0/8] Add Microchip ZL3073x support (part 1)
 2025-05-01 13:51 UTC  (4+ messages)
` [PATCH net-next v6 8/8] mfd: zl3073x: Register DPLL sub-device during init

[PATCH net-next v3] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-05-01 13:44 UTC  (2+ messages)

[PATCH v9 00/15] large atomic writes for xfs
 2025-05-01 13:44 UTC  (3+ messages)

[PATCH v3 0/3] RISC-V KVM selftests improvements
 2025-05-01 13:36 UTC  (2+ messages)

[PATCH] scsi: smartpqi: Delete a stray tab in pqi_is_parity_write_stream()
 2025-05-01 13:35 UTC  (2+ messages)

[PATCH v4] x86/sev: Don't touch VMSA pages during kdump of SNP guest memory
 2025-05-01 13:29 UTC  (2+ messages)

[PATCH v4 0/7] rockchip: Add rk3562 SoC and evb support
 2025-05-01 13:28 UTC  (3+ messages)
` [PATCH v4 6/7] arm64: dts: rockchip: add core dtsi for RK3562 Soc

[PATCH v2] dt-bindings: phy: rockchip: Convert RK3399 PCIe PHY to schema
 2025-05-01 13:24 UTC  (2+ messages)

[PATCH] hwmon: (asus-ec-sensors) add ROG MAXIMUS Z90 Formula
 2025-05-01 13:19 UTC 

[PATCH v3 00/11] ARM: qcom: fix APQ8064 schema warnings
 2025-05-01 13:17 UTC  (2+ messages)
` (subset) "

[PATCH net-next v7 0/3] net: ethtool: Introduce ethnl dump helpers
 2025-05-01 13:15 UTC  (5+ messages)
` [PATCH net-next v7 1/3] net: ethtool: Introduce per-PHY DUMP operations

[PATCH v6 0/7] Add STM32MP25 LPTIM support: MFD, PWM, IIO, counter, clocksource
 2025-05-01 13:14 UTC  (2+ messages)

[PATCH] iio: accel: fxls8962af: Fix temperature calculation
 2025-05-01 13:13 UTC 

[PATCH] dt-bindings: dma: convert text based binding to json schema
 2025-05-01 13:12 UTC 

[PATCH] Improve Kconfig help for RISCV_ISA_V_PREEMPTIVE
 2025-05-01 13:03 UTC 

[PATCH v2 0/8] drivers: Transition to the faux device interface
 2025-05-01 13:01 UTC  (3+ messages)
` [PATCH v2 2/8] cpuidle: psci: "

[PATCH v7 00/11] Add support for MAX7360
 2025-05-01 12:59 UTC  (3+ messages)
` [PATCH v7 02/11] mfd: Add max7360 support

[PATCH v2 0/7] Optimize mprotect for large folios
 2025-05-01 12:58 UTC  (7+ messages)
` [PATCH v2 3/7] mm: Add batched versions of ptep_modify_prot_start/commit

[PATCH v5 00/12] khugepaged: mTHP support
 2025-05-01 12:58 UTC  (3+ messages)
` [PATCH v5 07/12] khugepaged: add "

[RFC,net-next v1] net: phy: mediatek: do not require syscon compatible for pio property
 2025-05-01 12:57 UTC 

[PATCH] ACPI: APEI: EINJ: Fix probe error message
 2025-05-01 12:53 UTC  (2+ messages)

[PATCH v4] mfd: core: Support auxiliary device
 2025-05-01 12:50 UTC  (2+ messages)

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2025-05-01 12:46 UTC  (7+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH v2] hwmon: (asus-ec-sensors) add WARN_ONCE() on invalid sensor index
 2025-05-01 12:44 UTC  (8+ messages)

[PATCH v4] mm: add zblock allocator
 2025-05-01 12:41 UTC  (5+ messages)

[PATCH v1] mm/contpte: Optimize loop to reduce redundant operations
 2025-05-01 12:39 UTC  (7+ messages)
` [mm/contpte v3 0/1] "
  ` [mm/contpte v3 1/1] "

[PATCH v2 00/11] Add RK3576 SAI Audio Controller Support
 2025-05-01 12:38 UTC  (3+ messages)
` [PATCH v2 02/11] clk: rockchip: introduce auxiliary GRFs

[PATCH V5 0/2] JFS: Implement migrate_folio for jfs_metapage_aops
 2025-05-01 12:37 UTC  (3+ 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®