public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-09 15:49:44 to 2024-09-09 17:28:02 UTC [more...]

[PATCH printk v8 01/35] printk: Add notation to console_srcu locking
 2024-09-09 17:28 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 02/35] printk: nbcon: Consolidate alloc() and init()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 03/35] printk: Properly deal with nbcon consoles on seq init
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 04/35] printk: Check printk_deferred_enter()/_exit() usage
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 05/35] printk: nbcon: Clarify rules of the owner/waiter matching
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 06/35] printk: nbcon: Remove return value for write_atomic()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 07/35] printk: nbcon: Add detailed doc for write_atomic()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 08/35] printk: nbcon: Add callbacks to synchronize with driver
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 09/35] printk: nbcon: Use driver synchronization while (un)registering
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 10/35] serial: core: Provide low-level functions to lock port
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 11/35] serial: core: Introduce wrapper to set @uart_port->cons
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 12/35] console: Improve console_srcu_read_flags() comments
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 13/35] nbcon: Add API to acquire context for non-printing operations
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 14/35] serial: core: Acquire nbcon context in port->lock wrapper
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 15/35] printk: nbcon: Do not rely on proxy headers
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 16/35] printk: Make console_is_usable() available to nbcon.c
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 17/35] printk: Let console_is_usable() handle nbcon
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 18/35] printk: Add @flags argument for console_is_usable()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 19/35] printk: nbcon: Add helper to assign priority based on CPU state
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 20/35] printk: nbcon: Provide function to flush using write_atomic()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 21/35] printk: Track registered boot consoles
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 22/35] printk: nbcon: Use nbcon consoles in console_flush_all()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 23/35] printk: Add is_printk_legacy_deferred()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 24/35] printk: nbcon: Flush new records on device_release()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 25/35] printk: Flush nbcon consoles first on panic
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 26/35] printk: nbcon: Add unsafe flushing on panic
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 27/35] printk: Avoid console_lock dance if no legacy or boot consoles
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 28/35] printk: Track nbcon consoles
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 29/35] printk: Coordinate direct printing in panic
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 30/35] printk: Add helper for flush type logic
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 31/35] printk: nbcon: Implement emergency sections
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 32/35] panic: Mark emergency section in warn
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 33/35] panic: Mark emergency section in oops
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 34/35] rcu: Mark emergency sections in rcu stalls
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 35/35] lockdep: Mark emergency sections in lockdep splats
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v8 31/35] printk: nbcon: Implement emergency sections
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] printk: nbcon: Use raw_cpu_ptr() instead of open coding

[PATCH -next v2 RESEND] printk: Use the BITS_PER_LONG macro
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 01/17] printk: nbcon: Add function for printers to reacquire ownership
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 02/17] printk: Fail pr_flush() if before SYSTEM_SCHEDULING
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 03/17] printk: Flush console on unregister_console()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 04/17] printk: nbcon: Add context to usable() and emit()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 05/17] printk: nbcon: Init @nbcon_seq to highest possible
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 06/17] printk: nbcon: Introduce printer kthreads
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 07/17] printk: nbcon: Relocate nbcon_atomic_emit_one()
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 08/17] printk: nbcon: Use thread callback if in task context for legacy
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 09/17] printk: nbcon: Rely on kthreads for normal operation
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 10/17] printk: Provide helper for message prepending
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 11/17] printk: nbcon: Show replay message on takeover
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 12/17] proc: consoles: Add notation to c_start/c_stop
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 13/17] proc: Add nbcon support for /proc/consoles
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 14/17] tty: sysfs: Add nbcon support for 'active'
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 15/17] printk: Implement legacy printer kthread for PREEMPT_RT
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 16/17] printk: nbcon: Assign nice -20 for printing threads
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH printk v6 17/17] printk: Avoid false positive lockdep report for legacy printing
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH -next] printk: Export match_devname_and_update_preferred_console()
 2024-09-09 17:27 UTC  (3+ messages)
` [tip: sched/rt] "

[PATCH 1/3] x86: Allow to enable PREEMPT_RT
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH 2/3] arm64: Allow to enable PREEMPT_RT
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH 3/3] riscv: Allow to enable PREEMPT_RT
 2024-09-09 17:27 UTC  (2+ messages)
` [tip: sched/rt] "

