linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-15 10:24:25 to 2025-05-15 12:16:15 UTC [more...]

[PATCHv2 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-15 12:11 UTC  (21+ messages)
` [PATCHv2 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv2 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv2 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv2 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv2 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv2 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv2 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv2 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv2 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv2 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv2 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv2 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv2 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv2 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv2 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv2 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv2 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv2 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv2 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv2 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering

[PATCH 6.14 000/197] 6.14.7-rc2 review
 2025-05-15 12:15 UTC  (3+ messages)

[PATCH v9 00/12] mtd: add driver for Intel discrete graphics
 2025-05-15 12:13 UTC  (8+ messages)
` [PATCH v9 02/12] mtd: add driver for intel graphics non-volatile memory device
` [PATCH v9 03/12] mtd: intel-dg: implement region enumeration

[PATCH] OPP: switch to use kmemdup_array()
 2025-05-15 12:13 UTC 

[PATCH] fs: allow clone_private_mount() for a path on real rootfs
 2025-05-15 12:12 UTC  (5+ messages)

linux-next: error trying to fetch the clockevents tree
 2025-05-15 12:11 UTC  (5+ messages)

[PATCH] drm/nouveau/dp: convert to use ERR_CAST()
 2025-05-15 12:11 UTC 

[PATCH v3 0/2] venus driver fixes for vulnerabilities due to unexpected firmware payload
 2025-05-15 12:11 UTC  (6+ messages)
` [PATCH v3 1/2] media: venus: fix TOCTOU vulnerability when reading packets from shared memory

[PATCH 1/1] PCI/bwctrl: Remove also pcie_bwctrl_lbms_rwsem
 2025-05-15 12:09 UTC  (5+ messages)

[PATCH v5] ASoC: SOF: Intel: hda: Fix UAF when reloading module
 2025-05-15 12:08 UTC  (2+ messages)

[PATCH v8 0/2] ASoC: codecs: add support for ES8389
 2025-05-15 12:08 UTC  (2+ messages)

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-05-15 12:08 UTC  (2+ messages)

[PATCH 0/2] cs35l56: Log tuning unique identifiers during firmware load
 2025-05-15 12:08 UTC  (2+ messages)

[RESEND v7 0/2] ASoC: codecs: add support for ES8389
 2025-05-15 12:08 UTC  (2+ messages)

[PATCH v7 0/2] ASoC: codecs: add support for ES8389
 2025-05-15 12:08 UTC  (2+ messages)

[PATCH v3 0/7] x86: Robustify pgtable_l5_enabled()
 2025-05-15 12:08 UTC  (16+ messages)
` [PATCH v3 1/7] x86/cpu: Use a new feature flag for 5 level paging
` [PATCH v3 2/7] x86/cpu: Allow caps to be set arbitrarily early
` [PATCH v3 4/7] x86/boot: Set 5-level paging CPU cap before entering C code

[PATCH -v2 00/32] x86/boot/e820: Assorted E820 table handling features and cleanups
 2025-05-15 12:05 UTC  (33+ messages)
` [PATCH 01/32] x86/boot/e820: Remove inverted boolean logic from the e820_nomerge() function name, rename it to e820_type_mergeable()
` [PATCH 02/32] x86/boot/e820: Simplify e820__print_table() a bit
` [PATCH 03/32] x86/boot/e820: Simplify the PPro Erratum #50 workaround
` [PATCH 04/32] x86/boot/e820: Mark e820__print_table() static
` [PATCH 05/32] x86/boot/e820: Print gaps in the E820 table
` [PATCH 06/32] x86/boot/e820: Make the field separator space character part of e820_print_type()
` [PATCH 07/32] x86/boot/e820: Print out sizes of E820 memory ranges
` [PATCH 08/32] x86/boot/e820: Print E820_TYPE_RAM entries as ... RAM entries
` [PATCH 09/32] x86/boot/e820: Call the PCI gap a 'gap' in the boot log printout
` [PATCH 10/32] x86/boot/e820: Use 'u64' consistently instead of 'unsigned long long'
` [PATCH 11/32] x86/boot/e820: Remove pointless early_panic() indirection
` [PATCH 12/32] x86/boot/e820: Clean up confusing and self-contradictory verbiage around E820 related resource allocations
` [PATCH 13/32] x86/boot/e820: Improve e820_print_type() messages
` [PATCH 14/32] x86/boot/e820: Clean up __e820__range_add() a bit
` [PATCH 15/32] x86/boot/e820: Clean up __refdata use "
` [PATCH 16/32] x86/boot/e820: Remove unnecessary header inclusions
` [PATCH 17/32] x86/boot/e820: Standardize e820 table index variable names under 'idx'
` [PATCH 18/32] x86/boot/e820: Standardize e820 table index variable types under 'u32'
` [PATCH 19/32] x86/boot/e820: Change struct e820_table::nr_entries type from __u32 to u32
` [PATCH 20/32] x86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bit
` [PATCH 21/32] x86/boot/e820: Change e820_search_gap() to search for the highest-address PCI gap
` [PATCH 22/32] x86/boot/e820: Rename gap_start/gap_size to max_gap_start/max_gap_start in e820_search_gap() et al
` [PATCH 23/32] x86/boot/e820: Simplify & clarify __e820__range_add() a bit
` [PATCH 24/32] x86/boot/e820: Standardize __init/__initdata tag placement
` [PATCH 25/32] x86/boot/e820: Simplify append_e820_table() and remove restriction on single-entry tables
` [PATCH 26/32] x86/boot/e820: Remove e820__range_remove()'s unused return parameter
` [PATCH 27/32] x86/boot/e820: Simplify the e820__range_remove() API
` [PATCH 28/32] x86/boot/e820: Make sure e820_search_gap() finds all gaps
` [PATCH 29/32] x86/boot/e820: Introduce E820_TYPE_13 and treat it as a device region
` [PATCH 30/32] x86/boot/e820: Change e820_type_to_string() to take a 'type' parameter
` [PATCH 31/32] x86/boot/e820: Unify e820_print_type() and e820_type_to_string()
` [PATCH 32/32] x86/boot/e820: Move index increments outside accessors in e820__update_table()

[PATCH v3 0/2] rust: add support for request_irq
 2025-05-15 12:06 UTC  (9+ messages)
` [PATCH v3 1/2] rust: irq: add support for request_irq()

[RFC next v2 0/5] ucount: add rlimit cache for ucount
 2025-05-15 12:04 UTC  (3+ messages)

[PATCH 6.14 000/197] 6.14.7-rc1 review
 2025-05-15 12:04 UTC  (4+ messages)

[PATCH v2] kcov: rust: add flags for KCOV with Rust
 2025-05-15 12:03 UTC  (3+ messages)

[PATCH v3 0/3] Configure root port MPS during host probing
 2025-05-15 12:03 UTC  (9+ messages)
` [PATCH v3 3/3] PCI: aardvark: Remove redundant MPS configuration

[PATCH] squashfs: fix NULL pointer dereference in bio_alloc_clone failure path
 2025-05-15 12:01 UTC 

[PATCH 6.6 000/113] 6.6.91-rc2 review
 2025-05-15 12:01 UTC  (2+ messages)

[net-next PATCH v10 0/7] net: phy: Add support for new Aeonsemi PHYs
 2025-05-15 12:01 UTC  (11+ messages)
` [net-next PATCH v10 1/7] net: phy: pass PHY driver to .match_phy_device OP
` [net-next PATCH v10 2/7] net: phy: bcm87xx: simplify "
` [net-next PATCH v10 3/7] net: phy: nxp-c45-tja11xx: "
` [net-next PATCH v10 4/7] net: phy: introduce genphy_match_phy_device()
` [net-next PATCH v10 5/7] net: phy: Add support for Aeonsemi AS21xxx PHYs
` [net-next PATCH v10 6/7] dt-bindings: net: Document support for Aeonsemi PHYs
` [net-next PATCH v10 7/7] rust: net::phy sync with match_phy_device C changes

[PATCH] hugetlb: Show nr_huge_pages in report_hugepages()
 2025-05-15 11:42 UTC 

[PATCH v3] PCI: Prevent power state transition of erroneous device
 2025-05-15 11:58 UTC  (5+ messages)

[PATCH v2 0/4] arm64: dts: renesas: r8a779g3: Add Retronix R-Car V4H Sparrow Hawk board support
 2025-05-15 11:57 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: PCI: rcar-gen4-pci-host: Document optional aux clock

[PATCH v2] MAINTAINERS: update my email address to gmail.com
 2025-05-15 11:56 UTC  (2+ messages)

[PATCH v1 0/2] ESWIN EIC7700 sata driver
 2025-05-15 11:56 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: sata: eswin: Document for EIC7700 SoC
` [PATCH v1 2/2] sata: eswin: Add eic7700 sata driver

[PATCH 00/29] x86/boot/e820: Assorted E820 table handling features and cleanups
 2025-05-15 11:56 UTC  (37+ messages)
` [PATCH 05/29] x86/boot/e820: Print gaps in the E820 table
` [PATCH 07/29] x86/boot/e820: Print out sizes of E820 memory ranges
` [PATCH 08/29] x86/boot/e820: Print E820_TYPE_RAM entries as ... RAM entries
    ` [PATCH 30/29] x86/boot/e820: Unify e820_print_type() and e820_type_to_string()
` [PATCH 10/29] x86/boot/e820: Use 'u64' consistently instead of 'unsigned long long'
` [PATCH 14/29] x86/boot/e820: Clean up __e820__range_add() a bit
` [PATCH 17/29] x86/boot/e820: Standardize e820 table index variable names under 'idx'
    ` [PATCH 31/29] x86/boot/e820: Move index increments outside accessors in e820__update_table()
` [PATCH 19/29] x86/boot/e820: Standardize e820 table index variable types under 'u32'
` [PATCH 20/29] x86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bit
` [PATCH 27/29] x86/boot/e820: Simplify the e820__range_remove() API

[PATCH v2 0/4] media: i2c: imx214: Add support for more clock frequencies
 2025-05-15 11:54 UTC  (5+ messages)
` [PATCH v2 4/4] media: i2c: imx214: Remove hard-coded external clock frequency

[PATCH net-next v5 0/5] eth: fbnic: Add devlink dev flash support
 2025-05-15 11:54 UTC  (4+ messages)
` [PATCH net-next v5 5/5] "

[PATCH] platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store()
 2025-05-15 11:52 UTC  (2+ messages)

[PATCH net-next v3] net: Add support for providing the PTP hardware source in tsinfo
 2025-05-15 11:51 UTC  (2+ messages)

[PATCH v2 0/5] Fix onboard USB hub instability on RK3399 Puma SoM
 2025-05-15 11:49 UTC  (4+ messages)
` [PATCH v2 2/5] dt-bindings: usb: cypress,hx3: Add support for all variants

[PATCH v15] platform/x86: Add AMD ISP platform config for OV05C10
 2025-05-15 11:50 UTC  (2+ messages)

[PATCH v7 00/14] media: rockchip: add a driver for the rockchip camera interface
 2025-05-15 11:50 UTC  (5+ messages)
` [PATCH v7 06/14] "
` [PATCH v7 14/14] arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander

[RFC PATCH v4] media: v4l2-common: Add a helper for obtaining the clock producer
 2025-05-15 11:49 UTC  (4+ messages)

[PATCH v3 0/5] intel-uncore-freq: Add agent_types and die_id attributes
 2025-05-15 11:48 UTC  (2+ messages)

[PATCH] firmware/raspberrypi: raise timeout to 3s
 2025-05-15 11:48 UTC  (7+ messages)

[PATCH v2 1/4] include/linux/fs.h: add inode_lock_killable()
 2025-05-15 11:47 UTC  (8+ messages)
` [PATCH v2 2/4] fs/open: make chmod_common() and chown_common() killable
` [PATCH v2 3/4] fs/open: make do_truncate() killable
` [PATCH v2 4/4] fs/read_write: make default_llseek() killable

[PATCH] platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys
 2025-05-15 11:46 UTC  (2+ messages)

[PATCH v5 0/4] rust: DebugFS Bindings
 2025-05-15 11:43 UTC  (7+ messages)
` [PATCH v5 4/4] rust: samples: Add debugfs sample

[PATCH] rust: add basic ELF sections parser
 2025-05-15 11:42 UTC  (5+ messages)

[PATCH v1] i2c: lpi2c: implement master_xfer_atomic callback
 2025-05-15 11:40 UTC  (4+ messages)

[BUG] WARNING in ipmr_rules_exit
 2025-05-15 11:37 UTC 

[PATCH 6.12 000/184] 6.12.29-rc2 review
 2025-05-15 11:34 UTC  (2+ messages)

[PATCH V3] PCI: dwc: tegra194: Broaden architecture dependency
 2025-05-15 11:33 UTC  (6+ messages)
` [PATCH V4] "

[PATCH] xen/arm: call uaccess_ttbr0_enable for dm_op hypercall
 2025-05-15 11:33 UTC  (2+ messages)

[PATCH] scripts: headers_install: fix a false positive
 2025-05-15 11:32 UTC  (2+ messages)

[PATCH 6.1 00/96] 6.1.139-rc2 review
 2025-05-15 11:31 UTC  (2+ messages)

[PATCH v8 0/9] mfd: bcm590xx: Add support for BCM59054
 2025-05-15 11:30 UTC  (10+ messages)
` [PATCH v8 4/9] mfd: bcm590xx: Add support for multiple device types + BCM59054 compatible

[PATCH v9 0/9] Add STM32MP25 PCIe drivers
 2025-05-15 11:30 UTC  (2+ messages)

[PATCH net-next] net: Look for bonding slaves in the bond's network namespace
 2025-05-15 11:30 UTC  (2+ messages)

[PATCH v8 0/9] Add STM32MP25 PCIe drivers
 2025-05-15 11:29 UTC  (9+ messages)
` [PATCH v8 2/9] PCI: stm32: Add PCIe host support for STM32MP25
` [PATCH v8 4/9] PCI: stm32: Add PCIe Endpoint "

[PATCH v12 0/4] Support system sleep with offloaded usb transfers
 2025-05-15 11:28 UTC  (7+ messages)
` [PATCH v12 3/4] xhci: sideband: add api to trace sideband usage
` [PATCH v12 4/4] usb: host: enable USB offload during system sleep

[PATCH v1 0/3] generalize panic_print's dump function to be used by other kernel parts
 2025-05-15 11:28 UTC  (6+ messages)
` [PATCH v1 1/3] kernel/panic: generalize panic_print's function to show sys info

[PATCH v4] vdpa/octeon_ep: Control PCI dev enabling manually
 2025-05-15 11:28 UTC  (3+ messages)

[PATCH V4 1/2] dt-bindings: spi: tegra: Document IOMMU property for Tegra234 QSPI
 2025-05-15 11:27 UTC  (2+ messages)

[PATCH 0/2] initial usbdrd phy support for Exynosautov920 soc
 2025-05-15 11:24 UTC  (3+ messages)
  ` [PATCH 2/2] phy: exyons5-usbdrd: support HS phy for ExynosAutov920

[BUG] WARNING in gup_vma_lookup
 2025-05-15 11:22 UTC 

[tip:irq/core] BUILD SUCCESS WITH WARNING 58eb5721a445ea0af310d1410d7117a1910627bc
 2025-05-15 11:16 UTC 

[PATCH] tpm: tis: Increase the default for timeout B
 2025-05-15 11:17 UTC  (6+ messages)
` [PATCH v3] tpm: tis: Double the timeout B to 4s

[PATCH v2] tracing: ring_buffer: Rewind persistent ring buffer when reboot
 2025-05-15 11:15 UTC 

[PATCH v11] media: uvcvideo: Fix bandwidth issue for Alcor camera
 2025-05-15 11:14 UTC 

[PATCH 0/2] dm mpath: Interface for explicit probing of active paths
 2025-05-15 11:14 UTC  (22+ messages)

[PATCH v4 0/2] ESWIN EIC7700 pinctrl driver
 2025-05-15 11:11 UTC  (4+ messages)
` [PATCH v4 2/2] pinctrl: eswin: Add "

[PATCH v6 0/4] Exynos Thermal code improvement
 2025-05-15 11:10 UTC  (3+ messages)

[RFT PATCH v3 00/21] x86: strict separation of startup code
 2025-05-15 11:10 UTC  (5+ messages)
` [RFT PATCH v3 01/21] x86/sev: Separate MSR and GHCB based snp_cpuid() via a callback

[PATCH 1/1] phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY mode
 2025-05-15 11:03 UTC  (2+ messages)

[PATCH v10] media: uvcvideo: Fix bandwidth issue for Alcor camera
 2025-05-15 10:59 UTC  (4+ messages)
    `  "

[PATCH net-next v10] net: ti: icssg-prueth: add TAPRIO offload support
 2025-05-15 10:54 UTC  (3+ messages)

[PATCH net 0/5] hv_netvsc: Fix error "nvsp_rndis_pkt_complete error status: 2"
 2025-05-15 10:55 UTC  (13+ messages)
` [PATCH net 1/5] Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges
` [PATCH net 2/5] hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages
` [PATCH net 3/5] hv_netvsc: Preserve contiguous PFN grouping in the page buffer array
` [PATCH net 4/5] hv_netvsc: Remove rmsg_pgcnt

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

[PATCH bpf-next v3 0/8] selftests/bpf: Test sockmap/sockhash redirection
 2025-05-15 10:49 UTC  (4+ messages)
` [PATCH bpf-next v3 4/8] selftests/bpf: Introduce verdict programs for sockmap_redir

[PATCH v3 00/17] Add MediaTek SoC DRM support for MT8196
 2025-05-15 10:48 UTC  (3+ messages)
` [PATCH v3 02/17] dt-bindings: display: mediatek: add EXDMA yaml "

linux-next: build failure after merge of the dmaengine-fixes tree
 2025-05-15 10:48 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: Allow vGICv4 configuration per VM
 2025-05-15 10:48 UTC  (3+ messages)

[PATCH 0/2] HDA: Add Tegra264 support
 2025-05-15 10:48 UTC  (2+ messages)

[PATCH] drm/panthor: Reset queue slots if termination fails
 2025-05-15 10:42 UTC  (2+ messages)

[PATCH v8 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-15 10:41 UTC  (3+ messages)

[PATCH net-next v4] net: phy: marvell-88q2xxx: Enable temperature measurement in probe again
 2025-05-15 10:40 UTC  (2+ messages)

linux-next: manual merge of the phy-next tree with the phy tree
 2025-05-15 10:38 UTC  (4+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15 10:33 UTC  (4+ messages)

[PATCH] ARM: dts: microchip: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
 2025-05-15 10:32 UTC 

[PATCH RFT v2 03/15] drm/msm: Use the central UBWC config database
 2025-05-15 10:32 UTC  (2+ messages)

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-05-15 10:29 UTC  (12+ messages)

[PATCH v2] iio: adc: stm32-adc: Fix race in installing chained IRQ handler
 2025-05-15 10:26 UTC  (2+ messages)

[PATCH] selftests: Add functional test for the abort file in fusectl
 2025-05-15 10:26 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).