All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-02 16:29:29 to 2024-04-02 17:23:54 UTC [more...]

[PATCH v1 00/16] serial: max3100: Put into shape
 2024-04-02 17:18 UTC  (6+ messages)
` [PATCH v1 01/16] serial: max3100: Lock port->lock when calling uart_handle_cts_change()
` [PATCH v1 02/16] serial: max3100: Update uart_driver_registered on driver removal

[XEN PATCH v3 0/7] address violations of MISRA C Rule 20.7
 2024-04-02 17:23 UTC  (4+ messages)
` [XEN PATCH v3 1/7] x86/msi: address violation of MISRA C Rule 20.7 and coding style

[PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
 2024-04-02 17:23 UTC  (4+ messages)

[PATCH v2 0/3] reftable/stack: use geometric table compaction
 2024-04-02 17:23 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] reftable/stack: add env to disable autocompaction

[PATCH 0/1] Split lock detected in kernel mode on x86-32 with PAE
 2024-04-02 17:23 UTC  (4+ messages)
` [PATCH 1/1] x86/mm/pae: Align up pteval_t, pmdval_t and pudval_t to avoid split locks

[PATCH] batman-adv: Add flex array to struct batadv_tvlv_tt_data
 2024-04-02 17:23 UTC 

[PATCH v2 1/3] PCI: Add check for CXL Secondary Bus Reset
 2024-04-02 17:23 UTC  (2+ messages)

[PATCH 1/3] arm64: Add TIF_POLLING_NRFLAG
 2024-04-02 17:23 UTC  (5+ messages)
` [PATCH 2/3] arm64: add __READ_ONCE_EX()
` [PATCH 3/3] arm64: cpuidle: Add arm_poll_idle

[PATCH mptcp-next v5 0/2] display "last time" actions info
 2024-04-02 17:22 UTC  (2+ messages)

[PATCH bpf-next v5 0/2] bpf: Add a generic bits iterator
 2024-04-02 17:22 UTC  (2+ messages)

