All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-10 12:48:53 to 2025-10-10 13:20:11 UTC [more...]

[PATCH 6.16 00/41] 6.16.12-rc1 review
 2025-10-10 13:16 UTC  (39+ messages)
` [PATCH 6.16 01/41] ALSA: hda/tas2781: Fix the order of TAS2781 calibrated-data
` [PATCH 6.16 02/41] drm/amdgpu: Enable MES lr_compute_wa by default
` [PATCH 6.16 03/41] wifi: rtw89: mcc: stop TX during MCC prepare
` [PATCH 6.16 04/41] wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait()
` [PATCH 6.16 05/41] USB: serial: option: add SIMCom 8230C compositions
` [PATCH 6.16 06/41] Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
` [PATCH 6.16 07/41] wifi: rtlwifi: rtl8192cu: Dont claim USB ID 07b8:8188
` [PATCH 6.16 08/41] wifi: rtl8xxxu: "
` [PATCH 6.16 09/41] rust: drm: fix `srctree/` links
` [PATCH 6.16 10/41] rust: block: "
` [PATCH 6.16 11/41] rust: pci: fix incorrect platform reference in PCI driver probe doc comment
` [PATCH 6.16 12/41] gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-05
` [PATCH 6.16 13/41] ASoC: rt712: avoid skipping the blind write
` [PATCH 6.16 14/41] ASoC: amd: acp: Adjust pdm gain value
` [PATCH 6.16 15/41] dm-integrity: limit MAX_TAG_SIZE to 255
` [PATCH 6.16 16/41] platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list
` [PATCH 6.16 17/41] platform/x86: oxpec: Add support for OneXPlayer X1Pro EVA-02
` [PATCH 6.16 18/41] perf subcmd: avoid crash in exclude_cmds when excludes is empty
` [PATCH 6.16 19/41] drm/amdgpu/gfx11: Add Cleaner Shader Support for GFX11.0.1/11.0.4 GPUs
` [PATCH 6.16 20/41] platform/x86/amd/pmf: Support new ACPI ID AMDI0108
` [PATCH 6.16 21/41] ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue
` [PATCH 6.16 22/41] btrfs: ref-verify: handle damaged extent root tree
` [PATCH 6.16 23/41] netfs: Prevent duplicate unlocking
` [PATCH 6.16 24/41] iommufd: WARN if an object is aborted with an elevated refcount
` [PATCH 6.16 25/41] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
` [PATCH 6.16 26/41] can: rcar_canfd: Fix controller mode setting
` [PATCH 6.16 27/41] platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
` [PATCH 6.16 29/41] nvmem: layouts: fix automatic module loading
` [PATCH 6.16 30/41] drivers/misc/amd-sbi/Kconfig: select REGMAP_I2C
` [PATCH 6.16 31/41] binder: fix double-free in dbitmap
` [PATCH 6.16 32/41] serial: stm32: allow selecting console when the driver is module
` [PATCH 6.16 33/41] staging: axis-fifo: fix maximum TX packet length check
` [PATCH 6.16 34/41] staging: axis-fifo: fix TX handling on copy_from_user() failure
` [PATCH 6.16 35/41] staging: axis-fifo: flush RX FIFO on read errors
` [PATCH 6.16 38/41] crypto: rng - Ensure set_ent is always present
` [PATCH 6.16 39/41] net/9p: fix double req put in p9_fd_cancelled
` [PATCH 6.16 40/41] KVM: x86: Dont (re)check L1 intercepts when completing userspace I/O
` [PATCH 6.16 41/41] ring buffer: Propagate __rb_map_vma return value to caller

[PULL 00/76] target-arm queue
 2025-10-10 13:05 UTC  (48+ messages)