[PATCH net] selftests: net: csum: Fix checksums for packets with non-zero padding
 2024-09-09 17:26 UTC  (5+ messages)

[PATCH] ASoC: soc-ac97: Fix the incorrect description
 2024-09-09 17:26 UTC  (2+ messages)

[PATCH RESEND] drm/amd/display: Add null check before access structs in dcn32_enable_phantom_plane
 2024-09-09 17:25 UTC  (2+ messages)

[PATCH v3 00/10] Preemption support for A7XX
 2024-09-09 17:24 UTC  (5+ messages)
` [PATCH v3 04/10] drm/msm/A6xx: Implement preemption for A7XX targets

[PATCH net-next] net: amlogic,meson-dwmac: Fix "amlogic,tx-delay-ns" schema
 2024-09-09 17:23 UTC 

[PATCH 0/3] nfsd: callback debugging improvements
 2024-09-09 17:23 UTC  (3+ messages)
` [PATCH 1/3] nfsd: add more info to WARN_ON_ONCE on failed callbacks

[PATCH v6 0/5] Faultable Tracepoints
 2024-09-09 17:22 UTC  (6+ messages)
` [PATCH v6 3/5] tracing/bpf-trace: Add support for faultable tracepoints

[PATCH 0/1] Get tracer PID without reliance on the proc FS
 2024-09-09 17:22 UTC  (10+ messages)
` [PATCH 1/1] ptrace: "

[PATCH] ntb: ntb_hw_switchtec: Fix use after free vulnerability in switchtec_ntb_remove due to race condition
 2024-09-09 17:20 UTC 

[PATCH v4] memcg: add charging of already allocated slab objects
 2024-09-09 17:20 UTC  (9+ messages)

[GIT PULL] bcachefs fixes for 6.11-rc8/final
 2024-09-09 17:20 UTC  (2+ messages)

[PATCH v2 0/9] iio: add support for the ad3552r AXI DAC IP
 2024-09-09 17:19 UTC  (7+ messages)
` [PATCH v2 1/9] dt-bindings: iio: dac: ad3552r: add io-backend property

[PATCH] ASoC: mediatek: mt8365: include linux/bitfield.h
 2024-09-09 17:18 UTC  (2+ messages)

[PATCH] ASoC: mediatek: mt8365: remove unused mt8365_i2s_hd_str
 2024-09-09 17:18 UTC  (2+ messages)

[PATCH] ASoC: tlv320aic31xx: Add support for loading filter coefficients
 2024-09-09 17:18 UTC  (2+ messages)

[PATCH 0/2] drm/amd: fix VRR race condition during IRQ handling
 2024-09-09 17:18 UTC  (5+ messages)

[PATCH] wifi: mwifiex: Ensure all STA and AP use the same channel
 2024-09-09 17:17 UTC  (3+ messages)
` [EXT] "

[PATCH v3 0/8] perf trace: Enhanced augmentation for pointer arguments
 2024-09-09 17:17 UTC  (7+ messages)
` [PATCH v3 5/8] perf trace: Pretty print buffer data

[PATCH v6 3/3] riscv: dts: allwinner: d1: Add thermal sensor
 2024-09-09 17:16 UTC  (2+ messages)

[PATCH RFC 0/2] tpm: Minor improvements
 2024-09-09 17:16 UTC  (6+ messages)
` [PATCH RFC 1/2] tpm: tpm_tis_spi: Ensure SPI mode 0

[PATCH net] net: dpaa: Pad packets to ETH_ZLEN
 2024-09-09 17:14 UTC  (4+ messages)

[PATCH 00/12] mwifiex: two fixes and cleanup
 2024-09-09 17:14 UTC  (11+ messages)
` [PATCH 02/12] wifi: mwifiex: fix MAC address handling
` [PATCH 08/12] wifi: mwifiex: simplify mwifiex_setup_ht_caps()
` [PATCH 11/12] wifi: mwifiex: move common settings out of switch/case
` [PATCH 12/12] wifi: mwifiex: drop asynchronous init waiting code

