All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-26 02:35:42 to 2023-06-26 04:39:30 UTC [more...]

[PATCH] firmware: added a firmware information passing method FFI
 2023-06-26  2:35 UTC  (15+ messages)
  ` [External] "

[GIT PULL] erofs updates for 6.5-rc1
 2023-06-26  4:39 UTC  (2+ messages)

[Buildroot] [Bug 15667] New: Missing files pc_x86_64_bios_defconfig
 2023-06-26  4:31 UTC  (2+ messages)
` [Buildroot] [Bug 15667] "

[PATCH v3 0/3] TDX Guest Quote generation support
 2023-06-26  4:31 UTC  (8+ messages)
` [PATCH v3 3/3] selftests/tdx: Test GetQuote TDX attestation feature

[chrome-os:chromeos-5.10 213/221] htmldocs: Documentation/hid/hidraw.rst:133: WARNING: Definition list ends without a blank line; unexpected unindent
 2023-06-26  4:26 UTC 

linux-next: build failure after merge of the char-misc tree
 2023-06-26  4:25 UTC 

[PATCH 2/2] arch: arm64: configs: Enable UBI and UBIFS
 2023-06-26  4:16 UTC  (8+ messages)

[PATCH v4,0/11] media: mediatek: vcodec: separate encoder and decoder
 2023-06-26  3:53 UTC  (22+ messages)
` [PATCH v4,01/11] media: mediatek: vcodec: remove unused parameter
` [PATCH v4,02/11] media: mediatek: vcodec: align fw interface
` [PATCH v4,03/11] media: mediatek: vcodec: Removing struct 'mtk_vcodec_ctx/dev' for shared interface
` [PATCH v4,04/11] media: mediatek: vcodec: Removing useless debug log
` [PATCH v4,05/11] media: mediatek: vcodec: remove the dependency of vcodec "
` [PATCH v4,06/11] media: mediatek: vcodec: replace pr_* with dev_* for v4l2 debug message
` [PATCH v4,07/11] media: mediatek: vcodec: separate struct 'mtk_vcodec_ctx'
` [PATCH v4,08/11] media: mediatek: vcodec: separate struct mtk_vcodec_dev
` [PATCH v4,09/11] media: mediatek: vcodec: fix unreasonable parameter definition and style
` [PATCH v4,10/11] media: mediatek: vcodec: remove unused include header
` [PATCH v4,11/11] media: mediatek: vcodec: separete decoder and encoder

linux-next: manual merge of the workqueues tree with Linus' tree
 2023-06-26  4:11 UTC 

[PATCH] time: ntp: Remove unnecessary ‘-ENODEV’ values from err
 2023-06-27 18:25 UTC  (3+ messages)

[rppt:jitalloc/v2.3 10/13] make[4]: *** No rule to make target 'arch/sparc/mm/execmem.o', needed by 'arch/sparc/mm/built-in.a'
 2023-06-26  4:05 UTC 

[virtio-comment] Re: [PATCH v3 0/3] transport-pci: Introduce legacy registers access using AQ
 2023-06-26  4:04 UTC  (36+ messages)
` [virtio-comment] "
    ` [virtio-comment] RE: [virtio-dev] "
      ` [virtio-comment] "
                                          ` [virtio-dev] "
                                          ` [virtio-dev] "
                    `  "

[PATCH v3 00/11] KVM: x86/mmu: refine memtype related mmu zap
 2023-06-26  3:40 UTC  (8+ messages)
` [PATCH v3 07/11] KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEARED

[PATCH] fs: iomap: replace the ternary conditional operator with max_t()
 2023-06-26  3:54 UTC  (2+ messages)

[PATCH] PM: QoS: Restore support for default value on frequency QoS
 2023-06-26  3:51 UTC 

[Bug 217558] New: In KVM guest with VF of X710 NIC passthrough, the mac address of VF is inconsistent with it in host
 2023-06-26  3:50 UTC  (3+ messages)
` [Bug 217558] "

[PATCH 0/3] cifs: fix session state checks to avoid use-after-free issues
 2023-06-26  3:42 UTC  (4+ messages)
