All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-23 16:01:47 to 2026-04-23 16:34:55 UTC [more...]

[PATCH v2 00/58] perf: Reorganize scripting support
 2026-04-23 16:33 UTC  (78+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/58] perf arch arm: Sort includes and add missed explicit dependencies
  ` [PATCH v3 02/58] perf arch x86: "
  ` [PATCH v3 03/58] perf tests: "
  ` [PATCH v3 04/58] perf script: "
  ` [PATCH v3 05/58] perf util: "
  ` [PATCH v3 06/58] perf python: Add "
  ` [PATCH v3 07/58] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v3 08/58] perf data: Add open flag
  ` [PATCH v3 09/58] perf evlist: Add reference count
  ` [PATCH v3 10/58] perf evsel: "
  ` [PATCH v3 11/58] perf evlist: Add reference count checking
  ` [PATCH v3 12/58] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v3 13/58] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v3 14/58] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v3 15/58] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v3 16/58] perf python: Refactor and add accessors to sample event
  ` [PATCH v3 17/58] perf python: Add callchain support
  ` [PATCH v3 18/58] perf python: Add config file access
  ` [PATCH v3 19/58] perf python: Extend API for stat events in python.c
  ` [PATCH v3 20/58] perf python: Expose brstack in sample event
  ` [PATCH v3 21/58] perf python: Add perf.pyi stubs file
  ` [PATCH v3 22/58] perf python: Add LiveSession helper
  ` [PATCH v3 23/58] perf python: Move exported-sql-viewer.py and parallel-perf.py to tools/perf/python/
  ` [PATCH v3 24/58] perf stat-cpi: Port stat-cpi to use python module
  ` [PATCH v3 25/58] perf mem-phys-addr: Port mem-phys-addr "
  ` [PATCH v3 26/58] perf syscall-counts: Port syscall-counts "
  ` [PATCH v3 27/58] perf syscall-counts-by-pid: Port syscall-counts-by-pid "
  ` [PATCH v3 28/58] perf futex-contention: Port futex-contention "
  ` [PATCH v3 29/58] perf flamegraph: Port flamegraph "
  ` [PATCH v3 30/58] perf gecko: Port gecko "
  ` [PATCH v3 31/58] perf arm-cs-trace-disasm: Port arm-cs-trace-disasm "
  ` [PATCH v3 32/58] perf check-perf-trace: Port check-perf-trace "
  ` [PATCH v3 33/58] perf compaction-times: Port compaction-times "
  ` [PATCH v3 34/58] perf event_analyzing_sample: Port event_analyzing_sample "
  ` [PATCH v3 35/58] perf export-to-sqlite: Port export-to-sqlite "
  ` [PATCH v3 36/58] perf export-to-postgresql: Port export-to-postgresql "
  ` [PATCH v3 37/58] perf failed-syscalls-by-pid: Port failed-syscalls-by-pid "
  ` [PATCH v3 38/58] perf intel-pt-events: Port intel-pt-events/libxed "
  ` [PATCH v3 39/58] perf net_dropmonitor: Port net_dropmonitor "
  ` [PATCH v3 40/58] perf netdev-times: Port netdev-times "
  ` [PATCH v3 41/58] perf powerpc-hcalls: Port powerpc-hcalls "
  ` [PATCH v3 42/58] perf sched-migration: Port sched-migration/SchedGui "
  ` [PATCH v3 43/58] perf sctop: Port sctop "
  ` [PATCH v3 44/58] perf stackcollapse: Port stackcollapse "
  ` [PATCH v3 45/58] perf task-analyzer: Port task-analyzer "
  ` [PATCH v3 46/58] perf failed-syscalls: Port failed-syscalls "
  ` [PATCH v3 47/58] perf rw-by-file: Port rw-by-file "
  ` [PATCH v3 48/58] perf rw-by-pid: Port rw-by-pid "
  ` [PATCH v3 49/58] perf rwtop: Port rwtop "
  ` [PATCH v3 50/58] perf wakeup-latency: Port wakeup-latency "
  ` [PATCH v3 51/58] perf test: Migrate Intel PT virtual LBR test to use Python API
  ` [PATCH v3 52/58] perf: Remove libperl support, legacy Perl scripts and tests
  ` [PATCH v3 53/58] perf: Remove libpython support and legacy Python scripts
  ` [PATCH v3 54/58] perf Makefile: Update Python script installation path
  ` [PATCH v3 55/58] perf script: Refactor to support standalone scripts and remove legacy features
  ` [PATCH v3 56/58] perf Documentation: Update for standalone Python scripts and remove obsolete data
  ` [PATCH v3 57/58] perf python: Improve perf script -l descriptions
  ` [PATCH v3 58/58] fixup! perf check-perf-trace: Port check-perf-trace to use python module
  ` [PATCH v4 00/58] perf: Reorganize scripting support
    ` [PATCH v4 01/58] perf inject: Fix itrace branch stack synthesis
    ` [PATCH v4 02/58] perf arch arm: Sort includes and add missed explicit dependencies
    ` [PATCH v4 03/58] perf arch x86: "
    ` [PATCH v4 04/58] perf tests: "
    ` [PATCH v4 05/58] perf script: "
    ` [PATCH v4 06/58] perf util: "
    ` [PATCH v4 07/58] perf python: Add "
    ` [PATCH v4 08/58] perf evsel/evlist: Avoid unnecessary #includes
    ` [PATCH v4 09/58] perf data: Add open flag
    ` [PATCH v4 10/58] perf evlist: Add reference count
    ` [PATCH v4 11/58] perf evsel: "
    ` [PATCH v4 12/58] perf evlist: Add reference count checking
    ` [PATCH v4 13/58] perf python: Use evsel in sample in pyrf_event
    ` [PATCH v4 14/58] perf python: Add wrapper for perf_data file abstraction
    ` [PATCH v4 15/58] perf python: Add python session abstraction wrapping perf's session
    ` [PATCH v4 16/58] perf python: Add syscall name/id to convert syscall number and name
    ` [PATCH v4 17/58] perf python: Refactor and add accessors to sample event