` [PULL 01/76] tests/functional: update tests using TF-A/TF-RMM to support FEAT_GCS
` [PULL 02/76] target/arm: Add isar feature test for FEAT_S1PIE, FEAT_S2PIE
` [PULL 03/76] target/arm: Enable TCR2_ELx.PIE
` [PULL 04/76] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PULL 06/76] target/arm: Cache NV1 early in get_phys_addr_lpae
` [PULL 07/76] target/arm: Populate PIE in aa64_va_parameters
` [PULL 08/76] target/arm: Implement get_S1prot_indirect
` [PULL 09/76] target/arm: Implement get_S2prot_indirect
` [PULL 10/76] target/arm: Expand CPUARMState.exception.syndrome to 64 bits
` [PULL 11/76] target/arm: Expand syndrome parameter to raise_exception*
` [PULL 13/76] target/arm: Enable FEAT_S1PIE and FEAT_S2PIE on -cpu max
` [PULL 14/76] include/exec/memopidx: Adjust for 32 mmu indexes
` [PULL 17/76] target/arm: Convert arm_mmu_idx_to_el from switch to table
` [PULL 18/76] target/arm: Remove unused env argument from regime_el
` [PULL 19/76] target/arm: Convert regime_el from switch to table
` [PULL 22/76] target/arm: Convert regime_is_pan "
` [PULL 23/76] target/arm: Remove unused env argument from regime_is_user
` [PULL 24/76] target/arm: Convert regime_is_user from switch to table
` [PULL 25/76] target/arm: Convert arm_mmu_idx_is_stage1_of_2 "
` [PULL 26/76] target/arm: Convert regime_is_stage2 "
` [PULL 27/76] target/arm: Introduce mmu indexes for GCS
` [PULL 29/76] target/arm: Support page protections for GCS mmu indexes
` [PULL 30/76] target/arm: Implement gcs bit for data abort
` [PULL 31/76] target/arm: Add GCS cpregs
` [PULL 32/76] target/arm: Add GCS enable and trap levels to DisasContext
` [PULL 33/76] target/arm: Implement FEAT_CHK
` [PULL 34/76] target/arm: Make helper_exception_return system-only
` [PULL 35/76] target/arm: Export cpsr_{read_for, write_from}_spsr_elx
` [PULL 36/76] target/arm: Expand pstate to 64 bits
` [PULL 39/76] target/arm: Use arm_hcr_el2_nvx_eff in access_nv1
` [PULL 40/76] target/arm: Split out access_nv1_with_nvx
` [PULL 41/76] target/arm: Implement EXLOCKException for ELR_ELx and SPSR_ELx
` [PULL 43/76] target/arm: Introduce delay_exception{_el}
` [PULL 45/76] target/arm: Emit v7m LTPSIZE exception out of line
` [PULL 47/76] target/arm: Implement GCSB
` [PULL 48/76] target/arm: Implement GCSPUSHM
` [PULL 51/76] target/arm: Implement GCSPOPX
` [PULL 52/76] target/arm: Implement GCSPOPCX
` [PULL 55/76] target/arm: Add gcs record for BL
` [PULL 58/76] target/arm: Load gcs record for RET
` [PULL 63/76] linux-user/aarch64: Implement prctls for GCS
` [PULL 64/76] linux-user/aarch64: Allocate new gcs stack on clone
` [PULL 67/76] target/arm: Enable GCSPR_EL0 for read in user-mode
` [PULL 68/76] linux-user/aarch64: Inject SIGSEGV for GCS faults
` [PULL 72/76] tests/tcg/aarch64: Add gcspushm
` [PULL 73/76] tests/tcg/aarch64: Add gcsss
` [PULL 75/76] target/arm: Implement FEAT_MEC registers

[PATCH v3] drm/i915:move and rename reg_in_range_table
 2025-10-10 13:19 UTC  (4+ messages)

[PATCH v1 0/5] Allow falcon boot from A-core SPL on K3 devices
 2025-10-10 13:18 UTC  (6+ messages)
