All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-19 12:31:47 to 2021-05-19 13:16:49 UTC [more...]

[PATCH 0/6] x86/sev-es: Fixes for SEV-ES guest support
 2021-05-19 13:16 UTC  (5+ messages)
` [PATCH 2/6] x86/sev-es: Forward page-faults which happen during emulation

[PATCH v1 0/2] Unify NVIDIA Tegra ASoC machine drivers
 2021-05-19 13:15 UTC  (8+ messages)
` [PATCH v1 2/2] ASoC: tegra: Unify "
      ` Question about Tegra UCMs

[dpdk-dev] [PATCH] crypto/qat: fix uninitilized compiler warning
 2021-05-19 13:16 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH v12 0/8] MTE support for KVM guest
 2021-05-19 13:04 UTC  (6+ messages)
` [PATCH v12 5/8] arm64: kvm: Save/restore MTE registers

[PULL 00/48] ppc-for-6.1 queue 20210519
 2021-05-19 12:51 UTC  (29+ messages)
` [PULL 01/48] hw/ppc/spapr.c: Extract MMU mode error reporting into a function
` [PULL 02/48] hw/ppc/spapr.c: Make sure the host supports the selected MMU mode
` [PULL 03/48] target/ppc: Fold gen_*_xer into their callers
` [PULL 04/48] target/ppc: renamed SPR registration functions
` [PULL 05/48] target/ppc: move SPR R/W callbacks to translate.c
` [PULL 06/48] hw/ppc: moved hcalls that depend on softmmu
` [PULL 07/48] target/ppc: moved function out of mmu-hash64
` [PULL 08/48] target/ppc: moved ppc_store_lpcr to misc_helper.c
` [PULL 09/48] hw/ppc: moved has_spr to cpu.h
` [PULL 10/48] target/ppc: turned SPR R/W callbacks not static
` [PULL 11/48] target/ppc: isolated cpu init from translation logic
` [PULL 12/48] target/ppc: created ppc_{store, get}_vscr for generic vscr usage
` [PULL 13/48] target/ppc: updated vscr manipulation in machine.c
` [PULL 14/48] target/ppc: moved ppc_store_sdr1 to cpu.c
` [PULL 15/48] target/ppc: moved ppc_cpu_dump_state to cpu_init.c
` [PULL 16/48] target/ppc: Add cia field to DisasContext
` [PULL 17/48] target/ppc: Split out decode_legacy
` [PULL 18/48] target/ppc: Move DISAS_NORETURN setting into gen_exception*
` [PULL 19/48] target/ppc: Remove special case for POWERPC_SYSCALL
` [PULL 20/48] target/ppc: Remove special case for POWERPC_EXCP_TRAP
` [PULL 21/48] target/ppc: Simplify gen_debug_exception
` [PULL 22/48] target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}
` [PULL 23/48] target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT
` [PULL 24/48] target/ppc: Remove unnecessary gen_io_end calls
` [PULL 26/48] target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
` [PULL 27/48] target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
` [PULL 28/48] target/ppc: Remove DisasContext.exception
` [PULL 32/48] target/ppc: Use translator_loop_temp_check

[PATCH] net: phy: add driver for Motorcomm yt8511 phy
 2021-05-19 13:15 UTC  (11+ messages)

