All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-12 23:01:51 to 2026-09-13 02:44:16 UTC [more...]

[PATCH v2 00/86] tcg: Generic expansion of most operations
 2026-09-13  2:38 UTC  (57+ messages)
` [PATCH v2 01/86] include/qemu: Define QEMU_ALIAS
` [PATCH v2 02/86] tcg: Use QEMU_ALIAS to define most tcg_gen_*_ptr
` [PATCH v2 03/86] tcg: Generic expansion of tcg_gen_mov_*
` [PATCH v2 04/86] tcg: Generic expansion of tcg_gen_movi_*
` [PATCH v2 05/86] tcg: Generic expansion of tcg_gen_discard_*
` [PATCH v2 06/86] tcg: Generic expansion of tcg_gen_add_*
` [PATCH v2 07/86] tcg: Generic expansion of tcg_gen_addi_*
` [PATCH v2 08/86] tcg: Generic expansion of tcg_gen_sub_*
` [PATCH v2 09/86] tcg: Generic expansion of tcg_gen_subi_*
` [PATCH v2 10/86] tcg: Generic expansion of tcg_gen_neg_*
` [PATCH v2 11/86] tcg: Generic expansion of tcg_gen_subfi_*
` [PATCH v2 12/86] tcg: Generic expansion of tcg_gen_and_*
` [PATCH v2 13/86] tcg: Generic expansion of tcg_gen_or_*
` [PATCH v2 14/86] tcg: Generic expansion of tcg_gen_xor_*
` [PATCH v2 16/86] tcg: Generic expansion of tcg_gen_shr_*
` [PATCH v2 17/86] tcg: Generic expansion of tcg_gen_sar_*
` [PATCH v2 18/86] tcg: Generic expansion of tcg_gen_mul_*
` [PATCH v2 19/86] tcg: Generic expansion of tcg_gen_shli_*
` [PATCH v2 20/86] tcg: Generic expansion of tcg_gen_shri_*
` [PATCH v2 21/86] tcg: Generic expansion of tcg_gen_sari_*
` [PATCH v2 22/86] tcg: Generic expansion of tcg_gen_andi_*
` [PATCH v2 23/86] tcg: Generic expansion of tcg_gen_ori_*
` [PATCH v2 24/86] tcg: Generic expansion of tcg_gen_xori_*
` [PATCH v2 26/86] tcg: Generic expansion of tcg_gen_not_*
` [PATCH v2 27/86] tcg: Drop division helpers
` [PATCH v2 28/86] tcg: Generic expansion of tcg_gen_div_*
` [PATCH v2 30/86] tcg: Generic expansion of tcg_gen_divu_*
` [PATCH v2 31/86] tcg: Generic expansion of tcg_gen_remu_*
` [PATCH v2 32/86] tcg: Generic expansion of tcg_gen_andc_*
` [PATCH v2 33/86] tcg: Generic expansion of tcg_gen_eqv_*
` [PATCH v2 34/86] tcg: Generic expansion of tcg_gen_nand_*
` [PATCH v2 35/86] tcg: Generic expansion of tcg_gen_nor_*
` [PATCH v2 36/86] tcg: Generic expansion of tcg_gen_orc_*
` [PATCH v2 37/86] tcg: Generic expansion of tcg_gen_brcond_*
` [PATCH v2 38/86] tcg: Generic expansion of tcg_gen_brcondi_*
` [PATCH v2 39/86] tcg: Generic expansion of tcg_gen_setcond_*
` [PATCH v2 41/86] tcg: Generic expansion of tcg_gen_negsetcond_*
` [PATCH v2 42/86] tcg: Generic expansion of tcg_gen_negsetcondi_*
` [PATCH v2 43/86] tcg: Generic expansion of tcg_gen_movcond_*
` [PATCH v2 45/86] tcg: Split out gen_extu_i32_i64
` [PATCH v2 49/86] tcg: Use signed integer for tcg_gen_{clz, ctz}i_{i32, i64}
` [PATCH v2 50/86] tcg: Generic expansion of tcg_gen_clzi_*
` [PATCH v2 53/86] tcg: Generic expansion of tcg_gen_ctzi_*
` [PATCH v2 55/86] tcg: Generic expansion of tcg_gen_rotl_*
` [PATCH v2 59/86] tcg: Generic expansion of tcg_gen_deposit_*
` [PATCH v2 65/86] tcg: Generic expansion of tcg_gen_ext16s_*
` [PATCH v2 66/86] tcg: Generic expansion of tcg_gen_ext16u_*
` [PATCH v2 67/86] tcg: Generic expansion of tcg_gen_ext_*
` [PATCH v2 68/86] tcg: Generic expansion of tcg_gen_smin_*
` [PATCH v2 69/86] tcg: Generic expansion of tcg_gen_smax_*
` [PATCH v2 71/86] tcg: Generic expansion of tcg_gen_umax_*
` [PATCH v2 72/86] tcg: Generic expansion of tcg_gen_abs_*
` [PATCH v2 73/86] tcg: Use smax in abs if available
` [PATCH v2 74/86] tcg: Generic expansion of tcg_gen_ussub_*
` [PATCH v2 76/86] tcg: Generic expansion of tcg_gen_extract2_*
` [PATCH v2 78/86] tcg: Generic expansion of tcg_gen_add2_*