` [PATCH 1/3] cifs: fix session state transition to avoid use-after-free issue
` [PATCH 2/3] cifs: fix session state check in reconnect "
` [PATCH 3/3] cifs: fix session state check in smb2_find_smb_ses

[PATCH v3 00/52] xen/arm: Add Armv8-R64 MPU support to Xen - Part#1
 2023-06-26  3:34 UTC  (53+ messages)
` [PATCH v3 01/52] xen/arm: remove xen_phys_start and xenheap_phys_end from config.h
` [PATCH v3 02/52] xen/arm: make ARM_EFI selectable for Arm64
` [PATCH v3 03/52] xen/arm: add an option to define Xen start address for Armv8-R
` [PATCH v3 04/52] xen/arm: add .text.idmap in ld script for Xen identity map sections
` [PATCH v3 05/52] xen/arm64: head: Introduce enable_boot_mmu and enable_runtime_mmu
` [PATCH v3 06/52] xen/arm: introduce CONFIG_HAS_MMU
` [PATCH v3 07/52] xen/arm64: prepare for moving MMU related code from head.S
` [PATCH v3 08/52] xen/arm64: move MMU related code from head.S to mmu/head.S
` [PATCH v3 09/52] xen/arm: use PA == VA for EARLY_UART_VIRTUAL_ADDRESS on MPU systems
` [PATCH v3 10/52] xen/arm: Move MMU related definitions from config.h to mmu/layout.h
` [PATCH v3 11/52] xen/arm: mmu: fold FIXMAP into MMU system
` [PATCH v3 12/52] xen/mmu: extract early uart mapping from setup_fixmap
` [PATCH v3 13/52] xen/mmu: extract mmu-specific codes from mm.c/mm.h
` [PATCH v3 14/52] xen/mmu: move MMU-specific setup_mm to mmu/setup.c
` [PATCH v3 15/52] xen: make VMAP only support in MMU system
` [PATCH v3 16/52] xen/mmu: relocate copy_from_paddr into setup.c
` [PATCH v3 17/52] xen/arm: do not give memory back to static heap
` [PATCH v3 18/52] xen/arm: only map the init text section RW in free_init_memory
` [PATCH v3 19/52] xen/arm: switch to use ioremap_xxx in common file
` [PATCH v3 20/52] xen/mmu: move MMU specific P2M code to mmu/p2m.c and mmu/p2m.h
` [PATCH v3 21/52] xen: introduce CONFIG_HAS_PAGING_MEMPOOL
` [PATCH v3 22/52] xen/mmu: enable SMMU subsystem only in MMU
` [PATCH v3 23/52] xen/arm: create mpu/layout.h for MPU related address definitions
` [PATCH v3 24/52] xen/mpu: build up start-of-day Xen MPU memory region map
` [PATCH v3 25/52] xen/mpu: introduce helpers for MPU enablement
` [PATCH v3 26/52] xen/mpu: map early uart when earlyprintk on
` [PATCH v3 27/52] xen/mpu: introduce setup_mm_mappings
` [PATCH v3 28/52] xen/mpu: plump virt/maddr conversion in MPU system
` [PATCH v3 29/52] xen/mpu: introduce a pair helper read_protection_region()/write_protection_region()
` [PATCH v3 30/52] xen/mpu: populate a new region in Xen MPU mapping table
` [PATCH v3 31/52] xen/mpu: make early_fdt_map support in MPU systems
` [PATCH v3 32/52] xen/mpu: implement MPU version of setup_mm in mpu/setup.c
` [PATCH v3 33/52] xen/mpu: initialize frametable in MPU system
` [PATCH v3 34/52] xen/mpu: destroy an existing entry in Xen MPU memory mapping table
` [PATCH v3 35/52] xen/arm: map static memory on demand
` [PATCH v3 36/52] xen/mpu: implememt ioremap_xxx in MPU
` [PATCH v3 37/52] xen/mpu: implement MPU version of copy_from_paddr
` [PATCH v3 38/52] xen/mpu: map domain page in MPU system
` [PATCH v3 39/52] xen/mpu: support free_init_memory "
` [PATCH v3 40/52] xen/mpu: implement remove_early_mappings "
` [PATCH v3 41/52] xen/mpu: Use secure hypervisor timer "
` [PATCH v3 42/52] xen/mpu: implement setup_virt_paging for "
` [PATCH v3 43/52] xen/mpu: configure VSTCR_EL2 in "
` [PATCH v3 44/52] xen/mpu: P2M initialization "
` [PATCH v3 45/52] xen/mpu: insert an new entry into guest physmap "
` [PATCH v3 46/52] xen/mpu: look up entry in p2m table
` [PATCH v3 47/52] xen/mpu: support vcpu context switch in MPU system
` [PATCH v3 48/52] xen/mpu: enable MMIO region trap "
` [PATCH v3 49/52] xen/mpu: enable device passthrough "
` [PATCH v3 50/52] xen/mpu: dump debug message "
` [PATCH v3 51/52] xen/mpu: create stubs of function/variables for UNSUPPORTED features
` [PATCH v3 52/52] xen/arm: add Kconfig option CONFIG_HAS_MPU to enable MPU system support

[PATCH net-next v2 0/3] virtio-net: avoid conflicts between XDP and GUEST_CSUM
 2023-06-26  3:34 UTC  (6+ messages)
` [PATCH net-next v2 1/3] virtio-net: reprobe csum related fields for skb passed by XDP