[PATCH 0/5] mm/slub: Improve data handling of krealloc() when orig_size is enabled
 2024-09-09 17:12 UTC  (4+ messages)
` [PATCH 1/5] mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_size is on

[PATCH 0/4] Followups to controllers' v1 compilation
 2024-09-09 17:11 UTC  (7+ messages)
` [PATCH 1/4] memcg: Cleanup with !CONFIG_MEMCG_V1
` [PATCH 2/4] cgroup/cpuset: Expose cpuset filesystem with cpuset v1 only
` [PATCH 3/4] cgroup: Disallow mounting v1 hierarchies without controller implementation
` [PATCH 4/4] cgroup: Do not report unavailable v1 controllers in /proc/cgroups

[PATCH 0/7] Generic hotplug support for a PMU with a scope
 2024-09-09 17:11 UTC  (6+ messages)
` [PATCH 6/7] perf/x86/rapl: Move the pmu allocation out of CPU hotplug

[PATCH v2 0/6] arm64: dts: freescale: 2nrd clean up dtb warning under freescale
 2024-09-09 17:10 UTC  (5+ messages)
` [PATCH v2 3/6] arm64: dts: imx8mm-venice-gw7901: add #address(size)-cells for gsc@20

[PATCH] perf/x86/intel: Allow to setup LBR for counting event for BPF
 2024-09-09 17:10 UTC  (2+ messages)

[RFCv2 0/9] UEFI emulator for kexec
 2024-09-09 17:09 UTC  (8+ messages)

[PATCH RFC 0/2] Prep perf trace for a generic BPF+BTF pretty printer
 2024-09-09 17:05 UTC  (5+ messages)
` [PATCH 1/2] perf trace augmented_syscalls.bpf: Move the renameat augmenter to renameat2, temporarily
` [PATCH 2/2] perf trace: Use a common encoding for augmented arguments, with size + error + payload

[PATCH 1/1] ptrace: Get tracer PID without reliance on the proc FS
 2024-09-09 17:05 UTC  (4+ messages)

[PATCH 6.6 1/4] riscv: dts: starfive: add assigned-clock* to limit frquency
 2024-09-09 17:04 UTC  (2+ messages)

[PATCH v6 0/7] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
 2024-09-09 17:04 UTC  (8+ messages)
` [PATCH v6 1/7] dt-bindings: soc: ti: Add AM65 peripheral virtualization unit
` [PATCH v6 2/7] dt-bindings: PCI: ti,am65: Extend for use with PVU
` [PATCH v6 3/7] soc: ti: Add IOMMU-like PVU driver
` [PATCH v6 4/7] PCI: keystone: Add support for PVU-based DMA isolation on AM654
` [PATCH v6 5/7] arm64: dts: ti: k3-am65-main: Add PVU nodes
` [PATCH v6 6/7] arm64: dts: ti: k3-am65-main: Add VMAP registers to PCI root complexes
` [PATCH v6 7/7] arm64: dts: ti: iot2050: Add overlay for DMA isolation for devices behind PCI RC

[PATCH v3 2/2] iio: imu: Add i2c driver for bmi270 imu
 2024-09-09 17:03 UTC  (2+ messages)

[PATCH v5 0/3] pinctrl: pinctrl-zynqmp: Add Versal platform support
 2024-09-09 17:03 UTC  (3+ messages)