[PATCH RFC v2 00/11] Add support for AUDIN driver in Amlogic GXBB
 2026-04-23 16:34 UTC  (8+ messages)
` [PATCH RFC v2 05/11] ASoC: dt-bindings: amlogic: add schema for audin-formatter and audin-toddr

[syzbot] [mm?] KCSAN: data-race in mas_wr_store_entry / mtree_range_walk (2)
 2026-04-23 16:34 UTC  (5+ messages)

[PATCH 00/48] objtool/klp: Some klp-build fixes and improvements
 2026-04-23 16:34 UTC  (10+ messages)
` [PATCH 17/48] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
` [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-23 16:33 UTC  (7+ messages)

[syzbot] [bridge?] possible deadlock in br_multicast_rcv (3)
 2026-04-23 16:33 UTC 

[OE-core][scarthgap][PATCH] libsoup: Fix CVE-2026-5119
 2026-04-23 16:31 UTC  (2+ messages)

[RESEDN PATCH mptcp-net] mptcp: update window_clamp on subflows when SO_RCVBUF is set
 2026-04-23 16:30 UTC  (2+ messages)

the stuttering regression in 7.0: should I have done something different?
 2026-04-23 16:30 UTC 

[Bug 221383] New: ideapad_laptop: Fn hotkeys stop emitting after s2idle resume on IdeaPad Slim 3 14ARP10 (Ryzen 7735HS)
 2026-04-23 16:30 UTC  (2+ messages)
` [Bug 221383] "

[PATCH net-next v5 00/10] enic: SR-IOV V2 admin channel and MBOX protocol
 2026-04-23 16:28 UTC  (11+ messages)
