All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-22 16:52:07 to 2022-04-22 17:27:57 UTC [more...]

[PATCH bpf-next v6 0/5] New BPF helpers to accelerate synproxy
 2022-04-22 17:24 UTC 

[PATCH v8 00/68] nios2 fixes, cleanups, shadow reg sets
 2022-04-22 16:52 UTC  (38+ messages)
` [PATCH v8 01/68] linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
` [PATCH v8 02/68] linux-user/nios2: Fix clone child return
` [PATCH v8 03/68] linux-user/nios2: Drop syscall 0 "workaround"
` [PATCH v8 04/68] linux-user/nios2: Adjust error return
` [PATCH v8 05/68] linux-user/nios2: Handle special qemu syscall return values
` [PATCH v8 06/68] linux-user/nios2: Remove do_sigreturn
` [PATCH v8 07/68] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
` [PATCH v8 08/68] tests/tcg/nios2: Re-enable linux-user tests
` [PATCH v8 09/68] target/nios2: Remove user-only nios2_cpu_do_interrupt
` [PATCH v8 10/68] target/nios2: Remove nios2_cpu_record_sigsegv
` [PATCH v8 11/68] target/nios2: Build helper.c for system only
` [PATCH v8 12/68] linux-user/nios2: Use force_sig_fault for EXCP_DEBUG
` [PATCH v8 13/68] target/nios2: Check supervisor on eret
` [PATCH v8 14/68] target/nios2: Stop generating code if gen_check_supervisor fails
` [PATCH v8 15/68] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
` [PATCH v8 16/68] target/nios2: Split PC out of env->regs[]
` [PATCH v8 17/68] target/nios2: Split out helper for eret instruction
` [PATCH v8 18/68] target/nios2: Fix BRET instruction
` [PATCH v8 19/68] target/nios2: Do not create TCGv for control registers
` [PATCH v8 20/68] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
` [PATCH v8 21/68] target/nios2: Remove cpu_interrupts_enabled
` [PATCH v8 22/68] target/nios2: Split control registers away from general registers
` [PATCH v8 23/68] target/nios2: Clean up nios2_cpu_dump_state
` [PATCH v8 24/68] target/nios2: Use hw/registerfields.h for CR_STATUS fields
` [PATCH v8 25/68] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
` [PATCH v8 27/68] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
` [PATCH v8 28/68] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
` [PATCH v8 29/68] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
` [PATCH v8 30/68] target/nios2: Move R_FOO and CR_BAR into enumerations
` [PATCH v8 32/68] target/nios2: Clean up nios2_cpu_do_interrupt
` [PATCH v8 33/68] target/nios2: Hoist CPU_LOG_INT logging
` [PATCH v8 34/68] target/nios2: Handle EXCP_UNALIGN and EXCP_UNALIGND
` [PATCH v8 35/68] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
` [PATCH v8 36/68] target/nios2: Clean up handling of tlbmisc in do_exception
` [PATCH v8 37/68] target/nios2: Prevent writes to read-only or reserved control fields
` [PATCH v8 38/68] target/nios2: Implement cpuid
` [PATCH v8 40/68] target/nios2: Remove CPU_INTERRUPT_NMI

[PATCH] MAINTAINERS: Broadcom internal lists aren't maintainers
 2022-04-22 17:24 UTC  (6+ messages)

[PATCH 0/5] mmc: sdhci-brcmstb: host controller clock enhancements
 2022-04-22 17:14 UTC  (13+ messages)
` [PATCH 1/5] mmc: sdhci-brcmstb: "mmc1: Internal clock never stabilised." seen on 72113
` [PATCH 2/5] mmc: sdhci-brcmstb: Re-organize flags
` [PATCH 3/5] mmc: sdhci-brcmstb: Enable Clock Gating to save power
` [PATCH 4/5] dt-bindings: mmc: Add Broadcom optional sdio_freq clock

[PATCH v3 0/4] Add TDX Guest Attestation support
 2022-04-22 17:24 UTC  (5+ messages)
` [PATCH v3 2/4] x86/tdx: Add tdx_hcall_get_quote() API support