` [PATCH v5 2/3] firmware: xilinx: Add Pinctrl Get Attribute ID

[PATCH net-next v2 0/2] net: phy: Support master-slave config via device tree
 2024-09-09 17:00 UTC  (5+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: ethernet-phy: Add master-slave role property for SPE PHYs

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-09-09 16:57 UTC  (8+ messages)

[PATCH] block: fix potential invalid pointer dereference in blk_add_partition
 2024-09-09 16:56 UTC  (2+ messages)

[PATCH] perf evlist: Print hint for group
 2024-09-09 16:54 UTC  (2+ messages)

[PATCH] hwmon: Conditionally clear individual status bits for pmbus rev >= 1.2
 2024-09-09 16:54 UTC  (2+ messages)

[PATCH net-next v25 00/13] Device Memory TCP
 2024-09-09 16:54 UTC  (3+ messages)

[PATCH v4 1/1] dt-bindings: memory-controllers: fsl,ifc: split child node differences
 2024-09-09 16:53 UTC 

[PATCH] scsi: ufs: Use pre-calculated offsets in ufshcd_init_lrb
 2024-09-09 16:52 UTC  (2+ messages)

[PATCH RESEND] soundwire: stream: Revert "soundwire: stream: fix programming slave ports for non-continous port maps"
 2024-09-09 16:47 UTC 

[PATCH] fsck.f2fs: remove redundant i_ext.len set to zero
 2024-09-09 16:45 UTC 

[PATCH] soundwire: stream: Revert "soundwire: stream: fix programming slave ports for non-continous port maps"
 2024-09-09 16:45 UTC  (6+ messages)

[PATCH v3 1/2] fs: Fix file_set_fowner LSM hook inconsistencies
 2024-09-09 16:44 UTC  (5+ messages)

[PATCH v4 9/9] reset: amlogic: add auxiliary reset driver support
 2024-09-09 16:42 UTC  (2+ messages)

[PATCH v9 1/3] perf report: Support LLVM for addr2line()
 2024-09-09 16:42 UTC  (9+ messages)

[PATCH 0/4] sched/deadline: nanoseconds clarifications
 2024-09-09 16:39 UTC  (5+ messages)

[PATCH 2/2] checkpatch: warn on known non-plural rust doc headers
 2024-09-09 16:38 UTC  (5+ messages)

GIT PULL] devfreq next for 6.12
 2024-09-09 16:37 UTC  (2+ messages)

[PATCH v3 2/2] KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
 2024-09-09 16:37 UTC  (3+ messages)

[PATCH RFC] rust: lockdep: Use Pin for all LockClassKey usages
 2024-09-09 16:37 UTC  (2+ messages)

arm64: dts: ls1028a-rdb: Add iio-hwmon compatibility table
 2024-09-09 16:36 UTC 

[syzbot] [ntfs3?] INFO: trying to register non-static key in mark_as_free_ex
 2024-09-09 16:34 UTC 

[PATCH RFC/RFT 0/2] arm64: dts: ti: k3-j784s4: Mark tps659413 and children as bootph-all
 2024-09-09 16:32 UTC  (2+ messages)

[PATCH 00/13] ALSA: update sample rate definitions
 2024-09-09 16:30 UTC  (11+ messages)
` [PATCH 01/13] ALSA: pcm: add more "
` [PATCH 06/13] ASoC: cs35l36: drop SNDRV_PCM_RATE_KNOT
` [PATCH 07/13] ASoC: cs35l41: "
` [PATCH 08/13] ASoC: cs53l30: "
` [PATCH 12/13] ASoC: cs35l34: drop useless rate contraint

[PATCH 00/15] kbuild: refactor DTB build rules, introduce a generic built-in boot DTB support
 2024-09-09 16:30 UTC  (3+ messages)
