All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-21 16:28:03 to 2023-04-21 17:09:01 UTC [more...]

[GIT PULL] gpio: fixes for v6.3
 2023-04-21 17:08 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.3
 2023-04-21 17:08 UTC  (2+ messages)

[GIT PULL] Block fix for 6.3-final
 2023-04-21 17:08 UTC  (2+ messages)

[PATCH net-next, 0/2] Update coding style and check alloc_frag
 2023-04-21 17:06 UTC  (3+ messages)
` [PATCH net-next, 1/2] net: mana: Rename mana_refill_rxoob and remove some empty lines
` [PATCH net-next, 2/2] net: mana: Check if netdev/napi_alloc_frag returns single page

[PATCH v9 0/3] mm: process/cgroup ksm support
 2023-04-21 16:52 UTC  (5+ messages)
` [PATCH v1 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
  ` [PATCH v1 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[PATCH v2 0/3] Create Content Protection Property and Use it
 2023-04-21 17:07 UTC  (5+ messages)
` [PATCH v2 2/3] DRM: Create new Content Protection connector property
` [PATCH v2 3/3] dp_hdcp: Get the hdcp key from the connector prop

[GIT PULL] io_uring updates for 6.4-rc1
 2023-04-21 17:06 UTC 

[PATCH iproute2] lwtunnel: fix warning from strncpy
 2023-04-21 17:03 UTC 

[PATCH bpf-next v5 0/7] bpf: add netfilter program type
 2023-04-21 17:03 UTC  (8+ messages)
` [PATCH bpf-next v5 1/7] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v5 2/7] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v5 3/7] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v5 4/7] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v5 5/7] tools: bpftool: print netfilter link info
` [PATCH bpf-next v5 6/7] bpf: add test_run support for netfilter program type
` [PATCH bpf-next v5 7/7] selftests/bpf: add missing netfilter return value and ctx access tests

[PATCH RESEND v2 0/2] panel-simple: Add InnoLux G070ACE-L01 support
 2023-04-21 17:01 UTC  (12+ messages)
` [PATCH RESEND v2 1/2] dt-bindings: display: simple: add support for InnoLux G070ACE-L01

[PATCH RFC 0/4] Add WCN3988 Bluetooth support for Fairphone 4
 2023-04-21 16:59 UTC  (3+ messages)
` [PATCH RFC 3/4] arm64: dts: qcom: sm6350: add uart1 node

[PATCH 0/4] Support HDMI CEC on Qualcomm SoCs
 2023-04-21 16:58 UTC  (4+ messages)
` [PATCH 2/4] drm/msm: add hdmi cec support

[PATCH v2] hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.c
 2023-04-21 16:56 UTC 

[PATCH v4 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project
 2023-04-21 16:53 UTC  (12+ messages)
` [PATCH v4 01/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
` [PATCH v4 02/11] "
` [PATCH v4 03/11] "
` [PATCH v4 04/11] "
` [PATCH v4 05/11] "
` [PATCH v4 06/11] "
` [PATCH v4 07/11] "
` [PATCH v4 08/11] "
` [PATCH v4 09/11] "
` [PATCH v4 10/11] "
` [PATCH v4 11/11] "

[PATCH v4 0/5] spi: Add DMA mode support to spi-qcom-qspi
 2023-04-21 16:57 UTC  (4+ messages)
` [PATCH v4 5/5] spi: spi-qcom-qspi: Add DMA mode support

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-04-21 16:58 UTC  (7+ messages)

[PATCH] kvm: Merge kvm_check_extension() and kvm_vm_check_extension()
 2023-04-21 16:38 UTC 

[PATCH] rebase -i: do not update "done" when rescheduling command
 2023-04-21 16:56 UTC  (3+ messages)
` [PATCH v2 0/6] rebase -i: impove handling of failed commands

[PATCH 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project
 2023-04-21 16:56 UTC  (4+ messages)
` [PATCH 01/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>

Loongson (and other $ARCHs?) idle VS timer enqueue
 2023-04-21 16:55 UTC  (5+ messages)

[GIT PULL] Turn single vector imports into ITER_UBUF
 2023-04-21 16:53 UTC 

[PATCH 0/9] KVM: arm64: Use MMU read lock for clearing dirty logs
 2023-04-21 16:53 UTC  (23+ messages)
` [PATCH 1/9] KVM: selftests: Allow dirty_log_perf_test to clear dirty memory in chunks
` [PATCH 2/9] KVM: selftests: Add optional delay between consecutive Clear-Dirty-Log calls
` [PATCH 3/9] KVM: selftests: Pass count of read and write accesses from guest to host
` [PATCH 4/9] KVM: selftests: Print read and write accesses of pages by vCPUs in dirty_log_perf_test
` [PATCH 5/9] KVM: selftests: Allow independent execution of "
` [PATCH 6/9] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH 7/9] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH 8/9] KMV: arm64: Allow stage2_apply_range_sched() to pass page table walker flags
` [PATCH 9/9] KVM: arm64: Run clear-dirty-log under MMU read lock

[PATCH v2 0/4] Add TDM audio on StarFive JH7110
 2023-04-21 16:50 UTC  (11+ messages)
` [PATCH v2 1/4] dt-bindings: sound: Add TDM for "
` [PATCH v2 2/4] dt-bindings: riscv: Add item for StarFive JH7110 audio board
` [PATCH v2 4/4] riscv: dts: starfive: add tdm node and sound card

[PULL v2 00/10] Hexagon queue
 2023-04-21 16:49 UTC  (11+ messages)
` [PULL v2 01/10] Hexagon (translate.c): avoid redundant PC updates on COF
` [PULL v2 02/10] Use f-strings in python scripts
` [PULL v2 03/10] Use black code style for "
` [PULL v2 04/10] Hexagon (target/hexagon) Remove redundant/unused macros
` [PULL v2 05/10] Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
` [PULL v2 06/10] Hexagon (target/hexagon) Add overrides for count trailing zeros/ones
` [PULL v2 07/10] Hexagon (target/hexagon) Updates to USR should use get_result_gpr
` [PULL v2 08/10] Hexagon (tests/tcg/hexagon) Move HVX test infra to header file
` [PULL v2 09/10] Hexagon (target/hexagon) Remove unused slot variable in helpers
` [PULL v2 10/10] Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructions

[PATCH v2 00/21] Enable CET Virtualization
 2023-04-21 13:46 UTC  (22+ messages)
` [PATCH v2 01/21] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v2 02/21] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 03/21] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 04/21] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 05/21] x86/fpu: Add helper for modifying xstate
` [PATCH v2 06/21] KVM:x86: Report XSS as to-be-saved if there are supported features
` [PATCH v2 07/21] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v2 08/21] KVM:x86: Init kvm_caps.supported_xss with supported feature bits
` [PATCH v2 09/21] KVM:x86: Load guest FPU state when accessing xsaves-managed MSRs
` [PATCH v2 10/21] KVM:x86: Add #CP support in guest exception classification
` [PATCH v2 11/21] KVM:VMX: Introduce CET VMCS fields and control bits
` [PATCH v2 12/21] KVM:x86: Add fault checks for guest CR4.CET setting
` [PATCH v2 13/21] KVM:VMX: Emulate reads and writes to CET MSRs
` [PATCH v2 14/21] KVM:VMX: Add a synthetic MSR to allow userspace VMM to access GUEST_SSP
` [PATCH v2 15/21] KVM:x86: Report CET MSRs as to-be-saved if CET is supported
` [PATCH v2 16/21] KVM:x86: Save/Restore GUEST_SSP to/from SMM state save area
` [PATCH v2 17/21] KVM:VMX: Pass through user CET MSRs to the guest
` [PATCH v2 18/21] KVM:x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v2 19/21] KVM:nVMX: Enable user CET support for nested VMX
` [PATCH v2 20/21] KVM:x86: Enable supervisor IBT support for guest
` [PATCH v2 21/21] KVM:x86: Support CET supervisor shadow stack MSR access

[RFC] hw/arm/virt: Provide DT binding generation for PCI eXpander Bridges
 2023-04-21 16:50 UTC  (2+ messages)

[PATCH v11 00/14] TPM IRQ fixes
 2023-04-21 16:50 UTC  (5+ messages)

[PATCH] credential: new attribute oauth_refresh_token
 2023-04-21 16:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] hw/riscv: virt: Enable booting M-mode or S-mode FW from pflash0
 2023-04-21 16:48 UTC  (3+ messages)

[PATCH 0/2] Add support for PCIe PHY in IPQ9574
 2023-04-21 16:49 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom,qmp-pcie: Add ipq9574 bindings

[PATCH v8 0/5] spi: dw: DW SPI DMA Driver updates
 2023-04-21 16:48 UTC  (6+ messages)
` [PATCH v8 5/5] spi: dw: Round of n_bytes to power of 2

[PATCH v2 0/7] ASoC: mediatek: mt8188: revise AFE driver
 2023-04-21 16:43 UTC  (4+ messages)
` [PATCH v2 7/7] ASoC: dt-bindings: mediatek,mt8188-afe: add audio properties

[PATCH v3 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project
 2023-04-21 16:42 UTC  (12+ messages)
` [PATCH v3 01/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
` [PATCH v3 02/11] "
` [PATCH v3 03/11] "
` [PATCH v3 04/11] "
` [PATCH v3 05/11] "
` [PATCH v3 06/11] "
` [PATCH v3 07/11] "
` [PATCH v3 08/11] "
` [PATCH v3 09/11] "
` [PATCH v3 10/11] "
` [PATCH v3 11/11] "

[igt-dev] [i-g-t 00/45] Add IGT display support for XE
 2023-04-21 16:43 UTC  (2+ messages)

[Intel-xe] [PATCH 1/2] drm/xe: Keep all resize bar related prints inside xe_resize_vram_bar
 2023-04-21 16:43 UTC  (4+ messages)
` [Intel-xe] [PATCH 2/2] drm/xe: Change log level of error prints

[PATCH] module: add debugging auto-load duplicate module support
 2023-04-21 16:42 UTC  (7+ messages)

[PATCH 0/6] linux-yocto: -stable bumps
 2023-04-21 16:41 UTC  (7+ messages)
` [PATCH 1/6] linux-yocto/6.1: update to v6.1.23
` [PATCH 2/6] linux-yocto/5.15: update to v5.15.106
` [PATCH 3/6] linux-yocto/6.1: update to v6.1.24
` [PATCH 4/6] linux-yocto/5.15: update to v5.15.107
` [PATCH 5/6] linux-yocto/6.1: update to v6.1.25
` [PATCH 6/6] linux-yocto/5.15: update to v5.15.108

[PATCH v8 00/23] Consolidate PIIX south bridges
 2023-04-21 16:40 UTC  (3+ messages)

[RFC PATCH] Describe chosen modules for hypervisor booting
 2023-04-21 16:40 UTC 

[PATCH v2 0/1] Adjust macb max_tx_len for mpfs
 2023-04-21 16:39 UTC  (7+ messages)
` [PATCH v2 1/1] net: macb: Shorten max_tx_len to 4KiB - 56 on mpfs

[PATCH v5] drivers/net/phy: add driver for Microchip LAN867x 10BASE-T1S PHY
 2023-04-21 16:38 UTC 

[GIT PULL FOR v6.5] Add Tegra20 parallel video input capture
 2023-04-21 16:38 UTC  (3+ messages)
` [GIT PULL FOR v6.5] Add Tegra20 parallel video input capture (#91488)

[PATCH] docs: Convert u2f.txt to rST
 2023-04-21 16:37 UTC 

[PATCH] ASoC: rt715: Use maple tree register cache
 2023-04-21 16:35 UTC 

[Intel-wired-lan] [PATCH net-next 00/12] ice: switchdev bridge offload
 2023-04-21 16:35 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH net-next 09/12] ice: implement bridge port vlan
  `  "
` [Intel-wired-lan] [PATCH net-next 12/12] ice: Ethtool fdb_cnt stats
    `  "

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-21 16:36 UTC  (17+ messages)

[PATCH v2 0/2] net: ethernet: mtk_eth_soc: use WO firmware for MT7981
 2023-04-21 16:35 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: net: mediatek: add WED RX binding for MT7981 eth driver

[PATCH] docs: Remove unused weirdly-named cross-reference targets
 2023-04-21 16:36 UTC 

MICRADS´23 - The 2023 Multidisciplinary International Conference of Research Applied to Defense and Security | Deadline: May 14 | Bogota, Colombia
 2023-04-21 15:22 UTC 

[PATCH v1 0/1] Add MAX14526 MUIC driver
 2023-04-21 16:36 UTC  (8+ messages)
` [PATCH v1 1/1] misc: extcon: add MAX14526 MUIC support

[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-04-21 16:35 UTC  (3+ messages)

issues to bring up two VSC8531 PHYs
 2023-04-21 16:35 UTC  (8+ messages)

[PATCH] docs: clarify how the text and text=auto attributes are different
 2023-04-21 16:35 UTC  (2+ messages)

[PATCH v3 0/2] Add pinctrl support for SDX75
 2023-04-21 16:34 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible

[QUESTION] usage of libbpf_probe_bpf_prog_type API
 2023-04-21 16:34 UTC  (7+ messages)

[PATCH] rtmutex: Add acquire semantics for rtmutex lock acquisition slow path
 2023-04-21 16:33 UTC  (8+ messages)

[PATCH] arm64: defconfig: Enable PRUSS as module
 2023-04-21 16:31 UTC  (3+ messages)

[PATCH v2 0/2] Add pinctrl support for SDX75
 2023-04-21 16:32 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible

[RFC PATCH 00/26] mm: reliable huge page allocator
 2023-04-21 16:32 UTC  (6+ messages)
` [RFC PATCH 12/26] mm: page_alloc: per-migratetype free counts

[PATCH v5 00/11] PCI: rockchip: Fix RK3399 PCIe endpoint controller driver
 2023-04-21 16:30 UTC  (7+ messages)
` [PATCH v5 06/11] dt-bindings: PCI: Update the RK3399 example to a valid one

[PATCH bpf-next v3 00/10] Add cgroup sockaddr hooks for unix sockets
 2023-04-21 16:27 UTC  (11+ messages)
` [PATCH bpf-next v3 01/10] selftests/bpf: Add missing section name tests for getpeername/getsockname
` [PATCH bpf-next v3 02/10] selftests/bpf: Track sockaddr length in sock addr tests
` [PATCH bpf-next v3 03/10] bpf: Allow read access to addr_len from cgroup sockaddr programs
` [PATCH bpf-next v3 04/10] bpf: Add BTF_KFUNC_HOOK_SOCK_ADDR
` [PATCH bpf-next v3 05/10] bpf: Add bpf_sock_addr_set() to allow writing sockaddr len from bpf
` [PATCH bpf-next v3 06/10] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v3 07/10] libbpf: Add support for cgroup unix socket address hooks
` [PATCH bpf-next v3 08/10] bpftool: "
` [PATCH bpf-next v3 09/10] selftests/bpf: Add tests "
` [PATCH bpf-next v3 10/10] documentation/bpf: Document "

[PATCH v5 0/9] tracing: Add fprobe events
 2023-04-21 16:31 UTC  (7+ messages)
` [PATCH v5 2/9] tracing/probes: Add fprobe events for tracing function entry and exit

[RFC][PATCH 0/4] ASoC: fsl: cleanup platform
 2023-04-21 16:28 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v4 00/10] Integrate intel-bb with Xe
 2023-04-21 16:28 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v4 05/10] lib/intel_bufops: Add Xe support in bufops

[PATCH v3 3/3] regulator: axp20x: Add AXP15060 support
 2023-04-21 16:28 UTC  (2+ messages)

[PATCH v8 0/8] Enable IPQ9754 USB
 2023-04-21 16:27 UTC  (7+ messages)
` [PATCH v8 2/8] dt-bindings: phy: qcom,qmp-usb: Add IPQ9574 USB3 PHY


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.