` [PATCH v1 1/5] spl: Kconfig: allow falcon mode for TI secure devices
` [PATCH v1 2/5] board: ti: common: Kconfig: add CMD_SPL
` [PATCH v1 3/5] arm: mach-k3: enable support for falcon mode
` [PATCH v1 4/5] doc: develop: add docs for secure "
` [PATCH v1 5/5] doc: develop: falcon: document unsetting CMD_BOOTx

[GIT PULL] gpio fixes for v6.18-rc1
 2025-10-10 13:18 UTC 

[PATCH] kernelshark: Allow building with CMake 4+
 2025-10-10 13:17 UTC 

[PATCH 6.17 00/26] 6.17.2-rc1 review
 2025-10-10 13:16 UTC  (27+ messages)
` [PATCH 6.17 01/26] drm/amdgpu: Enable MES lr_compute_wa by default
` [PATCH 6.17 02/26] USB: serial: option: add SIMCom 8230C compositions
` [PATCH 6.17 03/26] Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
` [PATCH 6.17 04/26] wifi: rtlwifi: rtl8192cu: Dont claim USB ID 07b8:8188
` [PATCH 6.17 05/26] wifi: rtl8xxxu: "
` [PATCH 6.17 06/26] rust: drm: fix `srctree/` links
` [PATCH 6.17 07/26] rust: block: "
` [PATCH 6.17 08/26] rust: pci: fix incorrect platform reference in PCI driver probe doc comment
` [PATCH 6.17 09/26] rust: pci: fix incorrect platform reference in PCI driver unbind "
` [PATCH 6.17 10/26] serial: qcom-geni: Fix blocked task
` [PATCH 6.17 11/26] nvmem: layouts: fix automatic module loading
` [PATCH 6.17 12/26] drivers/misc/amd-sbi/Kconfig: select REGMAP_I2C
` [PATCH 6.17 13/26] binder: fix double-free in dbitmap
` [PATCH 6.17 14/26] serial: stm32: allow selecting console when the driver is module
` [PATCH 6.17 15/26] staging: axis-fifo: fix maximum TX packet length check
` [PATCH 6.17 16/26] staging: axis-fifo: fix TX handling on copy_from_user() failure
` [PATCH 6.17 17/26] staging: axis-fifo: flush RX FIFO on read errors
` [PATCH 6.17 18/26] driver core: faux: Set power.no_pm for faux devices
` [PATCH 6.17 19/26] driver core/PM: Set power.no_callbacks along with power.no_pm
` [PATCH 6.17 20/26] Revert "crypto: testmgr - desupport SHA-1 for FIPS 140"
` [PATCH 6.17 21/26] crypto: zstd - Fix compression bug caused by truncation
` [PATCH 6.17 22/26] crypto: rng - Ensure set_ent is always present
` [PATCH 6.17 23/26] net/9p: fix double req put in p9_fd_cancelled
` [PATCH 6.17 24/26] KVM: x86: Dont (re)check L1 intercepts when completing userspace I/O
` [PATCH 6.17 25/26] f2fs: fix to do sanity check on node footer for non inode dnode
` [PATCH 6.17 26/26] ring buffer: Propagate __rb_map_vma return value to caller

[PATCH v4] nfsd: remove long-standing revoked delegations by force
 2025-10-10 13:17 UTC  (2+ messages)

[PATCH v4 net-next 00/13] AccECN protocol case handling series
 2025-10-10 13:17 UTC  (14+ messages)
` [PATCH v4 net-next 01/13] tcp: try to avoid safer when ACKs are thinned
` [PATCH v4 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v4 net-next 03/13] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v4 net-next 04/13] tcp: disable RFC3168 fallback identifier "
` [PATCH v4 net-next 05/13] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v4 net-next 06/13] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v4 net-next 07/13] tcp: move increment of num_retrans
` [PATCH v4 net-next 08/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v4 net-next 09/13] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v4 net-next 10/13] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v4 net-next 11/13] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v4 net-next 12/13] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v4 net-next 13/13] tcp: accecn: enable AccECN

[PATCH RFC xenomai-images 0/2] Rework linux-xenomai debug configuration
 2025-10-10 13:16 UTC  (3+ messages)
` [PATCH 1/2] linux-xenomai: Add arch specific debug kernel configuration snippets

[PATCH v2 00/10] QoL tweaks and github action
 2025-10-10 13:16 UTC  (5+ messages)
` [PATCH v2 08/10] make-setup-generated: optionally add GIT metadata

[PATCH v2 1/4] seqlock: introduce scoped_seqlock_read() and scoped_seqlock_read_irqsave()
 2025-10-10 13:14 UTC  (11+ messages)

[PATCH 0/2] iio: imu: st_lsm6dsx: Decouple sensor ODR from FIFO batch data rate
 2025-10-10 13:15 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH v5 0/6] drm/xe: Make struct xe_ggtt private
 2025-10-10 13:15 UTC  (6+ messages)
` [PATCH v5 1/6] drm/xe: Only have a single drmm release action
` [PATCH v5 3/6] drm/xe: Start using ggtt->start in preparation of balloon removal

[PATCH v1 1/1] net/ice: fix memory leak in raw pattern parse
 2025-10-10 13:13 UTC  (3+ messages)
` [PATCH v3 1/2] net/ice: remove indirection for FDIR filters
  ` [PATCH v3 2/2] net/ice: fix memory leak in raw pattern parse

qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff: firmware crashed!
 2025-10-10 13:12 UTC  (8+ messages)

[PATCH] drm/i915: drop unused non-i915 IS_<PLATFORM> macros
 2025-10-10 13:13 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v5] idpf: add support for IDPF PCI programming interface
 2025-10-10 13:12 UTC  (4+ messages)

[PATCH] usb: xhci-pci: add support for hosts with zero USB3 ports
 2025-10-10 13:12 UTC  (2+ messages)
` Regression - commit 719de070f764 "

HCR_EL2 GET_ONE_REG value difference
 2025-10-10 13:12 UTC  (8+ messages)

[PATCH v1 0/7] mfd: sec: add support for s2mps16 pmic
 2025-10-10 13:12 UTC  (9+ messages)
` [PATCH v1 4/7] "
` [PATCH v1 5/7] clk: s2mps11: add the support for S2MPS16 PMIC clock
` [PATCH v1 6/7] rtc: s5m: add support for S2MPS16 RTC
` [PATCH v1 7/7] regulator: s2mps11: add support for S2MPS16 regulators