[PATCH v2] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
 2023-06-26  3:34 UTC  (2+ messages)

[PATCH v2 net-next 0/3] Support offload LED blinking to PHY
 2023-06-26  3:33 UTC  (3+ messages)
` [PATCH v2 net-next 3/3] net: phy: marvell: Add support for offloading LED blinking

[PATCH v2 bpf-next 00/13] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-06-26  3:30 UTC  (3+ messages)
` [PATCH v2 bpf-next 09/13] bpf: Allow reuse from waiting_for_gp_ttrace list

[PATCH -next v2] RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.c
 2023-06-26  3:28 UTC  (2+ messages)

[PATCH 0/3] Add SiFive Private L2 cache and PMU driver
 2023-06-26  3:26 UTC  (8+ messages)
` [PATCH 3/3] dt-bindings: riscv: sifive: Add SiFive Private L2 cache controller

[RFC PATCH 0/8] Rust device mapper abstractions
 2023-06-26  3:26 UTC  (4+ messages)
` [RFC PATCH 1/8] rust: kernel: add basic abstractions for device-mapper

[PATCH v2 0/2] add ISI support for iMX93
 2023-06-26  3:27 UTC  (3+ messages)
` [PATCH v2 1/2] media: dt-bindings: nxp,imx8-isi: add i.MX93 ISI compatible string
` [PATCH v2 2/2] media: nxp: imx-isi: add ISI support for i.MX93

[PATCH] objtool: Make 'sec-address' always on
 2023-06-26  3:20 UTC  (5+ messages)

Question on slow fallocate
 2023-06-26  3:17 UTC  (3+ messages)

[PATCH v5 2/2] ARM: dts: aspeed: Adding Inventec Starscream BMC
 2023-06-26  3:15 UTC  (4+ messages)
` [PATCH v6 "

[PATCH v4] Randomized slab caches for kmalloc()
 2023-06-26  3:18 UTC 

[PATCH] powerpc: remove checks for binutils older than 2.25
 2023-06-26  3:11 UTC  (7+ messages)

[PATCH v2 0/3] mtd: rawnand: marvell: add support for AC5 SoC
 2023-06-26  3:12 UTC  (12+ messages)
` [PATCH v2 1/3] dt-bindings: mtd: Add AC5 specific binding
` [PATCH v2 2/3] arm64: dts: marvell: Add NAND flash controller to AC5
` [PATCH v2 3/3] mtd: rawnand: marvell: add support for AC5 SoC

[meta-oe][kirkstone][PATCH v2] postgresql: fix CVE-2023-2454 & CVE-2023-2455
 2023-06-26  3:11 UTC  (3+ messages)
` [oe] "

[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
 2023-06-26  3:10 UTC  (5+ messages)

linux-next: manual merge of the block tree with the ext4 tree
 2023-06-26  3:09 UTC 

[PATCH v2] vdpa/vp_vdpa: Check queue number of vdpa device from add_config
 2023-06-26  3:08 UTC  (8+ messages)

[PATCH mptcp-next v10 13/13] Squash to "selftests/bpf: Add bpf_red scheduler"
 2023-06-26  3:07 UTC  (3+ messages)
` Squash to "selftests/bpf: Add bpf_red scheduler": Build Failure
` Squash to "selftests/bpf: Add bpf_red scheduler": Tests Results

[PATCH V2 0/3] vDPA/ifcvf: enable virtio-net on Intel F2000X-PL
 2023-06-26  3:07 UTC  (8+ messages)
` [PATCH V2 1/3] vDPA/ifcvf: dynamic allocate vq data stores
` [PATCH V2 3/3] vDPA/ifcvf: implement new accessors for vq_state

[virtio-comment] RE: virtio-net collaboration bi-weekly
 2023-06-26  3:04 UTC 

splice(-> FIFO) never wakes up inotify IN_MODIFY?
 2023-06-26  3:04 UTC 

[stable:linux-6.3.y 192/2125] ld.lld: error: vmlinux.a(kernel/bpf/btf.o):(function btf_parse_vmlinux: .text+0x4848): relocation R_RISCV_PCREL_HI20 out of range: -525535 is not in [-524288, 524287]; references __start_BTF
 2023-06-26  3:04 UTC 

[PATCH] [PATCH 01/1] Add CMDQ feqture to Synopsys IP
 2023-06-26  3:04 UTC 

linux-next: manual merge of the block tree with Linus' tree
 2023-06-26  3:04 UTC 

[Buildroot] [PATCH] package/tiff: security bump to version 4.5.1
 2023-06-26  3:00 UTC  (2+ messages)

ALC287 problem
 2023-06-26  3:00 UTC 

[PATCH] net/idpf: refine dev_link_update function
 2023-06-26 11:14 UTC 

[Bug 217574] New: kvm_intel loads only after suspend
 2023-06-26  2:56 UTC  (2+ messages)
` [Bug 217574] "

[PATCH v2 0/7] ASoC: mediatek: Add support for MT7986 SoC
 2023-06-26  2:35 UTC  (8+ messages)
` [PATCH v2 1/7] ASoC: mediatek: mt7986: add common header
` [PATCH v2 2/7] ASoC: mediatek: mt7986: support audio clock control
` [PATCH v2 3/7] ASoC: mediatek: mt7986: support etdm in platform driver
` [PATCH v2 4/7] ASoC: mediatek: mt7986: add "
` [PATCH v2 5/7] ASoC: mediatek: mt7986: add machine driver with wm8960
` [PATCH v2 6/7] ASoC: dt-bindings: mediatek,mt7986-wm8960: add mt7986-wm8960 document
` [PATCH v2 7/7] ASoC: dt-bindings: mediatek,mt7986-afe: add audio afe document

[PATCH v3] dmaengine: xilinx: dma: remove arch dependency
 2023-06-26  2:54 UTC  (3+ messages)

[virtio-comment] Re: [PATCH 0/2] Selective queue enabling
 2023-06-26  2:53 UTC  (12+ messages)

[PATCH v3 1/3] kbuild: unexport abs_srctree and abs_objtree
 2023-06-26  2:49 UTC  (2+ messages)

[PATCH] clk: sifive: only build sifive-prci.o for CONFIG_CLK_SIFIVE_PRCI
 2023-06-26  2:49 UTC  (2+ messages)

[PATCH -next v3 0/5] blk-wbt: minor fix and cleanup
 2023-06-26  2:46 UTC  (3+ messages)

[PATCH v7 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-06-26  2:45 UTC  (4+ messages)
` [PATCH v7 12/19] sh: mm: Convert to GENERIC_IOREMAP

[PATCH] media: dvb-core: Fix a possible null-pointer dereference due to data race in dvbdmx_write()
 2023-06-26  2:44 UTC 

[PATCH] wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state
 2023-06-26  2:42 UTC  (2+ messages)

[PATCH 0/3] md/raid10: optimize and fix read error
 2023-06-26  2:42 UTC  (3+ messages)
` [PATCH 3/3] md/raid10: handle replacement devices in fix_read_error

linux-next: build failure after merge of the crypto tree
 2023-06-26  2:39 UTC  (2+ messages)

[GIT PULL] Block updates for 6.5
 2023-06-26  2:39 UTC 

[GIT PULL] io_uring updates for 6.5
 2023-06-26  2:39 UTC 

[GIT PULL] Splice updates for 6.5
 2023-06-26  2:38 UTC 

[PATCH v5 0/4] Add Amlogic A311D2 and Khadas Vim4 Board Support
 2023-06-26  2:36 UTC  (5+ messages)
` [PATCH v5 4/4] arm64: dts: meson-t7-a311d2-khadas-vim4: add initial device-tree

[PATCH] libbpf: provide num present cpus
 2023-06-26  2:34 UTC 

[LTP] [PATCH] hugeshmctl02: Skipped EFAULT tests for libc variant
 2023-06-26  2:36 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.