All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-21 16:50:05 to 2021-12-21 17:31:09 UTC [more...]

[PATCH v3 00/22] drm/rockchip: RK356x VOP2 support
 2021-12-21 17:31 UTC  (4+ messages)
` [PATCH 20/22] drm/encoder: Add of_graph port to struct drm_encoder

[XEN PATCH 00/57] Toolstack build system improvement, toward non-recursive makefiles
 2021-12-21 17:30 UTC  (13+ messages)
` [XEN PATCH 14/57] tools/flask/utils: remove unused variables/targets from Makefile
` [XEN PATCH 19/57] tools/configure.ac: Create ZLIB_LIBS and ZLIB_CFLAGS
` [XEN PATCH 22/57] tools/console: have one Makefile per program/directory
` [XEN PATCH 24/57] tools/debugger/gdbsx: Fix and cleanup makefiles

t5327 log expiry
 2021-12-21 17:27 UTC 

[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-12-21 17:27 UTC  (9+ messages)
` [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions
` [PATCH v4 21/23] mm: use custom page_free for P2PDMA pages

[PATCH v4 0/5] io_uring: add xattr support
 2021-12-21 17:27 UTC  (3+ messages)
` [PATCH v4 4/5] io_uring: add fsetxattr and setxattr support

[PATCH v2 00/13] KVM: selftests: Add tests for SEV and SEV-ES guests
 2021-12-21 17:26 UTC  (5+ messages)
` [PATCH v2 08/13] KVM: selftests: add SEV boot tests

[PATCH] target/riscv: make H-extension non-experimental
 2021-12-21 17:21 UTC  (2+ messages)

[kvm-unit-tests PATCH] scripts/arch-run: Mark migration tests as SKIP if ncat is not available
 2021-12-21 17:25 UTC  (5+ messages)

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-21 17:25 UTC  (7+ messages)

Regression in 5.15 in nouveau
 2021-12-21 17:24 UTC  (3+ messages)
  ` Regression in 5.15 in nouveau #forregzbot

[PATCH 4.19 00/56] 4.19.222-rc1 review
 2021-12-21 17:24 UTC  (2+ messages)

[syzbot] kernel BUG in __page_mapcount
 2021-12-21 17:24 UTC  (2+ messages)

[RFC net-next 0/2] IOAM queue depth and buffer occupancy
 2021-12-21 17:23 UTC  (10+ messages)
` [RFC net-next 2/2] ipv6: ioam: Support for Buffer occupancy data field

[PATCH] KVM: selftests: Fix compile error for non-x86 vm_compute_max_gfn()
 2021-12-21 17:23 UTC  (5+ messages)

[PATCH] dt-bindings: reset: add bindings for the Meson-S4 SoC Reset Controller
 2021-12-21 17:21 UTC  (4+ messages)

[PATCH 4.14 00/45] 4.14.259-rc1 review
 2021-12-21 17:22 UTC  (2+ messages)

[PATCH v11 00/31] LoongArch64 port of QEMU TCG
 2021-12-21 16:49 UTC  (2+ messages)

[RT] BUG in sched/cpupri.c
 2021-12-21 17:22 UTC  (5+ messages)

[PATCH v5 0/5] io_uring: add xattr support
 2021-12-21 17:22 UTC  (7+ messages)
` [PATCH v5 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v5 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v5 3/5] fs: split off do_getxattr from getxattr
` [PATCH v5 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v5 5/5] io_uring: add fgetxattr and getxattr support

[PATCH v2 net-next] net: phy: micrel: Adding interrupt support for Link up/Link down in LAN8814 Quad phy
 2021-12-21 17:21 UTC  (2+ messages)

Improving NFS re-export
 2021-12-21 17:21 UTC  (5+ messages)

[PULL 00/31] tcg/loongarch64: New tcg backend
 2021-12-21 16:47 UTC  (31+ messages)
` [PULL 02/31] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PULL 03/31] tcg/loongarch64: Add the tcg-target.h file
` [PULL 04/31] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PULL 05/31] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PULL 06/31] tcg/loongarch64: Define the operand constraints
` [PULL 07/31] tcg/loongarch64: Implement necessary relocation operations
` [PULL 08/31] tcg/loongarch64: Implement the memory barrier op
` [PULL 09/31] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PULL 10/31] tcg/loongarch64: Implement goto_ptr
` [PULL 11/31] tcg/loongarch64: Implement sign-/zero-extension ops
` [PULL 12/31] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
` [PULL 13/31] tcg/loongarch64: Implement deposit/extract ops
` [PULL 14/31] tcg/loongarch64: Implement bswap{16,32,64} ops
` [PULL 15/31] tcg/loongarch64: Implement clz/ctz ops
` [PULL 16/31] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PULL 17/31] tcg/loongarch64: Implement add/sub ops
` [PULL 18/31] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PULL 19/31] tcg/loongarch64: Implement br/brcond ops
` [PULL 20/31] tcg/loongarch64: Implement setcond ops
` [PULL 21/31] tcg/loongarch64: Implement tcg_out_call
` [PULL 22/31] tcg/loongarch64: Implement simple load/store ops
` [PULL 23/31] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PULL 24/31] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PULL 25/31] tcg/loongarch64: Implement exit_tb/goto_tb
` [PULL 26/31] tcg/loongarch64: Implement tcg_target_init
` [PULL 27/31] tcg/loongarch64: Register the JIT
` [PULL 28/31] common-user: Add safe syscall handling for loongarch64 hosts
` [PULL 29/31] linux-user: Implement CPU-specific signal handler "
` [PULL 30/31] configure, meson.build: Mark support "
` [PULL 31/31] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab

[PATCH] ASoC: amd: acp: Remove duplicate dependency in Kconfig
 2021-12-21 17:19 UTC  (2+ messages)

[linuxppc:next-test 126/140] arch/powerpc/perf/core-book3s.c:2455:6: warning: no previous prototype for 'power_pmu_wants_prompt_pmi'
 2021-12-21 17:15 UTC  (2+ messages)

[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
 2021-12-21 17:19 UTC  (3+ messages)
` [RFC][PATCH 3/3] sched: User Mode Concurency Groups

[PATCH 00/13] riscv: compat: Add COMPAT mode support for rv64
 2021-12-21 17:15 UTC  (12+ messages)
` [PATCH 01/13] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH 02/13] riscv: Fixup difference with defconfig
` [PATCH 03/13] riscv: compat: Add basic compat date type implementation
` [PATCH 05/13] riscv: compat: syscall: Add compat_sys_call_table implementation

[PATCH v6 5/6] unpack-objects.c: add dry_run mode for get_data()
 2021-12-21 17:17 UTC  (2+ messages)

[davidhildenbrand:node_hotadd 2/4] page_alloc.c:undefined reference to `node_data'
 2021-12-21 17:15 UTC  (2+ messages)

[PATCH v6 1/4] dt-bindings: mtd: renesas: Describe Renesas R-Car Gen3 & RZ/N1 NAND controller
 2021-12-21 17:10 UTC  (3+ messages)

[PATCH] kernel/module.c: fix for symbol decode in stack trace for stripped modules
 2021-12-21 17:16 UTC  (8+ messages)

[asahilinux:wifi/take1 85/91] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:4077:1: warning: the frame size of 1800 bytes is larger than 1024 bytes
 2021-12-21 17:15 UTC  (2+ messages)

tcp: kernel BUG at net/core/skbuff.c:3574!
 2021-12-21 17:16 UTC  (4+ messages)

[frederic-dynticks:preempt/arm-v4 2/5] lib/Kconfig.debug:536:error: recursive dependency detected!
 2021-12-21 17:14 UTC  (2+ messages)

[PATCH v6 2/4] mtd: rawnand: renesas: Add new NAND controller driver
 2021-12-21 17:10 UTC  (3+ messages)

[PATCH] usb: renesas_usbhs: Fix unused variable warning
 2021-12-21 17:15 UTC 

[PATCH v7 0/3] io_uring: add getdents64 support
 2021-12-21 17:15 UTC  (2+ messages)

[PATCH v6 3/4] MAINTAINERS: Add an entry for Renesas NAND controller
 2021-12-21 17:10 UTC  (3+ messages)

Why does "merge --continue" expect no arguments?
 2021-12-21 17:13 UTC  (2+ messages)

[PATCH v4 0/2] Adjust NUMA imbalance for multiple LLCs
 2021-12-21 17:13 UTC  (10+ messages)
` [PATCH 2/2] sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans "

[PATCH 0/8] sched: Remove unused TASK_SIZE_OF
 2021-12-21 17:00 UTC  (36+ messages)
` [PATCH 1/8] "
` [PATCH 2/8] sched: x86: "
` [PATCH 3/8] sched: sparc: "
` [PATCH 4/8] sched: powerpc: "
` [PATCH 5/8] sched: s390: "
` [PATCH 6/8] sched: parisc: "
` [PATCH 7/8] sched: arm64: "
` [PATCH 8/8] sched: mips: "

[RFC 00/37] ASoC: Intel: AVS - Audio DSP for cAVS
 2021-12-21 17:07 UTC  (4+ messages)
` [RFC 17/37] ASoC: Intel: avs: Dynamic firmware resources management

[PATCH v2] gawk: remove load-sensitive tests
 2021-12-21 17:09 UTC 

[PATCH v3 0/7] drm/i915: Asynchronous vma unbinding
 2021-12-21 17:08 UTC  (6+ messages)
` [PATCH v3 6/7] drm/i915: Use vma resources for async unbinding
        ` [Intel-gfx] "

[PATCH] kcov: properly handle subsequent mmap calls
 2021-12-21 17:05 UTC  (3+ messages)

[PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)
 2021-12-21 17:05 UTC  (13+ messages)

[PATCHv3 0/2] arm: dts: socfpga: introduce "intel,socfpga-qspi"
 2021-12-21 17:05 UTC  (3+ messages)
` [PATCHv3 1/2] dt-bindings: spi: cadence-quadspi: document "intel,socfpga-qspi"

[PATCH v2 0/2] sound/soc: Use platform_get_irq() to fetch IRQ's
 2021-12-21 17:01 UTC  (9+ messages)
` [PATCH v2 1/2] ASoC: xlnx: Use platform_get_irq() to get the interrupt
` [PATCH v2 2/2] ASoC: bcm: "

[meta-filesystems][PATCH] simple-mtpfs: update to 0.4.0
 2021-12-21 17:05 UTC 

cpufreq: intel_pstate: map utilization into the pstate range
 2021-12-21 17:04 UTC  (13+ messages)

[PATCH RESEND V2 0/6] Auxiliary bus driver support for Intel PCIe VSEC/DVSEC
 2021-12-21 17:04 UTC  (12+ messages)
` [PATCH RESEND V2 3/6] platform/x86/intel: Move intel_pmt from MFD to Auxiliary Bus

[PATCH v2 0/2] kcov: improve mmap processing
 2021-12-21 17:03 UTC  (3+ messages)
` [PATCH v2 1/2] kcov: split ioctl handling into locked and unlocked parts
` [PATCH v2 2/2] kcov: properly handle subsequent mmap calls

Expecting to revert commit 55285e21f045 "fbdev/efifb: Release PCI device ..."
 2021-12-21 17:03 UTC  (3+ messages)

[PATCH v5 0/3] Stacked/parallel memories bindings
 2021-12-21 17:00 UTC  (8+ messages)
` [PATCH v5 1/3] dt-bindings: mtd: spi-nor: Allow two CS per device
` [PATCH v5 2/3] spi: dt-bindings: Describe stacked/parallel memories modes
` [PATCH v5 3/3] spi: dt-bindings: Add an example with two stacked flashes

[PATCH v9 0/6] More preparation for multi gt patches
 2021-12-21 17:01 UTC  (4+ messages)
` [PATCH v9 2/6] drm/i915: Use to_gt() helper for GGTT accesses
    ` [Intel-gfx] "

[PATCH v3 00/25] iomap/xfs folio patches
 2021-12-21 17:01 UTC  (3+ messages)
` [PATCH v3 16/25] iomap: Convert __iomap_zero_iter to use a folio
  ` iomap-folio & nvdimm merge

[PATCH v2 0/3] i.MX8MP: more USB3 glue layer feature support
 2021-12-21 16:59 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: phy: imx8mq-usb-phy: Add imx8mp specific flags

[PATCH 1/1] Smack:- Fix the issue of wrong info printed in ptrace error logs
 2021-12-21 17:01 UTC  (5+ messages)
      `  "

[PATCH v2 1/2] dt-bindings: mfd: Fix typo "DA9093" -> "DA9063"
 2021-12-21 17:00 UTC  (2+ messages)

[PATCH v2 1/3] ASoC: SOF: AMD: simplify return status handling
 2021-12-21 16:57 UTC  (6+ messages)
` [PATCH v2 2/3] ASoC: amd: acp-config: Enable SOF audio for Google chrome boards
` [PATCH v2 3/3] ASoC: amd: acp-config: Update sof_tplg_filename for SOF machines

QA notification for completed autobuilder build (yocto-3.1.13.rc1)
 2021-12-21 16:59 UTC  (7+ messages)
` [qa-build-notification] "
  ` [yocto] "
    ` [OE-core] "

[GIT PULL 1/2] asm-generic: rework PCI I/O space access
 2021-12-21 16:57 UTC  (18+ messages)

INVALID ELF STRUCTURES
 2021-12-21 16:54 UTC  (2+ messages)

[PATCH V3] arm64: Unhash early pointer print plus improve comment
 2021-12-21 16:52 UTC  (2+ messages)

[PATCH] hwmon: (dell-smm) Pack the whole smm_regs struct
 2021-12-21 16:55 UTC  (2+ messages)

[PATCH 1/3] ASoC: SOF: AMD: simplify return status handling
 2021-12-21 16:52 UTC  (4+ messages)

[PATCH v2 0/4] ata: pata_platform: Refurbish the driver
 2021-12-21 16:52 UTC  (3+ messages)
` [PATCH v2 3/4] ata: pata_platform: Sort the #includes alphabetically

[PATCH v2] NFSD: Fix zero-length NFSv3 WRITEs
 2021-12-21 16:52 UTC 

[PATCH v4 00/13] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-21 16:50 UTC  (4+ messages)
` [PATCH v4 07/13] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups


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.