[PATCH v1 0/8] perf tools: Annotate fixes, stdio progress indication, debuginfo-client in more places
 2026-09-13  2:44 UTC  (14+ messages)
` [PATCH v1 1/8] perf test: Skip data_type_profiling when the PMU cannot record memory events
` [PATCH v1 2/8] perf debuginfo: Fetch debuginfo keyed by build ID using debuginfod
` [PATCH v1 3/8] perf symbol: Fall back to fetching the vmlinux by build ID
` [PATCH v1 4/8] perf annotate-data: Show the sample count in the data-type browser
` [PATCH v1 5/8] perf report: Add --progress option
` [PATCH v1 6/8] perf scripts: Add perf-stuck, to tell where a running perf is stuck
` [PATCH v1 7/8] perf annotate-data: Resolve type DIEs in the debug file they came from
` [PATCH v1 8/8] perf mem record: Request PERF_SAMPLE_CPU by default

[PATCH v9 0/9] livepatch: Add support for scoped atomic replace
 2026-09-13  2:42 UTC  (10+ messages)
` [PATCH v9 1/9] selftests/livepatch: Clarify test module file names
` [PATCH v9 2/9] selftests/livepatch: Adapt atomic replace tests to provides/obsoletes
` [PATCH v9 3/9] livepatch: Make klp_find_func() non static
` [PATCH v9 4/9] livepatch: Call klp_init_patch_early() earlier
` [PATCH v9 5/9] livepatch: Implement provides and obsoletes for scoped atomic replace
` [PATCH v9 6/9] livepatch: Deprecate stack_order
` [PATCH v9 7/9] selftests/livepatch: Add provides/obsoletes test scenarios
` [PATCH v9 8/9] selftests/livepatch: Add state test for provides/obsoletes
` [PATCH v9 9/9] selftests/livepatch: Add function "

[PATCH] btrfs: derive f_fsid with dev_t only when temp_fsid is active
 2026-09-13  2:43 UTC  (5+ messages)

[PATCH bpf-next v4 00/15] bpf: Support by-value struct and __int128 arguments
 2026-09-13  2:40 UTC  (4+ messages)
` [PATCH bpf-next v4 01/15] bpf: Read a kfunc's __sz argument only when it is in a register

[PATCH v7 0/3] Samsung Expressatt: Camera Flash
 2026-09-13  2:38 UTC  (8+ messages)