[PATCH v4 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-05-19 12:57 UTC  (5+ messages)
` [PATCH v4 04/10] dt-bindings: watchdog: dw-wdt: add description for rk3568

switch block layer polling to a bio based model v3
 2021-05-19 13:02 UTC  (5+ messages)
` [PATCH 08/15] io_uring: don't sleep when polling for I/O

[PATCH] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
 2021-05-19 12:49 UTC  (7+ messages)
  ` [External] "

[PATCH] x86/shadow: fix DO_UNSHADOW()
 2021-05-19 13:12 UTC  (2+ messages)

[PATCH] platform/surface: aggregator: Add platform-drivers-x86 list to MAINTAINERS entry
 2021-05-19 13:12 UTC  (2+ messages)

[PATCH] [v2] platform/surface: aggregator: avoid clang -Wconstant-conversion warning
 2021-05-19 13:12 UTC  (2+ messages)

[PATCH 1/1] usb: xhci: remove unused variable 'len' in xhci_unmap_temp_buf()
 2021-05-19 13:12 UTC  (2+ messages)

[PATCH] platform/surface: dtx: Fix poll function
 2021-05-19 13:12 UTC  (2+ messages)

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-05-19 13:11 UTC  (21+ messages)
` [PATCH v8 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
    ` [Nouveau] "
` [PATCH v8 5/8] mm: Device exclusive memory access
      ` [Nouveau] "

[PATCH] platform/surface: aggregator: Do not mark interrupt as shared
 2021-05-19 13:11 UTC  (2+ messages)

[PATCH v2 00/19] arm64: entry: migrate more code to C
 2021-05-19 12:39 UTC  (20+ messages)
` [PATCH v2 01/19] arm64: remove redundant local_daif_mask() in bad_mode()
` [PATCH v2 02/19] arm64: entry: unmask IRQ+FIQ after EL0 handling
` [PATCH v2 03/19] arm64: entry: convert SError handlers to C
` [PATCH v2 04/19] arm64: entry: move arm64_preempt_schedule_irq to entry-common.c
` [PATCH v2 05/19] arm64: entry: move preempt logic to C
` [PATCH v2 06/19] arm64: entry: add a call_on_irq_stack helper
` [PATCH v2 07/19] arm64: entry: convert IRQ+FIQ handlers to C
` [PATCH v2 08/19] arm64: entry: organise entry handlers consistently
` [PATCH v2 09/19] arm64: entry: organise entry vectors consistently
` [PATCH v2 10/19] arm64: entry: consolidate EL1 exception returns
` [PATCH v2 11/19] arm64: entry: move bad_mode() to entry-common.c
` [PATCH v2 12/19] arm64: entry: improve bad_mode()
` [PATCH v2 13/19] arm64: entry: template the entry asm functions
` [PATCH v2 14/19] arm64: entry: handle all vectors with C
` [PATCH v2 15/19] arm64: entry: split bad stack entry
` [PATCH v2 16/19] arm64: entry: split SDEI entry
` [PATCH v2 17/19] arm64: entry: make NMI entry/exit functions static
` [PATCH v2 18/19] arm64: entry: don't instrument entry code with KCOV
` [PATCH v2 19/19] arm64: idle: don't instrument idle "

[PATCH 1/3] gpu: drm: replace occurrences of invalid character
 2021-05-19 13:10 UTC  (3+ messages)
` [PATCH 2/3] spi: fix some invalid char occurrences

[PATCH] drm/amdgpu: Add vbios info ioctl interface
 2021-05-19 13:09 UTC  (9+ messages)

[morimoto-linux:sound/2021-05-19-v1 106/107] sound/soc/sh/rcar/debugfs.c:68:17: warning: variable 'root' set but not used
 2021-05-19 13:09 UTC 

[Intel-wired-lan] igb firmware 1.63 broken / flapping on switch reboot - update or downgrade possible?
 2021-05-19 13:09 UTC  (2+ messages)

raid10 redundancy
 2021-05-19 13:02 UTC  (12+ messages)

[PATCH] hungtask: add filter kthread/check comm
 2021-05-19 13:06 UTC  (2+ messages)

[PATCH] mm/page_alloc: try oom if reclaim is unable to make forward progress
 2021-05-19 13:06 UTC  (11+ messages)

[PATCH v4 0/7] running kernel mode SIMD with softirqs disabled
 2021-05-19 11:29 UTC  (9+ messages)
` [PATCH v4 1/7] crypto: skcipher - handle zero sized inputs correctly
` [PATCH v4 2/7] crypto: aead - disallow en/decrypt for non-task or non-softirq context
` [PATCH v4 3/7] crypto: skcipher "
` [PATCH v4 4/7] crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
` [PATCH v4 5/7] crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers
` [PATCH v4 6/7] crypto: arm64/aes-ce "
` [PATCH v4 7/7] crypto: arm64/aes-ccm - remove non-SIMD fallback path

[kdave-btrfs-devel:dev/exclop-cancel-rework 25/28] fs/btrfs/ioctl.c:384:6: sparse: sparse: context imbalance in 'btrfs_exclop_start_try_lock' - wrong count at exit
 2021-05-19 13:04 UTC 

[PATCH 0/2] objtool annotations: Avoid using inline asm operand modifiers
 2021-05-19 13:03 UTC  (3+ messages)
` [PATCH 1/2] compiler.h: "
` [PATCH 2/2] instrumentation.h: "

[PATCH -next resend] scsi: hisi_sas: drop free_irq of devm_request_irq allocated irq
 2021-05-19 13:05 UTC 

[BUG] rockpro64: PCI BAR reassignment broken by commit 9d57e61bf723 ("of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses")
 2021-05-19 11:27 UTC  (8+ messages)

[PATCH] dt-bindings: net: renesas,ether: Update Sergei's email address
 2021-05-19 13:02 UTC 

Fw: User-controllable memcg-unaccounted objects of time namespace
 2021-05-19 13:02 UTC  (3+ messages)

[PATCH v2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-19 13:02 UTC  (18+ messages)

[PATCH] dt-bindings: media: renesas,imr: Convert to json-schema
 2021-05-19 13:01 UTC 

[V2][PATCH 0/2] drm: xlnx: add some functions
 2021-05-19 11:22 UTC  (3+ messages)
` [V2][PATCH 2/2] drm: xlnx: consolidate the functions which programming AUDIO_VIDEO_SELECT register

[meta-zephyr][PATCH v2 0/2] Add nRF52840 DK support
 2021-05-19 13:01 UTC  (3+ messages)
` [meta-zephyr][PATCH v2 1/2] nrf52832.inc: Rename to nrf52.inc
` [meta-zephyr][PATCH v2 2/2] nrf52840dk-nrf52840.conf: Add nRF52840 DK support

[PATCH] btrfs: mark ordered extent and inode with error if we fail to finish
 2021-05-19 13:01 UTC  (2+ messages)

[PATCH] dt-bindings: media: renesas,jpu: Convert to json-schema
 2021-05-19 13:00 UTC 

[LTP] [PATCH 1/2] shell: Fix timeout process termination for zsh
 2021-05-19 12:57 UTC  (5+ messages)
` [LTP] [PATCH 2/2] shell: Extend timeout tests, to run on multiple shells

[media-next:master 180/181] drivers/staging/media/hantro/hantro_drv.c:165:3: error: label 'err_cancel_job' used but not defined
 2021-05-19 12:56 UTC  (2+ messages)

[PATCH 1/1] mISDN: Mark local variable 'incomplete' as __maybe_unused in dsp_pipeline_build()
 2021-05-19 12:53 UTC 

[meta-zephyr][PATCH 0/2] Update Zephyr version to 2.6.0-rc1
 2021-05-19 12:52 UTC  (6+ messages)
` [meta-zephyr][PATCH 2/2] zephyr-kernel-src.inc: set default preferred "
  ` [yocto] "

[PATCH v5 00/22] Add Intel Ethernet Protocol Driver for RDMA (irdma)
 2021-05-19 12:51 UTC  (3+ messages)
` [PATCH v5 06/22] i40e: Register auxiliary devices to provide RDMA

Preserving transactions accross Xenstored Live-Update
 2021-05-19 12:50 UTC  (5+ messages)

[PATCH 0/3] Refine mtk-cmdq-mailbox callback mechanism
 2021-05-19 11:21 UTC  (4+ messages)
` [PATCH 1/3] mailbox: mtk-cmdq: Remove cmdq_cb_status

[PATCH v3 0/5] Support Secure Boot for multiboot2 Xen
 2021-05-19 12:48 UTC  (10+ messages)
` [PATCH v3 2/5] xen/x86: manually build xen.mb.efi binary

Linux powerpc new system call instruction and ABI
 2021-05-19 12:39 UTC  (7+ messages)

[PATCH net] net: hso: bail out on interrupt URB allocation failure
 2021-05-19 12:47 UTC 

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-19 11:18 UTC  (6+ messages)

[PATCH] v4l2 H264 encoder plugin changes
 2021-05-19 12:46 UTC 

[RFC PATCH v5 00/27] NVMeTCP Offload ULP and QEDN Device Driver
 2021-05-19 12:31 UTC  (14+ messages)
` [RFC PATCH v5 17/27] qedn: Add qedn probe
` [RFC PATCH v5 18/27] qedn: Add qedn_claim_dev API support
` [RFC PATCH v5 19/27] qedn: Add IRQ and fast-path resources initializations
` [RFC PATCH v5 20/27] qedn: Add connection-level slowpath functionality
` [RFC PATCH v5 21/27] qedn: Add support of configuring HW filter block
` [RFC PATCH v5 22/27] qedn: Add IO level qedn_send_req and fw_cq workqueue
` [RFC PATCH v5 23/27] qedn: Add support of Task and SGL
` [RFC PATCH v5 24/27] qedn: Add support of NVME ICReq & ICResp
` [RFC PATCH v5 25/27] qedn: Add IO level fastpath functionality
` [RFC PATCH v5 26/27] qedn: Add Connection and IO level recovery flows
` [RFC PATCH v5 27/27] qedn: Add support of ASYNC

[PATCH] staging: rtl8723bs: remove if (true) statement
 2021-05-19 12:44 UTC  (2+ messages)

[pinctrl:for-next] BUILD SUCCESS 6fc5a68d23b7378573d5df4eae873cd9e7ba14c4
 2021-05-19 12:43 UTC 

[pinctrl:fixes] BUILD SUCCESS 333944c7c3759c546035f1f9b0b4c72bdc5b7878
 2021-05-19 12:43 UTC 

[pinctrl:devel] BUILD SUCCESS 969ef42b1ae094da99b8acbf14864f94d37f6e58
 2021-05-19 12:43 UTC 

[Buildroot] [git commit branch/next] configs/microchip_sama5d2_icp: new defconfigs
 2021-05-19 12:44 UTC 

[PATCH] virtio: Introduce a new kick interface virtqueue_kick_try()
 2021-05-19 12:44 UTC  (3+ messages)

[PATCH 1/1] leds: blinkm: remove unused variable 'ret' in blinkm_init_hw()
 2021-05-19 12:41 UTC 

[dpdk-dev] [PATCH] net/hns3: fix compile error with gcc8.3 and crossfile thunderx2
 2021-05-19 12:42 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] net/hns3: fix compile error with gcc8.3 and thunderx2

[PATCH 00/11] Rid W=1 warnings in wireless
 2021-05-19 12:41 UTC  (3+ messages)
` [PATCH 04/11] net: broadcom: brcmfmac: Demote non-compliant kernel-doc headers

[Buildroot] [PATCH] configs/uevm5432: new defconfig
 2021-05-19 12:40 UTC  (2+ messages)

[Buildroot] [PATCH 0/3] My take on the at91bootstrap 4.x story
 2021-05-19 12:39 UTC  (5+ messages)
` [Buildroot] [PATCH 3/3] boot/at91bootstrap3: add BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3

[PATCH RFC] xfs: Print XFS UUID on mount and umount events
 2021-05-19 12:38 UTC  (2+ messages)

[PATCH] brcmsmac: mac80211_if: Fix a resource leak in an error handling path
 2021-05-19 12:39 UTC  (2+ messages)

[PATCH 1/3] hwmon: (pmbus) Add driver for Delta DPS-920AB PSU
 2021-05-19 12:38 UTC  (3+ messages)

stable-rc/queue/5.12 baseline: 117 runs, 3 regressions (v5.12.4-363-g893c8b1b923f)
 2021-05-19 12:38 UTC 

[dpdk-dev] [PATCH 0/2] bugfix for Kunpeng930 SVE compile
 2021-05-19 12:37 UTC  (9+ messages)
` [dpdk-dev] [PATCH v5 0/2] bugfix for Kunpeng "
  ` [dpdk-dev] [PATCH v5 2/2] net/hns3: refactor SVE code compile method

[PATCH] tools/libs: guest: Fix Arm build after 8fc4916daf2a
 2021-05-19 12:36 UTC  (3+ messages)

[PATCH v2] configure: Avoid error messages about missing *-config-*.h files
 2021-05-19 12:35 UTC  (2+ messages)

[hch-misc:nvme-ioctl 15/15] drivers/nvme/host/core.c:1946:23: error: implicit declaration of function 'nvme_find_path'
 2021-05-19 12:36 UTC 

[PATCH v3 0/7] Add Aspeed SSIF BMC driver
 2021-05-19 12:34 UTC  (6+ messages)
` [PATCH v3 2/7] ipmi: ssif_bmc: Add "

[PATCH 1/3] mfd: lp87565: fix typo in define names
 2021-05-19 12:35 UTC  (2+ messages)
` [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v5.14 merge window

[Buildroot] [PATCHv2 1/1] package/rustc: add musl as an available Rust libc
 2021-05-19 12:35 UTC  (3+ messages)

[Buildroot] [git commit branch/next] boot/at91bootstrap3: move BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3
 2021-05-19 12:34 UTC 

stable-rc/queue/4.19 build: 190 builds: 0 failed, 190 passed, 63 warnings (v4.19.190-394-gea57d62438f8)
 2021-05-19 12:34 UTC 

[dpdk-dev] [PATCH V1] doc: add tested Intel platforms with Intel NICs
 2021-05-19 12:34 UTC  (2+ messages)

[PATCH 0/8] refs: cleanup errno sideband ref related functions
 2021-05-19 12:33 UTC  (5+ messages)
` [PATCH 3/8] refs: make errno output explicit for read_raw_ref_fn

[RFC v2] Simple tool for VMEnters/VMExits matching and trace validation
 2021-05-19 12:34 UTC  (2+ messages)

[PATCH v3] ARM: dts: renesas: Move enable-method to CPU nodes
 2021-05-19 12:31 UTC  (2+ messages)

[PATCH RFC v1 0/3] clk: meson: rounding for fast clocks on 32-bit SoCs
 2021-05-19 12:31 UTC  (6+ messages)
` [PATCH RFC v1 1/3] clk: divider: Add re-usable determine_rate implementations

kernel/sched/fair.c:9551:12: warning: stack frame size of 1376 bytes in function 'load_balance'
 2021-05-19 12:32 UTC  (4+ messages)

[PATCH] dt-bindings: net: Convert MDIO mux bindings to DT schema
 2021-05-19 12:30 UTC  (2+ messages)

[dpdk-dev] [PATCH] doc: add tested platforms with Mellanox NICs
 2021-05-19 12:31 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.