messages from 2024-01-15 07:05:47 to 2024-01-17 15:26:38 UTC [more...]
[PATCH net-next 00/20] net: ethernet: Add qcom PPE driver
2024-01-17 15:25 UTC (5+ messages)
Help required - kernel-doc, code block and backslash
2024-01-17 15:22 UTC (9+ messages)
[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
2024-01-17 14:47 UTC (18+ messages)
` [PATCH v3 01/17] mm,memblock: Add support for scratch memory
` [PATCH v3 02/17] memblock: Declare scratch memory as CMA
` [PATCH v3 03/17] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH v3 04/17] kexec: Add KHO parsing support
` [PATCH v3 05/17] kexec: Add KHO support to kexec file loads
` [PATCH v3 06/17] kexec: Add config option for KHO
` [PATCH v3 07/17] kexec: Add documentation "
` [PATCH v3 08/17] arm64: Add KHO support
` [PATCH v3 09/17] x86: "
` [PATCH v3 10/17] tracing: Initialize fields before registering
` [PATCH v3 11/17] tracing: Introduce kho serialization
` [PATCH v3 12/17] tracing: Add kho serialization of trace buffers
` [PATCH v3 13/17] tracing: Recover trace buffers from kexec handover
` [PATCH v3 14/17] tracing: Add kho serialization of trace events
` [PATCH v3 15/17] tracing: Recover trace events from kexec handover
` [PATCH v3 16/17] tracing: Add config option for "
` [PATCH v3 17/17] Documentation: KHO: Add ftrace bindings
[PATCH v2 00/17] kexec: Allow preservation of ftrace buffers
2024-01-17 14:01 UTC (11+ messages)
` [PATCH v2 04/17] kexec: Add KHO parsing support
` [PATCH v2 06/17] kexec: Add config option for KHO
` [PATCH v2 07/17] kexec: Add documentation "
` [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO
[linux-next:master 13367/13716] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_crtc.c:100: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2024-01-17 13:53 UTC
[PATCH 00/10] Make PCI's devres API more consistent
2024-01-17 13:49 UTC (27+ messages)
` [PATCH 01/10] pci: add new set of devres functions
` [PATCH 02/10] pci: deprecate iomap-table functions
` [PATCH 03/10] pci: warn users about complicated devres nature
` [PATCH 04/10] pci: devres: make devres region requests consistent
` [PATCH 05/10] pci: move enabled status bit to pci_dev struct
` [PATCH 06/10] pci: move pinned "
` [PATCH 07/10] pci: devres: give mwi its own callback
` [PATCH 08/10] pci: devres: give pci(m)_intx "
` [PATCH 09/10] pci: devres: remove legacy pcim_release()
` [PATCH 10/10] drm/vboxvideo: fix mapping leaks
[PATCH v4 0/4] usb: gadget: functionfs: DMABUF import interface
2024-01-17 13:15 UTC (6+ messages)
` [PATCH v4 1/4] usb: gadget: Support already-mapped DMA SGs
` [PATCH v4 2/4] usb: gadget: functionfs: Factorize wait-for-endpoint code
` [PATCH v4 3/4] usb: gadget: functionfs: Add DMABUF import interface
` [PATCH v4 4/4] Documentation: usb: Document FunctionFS DMABUF API
[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
2024-01-17 13:14 UTC (7+ messages)
` [PATCH v9 2/2] arm64: boot: Support "
[PATCH v7 00/12] Add Qualcomm Minidump driver related support
2024-01-17 12:37 UTC (7+ messages)
` [PATCH v7 06/12] soc: qcom: Add Qualcomm APSS minidump kernel driver
` [PATCH v7 08/12] pstore/ram: Add dynamic ramoops region support through commandline
[PATCH v3 0/4] usb: gadget: functionfs: DMABUF import interface
2024-01-17 12:09 UTC (13+ messages)
` [PATCH v3 3/4] usb: gadget: functionfs: Add "
` [PATCH v3 4/4] Documentation: usb: Document FunctionFS DMABUF API
[PATCH v1 0/2] RISC-V: enable rust
2024-01-17 11:30 UTC (5+ messages)
[PATCH v3 0/2] Add support to dump printk buffer to console via sysrq
2024-01-17 11:13 UTC (3+ messages)
` [PATCH v3 1/2] printk: Add function to dump printk buffer directly to consoles
` [PATCH v3 2/2] tty/sysrq: Dump printk ring buffer messages via sysrq
[PATCH 0/3] usb: gadget: 9pfs transport
2024-01-17 10:54 UTC (16+ messages)
` [PATCH 1/3] usb: gadget: function: 9pfs
` [PATCH 2/3] usb: gadget: legacy: add 9pfs multi gadget
` [PATCH 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script
[PATCH v3 00/19] arm64 kernel text replication
2024-01-17 9:41 UTC (21+ messages)
` [PATCH v3 01/19] arm64: provide cpu_replace_ttbr1_phys()
` [PATCH v3 02/19] arm64: make clean_dcache_range_nopatch() visible
` [PATCH v3 03/19] arm64: place kernel in its own L0 page table entry
` [PATCH v3 04/19] arm64: text replication: add init function
` [PATCH v3 05/19] arm64: text replication: add sanity checks
` [PATCH v3 06/19] arm64: text replication: copy initial kernel text
` [PATCH v3 07/19] arm64: text replication: add node text patching
` [PATCH v3 08/19] arm64: text replication: add node 0 page table definitions
` [PATCH v3 09/19] arm64: text replication: add swapper page directory helpers
` [PATCH v3 10/19] arm64: text replication: create per-node kernel page tables
` [PATCH v3 11/19] arm64: text replication: boot secondary CPUs with appropriate TTBR1
` [PATCH v3 12/19] arm64: text replication: update cnp support
` [PATCH v3 13/19] arm64: text replication: setup page tables for copied kernel
` [PATCH v3 14/19] arm64: text replication: include most of read-only data as well
` [PATCH v3 15/19] arm64: text replication: early kernel option to enable replication
` [PATCH v3 16/19] arm64: text replication: add Kconfig
` [PATCH v3 17/19] arm64: text replication: fix compilation warning
` [PATCH v3 18/19] arm64: text replication: support more page sizes and levels
` [PATCH v3 19/19] arm64: text replication: keep modules inside module region when REPLICATE_KTEXT is enabled
[RFC PATCH 0/2] kernel-doc: Do not pre-process comments
2024-01-17 8:47 UTC (6+ messages)
` [RFC PATCH 1/2] drm/vram-helper: Fix 'multi-line' kernel-doc comments
` [RFC PATCH 2/2] scripts/kernel-doc: Do not process backslash lines in comments
[PATCH v8 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
2024-01-17 8:42 UTC (4+ messages)
` [PATCH v8 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
` [PATCH v8 2/2] documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
[PATCH 0/3] mm/mempolicy: weighted interleave mempolicy with sysfs extension
2024-01-17 6:58 UTC (11+ messages)
` [PATCH 1/3] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH 2/3] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
[PATCH v1 0/2] Rust enablement for LoongArch
2024-01-17 4:34 UTC (13+ messages)
[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
2024-01-16 21:39 UTC (5+ messages)
` [PATCH v5 1/2] x86/resctrl: Remove hard-coded memory bandwidth limit
` [PATCH v5 2/2] x86/resctrl: Read supported bandwidth sources using CPUID command
[PATCH] iouring:added boundary value check for io_uring_group systl
2024-01-16 21:32 UTC (4+ messages)
[PATCH v12 00/41] Introduce QC USB SND audio offloading support
2024-01-16 20:24 UTC (7+ messages)
` [PATCH v12 04/41] usb: host: xhci-mem: Cleanup pending secondary event ring events
[PATCH v7 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
2024-01-16 18:45 UTC (4+ messages)
` [PATCH v7 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
[PATCH 00/33] spi: get rid of some legacy macros
2024-01-16 15:18 UTC (4+ messages)
` [PATCH 32/33] spi: Drop compat layer from renaming "master" to "controller"
[PATCH net-next v2 0/8] net: Add support for Power over Ethernet (PoE)
2024-01-16 14:12 UTC (6+ messages)
` [PATCH net-next v2 8/8] net: pse-pd: Add PD692x0 PSE controller driver
[PATCH] Documentation: kdump: Clarify the default size of memory reserved by crashkernel low
2024-01-16 8:47 UTC (2+ messages)
[PATCH v4 0/3] w1: add UART w1 bus driver
2024-01-16 7:10 UTC (10+ messages)
` [PATCH v4 1/3] dt-bindings: w1: UART 1-Wire bus
[RFC PATCH v3 00/11] Add support for Intel PPS Generator
2024-01-16 5:40 UTC (5+ messages)
[PATCH v12 0/3] Support pwm/tach driver for aspeed ast26xx
2024-01-16 3:09 UTC (10+ messages)
` [PATCH v12 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v12 2/3] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control
[PATCH v5 0/5] hwmon: Add support for Amphenol ChipCap 2
2024-01-15 20:02 UTC (6+ messages)
` [PATCH v5 1/5] dt-bindings: vendor-prefixes: add Amphenol
` [PATCH v5 2/5] hwmon: (core) Add support for humidity min/max alarm
` [PATCH v5 3/5] ABI: sysfs-class-hwmon: add descriptions for humidity min/max alarms
` [PATCH v5 4/5] dt-bindings: hwmon: Add Amphenol ChipCap 2
` [PATCH v5 5/5] hwmon: Add support for "
[RESEND PATCH v3 2/3] docs: Add information about ipc sysctls limitations
2024-01-15 15:46 UTC
[PATCH v5 00/44] drm/connector: Create HDMI Connector infrastructure
2024-01-15 15:30 UTC (6+ messages)
` [PATCH v5 08/44] drm/connector: hdmi: Add Broadcast RGB property
` "
[PATCH v2 0/7] Add YUV formats to VKMS
2024-01-15 15:06 UTC (2+ messages)
[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
2024-01-15 12:57 UTC (21+ messages)
` [PATCH v12 01/20] KVM: pfncache: Add a map helper function
` [PATCH v12 02/20] KVM: pfncache: remove unnecessary exports
` [PATCH v12 03/20] KVM: xen: mark guest pages dirty with the pfncache lock held
` [PATCH v12 04/20] KVM: pfncache: add a mark-dirty helper
` [PATCH v12 05/20] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v12 06/20] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v12 07/20] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v12 08/20] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v12 09/20] KVM: xen: separate initialization of shared_info cache and content
` [PATCH v12 10/20] KVM: xen: re-initialize shared_info if guest (32/64-bit) mode is set
` [PATCH v12 11/20] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v12 12/20] KVM: xen: allow vcpu_info "
` [PATCH v12 13/20] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v12 14/20] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
` [PATCH v12 15/20] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v12 16/20] KVM: xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v12 17/20] KVM: xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v12 18/20] KVM: pfncache: check the need for invalidation under read lock first
` [PATCH v12 19/20] KVM: xen: allow vcpu_info content to be 'safely' copied
` [PATCH v12 20/20] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues
[PATCH] Documentation/gpu: Reference articles on Linux graphics stack
2024-01-15 12:54 UTC (3+ messages)
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2024-01-15 11:06 UTC (11+ messages)
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
[PATCH v4 0/3] hwmon: Add driver for Astera Labs PT5161L retimer
2024-01-15 10:05 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: vendor-prefixes: add asteralabs
` [PATCH v4 2/3] dt-bindings: trivial-devices: add Astera Labs PT5161L
` [PATCH v4 3/3] hwmon: Add driver for Astera Labs PT5161L retimer
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).