` [PATCH v7 1/3] dt-bindings: leds: rt8515: Support single-GPIO flash ICs with vin supply
` [PATCH v7 2/3] leds: flash: "
` [PATCH v7 3/3] ARM: dts: qcom: msm8960: expressatt: Add camera flash

[PATCH v2] target/sparc: Enable variable page size for user-only
 2026-09-13  2:34 UTC 

+ mm-page_alloc-avoid-direct-compaction-for-costly-__gfp_noretry-allocations.patch added to mm-hotfixes-unstable branch
 2026-09-13  2:30 UTC  (2+ messages)

[PATCH] Input: sur40: prevent polling loop from stalling
 2026-09-13  2:28 UTC 

ANNOUNCE: pahole v1.32 (DWZ alt files, lots of new regression tests, BTF signatures, coverage analysis)
 2026-09-13  2:21 UTC 

[PATCH v2] rust: net: netlink: Migrate to zerocopy's IntoBytes
 2026-09-13  2:18 UTC 

[PATCH] rust: net: netlink: validate attribute length before casting to `c_int`
 2026-09-13  2:17 UTC 

[PATCH] wifi: rtw88: 8821c: Add HP single-antenna quirk
 2026-09-13  2:15 UTC  (2+ messages)

[bcachefs:master 928/1155] fs/bcachefs/data/compress.c:91:13: warning: 'bio_phys_contig' defined but not used
 2026-09-13  2:15 UTC 

[PATCH 0/3] kernfs: do less work under the kernfs_rwsem write lock
 2026-09-13  2:14 UTC  (4+ messages)
` [PATCH 1/3] kernfs: activate a new node without dropping kernfs_rwsem
` [PATCH 2/3] kernfs: allocate the new name outside kernfs_rwsem
` [PATCH 3/3] kernfs: free the old "

[PATCH] soundwire: qcom: quiesce runtime PM before removing bus
 2026-09-13  2:13 UTC 

[PATCH i-g-t v7 0/4] Add CMRR subtests
 2026-09-13  2:07 UTC  (2+ messages)
` ✓ i915.CI.Full: success for Add CMRR subtests (rev7)

[PATCH] media: cx23885: unregister DVB bus when SP2 CI setup fails
 2026-09-13  2:05 UTC 

[PATCH 6.18 0000/1518] 6.18.52-rc1 review
 2026-09-13  0:56 UTC  (3+ messages)
` [PATCH 6.18 0908/1518] perf c2c: Use perf_env e_machine rather than arch

[PATCH 00/58] Unit test framework for klp-build toolchain
 2026-09-13  1:53 UTC  (2+ messages)

[PATCH] Documentation nova: Fix bracket
 2026-09-13  1:48 UTC  (2+ messages)

[PATCH] drm/exynos: fimc: disable LCLK during cleanup
 2026-09-13  1:48 UTC  (2+ messages)

[PATCH] media: i2c: ov772x: power off sensor on ID read errors
 2026-09-13  1:43 UTC 

[PATCH] phy: broadcom: brcm-usb: unwind clocks on probe failure
 2026-09-13  1:40 UTC  (2+ messages)

[PATCH] rust: net: netlink: Migrate to zerocopy's `IntoBytes`
 2026-09-13  1:38 UTC  (2+ messages)

[PATCH v2] rust: num: document why Integer is sealed
 2026-09-13  1:38 UTC  (2+ messages)

[PATCH v4 0/2] Add support for AS7343 multi-spectral sensor
 2026-09-13  1:35 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: iio: light: add as7343

[v2 PATCH] rhashtable: Add rhashtable_flush_and_free helper
 2026-09-13  1:34 UTC  (5+ messages)
    ` [v3 "
      ` [v4 "

[syzbot] [bridge?] WARNING: locking bug in match_held_lock
 2026-09-13  1:31 UTC 

[RFC PATCH 00/20] rv: Add support for BPF monitors
 2026-09-13  1:26 UTC  (18+ messages)

[PATCH] usb: dwc3-am62: shut down refclk on remove
 2026-09-13  1:26 UTC 

[PATCH] tg3: clean up PHYLIB resources on probe failure
 2026-09-13  1:21 UTC 

[PATCH] drm/i915/dp: Expose sink max compressed bpp in debugfs
 2026-09-13  1:18 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c:6405:53-54: WARNING opportunity for min()
 2026-09-13  1:13 UTC 

[PATCH] net: fib_rules: add FRA_GOTO and FRA_L3MDEV to fib_rule_nlmsg_size()
 2026-09-13  1:06 UTC  (2+ messages)

[martinetd:9p-test 16/18] fs/9p/vfs_addr.c:178 v9fs_init_request() warn: missing unwind goto?
 2026-09-13  1:01 UTC 

[PATCH v2] kselftest: mm: remove exclusion of building soft-dirty test in arm64
 2026-09-13  0:52 UTC  (2+ messages)

[koverstreet-bcachefs:trace_sched_wakeup_backtrace 224/332] versioncheck: ./fs/bcachefs/util/util.c: 1030: need linux/version.h
 2026-09-13  0:51 UTC 

[PATCH v2] drm/amd/pm: defer UCLK DPM enablement on Apple Navi 14
 2026-09-13  0:50 UTC  (2+ messages)

[PATCH] smb: client: fix smbd_connection leak on cifs_get_tcp_session() error
 2026-09-13  0:45 UTC  (2+ messages)

[PATCH v2 0/2] Add support for AS7343 multi-spectral sensor
 2026-09-13  0:42 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: iio: light: add as7343

[PATCH v2] smb: client: fix rlist race and missing initialization
 2026-09-13  0:39 UTC  (2+ messages)

[PATCH net] net: stmmac: report phc_index as -1 when no PTP clock is registered
 2026-09-13  0:35 UTC  (3+ messages)

[PATCH RFC] drivers/rufs: add Rust UFS host controller driver
 2026-09-13  0:30 UTC  (8+ messages)

[PATCH] media: em28xx: reject audio endpoint with zero packet size
 2026-09-13  0:29 UTC 

[PATCH 0/3] I3C character device driver using driver_override
 2026-09-13  0:26 UTC  (7+ messages)
` [PATCH 1/3] i3c: master: enable driver_override for I3C
` [PATCH 2/3] i3c: set i3c_xfer.actual_len in controller drivers

[GIT PULL] EDAC/urgent for v7.3-rc3
 2026-09-13  0:23 UTC 

[PATCH] smb: client: cancel reconnect work in clean_demultiplex_info()
 2026-09-13  0:16 UTC  (2+ messages)

[PATCH v12 00/14] accel/rocket: RK3576 NPU (RKNN) enablement
 2026-09-13  0:13 UTC  (6+ messages)
` [PATCH v12 03/14] accel/rocket: wait for a running IRQ handler before resetting a core

[OE-core][scarthgap 00/13] Patch review
 2026-09-13  0:12 UTC  (2+ messages)

[RFC PATCH v6] arm64: allwinner: add TrimUI Smart Pro (A133) board support
 2026-09-13  0:08 UTC  (7+ messages)
` [RFC PATCH v7] "
  ` [RFC PATCH v8] "

[PATCH RESEND v3] drm/msm: default separate_gpu_kms to auto selection
 2026-09-13  0:05 UTC  (2+ messages)

[android-common:android14-5.15 1/1] include/linux/userfaultfd_k.h:82:1: warning: control reaches end of non-void function
 2026-09-13  0:05 UTC 

[PATCH] usb: gadget: f_phonet: fix out-of-bounds read in ifname_show
 2026-09-13  0:05 UTC  (2+ messages)
` [PATCH v2] usb: gadget: f_phonet: don't call gether_get_ifname() on a non-u_ether netdev

[PATCH] ALSA: 6fire: fix OOB write from device-reported iso length
 2026-09-13  0:05 UTC 

[meta-filesystems][PATCH] tcmu-runner: Initial commit
 2026-09-13  0:04 UTC  (4+ messages)
` [oe] "

[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
 2026-09-12 23:59 UTC  (9+ messages)
` [PATCH RFC v2 08/15] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline

[meta-oe][PATCH 1/6] openjpeg: fix run-ptest with busybox sed
 2026-09-12 23:54 UTC  (6+ messages)
` [meta-oe][PATCH 2/6] jsoncpp: "
` [meta-oe][PATCH 3/6] tbb: "
` [meta-oe][PATCH 4/6] mariadb: fix AES CBC/CTR/GCM with OpenSSL 4.0
` [meta-oe][PATCH 5/6] redis: Do not build the test modules during cross compile
` [meta-oe][PATCH 6/6] bpftrace: Keep -fcanon-prefix-map away from the build host gcc

[meta-python][PATCH 1/5] python3-betamax: skip the live-network hook tests in ptest
 2026-09-12 23:51 UTC  (5+ messages)
` [meta-python][PATCH 2/5] python3-glances: install config and test data for ptest
` [meta-python][PATCH 3/5] python3-fastnumbers: fix denoise of large floats when built with clang
` [meta-python][PATCH 4/5] python3-dnspython: skip DDR tests when DDR is not available
` [meta-python][PATCH 5/5] python3-pylint: fix crash with astroid >= 4.2

[PATCH net-next] net: phy: marvell: wake the system only from the WoL event
 2026-09-12 23:51 UTC 

Warning: drivers/usb/host/octeon-hcd.c:235 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
 2026-09-12 23:50 UTC 

[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-12 23:46 UTC  (7+ messages)
` [PATCH v2 07/26] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()
` [PATCH v2 09/26] mm/fbatch: restore mlock+munlock batching, without extra ref

[PATCH net-next 1/2] netlink: specs: tcp_metrics: fix the attribute length checks
 2026-09-12 23:43 UTC  (2+ messages)
` [PATCH net-next 2/2] netlink: specs: tcp_metrics: drop the RTT shift instructions

[PATCH] platform/x86: int3472: Increase handshake GPIO delay to 200 ms
 2026-09-12 23:34 UTC  (2+ messages)

[android-common:android16-6.12-lts 1/1] arch/arm64/kvm/hyp/nvhe/power/scmi.c:215:36: sparse: sparse: incorrect type in assignment (different address spaces)
 2026-09-12 23:39 UTC 

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-12 23:39 UTC  (4+ messages)
` [PATCH 19/23] objtool: decode instructions and resolve branch targets in parallel

[PATCH net-next v2] selftests: net: add ruff linter exclusions
 2026-09-12 23:39 UTC 

[syzbot] [net?] WARNING in tcf_ct_flow_table_process_conn
 2026-09-12 23:39 UTC 

[PATCH v2 net] pppoatm: ensure a writable skb header and linear data
 2026-09-12 23:30 UTC 

[PATCH] tests/amdgpu/amd_cursor_overlay: skip scaling subtests unsupported by hardware
 2026-09-12 23:25 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[GIT PULL] s390 updates for 7.3-rc3
 2026-09-12 23:24 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for 7.3 #1
 2026-09-12 23:24 UTC  (2+ messages)

[PATCH v8 0/8] Improve Qualcomm EUD driver and platform support
 2026-09-12 23:16 UTC  (13+ messages)
` [PATCH v8 2/8] usb: misc: qcom_eud: add sysfs attribute for port selection
` [PATCH v8 3/8] usb: misc: qcom_eud: add per-path High-Speed PHY control
` [PATCH v8 4/8] usb: misc: qcom_eud: add per-path role switch support
` [PATCH v8 6/8] usb: misc: qcom_eud: add role-based EUD control
` [PATCH v8 7/8] usb: misc: qcom_eud: fix virtual attach/detach event handling
` [PATCH v8 8/8] arm64: dts: qcom: kodiak: Desribe EUD UTMI routing and connector mapping

[Linux Memory Hotness and Promotion] Notes from September 10, 2026
 2026-09-12 23:15 UTC 

Bluetooth: eSCO re-setup after HFP profile switch gets no Sync_Conn_Complete (Intel AX201/AX211, handle 257)
 2026-09-12 23:12 UTC 

fs/btrfs/raid56.o: warning: objtool: raid56_parity_cache_data_folios+0x78: unreachable instruction
 2026-09-12 23:07 UTC 

[PATCH] m68k: Fix seccomp filtering on ColdFire and 68000
 2026-09-12 23:06 UTC 


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.