[PATCH] tests: gpiosim: revert minimum kernel version back to v5.17.4
 2025-10-10 13:11 UTC  (2+ messages)

[PATCH] MAINTAINERS: Move DT patchwork to kernel.org
 2025-10-10 13:10 UTC 

[PATCH 00/16] media: platform: rga: Add RGA3 support
 2025-10-10 13:10 UTC  (10+ messages)
` [PATCH 11/16] media: rockchip: rga: add iommu restore function

[REGRESSION][v6.17-rc1]sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails
 2025-10-10 13:09 UTC  (2+ messages)

[PATCH 0/2] Fix usage of configshell-fb module
 2025-10-10 13:09 UTC  (2+ messages)

[PATCH 0/6] remoteproc: core: misc update
 2025-10-10 14:21 UTC  (4+ messages)
` [PATCH 6/6] remoteproc: core: Consolidate bool flags into 1-bit bitfields

[PATCH v5] perf tools c2c: Add annotation support to perf c2c report
 2025-10-10 13:08 UTC  (3+ messages)
` [PATCH v6 3/3] perf tools c2c: Highlight the contention line in the annotate browser

Unexpected switches to in-band
 2025-10-10 13:08 UTC  (6+ messages)

[PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2025-10-10 13:05 UTC  (6+ messages)
` [PATCH 08/41] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers

[PATCH 1/2] multipath-tools: fix mandoc errors in man pages
 2025-10-10 13:05 UTC  (4+ messages)

[PATCH v4 1/2] gpio: tegra186: Use generic macro for port definitions
 2025-10-10 13:03 UTC  (4+ messages)
` [PATCH v4 2/2] gpio: tegra186: Add support for Tegra410

[GIT PULL] parisc architecture fixes and updates for v6.18-rc1
 2025-10-10 13:03 UTC 

[PATCH v7 00/16] mm: folio_zero_user: clear contiguous pages
 2025-10-10 13:03 UTC  (8+ messages)
` [PATCH v7 10/16] mm: define clear_pages(), clear_user_pages()

[PATCH v2 0/4] Fix unwanted memory overwrites
 2025-10-10 13:03 UTC  (9+ messages)
` [PATCH v2 3/4] NFSD: Do not cache solo SEQUENCE operations

vsock support for communication between guests
 2025-10-10 13:00 UTC 

[PATCH v2 0/2] rust: leds: add led classdev abstractions
 2025-10-10 13:03 UTC  (4+ messages)
` [PATCH v2 2/2] rust: leds: add basic "

[PATCH] rv: Add signal reactor
 2025-10-10 13:02 UTC  (11+ messages)

sched_ext and large cpu counts
 2025-10-10 13:02 UTC  (10+ messages)
      ` [PATCH v2] sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()
            ` [PATCH v3] "

[PATCH 0/3] drm/i915/display: 128-byte Y-tiling and flat CCS feature checks
 2025-10-10 13:01 UTC  (2+ messages)
` ✗ CI.checksparse: warning for "

[PATCH 0/8] Preparatory patches for guardband optimization
 2025-10-10 13:01 UTC  (4+ messages)
` [PATCH 4/8] drm/i915/psr: Consider SCL lines when validating vblank for wake latency

[PATCH v2 0/2] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in headers
 2025-10-10 13:01 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v2 2/2] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers

[syzbot] [crypto?] KMSAN: uninit-value in aes_encrypt (5)
 2025-10-10 13:01 UTC  (2+ messages)
` Forwarded: FYI

[PATCH] net/e1000: fix crash when built with GCC 13
 2025-10-10 12:58 UTC 

[PATCH] smb: client: Omit one redundant variable assignment in cifs_xattr_set()
 2025-10-10 12:56 UTC 

[RFC PATCH V1] watchdog: Add boot-time selection for hard lockup detector
 2025-10-10 12:54 UTC  (13+ messages)

[Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.50.1
 2025-10-10 12:54 UTC 

[PATCH v2 0/7] Introduce the Interconnect Subsystem
 2025-10-10 12:53 UTC  (11+ messages)
` [PATCH v2 1/7] "

[Buildroot] [PATCH v1] package/libgtk4: bump to 4.21.0
 2025-10-10 12:53 UTC 

[PATCH net] amd-xgbe: Avoid spurious link down messages during interface toggle
 2025-10-10 12:51 UTC  (2+ messages)

[PATCH net] net: enetc: correct the value of ENETC_RXB_TRUESIZE
 2025-10-10 12:49 UTC  (3+ messages)

[PATCH 0/6] tracetool: add mypy --strict checking [AI discussion ahead!]
 2025-10-10 12:38 UTC  (4+ messages)

[PATCH] drm/sched: Avoid killing entity last used by parent on child SIGKILL
 2025-10-10 12:48 UTC  (5+ messages)


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.