` [PATCH net-next v5 01/10] enic: verify firmware supports V2 SR-IOV at probe time
` [PATCH net-next v5 02/10] enic: add admin channel open and close for SR-IOV
` [PATCH net-next v5 03/10] enic: add admin RQ buffer management
` [PATCH net-next v5 04/10] enic: add admin CQ service with MSI-X interrupt and NAPI polling
` [PATCH net-next v5 05/10] enic: define MBOX message types and header structures
` [PATCH net-next v5 06/10] enic: add MBOX core send and receive for admin channel
` [PATCH net-next v5 07/10] enic: add MBOX PF handlers for VF register and capability
` [PATCH net-next v5 08/10] enic: add MBOX VF handlers for capability, register and link state
` [PATCH net-next v5 09/10] enic: wire V2 SR-IOV enable with admin channel and MBOX
` [PATCH net-next v5 10/10] enic: add V2 VF probe with admin channel and PF registration

[PATCH 0/4] Add support for clear counter and error event in DRM RAS
 2026-04-23 16:29 UTC  (8+ messages)
` [PATCH 3/4] drm/drm_ras: Add DRM RAS netlink error event notification

[PATCH 0/2] KVM: x86: Fastpath userspace exit fix and hardening
 2026-04-23 16:26 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits
` [PATCH 2/2] KVM: SVM: Refresh vcpu->arch.cr{0,3} prior to invoking fastpath handler

[RFC PATCH v2 0/3] gpio: add PMIO support to gpio-mmio
 2026-04-23 16:26 UTC  (4+ messages)

[PATCH] tests: add test for json-streamer.c error recovery
 2026-04-23 16:24 UTC  (3+ messages)

[PATCH 00/12] Fixes/improvements for the PCI M.2 power sequencing driver
 2026-04-23 16:24 UTC  (3+ messages)
` [PATCH 01/12] power: sequencing: Introduce an API to check whether the pwrseq is fixed or controllable

[PATCH v2 0/4] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-04-23 16:22 UTC  (4+ messages)
` [PATCH v2 1/4] perf/x86/intel: Don't write PEBS_ENABLED on host<=>guest xfers if CPU has isolation

[OE-core][scarthgap][PATCH] openssh: Fix CVE-2026-35414
 2026-04-23 16:21 UTC  (2+ messages)

[PATCH v3 v3 0/2] add blocks_allocated to mb_stats and clear mb_stats
 2026-04-23 16:19 UTC  (3+ messages)
` [PATCH v3 v3 2/2] ext4: allow clearing mballoc stats through mb_stats

[PATCH v2 00/13] nfsd/sunrpc: add support for netlink upcalls for mountd/exportd
 2026-04-23 16:21 UTC  (3+ messages)
` [PATCH v2 08/13] sunrpc: add netlink upcall for the auth.unix.ip cache

XFS Deadlock on Linux 6.12.82
 2026-04-23 16:20 UTC  (3+ messages)

Several QOM objects crash on introspection
 2026-04-23 16:18 UTC  (4+ messages)

[meta-rockchip PATCH v2] add support for upstream RKNPU/RKNN/Rocket HW AI accelerator
 2026-04-23 16:19 UTC 

[git pull] Input updates for v7.1-rc0
 2026-04-23 16:18 UTC  (2+ messages)

[GIT PULL] soc: late changes for 7.1
 2026-04-23 16:18 UTC  (2+ messages)

[PATCH 0/3] DSC max delta bpp support
 2026-04-23 16:18 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for DSC max delta bpp support (rev2)

[GIT PULL] pwm: Changes for 7.1-rc1
 2026-04-23 16:18 UTC  (2+ messages)

[GIT PULL] VFIO updates for v7.1-rc1 (part 2)
 2026-04-23 16:18 UTC  (2+ messages)

Default IDENTIFY timeout is 5000ms which is too short for enterprise disks
 2026-04-23 16:17 UTC  (5+ messages)

[PATCH] contrib/vim: highlight inherit_defer and include_all
 2026-04-23 16:17 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH bpf-next v2 1/2] bpf: Implement dtor for struct file BTF ID
 2026-04-23 16:16 UTC  (2+ messages)

[PATCH net] net: mana: hardening: Validate SHM offset from BAR0 register to prevent crash due to alignment fault
 2026-04-23 16:16 UTC 

[PATCH 0/1] migration/multifd: fix channel count TOCTOU race on cancel and retry
 2026-04-23 16:14 UTC  (4+ messages)
` [PATCH 1/1] "

+ tools-accounting-getdelays-fix-wformat-truncation-warning-in-format_timespec.patch added to mm-nonmm-unstable branch
 2026-04-23 16:15 UTC 

[PATCH v3] wifi: ath12k: use lockdep_assert_in_rcu_read_lock() for RCU assertions
 2026-04-23 16:14 UTC  (4+ messages)

[PATCH i-g-t v12 0/2] tests/intel/xe_vm: Add support for overcommit tests
 2026-04-23 16:14 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for tests/intel/xe_vm: Add support for overcommit tests (rev8)

[PATCH v12 0/5] Rust bindings for gem shmem
 2026-04-23 16:13 UTC  (7+ messages)
` [PATCH v12 4/5] rust: drm: gem: Introduce shmem::SGTable

[PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
 2026-04-23 16:13 UTC  (11+ messages)

[PATCH v4 0/4] xen/drivers/char: fix IRQ registration failure propagation
 2026-04-23 16:11 UTC  (5+ messages)
` [PATCH v4 1/4] xen/drivers/char: fix SCIF "
` [PATCH v4 2/4] xen/drivers/char/pl011: fix "
` [PATCH v4 3/4] xen/drivers/char/cadence-uart: "
` [PATCH v4 4/4] xen/drivers/char: fix exynos4210 "

[RFC PATCH] net: skb: on zero-copy formatted output to skb
 2026-04-23 16:03 UTC  (3+ messages)

INFO: rcu detected stall in dummy_timer (3)
 2026-04-23 16:11 UTC  (3+ messages)

[PATCH] nestedsvm: Clear GIF when injecting VMEXIT
 2026-04-23 16:11 UTC 

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-04-23 15:49 UTC  (4+ messages)
` [PATCH v2 08/31] x86/virt/tdx: Configure TDX Module with optional TDX Connect feature

[PATCH v20 00/15] HVF: Add support for platform vGIC and nested virtualisation
 2026-04-23 16:10 UTC  (7+ messages)
` [PATCH v20 03/15] accel, hw/arm, include/system/hvf: infrastructure changes for HVF vGIC
` [PATCH v20 08/15] hvf: arm: allow exposing minimal PMU when running with nested virt on
` [PATCH v20 13/15] hvf: arm: physical timer emulation

[Bridge] [syzbot] possible deadlock in br_multicast_rcv (3)
 2026-04-23 16:10 UTC  (2+ messages)
` Forwarded: test

[PATCH] linux-user: fix usage of struct target_stat64 for TARGET_LOONGARCH64 in syscall_defs.h
 2026-04-23 16:09 UTC  (13+ messages)

[PATCH v3 0/3] Add driver support for ESWIN EIC7700 HSP clock and reset generator
 2026-04-23 16:09 UTC  (3+ messages)
` [PATCH v3 3/3] reset: eswin: Add eic7700 HSP reset driver

[PATCH v2 0/8] repo_config_values: migrate more globals
 2026-04-23 16:08 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] Revert "compat/posix: introduce writev(3p) wrapper"
  ` [PATCH v3 2/8] rust: we are way beyond 2.53
  ` [PATCH v3 3/8] doc: am: revert Message-ID trailer claim
  ` [PATCH v3 4/8] doc: am: correct to full --no-message-id
  ` [PATCH v3 5/8] CI: bump actions/checkout from 4 to 5 for rust-analysis job
  ` [PATCH v3 6/8] gitglossary: fix indentation of sub-lists
  ` [PATCH v3 7/8] Hopefully the final tweak before -rc2
  ` [PATCH v3 8/8] Git 2.54-rc2

[PATCH v4 0/8] arm64: amlogic: T7 thermal support
 2026-04-23 16:07 UTC  (27+ messages)
` [PATCH v4 1/8] dt-bindings: thermal: amlogic: Add support for T7
` [PATCH v4 2/8] firmware: meson: sm: Thermal calibration read via secure monitor
` [PATCH v4 3/8] firmware: meson: sm: Add thermal calibration SMC call
` [PATCH v4 4/8] thermal: amlogic: Add support for secure monitor calibration readout
` [PATCH v4 5/8] arm64: dts: amlogic: t7: Add cooling cells to all CPUs
` [PATCH v4 6/8] arm64: dts: amlogic: t7: Add thermal sensor nodes
` [PATCH v4 7/8] arm64: dts: amlogic: t7: Add thermal zones
` [PATCH v4 8/8] arm64: dts: amlogic: t7: khadas-vim4: Add fan cooling to "

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-04-23 16:08 UTC  (6+ messages)
` [RFC PATCH v1 11/11] landlock: Add documentation for capability and namespace restrictions

[PATCH] parse-options: fix sparse 'plain integer as NULL pointer'
 2026-04-23 16:05 UTC 

[PATCH BlueZ] src/shared: implement custom CCC callbacks for intercepting client notification subscriptions
 2026-04-23 16:08 UTC  (2+ messages)
` [BlueZ] "

[PATCH v4 00/17] hw/usb/ehci: Add 64-bit descriptor addressing support
 2026-04-23 16:07 UTC  (3+ messages)
` [PATCH v4 08/17] hw/usb/hcd-ehci: Change descriptor addresses to 64-bit with migration compatibility

[PATCH] CHANGELOG: add xenstored watch depth feature
 2026-04-23 16:07 UTC 

+ mm-damon-sysfs-schemes-protect-path-kfree-with-damon_sysfs_lock.patch added to mm-hotfixes-unstable branch
 2026-04-23 16:06 UTC 

[PATCH nft] evaluate: zap useless 0-shifts
 2026-04-23 16:06 UTC  (2+ messages)

+ mm-damon-sysfs-schemes-protect-memcg_path-kfree-with-damon_sysfs_lock.patch added to mm-hotfixes-unstable branch
 2026-04-23 16:06 UTC 

[PATCH] usb: cdns3: gadget: fix request skipping after clearing halt
 2026-04-23 16:06 UTC 

[PATCH mptcp-net] mptcp: pm: kernel: reset fullmesh counter after flush
 2026-04-23 16:04 UTC 

[to-be-updated] selftests-mm-add-kmemleak-verbose-dedup-test.patch removed from -mm tree
 2026-04-23 16:04 UTC 

[to-be-updated] mm-kmemleak-dedupe-verbose-scan-output-by-allocation-backtrace.patch removed from -mm tree
 2026-04-23 16:04 UTC 

[PATCH v3 00/17] hw/usb/ehci: Add 64-bit descriptor addressing support
 2026-04-23 16:03 UTC  (10+ messages)
` [PATCH v3 06/17] hw/usb/hcd-ehci: Change descriptor addresses to 64-bit

+ mm-gup-honour-foll_pin-in-nommu-__get_user_pages_locked.patch added to mm-new branch
 2026-04-23 16:03 UTC 

[Buildroot] [PATCH] package/mpfr: bump version to 4.2.2
 2026-04-23 16:01 UTC 

[PATCH 0/3] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-04-23 16:01 UTC  (5+ messages)
` [PATCH 2/3] x86/cpuid: fix unbootable VMs by really inlining memcmp() in hypervisor_cpuid_base()
` [PATCH 3/3] x86/pvh: fix unbootable VMs by really inlining memset() in xen_prepare_pvh()


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.