messages from 2025-10-26 18:07:57 to 2025-10-26 21:09:18 UTC [more...]
[PATCH v3 0/6] Allwinner: A523: add support for A523 THS0/1 controllers
2025-10-26 21:09 UTC (3+ messages)
` [PATCH v3 1/6] dt-bindings: thermal: sun8i: Add "
linux-next: duplicate patches in the mfd-fixes tree
2025-10-26 21:08 UTC
[PATCH v5 0/4] media: imx-mipi-csis: Get the number of active lanes from mbus_config
2025-10-26 21:07 UTC (5+ messages)
` [PATCH v5 2/4] media: imx-mipi-csis: Move redundant debug print in probe
` [PATCH v5 3/4] media: imx-mipi-csis: Add num_data_lanes to mipi_csis_device
[PATCH v3 0/8] Implement LANDLOCK_ADD_RULE_QUIET
2025-10-26 21:01 UTC (10+ messages)
` [PATCH v3 1/8] landlock: Add a place for flags to layer rules
` [PATCH v3 2/8] landlock: Add API support and docs for the quiet flags
` [PATCH v3 3/8] landlock: Suppress logging when quiet flag is present
` [PATCH v3 4/8] landlock: Fix wrong type usage
` [PATCH v3 5/8] samples/landlock: Add quiet flag support to sandboxer
` [PATCH v3 6/8] selftests/landlock: Replace hard-coded 16 with a constant
` [PATCH v3 7/8] selftests/landlock: add tests for quiet flag with fs rules
` [PATCH v3 8/8] selftests/landlock: add tests for quiet flag with net rules
[PATCH v3 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
2025-10-26 20:54 UTC (4+ messages)
` [PATCH v3 bpf 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH v3 bpf 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH v3 bpf 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline
[PATCH 1/3] media: imx-mipi-csis: drop unused module alias
2025-10-26 20:52 UTC (6+ messages)
` [PATCH 2/3] media: imx7-media-csi: "
` [PATCH 3/3] media: imx8mq-mipi-csi2: "
[meta-networking][PATCH 1/3] lksctp-tools: move ptest from problem-list to slow-list
2025-10-26 20:51 UTC (3+ messages)
` [meta-networking][PATCH 2/3] python3-scapy: fix ptests
` [meta-networking][PATCH 3/3] nftables: "
[PATCH v2 0/6] Implement LANDLOCK_ADD_RULE_QUIET
2025-10-26 20:50 UTC (7+ messages)
` [PATCH v2 3/6] landlock/audit: Check for quiet flag in landlock_log_denial
` [PATCH v2 6/6] Implement quiet for optional accesses
[PATCH nftables] tests: shell: fix typo in vmap_timeout test script
2025-10-26 20:41 UTC
AMD PMF: CCP PSP fails to reinitialize after hibernation causing TEE errors
2025-10-26 20:39 UTC (6+ messages)
[PATCH bpf-next v5 00/10] bpf: Introduce file dynptr
2025-10-26 20:38 UTC (11+ messages)
` [PATCH bpf-next v5 01/10] selftests/bpf: remove unnecessary kfunc prototypes
` [PATCH bpf-next v5 02/10] bpf: widen dynptr size/offset to 64 bit
` [PATCH bpf-next v5 03/10] lib: move freader into buildid.h
` [PATCH bpf-next v5 04/10] lib/freader: support reading more than 2 folios
` [PATCH bpf-next v5 05/10] bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
` [PATCH bpf-next v5 06/10] bpf: add plumbing for file-backed dynptr
` [PATCH bpf-next v5 07/10] bpf: add kfuncs and helpers support for file dynptrs
` [PATCH bpf-next v5 08/10] bpf: verifier: refactor kfunc specialization
` [PATCH bpf-next v5 09/10] bpf: dispatch to sleepable file dynptr
` [PATCH bpf-next v5 10/10] selftests/bpf: add file dynptr tests
[PATCH v2 0/8] Guaranteed CMA
2025-10-26 20:36 UTC (9+ messages)
` [PATCH v2 1/8] mm: implement cleancache
` [PATCH v2 2/8] mm/cleancache: add cleancache LRU for folio aging
` [PATCH v2 3/8] mm/cleancache: readahead support
` [PATCH v2 4/8] mm/cleancache: add sysfs interface
` [PATCH v2 5/8] mm/tests: add cleancache kunit test
` [PATCH v2 6/8] add cleancache documentation
` [PATCH v2 7/8] mm: introduce GCMA
` [PATCH v2 8/8] mm: integrate GCMA with CMA using dt-bindings
[PATCH v7 bpf-next 00/12] BPF indirect jumps
2025-10-26 20:41 UTC (16+ messages)
` [PATCH v7 bpf-next 01/12] bpf, x86: add new map type: instructions array
` [PATCH v7 bpf-next 02/12] selftests/bpf: add selftests for new insn_array map
` [PATCH v7 bpf-next 03/12] bpf: support instructions arrays with constants blinding
` [PATCH v7 bpf-next 04/12] selftests/bpf: test instructions arrays with blinding
` [PATCH v7 bpf-next 05/12] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v7 bpf-next 06/12] bpf, x86: add support for indirect jumps
` [PATCH v7 bpf-next 07/12] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v7 bpf-next 08/12] bpf, docs: do not state that indirect jumps are not supported
` [PATCH v7 bpf-next 09/12] libbpf: support llvm-generated indirect jumps
` [PATCH v7 bpf-next 10/12] bpftool: Recognize insn_array map type
` [PATCH v7 bpf-next 11/12] selftests/bpf: add new verifier_gotox test
` [PATCH v7 bpf-next 12/12] selftests/bpf: add C-level selftests for indirect jumps
[PATCH v2 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
2025-10-26 20:27 UTC (3+ messages)
[PATCH] Add trap-based ISA extension emulation
2025-10-26 20:21 UTC (5+ messages)
` [PATCH 1/5] include: sbi: Fix tab alignment
` [PATCH 2/5] lib: sbi: Workaround for FENCE(.I) errata on C906, C910
` [PATCH 3/5] include: sbi: Make "s8" actually signed
` [PATCH 5/5] doc: Add isa-ext-emu documentation block to README
[PATCH 0/4] Add watchdog support for bcm2712
2025-10-26 20:22 UTC (11+ messages)
` [PATCH 1/4] pmdomain: bcm: bcm2835-power: Prepare to support BCM2712
` [PATCH 2/4] dt-bindings: soc: bcm: Add bcm2712 compatible
` [PATCH 3/4] mfd: bcm2835-pm: Add support for BCM2712
` [PATCH 4/4] arm64: dts: broadcom: bcm2712: Add watchdog DT node
[PATCH v2 0/2] checkpatch --debug rx=1 facility
2025-10-26 20:21 UTC (3+ messages)
` [PATCH v2 1/2] checkpatch: add --debug rx=1|foo option and drx_print() helper
` [PATCH v2 2/2] checkpatch: 3 use-cases for --debug rx=1 option
[PATCH net] net/mlx5: Don't zero user_count when destroying FDB tables
2025-10-26 20:20 UTC
[PATCH] kbuild: align modinfo section for Secureboot Authenticode EDK2 compat
2025-10-26 20:21 UTC
[PATCH v9 00/22] Enable FRED with KVM VMX
2025-10-26 20:19 UTC (23+ messages)
` [PATCH v9 01/22] KVM: VMX: Enable support for secondary VM exit controls
` [PATCH v9 02/22] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v9 03/22] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v9 04/22] x86/cea: Prefix event stack names with ESTACK_
` [PATCH v9 05/22] x86/cea: Use array indexing to simplify exception stack access
` [PATCH v9 06/22] x86/cea: Export __this_cpu_ist_top_va() to KVM
` [PATCH v9 07/22] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v9 08/22] KVM: VMX: Set FRED MSR intercepts
` [PATCH v9 09/22] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v9 10/22] KVM: VMX: Add support for saving and restoring FRED MSRs
` [PATCH v9 11/22] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v9 12/22] KVM: VMX: Virtualize FRED event_data
` [PATCH v9 13/22] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v9 14/22] KVM: x86: Save/restore the nested flag of an exception
` [PATCH v9 15/22] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v9 16/22] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v9 17/22] KVM: x86: Advertise support for FRED
` [PATCH v9 18/22] KVM: nVMX: Enable support for secondary VM exit controls
` [PATCH v9 19/22] KVM: nVMX: Handle FRED VMCS fields in nested VMX context
` [PATCH v9 20/22] KVM: nVMX: Validate FRED-related VMCS fields
` [PATCH v9 21/22] KVM: nVMX: Guard SHADOW_FIELD_R[OW] macros with VMX feature checks
` [PATCH v9 22/22] KVM: nVMX: Enable VMX FRED controls
[PATCH AUTOSEL 6.17] serial: qcom-geni: Add DFS clock mode support to GENI UART driver
2025-10-26 20:20 UTC (3+ messages)
` [PATCH AUTOSEL 6.17-6.6] char: misc: Make misc_register() reentry for miscdevice who wants dynamic minor
[PATCH 0/6] platform/x86: lenovo-wmi-{capdata,other}: Add HWMON for fan speed
2025-10-26 20:19 UTC (5+ messages)
` [PATCH 4/6] platform/x86: lenovo-wmi-other: Add HWMON for fan speed RPM
[PATCH] crypto: qce: Provide dev_err_probe() status on DMA failure
2025-10-26 20:16 UTC (3+ messages)
Unexpected switches to in-band
2025-10-26 20:04 UTC (11+ messages)
[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
2025-10-26 20:05 UTC (5+ messages)
[PATCH net V3 0/3] tls: Introduce and use RX async resync request cancel function
2025-10-26 20:03 UTC (4+ messages)
` [PATCH net V3 1/3] net: tls: Change async resync helpers argument
` [PATCH net V3 2/3] net: tls: Cancel RX async resync request on rcd_delta overflow
` [PATCH net V3 3/3] net/mlx5e: kTLS, Cancel RX async resync request in error flows
[PATCH 1/5] mtd-utils: don't include features.h
2025-10-26 20:00 UTC (5+ messages)
` [PATCH 2/5] mtd-utils: rbtree: just include stddef.h
` [PATCH 3/5] mtd-utils: reduce linux/types.h usage
` [PATCH 4/5] mtd-utils: serve_image: fix _POSIX_C_SOURCE
` [PATCH 5/5] mtd-utils: add GNU_SOURCE define to c files
[PATCH v2] HID: quirks: Add device descriptor for 4c4a:4155
2025-10-26 19:58 UTC (8+ messages)
` [PATCH v4] HID: quirks: Change manufacturer "
[PATCH] headers: Add check for C standard version
2025-10-26 19:58 UTC
[PATCH 0/5] hwmon: Add TSC1641 I2C power monitor driver
2025-10-26 19:58 UTC (9+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] dt-bindings: hwmon: Add support for ST TSC1641 power monitor
[PATCH 2/2] x86/cpu: Fix kernel-doc for 'centaur_get_free_region'
2025-10-26 19:54 UTC (3+ messages)
` [PATCH v2 0/1] x86/mtrr: Fix kernel-doc warnings in amd.c and centaur.c
` [PATCH v2 1/1] "
[PATCH] doc: board: starfive: update jh7110 common description
2025-10-26 19:52 UTC (4+ messages)
[PATCH] arm64: dts: rockchip: pwm-fan overlay for NanoPC-T6
2025-10-26 19:48 UTC (2+ messages)
+ docs-admin-guide-mm-damon-stat-document-negative-idle-time.patch added to mm-unstable branch
2025-10-26 19:45 UTC
[PATCH] ASoC: renesas: fsi: Constify struct fsi_stream_handler
2025-10-26 19:43 UTC
+ docs-admin-guide-mm-damon-stat-document-aggr_interval_us-parameter.patch added to mm-unstable branch
2025-10-26 19:45 UTC
+ docs-admin-guide-mm-damon-lru_sort-document-addr_unit-parameter.patch added to mm-unstable branch
2025-10-26 19:45 UTC
+ docs-admin-guide-mm-damon-reclaim-document-addr_unit-parameter.patch added to mm-unstable branch
2025-10-26 19:45 UTC
+ docs-admin-guide-mm-damon-usage-document-empty-target-regions-commit-behavior.patch added to mm-unstable branch
2025-10-26 19:45 UTC
+ docs-admin-guide-mm-damon-stat-fix-a-typo-s-sampling-events-sampling-interval.patch added to mm-unstable branch
2025-10-26 19:45 UTC
+ docs-mm-damon-design-fix-wrong-link-to-intervals-goal-section.patch added to mm-unstable branch
2025-10-26 19:45 UTC
+ mm-damon-core-fix-wrong-comment-of-damon_call-return-timing.patch added to mm-unstable branch
2025-10-26 19:45 UTC
[koverstreet-bcachefs:bcachefs-testing 460/692] fs/bcachefs/btree/journal_overlay.c:83:22: sparse: sparse: incompatible types in comparison expression (different address spaces):
2025-10-26 19:38 UTC
[PATCH] Revert "PCI: qcom: Remove custom ASPM enablement code"
2025-10-26 19:37 UTC (2+ messages)
[PATCH] drm/fb-helper: Allocate and release fb_info in single place
2025-10-26 19:35 UTC (4+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✓ Xe.CI.Full: "
[jonhunter:tegra/next-fixes 14/16] drivers/i2c/busses/i2c-tegra.c:201:36: warning: unused variable 'tegra20_i2c_regs_dvc'
2025-10-26 19:27 UTC
[koverstreet-bcachefs:bcachefs-testing 468/674] fs/bcachefs/fs/quota.c:117:9: sparse: sparse: unknown escape sequence: '\%'
2025-10-26 19:27 UTC
[tip:tip/urgent] BUILD SUCCESS f4d34a10015c6766d178dc411cc6badca928b51c
2025-10-26 19:21 UTC
[PATCH 0/3] Add extreme platform profile
2025-10-26 19:22 UTC (7+ messages)
` [PATCH 2/3] platform/x86: lenovo-wmi-gamezone Use Extreme vice balanced-performance
` [PATCH 3/3] platform/x86: lenovo-wmi-gamezone Use explicit allow list
[PATCH v6 2/3] rust: i2c: add manual I2C device creation abstractions
2025-10-26 19:20 UTC (3+ messages)
` [PATCH v6 2/3] rust: i2c: Add basic I2C driver abstractions
[PATCH v1 1/2] ALSA: hda/tas2781: fix speaker id retrieval for multiple probes
2025-10-26 19:19 UTC (3+ messages)
` [PATCH v1 2/2] ALSA: hda/realtek: Add match for ASUS Xbox Ally projects
[PATCH v3] genhomedircon: cleanup parsing of uid config values
2025-10-26 19:13 UTC (2+ messages)
` [PATCH v4] "
[PATCH 6.19/scsi-queue] scsi: target: core: Add emulation for REPORT_IDENTIFICATION_INFORMATION
2025-10-26 19:13 UTC
[syzbot] [btrfs?] WARNING in btrfs_destroy_inode (3)
2025-10-26 19:11 UTC
[PATCH] media: qcom: iris: Constify iris_v4l2_file_ops
2025-10-26 19:05 UTC (2+ messages)
[PATCH V3 0/4] Add SD Card support for sm8750 SoC and boards
2025-10-26 19:02 UTC (3+ messages)
` [PATCH V3 2/4] arm64: dts: qcom: sm8750: Add SDC2 nodes for sm8750 soc
[PATCH v6 0/8] Introduce Glymur USB support
2025-10-26 19:00 UTC (7+ messages)
` [PATCH v6 5/8] phy: qualcomm: Update the QMP clamp register for V6
` [PATCH v6 7/8] phy: qualcomm: qmp-usb: Add support for Glymur USB UNI PHY
[PATCH] drm/xe/xe_survivability: Add support for survivability mode v2
2025-10-26 18:59 UTC (4+ messages)
[PATCH 00/10] Introduce drm sharpness property
2025-10-26 18:52 UTC (2+ messages)
` ✓ i915.CI.BAT: success for Introduce drm sharpness property (rev21)
[PATCH v2 1/1] media: dt-bindings: video-interfaces: add video-interfaces.h information
2025-10-26 18:49 UTC (2+ messages)
[PATCH] arm64: dts: rockchip: Fix vccio4-supply on rk3566-pinetab2
2025-10-26 18:44 UTC (4+ messages)
[DONOTAPPLY RFC PATCH v2 0/4] WiFi support for samsung,coreprimevelte
2025-10-26 18:20 UTC (5+ messages)
` [DONOTAPPLY RFC PATCH v2 1/4] dt-bindings: mwifiex: document use with the SD8777 chipset
` [DONOTAPPLY RFC PATCH v2 2/4] net: mwifiex: add support for "
` [DONOTAPPLY RFC PATCH v2 3/4] DONOTMERGE: net: mwifiex: fix timeouts with the SD8777 chip
` [DONOTAPPLY RFC PATCH v2 4/4] arm64: dts: samsung,coreprimevelte: add wifi node
[koverstreet-bcachefs:master 458/668] fs/bcachefs/btree/commit.c:343:32-33: Unneeded semicolon
2025-10-26 18:25 UTC
[PATCH ath-next 0/2] wifi: ath12k: handle vdev create errors and ensure limit checks
2025-10-26 18:22 UTC (3+ messages)
` [PATCH ath-next 1/2] wifi: ath12k: enforce vdev limit in ath12k_mac_vdev_create()
` [PATCH ath-next 2/2] wifi: ath12k: unassign arvif on scan vdev create failure
[PATCH 0/8] mm/damon: misc documentation fixups
2025-10-26 18:22 UTC (9+ messages)
` [PATCH 1/8] mm/damon/core: fix wrong comment of damon_call() return timing
` [PATCH 2/8] Docs/mm/damon/design: fix wrong link to intervals goal section
` [PATCH 3/8] Docs/admin-guide/mm/damon/stat: fix a typo: s/sampling events/sampling interval/
` [PATCH 4/8] Docs/admin-guide/mm/damon/usage: document empty target regions commit behavior
` [PATCH 5/8] Docs/admin-guide/mm/damon/reclaim: document addr_unit parameter
` [PATCH 6/8] Docs/admin-guide/mm/damon/lru_sort: "
` [PATCH 7/8] Docs/admin-guide/mm/damon/stat: document aggr_interval_us parameter
` [PATCH 8/8] Docs/admin-guide/mm/damon/stat: document negative idle time
[PATCH v4 3/4] net/macb: add NEON vectorized Rx/Tx
2025-10-26 18:17 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/elfutils: bump version to 0.194
2025-10-26 18:15 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/gdal: bump version to 3.11.4
2025-10-26 18:15 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/fetchmail: bump version to 6.5.7
2025-10-26 18:14 UTC (2+ messages)
[Buildroot] [git commit] package/elfutils: bump version to 0.194
2025-10-26 17:59 UTC
[Buildroot] [git commit] package/gdal: bump version to 3.11.4
2025-10-26 17:59 UTC
[Buildroot] [git commit] package/fetchmail: bump version to 6.5.7
2025-10-26 17:59 UTC
[PATCH] media: staging: ipu7: isys: Drop video_open() function
2025-10-26 18:12 UTC
[PATCH] media: ipu3-imgu: Drop struct imgu_device v4l2_file_ops field
2025-10-26 18:12 UTC
[PATCH] selftest: net: fix socklen_t type mismatch in sctp_collision test
2025-10-26 18:09 UTC (2+ messages)
[PATCH] media: saa7146: Replace saa7146_ext_vv.vbi_fops with write function
2025-10-26 18:08 UTC
[PATCH v2 1/2] pkgconfig: Fix bundled glib build with clang
2025-10-26 18:07 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.