` [PATCH 06/15] riscv: migrate to the generic rule for built-in DTB

[RESEND PATCH v2] params: Annotate struct module_param_attrs with __counted_by()
 2024-09-09 16:27 UTC 

[PATCH] ALSA: hda/realtek: Enable mic on Vaio VJFH52
 2024-09-09 16:27 UTC 

[PATCH v3] dt-bindings: arm: GIC: add ESPI and EPPI specifiers
 2024-09-09 16:27 UTC  (3+ messages)

linux-next: build failure after merge of the powerpc tree
 2024-09-09 16:23 UTC  (4+ messages)

[PATCH v2] ftrace: Get the true parent ip for function tracer
 2024-09-09 16:21 UTC  (3+ messages)

[PATCH] overflow: optimize struct_size() calculation
 2024-09-09 16:19 UTC  (2+ messages)

[PATCH] docs: rust: clean up empty `\\\` lines and improve rustdoc formatting
 2024-09-09 16:17 UTC 

[PATCH v4 00/14] forcealign for xfs
 2024-09-09 16:18 UTC  (8+ messages)

[PATCH v1] drm/xe: Use ERR_CAST to return an error-valued pointer
 2024-09-09 16:13 UTC  (2+ messages)

[PATCH v2] perf: arm_pmuv3: Use BR_RETIRED for HW branch event if enabled
 2024-09-09 16:15 UTC  (2+ messages)

[PATCH 0/7] arm64: qcom: sda660-ifc6560: enable GPU and WiFi support
 2024-09-09 16:15 UTC  (2+ messages)

[PATCH net-next V2] net: phy: microchip_t1: SQI support for LAN887x
 2024-09-09 16:10 UTC 

[PATCH] dt-bindings: arm: Document the btt3 i.MX28 based board
 2024-09-09 16:14 UTC  (2+ messages)

[PATCH 00/13] Several fixes and supports for MediaTek MT8188 SoC
 2024-09-09 16:13 UTC  (7+ messages)
` [PATCH 07/13] dt-bindings: power: mediatek: Add another nested power-domain layer
` [PATCH 10/13] dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8188
` [PATCH 12/13] dt-bindings: mailbox: mtk,adsp-mbox: "

[PATCH net-next v2 0/4] net: xilinx: axienet: Partial checksum offload improvements
 2024-09-09 16:10 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: xilinx: axienet: Remove unused checksum variables
` [PATCH net-next v2 2/4] net: xilinx: axienet: Enable NETIF_F_HW_CSUM for partial tx checksumming
` [PATCH net-next v2 3/4] net: xilinx: axienet: Set RXCSUM in features
` [PATCH net-next v2 4/4] net: xilinx: axienet: Relax partial rx checksum checks

[REGRESSION] soft lockup on boot starting with kernel 6.10 / commit 5186ba33234c9a90833f7c93ce7de80e25fac6f5
 2024-09-09 16:08 UTC  (3+ messages)

[PATCH v1 1/3] fs/fuse: introduce and use fuse_simple_idmap_request() helper
 2024-09-09 16:09 UTC  (4+ messages)
` [PATCH v1 2/3] fs/mnt_idmapping: introduce an invalid_mnt_idmap

[PATCH 00/21] TDX MMU Part 2
 2024-09-09 16:07 UTC  (3+ messages)
` [PATCH 04/21] KVM: VMX: Split out guts of EPT violation to common/exposed function

[PATCH net-next v2 00/10] netconsole refactoring and warning fix
 2024-09-09 16:05 UTC  (7+ messages)
` [PATCH net-next v2 02/10] net: netconsole: split send_ext_msg_udp() function
` [PATCH net-next v2 04/10] net: netconsole: rename body to msg_body
` [PATCH net-next v2 08/10] net: netconsole: do not pass userdata up to the tail

[PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
 2024-09-09 16:04 UTC  (11+ messages)

[PATCH v2 net] dt-bindings: net: tja11xx: fix the broken binding
 2024-09-09 16:04 UTC  (2+ messages)

[PATCH v1 0/4] Add static channel mapping between soundwire master and slave
 2024-09-09 16:03 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xfer
 2024-09-09 16:03 UTC  (2+ messages)

[PATCH] perf/x86: fix wrong assumption that LBR is only useful for sampling events
 2024-09-09 16:02 UTC  (6+ messages)

[PATCH RESEND v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
 2024-09-09 15:57 UTC  (2+ messages)

[PATCH net-next 1/1] net: dsa: microchip: update tag_ksz masks for KSZ9477 family
 2024-09-09 15:57 UTC  (2+ messages)

[PATCH] media: platform: video-mux: Fix mutex locking
 2024-09-09 15:56 UTC  (2+ messages)

[PATCH] test: add cxl region test template
 2024-09-09 15:54 UTC  (2+ messages)

[PATCH v4 3/4] media: raspberrypi: Add support for RP1-CFE
 2024-09-09 15:52 UTC  (10+ messages)

[PATCH 00/22] KVM: x86/mmu: Allow yielding on mmu_notifier zap
 2024-09-09 15:49 UTC  (5+ messages)
` [PATCH 09/22] KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox