All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-02 22:55:44 to 2021-11-02 23:45:27 UTC [more...]

[PATCH v2 0/6] KVM: arm64: Emulate the OS lock
 2021-11-02 23:45 UTC  (11+ messages)
` [PATCH v2 4/6] KVM: arm64: Emulate the OS Lock
` [PATCH v2 6/6] selftests: KVM: Test OS lock behavior

[PATCH v7 00/20] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-11-02 23:44 UTC  (11+ messages)
` [PATCH v7 12/20] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v7 13/20] drm/mediatek: add display merge advance config API "
` [PATCH v7 14/20] drm/mediatek: add display merge start/stop API for cmdq support

[dpdk-dev] [RFC] ethdev: mark old ETH_LINK macros as deprecated
 2021-11-02 23:44 UTC  (2+ messages)
` [dpdk-dev] [PATCH] ethdev: mark old "

[PATCH v2 0/2] Indroduce Exynos Multi Core Timer version 2
 2021-11-03  0:09 UTC  (5+ messages)
  ` [PATCH v2 1/2] clocksource/drivers/exynos_mct_v2: introduce Exynos MCT version 2 driver for next Exynos SoC

[PATCH v2 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-11-02 23:42 UTC  (63+ messages)
  ` [PATCH v2 01/13] ARM: imx: add initial support for i.MXRT10xx family
  ` [PATCH v2 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc
  ` [PATCH v2 03/13] ARM: dts: imxrt1050-pinfunc: Add pinctrl binding header
  ` [PATCH v2 04/13] pinctrl: freescale: Add i.MXRT1050 pinctrl driver support
  ` [PATCH v2 05/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock
  ` [PATCH v2 06/13] dt-bindings: imx: Add clock binding for i.MXRT1050
  ` [PATCH v2 07/13] clk: imx: Add initial support for i.MXRT clock driver
  ` [PATCH v2 08/13] dt-bindings: serial: fsl-lpuart: add i.MXRT compatible
  ` [PATCH v2 09/13] tty: serial: fsl_lpuart: add i.MXRT support
  ` [PATCH v2 10/13] dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT compatible string
  ` [PATCH v2 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series
  ` [PATCH v2 12/13] ARM: dts: imx: add i.MXRT1050-EVK support
  ` [PATCH v2 13/13] ARM: imxrt_defconfig: add i.MXRT family defconfig

stable-rc/linux-5.10.y build: 183 builds: 3 failed, 180 passed, 4 errors, 10 warnings (v5.10.77)
 2021-11-02 23:43 UTC 

[PATCH] x86/smp: Factor out parts of native_smp_prepare_cpus()
 2021-11-02 23:36 UTC 

[PATCH v2 00/30] bsd-user: arm (32-bit) support
 2021-11-02 23:41 UTC  (34+ messages)
` [PATCH v2 01/30] bsd-user: Add stubs for new signal routines
` [PATCH v2 02/30] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
` [PATCH v2 03/30] bsd-user/arm/target_syscall.h: Add copyright and update name
` [PATCH v2 04/30] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
` [PATCH v2 05/30] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
` [PATCH v2 06/30] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
` [PATCH v2 07/30] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
` [PATCH v2 08/30] bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions
` [PATCH v2 09/30] bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
` [PATCH v2 10/30] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
` [PATCH v2 11/30] bsd-user/arm/target_arch_reg.h: Implement core dump register copying
` [PATCH v2 12/30] bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
` [PATCH v2 13/30] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
` [PATCH v2 14/30] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PATCH v2 15/30] bsd-user/arm/target_arch_elf.h: arm defines for ELF
` [PATCH v2 16/30] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PATCH v2 17/30] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
` [PATCH v2 18/30] bsd-user/freebsd: Create common target_os_ucontext.h file
` [PATCH v2 19/30] bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
` [PATCH v2 20/30] bsd-user/arm/target_arch_signal.h: arm machine context for signals
` [PATCH v2 21/30] bsd-user/arm/target_arch_signal.h: arm user context and trapframe "
` [PATCH v2 22/30] bsd-user/arm/target_arch_signal.h: arm set_sigtramp_args
` [PATCH v2 23/30] bsd-user/arm/target_arch_signal.h: arm get_mcontext
` [PATCH v2 24/30] bsd-user/arm/target_arch_signal.h: arm set_mcontext
` [PATCH v2 25/30] bsd-user/arm/target_arch_signal.h: arm get_ucontext_sigreturn
` [PATCH v2 26/30] bsd-user: add arm target build
` [PATCH v2 27/30] bsd-user/i386/target_arch_signal.h: Remove target_sigcontext
` [PATCH v2 28/30] bsd-user/x86_64/target_arch_signal.h: "
` [PATCH v2 29/30] bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h
` [PATCH v2 30/30] bsd-user/x86_64/target_arch_signal.h: "

[PATCH] platform/chrome: cros_ec_chardev: Export chardev ioctls to UAPI
 2021-11-02 23:41 UTC 

[Intel-gfx] [PATCH i-g-t 0/8] Fixes for gem_exec_capture
 2021-11-02 23:34 UTC  (9+ messages)
` [igt-dev] [PATCH i-g-t 2/8] tests/i915/gem_exec_capture: Cope with larger page sizes
      ` [Intel-gfx] "
` [igt-dev] [PATCH i-g-t 4/8] tests/i915/gem_exec_capture: Use contexts and engines properly
  ` [Intel-gfx] "
    ` [igt-dev] "

[PATCH v2 0/10] Centrelize common fabrics code to core drivers
 2021-11-02 23:38 UTC  (5+ messages)
` [PATCH 01/10] nvme: add connect_work attribute to nvme ctrl
` [PATCH 02/10] nvme-fabrics: introduce nvmf_reconnect_or_remove API

[RFC PATCH] net: phy/mdio: enable mmd indirect access through phy_mii_ioctl()
 2021-11-02 23:38 UTC  (8+ messages)

Arm EFI boot issue for Dom0 module listed inside subnode of chosen
 2021-11-02 23:36 UTC  (2+ messages)

[PULL 00/60] accel/tcg patch queue
 2021-11-02 23:35 UTC  (4+ messages)

[PATCH 1/4] ui/gtk-egl: un-tab and re-tab should destroy egl surface and context
 2021-11-02 22:36 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH 2/4] ui/gtk-egl: make sure the right context is set as the current
  ` [PATCH 3/4] ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl
  ` [PATCH 4/4] ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound

[PATCH dwarves v2 0/2] btf: support typedef DW_TAG_LLVM_annotation
 2021-11-02 23:35 UTC  (3+ messages)
` [PATCH dwarves v2 1/2] dwarf_loader: "
` [PATCH dwarves v2 2/2] btf_encoder: generate BTF_KIND_DECL_TAGs for typedef btf_decl_tag attributes

[git pull] drm for 5.16-rc1
 2021-11-02 23:34 UTC  (2+ messages)

RPM for the kernel samples?
 2021-11-02 23:33 UTC  (4+ messages)

[PATCH] net/9p: autoload transport modules
 2021-11-02 23:33 UTC  (9+ messages)

[mlmmj] Setting up mlmmj
 2021-11-02 23:31 UTC 

[PULL 00/41] MIPS patches for 2021-11-02
 2021-11-02 23:23 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/4] Return actual submission methods from submission method functions
 2021-11-02 23:30 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 1/4] Remove "semaphores" submission method
` [igt-dev] [PATCH i-g-t 2/4] lib/i915: Return actual submission method from gem_submission_method
` [igt-dev] [PATCH i-g-t 3/4] lib/i915: Clarify gem_submission function names
` [igt-dev] [PATCH i-g-t 4/4] tests/gem_ctx_shared: Fix disjoint_timelines test requirements

[PULL 0/4] Trivial branch for 6.2 patches
 2021-11-02 23:22 UTC  (8+ messages)
` [PULL 1/4] monitor: Trim some trailing space from human-readable output
` [PULL 2/4] hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
` [PULL 3/4] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
` [PULL 4/4] hw/input/lasips2: Fix typos in function names

[GIT PULL] ACPI updates for v5.16-rc1
 2021-11-02 23:27 UTC  (2+ messages)

[GIT PULL] Thermal control updates for v5.16-rc1
 2021-11-02 23:27 UTC  (2+ messages)

[GIT PULL] PNP update for v5.16-rc1
 2021-11-02 23:27 UTC  (2+ messages)

[GIT PULL] Power management updates for v5.16-rc1
 2021-11-02 23:27 UTC  (2+ messages)

[PATCH v2 0/7] Add SPI Multi I/O Bus Controller support for RZ/G2L
 2021-11-02 23:25 UTC  (5+ messages)
` [PATCH v2 7/7] memory: renesas-rpc-if: Add "

[PATCH v2] btrfs-progs: Make "btrfs filesystem df" command to show upper case profile
 2021-11-02 23:24 UTC  (3+ messages)

[PATCH ima-evm-utils] travis: use alt:sisyphus from docker.io
 2021-11-02 23:23 UTC  (2+ messages)

[PATCH 00/21] iomap/xfs folio patches
 2021-11-02 23:22 UTC  (3+ messages)
` [PATCH 15/21] iomap: Convert iomap_write_begin and iomap_write_end to folios

[PATCH v3] perf evsel: Fix missing exclude_{host,guest} setting
 2021-11-02 23:21 UTC  (5+ messages)

[PATCH dwarves 0/2] btf: support typedef DW_TAG_LLVM_annotation
 2021-11-02 23:21 UTC  (4+ messages)
` [PATCH dwarves 2/2] btf_encoder: generate BTF_KIND_DECL_TAGs for typedef btf_decl_tag attributes

[PATCH] btrfs: clear free space cache when nospace_cache mount option is specified
 2021-11-02 23:20 UTC  (3+ messages)

[PATCH v2 RESEND] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
 2021-11-02 23:18 UTC  (7+ messages)

[PATCH RFC bpf-next v1 0/6] Introduce unstable CT lookup helpers
 2021-11-02 23:19 UTC  (5+ messages)
` [PATCH RFC bpf-next v1 5/6] net: netfilter: Add unstable CT lookup helper for XDP and TC-BPF

[PATCH v12 00/16] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-11-02 23:18 UTC  (13+ messages)
` [PATCH v12 05/16] dt-bindings: display: mediatek: merge: add additional prop "
` [PATCH v12 06/16] dt-bindings: display: mediatek: add mt8195 SoC binding for vdosys0
` [PATCH v12 15/16] drm/mediatek: add MERGE support for mediatek-drm
` [PATCH v12 16/16] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195

[PATCH] imx8mn_var_som: Add support for Variscite VAR-SOM-MX8M-NANO board
 2021-11-02 23:18 UTC 

[PATCH] xen/efi: Fix Grub2 boot on arm64
 2021-11-02 23:17 UTC  (5+ messages)

[PATCH] tcp: Use BPF timeout setting for SYN ACK RTO
 2021-11-02 23:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] [RFC] arm64: export this_cpu_has_cap
 2021-11-02 23:16 UTC  (5+ messages)

[PATCH 0/9] Remove some unused header files
 2021-11-02 23:16 UTC  (3+ messages)
` [PATCH 3/9] Remove unused header <linux/cnt32_to_63.h>

[PATCH] mailmap: update email address for Colin King
 2021-11-02 23:16 UTC 

[PATCH bpf-next] bpf: Allow bpf_d_path in perf_event_mmap
 2021-11-02 23:15 UTC  (12+ messages)

[PATCH v1] arch/x86: Improve 'rep movs{b|q}' usage in memmove_64.S
 2021-11-02 23:15 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/2] sandbox: enable testing SYSRESET_WATCHDOG
 2021-11-02 23:14 UTC  (5+ messages)
` [PATCH 1/2] test/dm: fix watchdog test

[Intel-gfx] [PATCH 0/3] i915: Initial workarounds for Xe_HP SDV and DG2
 2021-11-02 23:14 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] static_call,x86: Robustify trampoline patching
 2021-11-02 23:13 UTC  (11+ messages)

[PATCH v2] fetch/git: Show warning for invalid github urls
 2021-11-02 23:07 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH v3 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-11-02 23:06 UTC  (2+ messages)

stable-rc/linux-5.4.y build: 188 builds: 3 failed, 185 passed, 4 errors, 29 warnings (v5.4.157)
 2021-11-02 23:07 UTC 

rk3399-gru-kevin: issues on bringup
 2021-11-02 23:05 UTC  (6+ messages)

[Intel-wired-lan] [PATCH] ice: rearm other interrupt cause register after enabling VFs
 2021-11-02 23:04 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net v1] i40e: Fix issue when maximum queues is exceeded
 2021-11-02 23:04 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next 1/1] iavf: Enable setting RSS hash key
 2021-11-02 23:04 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH net-next 5/7] ice: Add package PTYPE enable information
` [Intel-wired-lan] [PATCH net-next 6/7] ice: refactor PTYPE validating

[Intel-wired-lan] [PATCH net-next v1] i40e: Add ensurance of MacVlan resources for every trusted VF
 2021-11-02 23:03 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v1] igbvf: Refactor trace
 2021-11-02 23:02 UTC  (2+ messages)

[PATCH] scsi: core: initialize cmd->cmnd before it is used
 2021-11-02 23:01 UTC  (10+ messages)

[PATCH v3] media: imx258: add vblank control to support more frame rate range
 2021-11-02 22:58 UTC  (10+ messages)

[GIT PULL] ucount cleanups for v5.16
 2021-11-02 22:57 UTC  (2+ messages)

[GIT PULL] cgroup changes for v5.16-rc1
 2021-11-02 22:57 UTC  (3+ messages)

[GIT PULL] workqueue changes for v5.16-rc1
 2021-11-02 22:57 UTC  (2+ messages)

[PULL v2 00/12] target/arm patch queue
 2021-11-02 22:49 UTC  (3+ messages)
` [PULL v2 04/12] tests/qtest/libqos: add SDHCI commands

rtcansend 32-bit
 2021-11-02 22:57 UTC  (3+ messages)

[PATCH v3 0/5] hw/arm: Add MMC device for NPCM7XX boards
 2021-11-02 22:49 UTC  (2+ messages)
` [PATCH v3 5/5] tests/qtest: add qtests for npcm7xx sdhci

[PATCH v2 1/3] backlight: lp855x: Move device_config setting out of lp855x_configure()
 2021-11-02 22:55 UTC  (4+ messages)
` [PATCH v2 2/3] backlight: lp855x: Add dev helper variable to lp855x_probe()
` [PATCH v2 3/3] backlight: lp855x: Add support ACPI enumeration


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.