[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
 2024-04-02 17:21 UTC  (5+ messages)
` [PATCH v6 2/5] KVM: arm64: Add newly allocated ID registers to register descriptions

[syzbot] [bpf?] KMSAN: uninit-value in percpu_array_map_lookup_percpu_elem
 2024-04-02 17:22 UTC 

[PATCH v2 0/3] Add i.MX8Q HSIO PHY driver support
 2024-04-02 17:21 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: phy: phy-imx8-pcie: Add binding for i.MX8Q HSIO SerDes PHY

GSoC 2024 [PATCH v2] Fix Git command exit code suppression in test script t2104-update-index-skip-worktree.sh
 2024-04-02 17:20 UTC  (3+ messages)

[linux-next:master 2559/3220] arch/riscv/include/asm/cmpxchg.h:329:23: warning: assignment to 'struct tty_struct *' from 'uintptr_t' {aka 'long unsigned int'} makes pointer from integer without a cast
 2024-04-02 17:20 UTC  (2+ messages)

[RFC V2 1/2] md/raid5: optimize RAID5 performance
 2024-04-02 17:19 UTC  (2+ messages)

[RFC PATCH v1 0/1] Add TH1520 eMMC/SD controller support
 2024-04-02 17:19 UTC  (4+ messages)
` [RFC PATCH v1 1/1] mmc: snps_sdhci: Add sdhci driver support for TH1520 SoC

[PATCH] build: exclude rather than include libs in MSVC build
 2024-04-02 17:19 UTC  (4+ messages)

[RFC 0/2] net/tap RSS BPF rewrite
 2024-04-02 17:12 UTC  (10+ messages)
` [PATCH v5 0/8] net/tap: cleanups and fix BPF flow
  ` [PATCH v5 1/8] net/tap: do not duplicate fd's
  ` [PATCH v5 2/8] doc: fix the requirements and building of TAP flow
  ` [PATCH v5 3/8] net/tap: remove unused RSS hash types
  ` [PATCH v5 4/8] net/tap: validate and setup parameters for BPF RSS
  ` [PATCH v5 5/8] net/tap: stop "vendoring" linux bpf headers
  ` [PATCH v5 6/8] net/tap: rewrite the RSS BPF program
  ` [PATCH v5 7/8] net/tap: use libbpf to load new "
  ` [PATCH v5 8/8] net/tap: remove no longer used files

Request to cherry-pick a patch for v5.15 (locking/rwsem: Disable preemption while trying for rwsem lock)
 2024-04-02 17:18 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-02 17:18 UTC 

[PATCH] Bluetooth: btintel: Add devices to HCI_QUIRK_BROKEN_LE_CODED
 2024-04-02 17:16 UTC  (4+ messages)

[RFC PATCH 00/12] SMMUv3 nested translation support
 2024-04-02 17:15 UTC  (7+ messages)
` [RFC PATCH 01/12] hw/arm/smmu: Use enum for SMMU stage
` [RFC PATCH 02/12] hw/arm/smmu: Split smmuv3_translate()
` [RFC PATCH 03/12] hw/arm/smmu: Add stage to TLB

[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
 2024-04-02 17:16 UTC  (2+ messages)

[PATCH 0/7] reftable: improvements for the `binsearch()` mechanism
 2024-04-02 17:15 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/7] reftable/refname: refactor binary search over refnames
  ` [PATCH v2 4/7] reftable/block: refactor binary search over restart points
  ` [PATCH v2 7/7] reftable/block: avoid decoding keys when searching "

[PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg()
 2024-04-02 17:15 UTC  (8+ messages)
` [PATCH RFC cmpxchg 1/8] lib: Add one-byte and two-byte cmpxchg() emulation functions
` [PATCH RFC cmpxchg 3/8] ARC: Emulate one-byte and two-byte cmpxchg

[PATCHSET v5.5 2/2] xfs: fs-verity support
 2024-04-02 17:15 UTC  (9+ messages)
` [PATCH 13/29] xfs: add "
` [PATCH 24/29] xfs: teach online repair to evaluate fsverity xattrs
` [PATCH 27/29] xfs: make it possible to disable fsverity

[PATCH] dt-bindings: pci: altera: covert to yaml
 2024-04-02 17:14 UTC  (2+ messages)

[PATCH 0/4] x86: Add CPUID region helper and clarify Xen startup
 2024-04-02 17:13 UTC  (4+ messages)
` [PATCH 1/4] x86/cpu: Add and use new CPUID region helper

[PATCH net-next 0/7] selftests: net: groundwork for YNL-based tests
 2024-04-02 16:37 UTC  (5+ messages)
` [PATCH net-next 3/7] selftests: net: add scaffolding for Netlink tests in Python
` [PATCH net-next 7/7] testing: net-drv: add a driver test for stats reporting

[PATCH v2] drm: ensure drm headers are self-contained and pass kernel-doc
 2024-04-02 17:12 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "

[RFC PATCH 0/6] Support ROHM BD96801 scalable PMIC
 2024-04-02 17:11 UTC  (3+ messages)
` [RFC PATCH 5/6] watchdog: ROHM BD96801 PMIC WDG driver

Reproducibility of mesa with opencl feature enabled
 2024-04-02 17:11 UTC  (3+ messages)
` [oe] "

[PATCH] wifi: mt76: mt7603: add debugfs attr for disabling frames buffering
 2024-04-02 16:54 UTC  (3+ messages)

[PATCH] x86/sev: Apply RMP table fixups for kexec
 2024-04-02 17:11 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Add pid limit for mptcpify prog
 2024-04-02 17:10 UTC  (2+ messages)

BUG: unable to handle kernel paging request in crypto_sha3_update
 2024-04-02 17:10 UTC  (4+ messages)

[tip: x86/misc] Documentation/maintainer-tip: Clarify merge window policy
 2024-04-02 17:09 UTC 

C skill issues and good taste
 2024-04-02 17:08 UTC 

[RFC] KVM: arm64: improving IO performance during unmap?
 2024-04-02 17:00 UTC  (7+ messages)
` [PATCH] KVM: arm64: Limit stage2_apply_range() batch size to smallest block

RTT-PROBE: lore-subspace-rtt
 2024-04-02 17:08 UTC 

[PATCH RFC 0/3] btrfs: zoned: reclaim block-groups more aggressively
 2024-04-02 17:09 UTC  (7+ messages)
` [PATCH RFC PATCH 2/3] btrfs: zoned: reserve relocation zone on mount
` [PATCH RFC PATCH 3/3] btrfs: zoned: kick cleaner kthread if low on space

[PATCH net-next v1 0/8] net: dsa: microchip: ksz8: refactor FDB dump path
 2024-04-02 17:07 UTC  (4+ messages)
` [PATCH net-next v1 4/8] net: dsa: microchip: ksz8: Refactor ksz8_r_dyn_mac_table() for readability

[PATCH 0/2] soc: qcom: pmic_glink: fix client handling
 2024-04-02 17:07 UTC  (3+ messages)
` [PATCH 1/2] soc: qcom: pmic_glink: don't traverse clients list without a lock
` [PATCH 2/2] soc: qcom: pmic_glink: notify clients about the current state

[PATCH] Revert "evtchn: refuse EVTCHNOP_status for Xen-bound event channels"
 2024-04-02 17:06 UTC 

[RFC V2 2/2] md/raid5: optimize RAID5 performance
 2024-04-02 17:05 UTC 

FAILED: patch "[PATCH] Revert "x86/mm/ident_map: Use gbpages only where full GB page" failed to apply to 5.10-stable tree
 2024-04-02 17:05 UTC  (2+ messages)
` [PATCH 5.10.y] Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."

[RFC/POC]: Make cpuset.cpus.effective independent of cpuset.cpus
 2024-04-02 17:04 UTC  (3+ messages)
` [PATCH] cgroup/cpuset: "

[PATCH] [i-g-t] tests/amdgpu/amd_ilr: Fix eDP PSR not be re-enabled after test
 2024-04-02 17:04 UTC  (2+ messages)
` ✓ CI.xeBAT: success for tests/amdgpu/amd_ilr: Fix eDP PSR not be re-enabled after test (rev4)

[PATCH net-next 0/3] net: stmmac: Add support for RZN1 GMAC devices
 2024-04-02 15:48 UTC  (4+ messages)
` [PATCH net-next 2/3] net: stmmac: add support for RZ/N1 GMAC

pull-request: ath-next-20240402
 2024-04-02 17:03 UTC 

[PATCH net] pds_core: Fix pdsc_check_pci_health function to print warning
 2024-04-02 17:02 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer
 2024-04-02 17:00 UTC  (3+ messages)

[PATCH] RFC: add MAINTAINERS file
 2024-04-02 17:00 UTC  (6+ messages)

[PATCH] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-04-02 16:59 UTC  (4+ messages)

[PATCH] arm64: dts: ti: k3-j722s: Disable ethernet ports by default
 2024-04-02 16:58 UTC  (3+ messages)

[PATCH bpf-next] rethook: Remove warning messages printed for finding return address of a frame
 2024-04-02 16:58 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-02 16:58 UTC 

[kvm-unit-tests PATCH v2 0/2] arm/arm64: Use 'max' cpu and gic types
 2024-04-02 16:57 UTC  (2+ messages)

Outreachy Applications Closed
 2024-04-02 16:57 UTC 

[PATCH net-next] MAINTAINERS: mlx5: Add Tariq Toukan
 2024-04-02 16:55 UTC  (3+ messages)

[PULL 00/15] Misc HW patches for 2024-04-02
 2024-04-02 16:51 UTC  (2+ messages)

[PATCH 1/2] drm/bridge: lt8912b: add support for P/N pin swap
 2024-04-02 16:53 UTC  (2+ messages)

[PATCH v0 00/14] Make I2C terminology more inclusive for I2C Algobit and consumers
 2024-04-02 16:52 UTC  (7+ messages)
` [PATCH v0 03/14] drm/gma500,drm/i915: Make I2C terminology more inclusive

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
 2024-04-02 16:52 UTC  (4+ messages)
  ` [Lsf-pc] "

[PATCH v2] gpiolib: Fix triggering "kobject: 'gpiochipX' is not initialized, yet" kobject_get() errors
 2024-04-02 16:51 UTC  (2+ messages)

[PATCH] glibc: Fix stale qemu processes left after glibc oe-selftest
 2024-04-02 16:50 UTC  (5+ messages)
` [OE-core] "

[Intel-wired-lan] [PATCH iwl-next v4] ice: Reset VF on Tx MDD event
 2024-04-02 16:52 UTC  (2+ messages)
`  "

FAILED: patch "[PATCH] Revert "x86/mm/ident_map: Use gbpages only where full GB page" failed to apply to 6.7-stable tree
 2024-04-02 16:50 UTC  (2+ messages)
` [PATCH 6.7.y] Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."

[PATCH] drm/i915/display: fix display param dup for NULL char * params
 2024-04-02 16:49 UTC  (3+ messages)

[PATCH v2 0/6] staging: pi433: Remove duplicated code using the "goto" error recovery scheme
 2024-04-02 16:50 UTC  (5+ messages)
` [PATCH v2 5/6] "
` [PATCH v2 6/6] staging: pi433: Rename return value from "status" to "ret"

RTT-PROBE: lore-subspace-rtt
 2024-04-02 16:48 UTC 

[PATCH net-next 0/2] net: fix variable shadowing spam from headers
 2024-04-02 16:48 UTC  (8+ messages)
` [PATCH net-next 2/2] netdev_queues: fix -Wshadow / Sparse shadow warnings throughout the file

[PATCH v4 00/13] mm/gup: Unify hugetlb, part 2
 2024-04-02 16:46 UTC  (18+ messages)
` [PATCH v4 13/13] mm/gup: Handle hugetlb in the generic follow_page_mask code

[PATCH RFC net 1/1] net/sched: Fix mirred to self recursion
 2024-04-02 16:47 UTC  (4+ messages)

[PATCH] Bluetooth: hci_intel: Fix multiple issues reported by checkpatch.pl
 2024-04-02 16:47 UTC  (2+ messages)
`  "

[PATCH 2/2] timers: Fix removed self-IPI on global timer's enqueue in nohz_full
 2024-04-02 16:47 UTC  (11+ messages)

[PATCH v4 00/20] Omnivision OV4689 refactoring and improvements
 2024-04-02 16:45 UTC  (21+ messages)
` [PATCH v4 01/20] media: i2c: ov4689: Clean up and annotate the register table
` [PATCH v4 02/20] media: i2c: ov4689: Sort register definitions by address
` [PATCH v4 03/20] media: i2c: ov4689: Fix typo in a comment
` [PATCH v4 04/20] media: i2c: ov4689: CCI conversion
` [PATCH v4 05/20] media: i2c: ov4689: Remove i2c_client from ov4689 struct
` [PATCH v4 06/20] media: i2c: ov4689: Refactor ov4689_set_ctrl
` [PATCH v4 07/20] media: i2c: ov4689: Use sub-device active state
` [PATCH v4 08/20] media: i2c: ov4689: Enable runtime PM before registering sub-device
` [PATCH v4 09/20] media: i2c: ov4689: Use runtime PM autosuspend
` [PATCH v4 10/20] media: i2c: ov4689: Remove max_fps field from struct ov4689_mode
` [PATCH v4 11/20] media: i2c: ov4689: Make horizontal blanking configurable
` [PATCH v4 12/20] media: i2c: ov4689: Implement vflip/hflip controls
` [PATCH v4 13/20] media: i2c: ov4689: Implement digital gain control
` [PATCH v4 14/20] media: i2c: ov4689: Implement manual color balance controls
` [PATCH v4 15/20] media: i2c: ov4689: Move pixel array size out of struct ov4689_mode
` [PATCH v4 16/20] media: i2c: ov4689: Set timing registers programmatically
` [PATCH v4 17/20] media: i2c: ov4689: Configurable analogue crop
` [PATCH v4 18/20] media: i2c: ov4689: Eliminate struct ov4689_mode
` [PATCH v4 19/20] media: i2c: ov4689: Refactor ov4689_s_stream
` [PATCH v4 20/20] media: i2c: ov4689: Implement 2x2 binning

[PATCH v4] i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode
 2024-04-02 16:44 UTC  (4+ messages)

[PATCH BlueZ] adapter: add support for setting NO_ERRQUEUE_POLL experimental feature
 2024-04-02 16:44 UTC 

[PATCH bpf-next] Fix latent unsoundness in and/or/xor value tracking
 2024-04-02 16:43 UTC  (7+ messages)

[LTP] [PATCH v2 0/2] doc: Add generated API docs
 2024-04-02 16:41 UTC  (3+ messages)
` [LTP] [PATCH v2 1/2] doc: Add more to spelling_wordlist
` [LTP] [PATCH v2 2/2] include: doc: Convert comments into linuxdoc

[PATCH BlueZ v3 0/8] tests: add TX timestamping tests
 2024-04-02 16:43 UTC  (9+ messages)
` [PATCH BlueZ v3 1/8] lib: add BT_SCM_ERROR and BT_NO_ERRQUEUE_POLL
` [PATCH BlueZ v3 2/8] iso-tester: Add tests for TX timestamping
` [PATCH BlueZ v3 3/8] l2cap-tester: Add test "
` [PATCH BlueZ v3 4/8] btdev: set nonzero SCO mtu & max pkt
` [PATCH BlueZ v3 5/8] sco-tester: add TX timestamping test
` [PATCH BlueZ v3 6/8] bthost: handle client L2CAP conn in LE credit based mode
` [PATCH BlueZ v3 7/8] l2cap-tester: add tests for LE Client read/write/tx-timestamping
` [PATCH BlueZ v3 8/8] iso-tester: add test for BT_NO_ERRQUEUE_POLL

[V2 PATCH 0/2] Update RAM Bank Logic for RK3568/RK3588
 2024-04-02 16:42 UTC  (5+ messages)
` [V1 PATCH 1/2] rockchip: sdram: Support getting banks from TPL for rk3568 and rk3588
` [V2 PATCH 2/2] rockchip: Switch RK3568 and RK3588 to new RAM bank logic

[PATCH v2] KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running
 2024-04-02 16:41 UTC  (2+ messages)

[PATCH 0/3] PCI/MSI: Remove IMS (Interrupt Message Store) support for now
 2024-04-02 16:42 UTC  (2+ messages)

[PATCH v5 00/11] Turris Omnia MCU driver
 2024-04-02 16:41 UTC  (6+ messages)
` [PATCH v5 02/11] platform: cznic: Add preliminary support for Turris Omnia MCU

[PATCH v3] Bluetooth: add experimental BT_NO_ERRQUEUE_POLL socket option
 2024-04-02 16:40 UTC 

[PATCH 0/8] update-ref: add support for update-symref option
 2024-04-02 16:40 UTC  (8+ messages)
` [PATCH 7/8] refs: add 'update-symref' command to 'update-ref'

[PATCH v6 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-04-02 16:39 UTC  (9+ messages)
` [PATCH v6 3/4] "

[PATCH] btrfs: remove not needed mod_start and mod_len from struct extent_map
 2024-04-02 16:40 UTC 

[PATCH v7 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-04-02 16:40 UTC  (6+ messages)
` [PATCH v7 4/4] pinctrl: Implementation of the generic scmi-pinctrl driver

[PATCH 0/4] Replace references to ifconfig in doc
 2024-04-02 16:39 UTC  (6+ messages)
` [PATCH 1/4] doc: remove references to ifconfig
` [PATCH 2/4] doc: replace ifconfig and brctl usage in howto
` [PATCH 3/4] doc: replace ifconfig in testpmd doc
` [PATCH 4/4] doc: replace use of ifconfig in nics

[PATCH RFC net 1/1] net/sched: Fix mirred to self recursion
 2024-04-02 16:38 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-02 16:38 UTC 

6.9.0-rc2+ kernel hangs on boot
 2024-04-02 16:37 UTC 

[PATCH net] net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()
 2024-04-02 16:37 UTC  (2+ messages)

FAILED: patch "[PATCH] Revert "x86/mm/ident_map: Use gbpages only where full GB page" failed to apply to 6.1-stable tree
 2024-04-02 16:36 UTC  (2+ messages)
` [PATCH 6.1.y] Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."

[PATCH V2 i-g-t] tests/xe_exec_threads: Make hang tests reset domain aware
 2024-04-02 16:36 UTC  (2+ messages)
` ✓ CI.xeBAT: success for "

[PATCH 00/13] wifi: Add multi physical hardware iface combination support
 2024-04-02 16:35 UTC  (4+ messages)
` [PATCH 08/13] wifi: cfg80211: Refactor the iface combination iteration helper function

[PATCH 0/7] drm/i915: Bigjoiner prep work
 2024-04-02 16:35 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "

[PATCH v3] drm/panthor: Fix couple of NULL vs IS_ERR() bugs
 2024-04-02 16:33 UTC  (5+ messages)

Why is the ARM SMMU v1/v2 put into bypass mode on kexec?
 2024-04-02 16:32 UTC  (8+ messages)

[PATCH V4 0/5] mlx5 ConnectX control misc driver
 2024-04-02 16:32 UTC  (14+ messages)

[samba-ksmbd:for-next 5/7] fs/smb/client/connect.c:4045:19: warning: assignment makes pointer from integer without a cast
 2024-04-02 16:31 UTC 

Rare mcp251xfd crash after CRC read error, in timestamp read routine
 2024-04-02 16:31 UTC 

[PATCH v2] libbpf: use local bpf_helpers.h include
 2024-04-02 16:30 UTC  (2+ messages)

[PATCH net-next] tcp: get rid of sysctl_tcp_adv_win_scale
 2024-04-02 16:29 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.