All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-13 17:12:39 to 2023-01-13 17:28:35 UTC [more...]

[PATCH 0/9] audio: remove deprecated QEMU_AUDIO env support
 2023-01-13 16:21 UTC  (2+ messages)
` [PATCH 8/9] audio: audio state is now mandatory for capture

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-01-13 17:10 UTC  (108+ messages)
` [PATCH mm-unstable v1 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 03/26] arc/mm: "
` [PATCH mm-unstable v1 04/26] arm/mm: "
` [PATCH mm-unstable v1 05/26] csky/mm: "
` [PATCH mm-unstable v1 06/26] hexagon/mm: "
` [PATCH mm-unstable v1 07/26] ia64/mm: "
` [PATCH mm-unstable v1 08/26] loongarch/mm: "
` [PATCH mm-unstable v1 09/26] m68k/mm: remove dummy __swp definitions for nommu
` [PATCH mm-unstable v1 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 11/26] microblaze/mm: "
` [PATCH mm-unstable v1 12/26] mips/mm: "
` [PATCH mm-unstable v1 13/26] nios2/mm: refactor swap PTE layout
` [PATCH mm-unstable v1 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 15/26] openrisc/mm: "
` [PATCH mm-unstable v1 16/26] parisc/mm: "
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
` [PATCH mm-unstable v1 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 19/26] riscv/mm: "
` [PATCH mm-unstable v1 20/26] sh/mm: "
` [PATCH mm-unstable v1 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
` [PATCH mm-unstable v1 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
` [PATCH mm-unstable v1 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
` [PATCH mm-unstable v1 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH RESEND v2 0/5] target: Restrict 'qapi-commands-machine.h' to system emulation
 2023-01-13 17:21 UTC  (5+ messages)

[PATCH v2 1/2] blk-iocost: add refcounting for iocg
 2023-01-13 17:16 UTC  (12+ messages)

[PATCH] weechat: Update 3.4.1 -> 3.8
 2023-01-13 17:27 UTC 

[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
 2023-01-13 13:37 UTC  (5+ messages)
` [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'

[PATCH] imapfilter: update 2.7.6 -> 2.8.1
 2023-01-13 17:27 UTC 

[PATCH v1 00/16] apalis-imx8: boot issue fix and support refresh
 2023-01-13 17:26 UTC  (4+ messages)

Stalls in qemu with host running 6.1 (everything stuck at mmap_read_lock())
 2023-01-13 17:14 UTC  (6+ messages)

[PATCH 0/2] KVM: arm64: Drop support for VPIPT i-cache policy
 2023-01-13 17:25 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Disable KVM on systems with a VPIPT i-cache
` [PATCH 2/2] KVM: arm64: Remove VPIPT I-cache handling

[PATCH v9 00/27] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2023-01-13 17:14 UTC  (28+ messages)
` [PATCH v9 01/27] dmaengine: Fix dma_slave_config.dst_addr description
` [PATCH v9 02/27] dmaengine: dw-edma: Release requested IRQs on failure
` [PATCH v9 03/27] dmaengine: dw-edma: Convert ll/dt phys-address to PCIe bus/DMA address
` [PATCH v9 04/27] dmaengine: dw-edma: Fix missing src/dst address of the interleaved xfers
` [PATCH v9 05/27] dmaengine: dw-edma: Don't permit non-inc "
` [PATCH v9 06/27] dmaengine: dw-edma: Fix invalid interleaved xfers semantics
` [PATCH v9 07/27] dmaengine: dw-edma: Add CPU to PCIe bus address translation
` [PATCH v9 08/27] dmaengine: dw-edma: Add PCIe bus address getter to the remote EP glue-driver
` [PATCH v9 09/27] dmaengine: dw-edma: Drop chancnt initialization
` [PATCH v9 10/27] dmaengine: dw-edma: Fix DebugFS reg entry type
` [PATCH v9 11/27] dmaengine: dw-edma: Stop checking debugfs_create_*() return value
` [PATCH v9 12/27] dmaengine: dw-edma: Add dw_edma prefix to the DebugFS nodes descriptor
` [PATCH v9 13/27] dmaengine: dw-edma: Convert DebugFS descs to being kz-allocated
` [PATCH v9 14/27] dmaengine: dw-edma: Rename DebugFS dentry variables to 'dent'
` [PATCH v9 15/27] dmaengine: dw-edma: Simplify the DebugFS context CSRs init procedure
` [PATCH v9 16/27] dmaengine: dw-edma: Move eDMA data pointer to DebugFS node descriptor
` [PATCH v9 17/27] dmaengine: dw-edma: Join Write/Read channels into a single device
` [PATCH v9 18/27] dmaengine: dw-edma: Use DMA-engine device DebugFS subdirectory
` [PATCH v9 19/27] dmaengine: dw-edma: Use non-atomic io-64 methods
` [PATCH v9 20/27] dmaengine: dw-edma: Drop DT-region allocation
` [PATCH v9 21/27] dmaengine: dw-edma: Replace chip ID number with device name
` [PATCH v9 22/27] dmaengine: dw-edma: Skip cleanup procedure if no private data found
` [PATCH v9 23/27] dmaengine: dw-edma: Add mem-mapped LL-entries support
` [PATCH v9 24/27] dmaengine: dw-edma: Relax driver config settings
` [PATCH v9 25/27] PCI: dwc: Set coherent DMA-mask on MSI-address allocation
` [PATCH v9 26/27] PCI: bt1: Set 64-bit DMA-mask
` [PATCH v9 27/27] PCI: dwc: Add DW eDMA engine support

[PATCH V6 0/6] Enable USB host on Jetson AGX Orin
 2023-01-13 17:14 UTC  (3+ messages)
` [PATCH V6 1/6] dt-bindings: usb: Add NVIDIA Tegra234 XUSB host controller binding

[PATCH v2 1/2] pinctrl: bcm: bcm2835: Switch to use ->add_pin_ranges()
 2023-01-13 17:10 UTC  (3+ messages)
` [PATCH v2 2/2] Revert "gpiolib: of: Introduce hook for missing gpio-ranges"

[PATCH v1] wireless/at76c50x-usb.c : Use devm_kmalloc replaces kmalloc
 2023-01-13 17:22 UTC  (2+ messages)

nokia_rx51_test failing due to http://repository.maemo.org not reachable
 2023-01-13 17:20 UTC  (4+ messages)

[PATCH v2 00/22] apalis-imx8: boot issue fix and support refresh
 2023-01-13 17:17 UTC  (23+ messages)
` [PATCH v2 01/22] apalis-imx8: fix booting caused by missing dm_event
` [PATCH v2 02/22] apalis-imx8: implement pcb version and soc variant handling
` [PATCH v2 03/22] apalis-imx8: turn off lcd backlight before os handover
` [PATCH v2 04/22] apalis-imx8: display build info
` [PATCH v2 05/22] apalis-imx8: provide proper config_sys_prompt
` [PATCH v2 06/22] apalis-imx8: set bootdelay
` [PATCH v2 07/22] apalis/colibri-imx8/8x: add overlay support for i.mx 8/8x-based soms
` [PATCH v2 08/22] apalis/colibri-imx8/8x: remove global variable script
` [PATCH v2 09/22] apalis-imx8: enable environment bootcount limit
` [PATCH v2 10/22] apalis-imx8: update spdx license identifier string
` [PATCH v2 11/22] apalis-imx8: remove obsolete sdhc related config defines
` [PATCH v2 12/22] apalis-imx8: remove obsolete net usb start
` [PATCH v2 13/22] apalis-imx8: introduce setup setting setupargs
` [PATCH v2 14/22] apalis-imx8: drop obsolete environment variables
` [PATCH v2 15/22] apalis-imx8: update update_uboot confirmation message
` [PATCH v2 16/22] apalis-imx8: update env memory layout
` [PATCH v2 17/22] board: apalis-imx8: get rid of sc_err_t type
` [PATCH v2 18/22] board: apalis-imx8: remove board_phy_config duplicate
` [PATCH v2 19/22] board: apalis-imx8: initialize snvs
` [PATCH v2 20/22] apalis-imx8: set bootaux memory base and size
` [PATCH v2 21/22] apalis-imx8: add M4 boot environment helpers
` [PATCH v2 22/22] apalis-imx8: add emmc/mmc card pinctrl's for different speeds

[PATCH 0/7] hw/cxl: RAS error emulation and injection
 2023-01-13 16:17 UTC  (3+ messages)
` [PATCH 2/7] hw/pci/aer: Add missing routing for AER errors
` [PATCH 5/7] hw/mem/cxl-type3: Add AER extended capability

SVSM initiated early attestation / guest secrets injection
 2023-01-13 17:22 UTC  (2+ messages)

[PULL 00/46] MIPS patches for 2023-01-13
 2023-01-13 15:45 UTC  (2+ messages)
` [PULL 19/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (2/5)

SVSM Attestation and vTPM specification additions - v0.60
 2023-01-13 17:20 UTC  (3+ messages)

[PATCH 0/3] Detect SRCU related deadlocks
 2023-01-13 17:13 UTC  (4+ messages)
` [PATCH 0/3] KVM: Make use of SRCU deadlock detection support
  ` [PATCH 2/3] KVM: selftests: Use enum for test numbers in xen_shinfo_test

[PATCH v7 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
 2023-01-13 17:18 UTC  (4+ messages)
` [PATCH v7 1/3] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
` [PATCH v7 2/3] hw/riscv/boot.c: make riscv_load_initrd() static
` [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()

[RFC][PATCH 0/6] x86: Fix suspend vs retbleed=stuff
 2023-01-13 17:17 UTC  (4+ messages)
` [RFC][PATCH 2/6] x86/power: Inline write_cr[04]()

RFC abstracting atomics
 2023-01-13 17:17 UTC  (11+ messages)

[linux-next:master] BUILD REGRESSION 6b31ffe9c8b9947d6d3552d6e10752fd96d0f80f
 2023-01-13 17:10 UTC  (3+ messages)

[PATCH] rust-bin.bbclass: remove unused class
 2023-01-13 17:15 UTC 

Process hangs after upgrade
 2023-01-13 17:15 UTC  (4+ messages)

[PATCH] cve-update-db-native: show IP on failure
 2023-01-13 17:14 UTC 

[PATCH v3] mm/compaction: fix set skip in fast_find_migrateblock
 2023-01-13 17:13 UTC  (8+ messages)

[PATCH v3 0/3] Check for valid framebuffer's format
 2023-01-13 17:04 UTC  (3+ messages)
` [PATCH v3 1/3] drm/framebuffer: Check for valid formats

[PATCH v3] vfio: fix potential deadlock on vfio group lock
 2023-01-13 17:11 UTC 

[RFC] Remove Kernel Network Interface (KNI)
 2023-01-13 17:13 UTC  (3+ messages)

[PATCH] x86/efi: Safely enable unaccepted memory in UEFI
 2023-01-13 17:11 UTC 

[PATCH 0/2] Minor SoundWire Regmap Tweaks
 2023-01-13 17:11 UTC  (10+ messages)
` [PATCH 2/2] regmap: sdw: Remove 8-bit value size restriction


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.