[PATCHv1 00/19] Basic RK3588 Support
 2022-04-22 17:09 UTC  (58+ messages)
` [PATCHv1 01/19] dt-binding: clock: Document rockchip,rk3588-cru bindings
  ` [PATCHv1 01/19] dt-binding: clock: Document rockchip, rk3588-cru bindings
` [PATCHv1 02/19] clk: rockchip: add register offset of the cores select parent
` [PATCHv1 03/19] clk: rockchip: add pll type for RK3588
` [PATCHv1 04/19] clk: rockchip: clk-cpu: add mux setting for cpu change frequency
` [PATCHv1 05/19] clk: rockchip: add dt-binding header for rk3588
` [PATCHv1 06/19] clk: rockchip: Add clock controller for the RK3588
` [PATCHv1 07/19] dt-bindings: mmc: sdhci-of-dwcmhsc: Add rk3588
` [PATCHv1 08/19] mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs
` [PATCHv1 09/19] mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx
` [PATCHv1 10/19] mmc: sdhci-of-dwcmshc: add support for rk3588
` [PATCHv1 11/19] dt-bindings: pinctrl: rockchip: add rk3588
` [PATCHv1 12/19] pinctrl/rockchip: add error handling for pull/drive register getters
` [PATCHv1 13/19] pinctrl/rockchip: add rk3588 support
` [PATCHv1 14/19] gpio: rockchip: add support for rk3588
` [PATCHv1 15/19] dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3588
` [PATCHv1 16/19] dt-bindings: soc: rockchip: add initial rk3588 syscon compatibles
` [PATCHv1 17/19] arm64: dts: rockchip: Add rk3588s pinctrl data
` [PATCHv1 18/19] arm64: dts: rockchip: Add base DT for rk3588 SoC
` [PATCHv1 19/19] arm64: dts: rockchip: Add rk3588-evb1 board

pm/testing build: 7 builds: 0 failed, 7 passed, 1 warning (v5.18-rc3-93-gc15e061fb0ab)
 2022-04-22 17:24 UTC 

[fs/pipe] 5a519c8fe4: WARNING:at_mm/page_alloc.c:#__alloc_pages
 2022-04-22 17:23 UTC  (8+ messages)

[PATCH V4 00/14] cpufreq: mediatek: Cleanup and support MT8183 and MT8186
 2022-04-22 17:23 UTC  (2+ messages)

[PATCH v9 0/9] Enable designware PCI EP EDMA locally
 2022-04-22 17:23 UTC  (3+ messages)
` [PATCH v9 2/9] dmaengine: dw-edma: Detach the private data and chip info structures

[PATCH v4 0/2] Add PWM driver for Suplus SP7021 SoC
 2022-04-22 17:23 UTC  (2+ messages)

[PATCH] perf vendor events intel: Add metrics for Alderlake
 2022-04-22 17:22 UTC  (2+ messages)

[PATCH resend v8 0/5] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
 2022-04-22 17:24 UTC  (3+ messages)
` [PATCH resend v8 1/5] drm/bridge: nwl-dsi: Set PHY mode in nwl_dsi_mode_set()

Is it possible to disable wireguard on specific Wi-Fi ?
 2022-04-22 13:36 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] lib/intel_device_info: Add IS_DGFX() support
 2022-04-22 17:24 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[PATCH 1/3] Bluetooth: btrtl: try config w/o postfix if postfixed one failed to load
 2022-04-22 17:22 UTC  (2+ messages)
` btrtl: try to use OF machine compatible as config postfix

RTT-PROBE: lore-subspace-rtt
 2022-04-22 17:22 UTC 

[PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-04-22 17:10 UTC  (4+ messages)

[PATCH net v3] ice: Fix race during aux device (un)plugging
 2022-04-22 17:12 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH 1/2] mx6slevk: Remove duplicated "mmc dev" command
 2022-04-22 17:17 UTC  (2+ messages)
` [PATCH 2/2] mx6sllevk: "

[Intel-gfx] [PATCH] i915: Add first set of DG2 PCI IDs
 2022-04-22 17:17 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-22 17:12 UTC 

[PATCH net-next] net: generalize skb freeing deferral to per-cpu lists
 2022-04-22 17:10 UTC  (4+ messages)

[PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-22 17:10 UTC  (24+ messages)

[PATCH v2 0/2] mainline Protonic PRTT1x boards
 2022-04-22 17:09 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: arm: stm32: Add compatible strings for Protonic T1L boards

Should sendemail.confirm default to always?
 2022-04-22 17:09 UTC  (3+ messages)
` [PATCH] send-email: always confirm by default

[PATCH v4] mmc: core: Set HS clock speed before sending HS CMD13
 2022-04-22 17:08 UTC 

[PATCH 0/2] Request to test fix for "x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP)"
 2022-04-22 17:08 UTC  (3+ messages)
` [PATCH 2/2] Revert "vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP"

[PATCH v2 0/7] Make the rest of the VFIO driver interface use vfio_device
 2022-04-22 17:07 UTC  (6+ messages)
` [PATCH v2 1/7] vfio: Make vfio_(un)register_notifier accept a vfio_device
      ` [Intel-gfx] "

[PATCH v8 0/9] Add Ampere's Altra SMPro MFD and its child drivers
 2022-04-22 17:07 UTC  (6+ messages)
` [PATCH v8 3/9] misc: smpro-errmon: Add Ampere's SMpro error monitor driver

[f2fs-dev] [PATCH] f2fs: extend stat_lock to avoid potential race in statfs
 2022-04-22 17:06 UTC  (2+ messages)

[PATCH v2 00/48] ARM: PXA multiplatform support
 2022-04-22 17:05 UTC  (5+ messages)

[PATCH] drm/nouveau/gsp: change gv100_gsp from global to static
 2022-04-22 17:04 UTC  (4+ messages)
  ` [Nouveau] "

[PATCH v2 3/8] vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()
 2022-04-22 17:05 UTC  (3+ messages)

[PATCH v10 00/12] Add soundcard support for sc7280 based platforms
 2022-04-22 17:05 UTC  (11+ messages)
` [PATCH v10 04/12] arm64: dts: qcom: sc7280: Add wcd9385 codec node for CRD 1.0/2.0 and IDP boards
` [PATCH v10 05/12] arm64: dts: qcom: sc7280: Add wcd9385 codec node for CRD 3.0/3.1
` [PATCH v10 07/12] arm64: dts: qcom: sc7280: herobrine: Add max98360a codec node
` [PATCH v10 11/12] arm64: dts: qcom: sc7280: Add sound node for CRD 1.0/2.0 and IDP boards
` [PATCH v10 12/12] arm64: dts: qcom: sc7280: Add sound node for CRD 3.0/3.1

AMD display drivers handling DRM CRTC color mgmt props
 2022-04-22 17:04 UTC  (6+ messages)

[PATCH perf/core 0/5] perf tools: Fix prologue generation
 2022-04-22 17:03 UTC  (3+ messages)
` [PATCH perf/core 3/5] perf tools: Move libbpf init in libbpf_init function

[PATCH v8 00/10] kernfs: Remove reference counting for kernfs_open_node
 2022-04-22 17:03 UTC  (4+ messages)
` [PATCH v8 05/10] kernfs: Replace global kernfs_open_file_mutex with hashed mutexes

RTT-PROBE: lore-subspace-rtt
 2022-04-22 17:02 UTC 

[PATCH userspace 0/2] Support the 'self' keyword in type transitions
 2022-04-22 17:02 UTC  (3+ messages)
` [PATCH userspace 2/2] libsepol,checkpolicy: add support for self "

[RFC Patch net-next] net: dsa: ksz: added the generic port_stp_state_set function
 2022-04-22 17:01 UTC  (2+ messages)

[PATCH] mm: swap: determine swap device by using page nid
 2022-04-22 17:00 UTC  (9+ messages)

[GIT PULL] smb3 client fixes
 2022-04-22 17:00 UTC 

[PATCH v2 0/8] Remove vfio_group from the struct file facing VFIO API
 2022-04-22 16:58 UTC  (5+ messages)
` [PATCH v2 5/8] vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()

[PATCH v6, 0/5] Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format
 2022-04-22 16:57 UTC  (10+ messages)
` [PATCH v6, 5/5] dt-bindings: pwm: Add interrupts property for MediaTek MT8192
` [PATCH v6,0/5] Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format

[PATCH v3 0/2] Adds starting the idle domain privileged
 2022-04-22 16:58 UTC  (5+ messages)
` [PATCH v3 1/2] xsm: create idle domain privileged and demote after setup
` [PATCH v3 2/2] flask: implement xsm_set_system_active

[GIT PULL] KVM fixes for Linux 5.18-rc4
 2022-04-22 16:56 UTC 

[PATCH] utils/net/rtnet.in: add delay during master configuration
 2022-04-22 16:55 UTC  (2+ messages)

[PATCH v7 1/4] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip
 2022-04-22 16:54 UTC  (3+ messages)

[PATCH v3 0/2] sched/tracing: sched_switch prev_state reported as TASK_RUNNING when it's not
 2022-04-22 16:54 UTC  (5+ messages)
` [PATCH] sched/tracing: append prev_state to tp args instead

[RFC PATCH v2] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-04-22 16:54 UTC  (2+ messages)

[PATCH] pwm: clps71xx: Implement .apply() callback
 2022-04-22 16:52 UTC  (3+ messages)

[ovmf test] 169626: regressions - FAIL
 2022-04-22 16:54 UTC 

[PATCH 0/6] media: ti: cal: misc fixes
 2022-04-22 16:53 UTC  (5+ messages)
` [PATCH 4/6] media: ti: cal: use CSI-2 frame number for seq number

[igt-dev] [PATCH i-g-t] intel-ci: Reorder system suspend to last
 2022-04-22 16:54 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for intel-ci: Reorder system suspend to last (rev3)

[PATCH V1 0/6] virtio: Solution to restrict memory access under Xen using xen-grant DMA-mapping layer
 2022-04-22 16:51 UTC  (8+ messages)
` [PATCH V1 1/6] arm/xen: Introduce xen_setup_dma_ops()
` [PATCH V1 2/6] xen/grants: support allocating consecutive grants
` [PATCH V1 3/6] xen/virtio: Add option to restrict memory access under Xen
` [PATCH V1 4/6] dt-bindings: Add xen, dev-domid property description for xen-grant DMA ops
` [PATCH V1 5/6] xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devices
` [PATCH V1 6/6] arm/xen: Assign xen-grant DMA ops for xen-grant DMA devices

[PATCH v2 0/2] Add generic serial MIDI driver using serial bus API
 2022-04-22 16:52 UTC  (5+ messages)
` [PATCH v2 2/2] "

RTT-PROBE: lore-subspace-rtt
 2022-04-22 16:52 UTC 

[PATCH] MAINTAINERS: Add Alper as a binman maintainer
 2022-04-22 16:52 UTC  (2+ messages)

[PATCH] pwm: raspberrypi-poe: Fix endianess in firmware struct
 2022-04-22 16:51 UTC  (2+ messages)

[PATCH] cpu: 83xx: Add missing dependency on CPU_MPC83XX
 2022-04-22 16:51 UTC  (2+ 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.