All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-21 04:33:13 to 2021-12-21 06:52:36 UTC [more...]

[PATCH v3 0/3] Convert vmcore to use an iov_iter
 2021-12-21  6:52 UTC  (4+ messages)
` [PATCH v3 2/3] vmcore: Convert __read_vmcore "

[RFC PATCH v12 00/17] dlb: introduce DLB device driver
 2021-12-21  6:50 UTC  (18+ messages)
` [RFC PATCH v12 01/17] dlb: add skeleton for DLB driver
` [RFC PATCH v12 02/17] dlb: initialize DLB device
` [RFC PATCH v12 03/17] dlb: add resource and device initialization
` [RFC PATCH v12 04/17] dlb: add configfs interface and scheduling domain directory
` [RFC PATCH v12 05/17] dlb: add scheduling domain configuration
` [RFC PATCH v12 06/17] dlb: add domain software reset
` [RFC PATCH v12 07/17] dlb: add low-level register reset operations
` [RFC PATCH v12 08/17] dlb: add runtime power-management support
` [RFC PATCH v12 09/17] dlb: add queue create, reset, get-depth configfs interface
` [RFC PATCH v12 10/17] dlb: add register operations for queue management
` [RFC PATCH v12 11/17] dlb: add configfs interface to configure ports
` [RFC PATCH v12 12/17] dlb: add register operations for port management
` [RFC PATCH v12 13/17] dlb: add port mmap support
` [RFC PATCH v12 14/17] dlb: add start domain configfs attribute
` [RFC PATCH v12 15/17] dlb: add queue map, unmap, and pending unmap
` [RFC PATCH v12 16/17] dlb: add static queue map register operations
` [RFC PATCH v12 17/17] dlb: add basic sysfs interfaces

[PATCH v5 00/23] QEMU RISC-V AIA support
 2021-12-21  6:47 UTC  (3+ messages)
` [PATCH v5 13/23] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs

[qemu-mainline test] 167496: tolerable FAIL - PUSHED
 2021-12-21  6:47 UTC 

[PATCH 1/2] sysfs: add sysfs_add_bin_file_to_group()
 2021-12-21  6:45 UTC  (7+ messages)
` [PATCH 2/2] nvmem: expose NVMEM cells in sysfs

[PATCH 0/3] Fix streaming on/off logic
 2021-12-21  6:34 UTC  (2+ messages)

[PATCH v2 00/23] AMX Support in KVM
 2021-12-21  6:42 UTC  (7+ messages)
` [PATCH v2 22/23] kvm: x86: Disable interception for IA32_XFD on demand
` [PATCH v2 23/23] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR

[PATCH] net/sfc: fix the argument to sizeof for unit cache
 2021-12-21  6:41 UTC 

[PATCH v4 0/5] x86: Show in sysfs if a memory node is able to do encryption
 2021-12-21  6:41 UTC  (5+ messages)
` [PATCH v4 3/5] x86/e820: Tag e820_entry with crypto capabilities

[PATCH] psi: fix possible trigger missing in the window
 2021-12-21  6:40 UTC  (10+ messages)

[PATCH 00/13] tests + init: don't rely on templates & add --no-template + config
 2021-12-21  6:38 UTC  (10+ messages)
` [PATCH 03/13] init: unconditionally create the "info" directory

[PATCH -next] usb: early: Fix an error code in xdbc_init()
 2021-12-21  6:37 UTC  (2+ messages)

[PATCH v2 0/9] A collection of RISC-V cleanups and improvements
 2021-12-21  6:32 UTC  (5+ messages)
` [PATCH v2 9/9] hw/riscv: virt: Set the clock-frequency

[PATCH] target/riscv/pmp: fix no pmp illegal intrs
 2021-12-21  6:34 UTC  (2+ messages)

[PATCH v2] staging: vt6655: drop off byRxMode var in device.h
 2021-12-21  6:34 UTC  (2+ messages)

[PATCH bpf-next] bpf: limit bpf_core_types_are_compat() recursion
 2021-12-21  6:33 UTC  (7+ messages)

[igt-dev] [i-g-t 0/2] Intel: Add ADL-N platform
 2021-12-21  6:31 UTC  (4+ messages)
` [igt-dev] [i-g-t 1/2] lib: sync i915_pciids.h with kernel
` [igt-dev] [i-g-t 2/2] lib/adl_n: Add Alder Lake N platform definition
` [igt-dev] ✓ Fi.CI.BAT: success for Intel: Add ADL-N platform

[PATCH v2 1/4] usb: mtu3: fix interval value for intr and isoc
 2021-12-21  6:16 UTC  (8+ messages)
` [PATCH v2 3/4] usb: mtu3: fix list_head check warning

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

[PATCH v2] ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
 2021-12-21  7:00 UTC 

[PATCH V5 00/16] Unified entry point for other blocks to interact with power
 2021-12-21  6:24 UTC  (6+ messages)
` [PATCH V5 05/16] drm/amd/pm: do not expose those APIs used internally only in si_dpm.c
` [PATCH V5 13/16] drm/amd/pm: relocate the power related headers

[PATCH] ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
 2021-12-21  6:24 UTC  (3+ messages)

[RFC PATCH v2 0/8] FWU: Add support for FWU Multi Bank Update feature
 2021-12-21  6:24 UTC  (13+ messages)
` [RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata
` [RFC PATCH v2 5/8] EFI: FMP: Add provision to update image's ImageTypeId in image descriptor

[PATCH 0/4] staging: vc04_services: avoid the use of typedef for function pointers
 2021-12-21  6:22 UTC  (9+ messages)
` [PATCH 2/4] "
` [PATCH 3/4] "

[PATCH] failover: Silence warning messages during qtest
 2021-12-21  5:45 UTC  (2+ messages)

[PATCH v2 0/3] Fix Tegra194 HDA regression
 2021-12-21  6:18 UTC  (5+ messages)
` [PATCH v2 1/3] ALSA: hda/tegra: Fix Tegra194 HDA reset failure

[PATCH v2 00/10] mini-os: add missing PVH features
 2021-12-21  6:16 UTC  (7+ messages)
` [PATCH v2 02/10] mini-os: sort and sanitize e820 memory map
` [PATCH v2 04/10] mini-os: respect memory map when ballooning up

[PATCH v4] USB: host: isp116x: Check for null res pointer
 2021-12-21  6:17 UTC  (2+ messages)

[PATCH] Bpf Helper Function BPF_FUNC_skb_change_dsfield
 2021-12-21  6:16 UTC  (3+ messages)

next/pending-fixes baseline: 479 runs, 6 regressions (v5.16-rc6-155-g25b50ce58687)
 2021-12-21  6:12 UTC 

[PATCH 0/4] Sparse checkout: fix bug with worktree of bare repo
 2021-12-21  6:10 UTC  (9+ messages)
` [PATCH 3/4] config: add repo_config_set_worktree_gently()

[PATCH v7 0/3] Mediatek MT7986 basic clock support
 2021-12-21  6:07 UTC  (4+ messages)

[PATCH v3 01/10] vdpa: Provide interface to read driver features
 2021-12-21  6:05 UTC  (7+ messages)
  ` [PATCH v3 02/10] vdpa/mlx5: Distribute RX virtqueues in RQT object
  ` [PATCH v3 03/10] vdpa: Read device configuration only if FEATURES_OK
  ` [PATCH v3 04/10] vdpa: Allow to configure max data virtqueues
  ` [PATCH v3 07/10] vdpa: Add support for returning device configuration information
  ` [PATCH v3 09/10] vdpa/mlx5: Configure max supported virtqueues
  ` [PATCH v3 10/10] vdpa: Use BIT_ULL for bit operations

[PATCH] drm/amdgpu: save error count in RAS poison handler
 2021-12-21  6:05 UTC  (2+ messages)
` 回复: "

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-12-21  6:03 UTC  (6+ messages)
` [PATCH v5 36/69] KVM: arm64: nv: Filter out unsupported features from ID regs

[PATCH kernel 0/6] powerpc: Build with LLVM_IAS=1
 2021-12-21  5:59 UTC  (14+ messages)
` [PATCH llvm 1/6] powerpc/toc: PowerPC64 future proof kernel toc, revised for lld
` [PATCH llvm 2/6] powerpc: check for support for -Wa,-m{power4,any}
` [PATCH llvm 3/6] powerpc/64/asm: Inline BRANCH_TO_C000
` [PATCH llvm 4/6] powerpc/64/asm: Do not reassign labels
` [PATCH llvm 5/6] powerpc/mm: Switch obsolete dssall to .long
` [PATCH llvm 6/6] powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel "

[hardknott][PATCH] Add support for Neoverse N2 CPU
 2021-12-21  6:00 UTC 

[PATCH net-next v2 0/3] net: amd-xgbe: Add support for Yellow Carp Ethernet device
 2021-12-21  6:00 UTC  (2+ messages)

[PATCH net-next v3] mctp: emit RTM_NEWADDR and RTM_DELADDR
 2021-12-21  6:00 UTC  (2+ messages)

[PATCH v3] perf/core: Set event shadow time for inactive events too
 2021-12-21  5:54 UTC  (7+ messages)

[PATCH bpf-next 0/2] libbpf: Add syscall-specific variants of BPF_KPROBE/BPF_KRETPROBE
 2021-12-21  5:53 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: Add BPF_KPROBE_SYSCALL/BPF_KRETPROBE_SYSCALL macros
` [PATCH bpf-next 2/2] selftests/bpf: Test "

[android-common:android12-5.10 6733/13868] arch/arm64/kvm/fpsimd.c:129:33: error: implicit declaration of function 'sve_cond_update_zcr_vq'
 2021-12-21  5:50 UTC 

[PATCH v5 00/10] add aspeed-jpeg support for aspeed-video
 2021-12-21  2:13 UTC  (8+ messages)

[PATCH v3] mm: fix panic in __alloc_pages
 2021-12-21  5:46 UTC  (12+ messages)

[PATCH v10 00/14] iio: afe: add temperature rescaling support
 2021-12-21  5:43 UTC  (5+ messages)
` [PATCH v10 03/14] iio: inkern: make a best effort on offset calculation
` [PATCH v10 04/14] iio: afe: rescale: expose scale processing function

[PATCH kernel v4] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2021-12-21  5:38 UTC  (5+ messages)

[asahilinux:asahi-with-new-nvme 12/34] sound/soc/apple/mca.c:210:23: error: implicit declaration of function 'FIELD_PREP'
 2021-12-21  5:37 UTC  (2+ messages)

[jic23-iio:togreg 100/103] drivers/iio/adc/xilinx-ams.c:621 ams_get_pl_scale() warn: inconsistent indenting
 2021-12-21  5:37 UTC  (2+ messages)

Debugging kernel paging request oops
 2021-12-21  5:38 UTC  (5+ messages)

[PATCH 0/2][V9] btrfs-progs: allocation_hint disk property
 2021-12-21  5:36 UTC  (3+ messages)
` Script to test allocation_hint - [Was Re: [PATCH 0/2][V9] btrfs-progs: allocation_hint disk property]

[PATCH 0/2] drm/tegra: Fix panel support on Venice 2 and Nyan
 2021-12-21  5:35 UTC  (7+ messages)

[linux-linus test] 167495: tolerable FAIL - PUSHED
 2021-12-21  5:27 UTC 

[PATCH 0/3] treewide: rcar-dmac: Add support for R-Car S4-8
 2021-12-21  5:27 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: renesas,rcar-dmac: Add r8a779f0 support
` [PATCH 2/3] dmaengine: rcar-dmac: Add support for R-Car S4-8
` [PATCH 3/3] arm64: dts: renesas: r8a779f0: Add sys-dmac nodes

[PATCH] clk: renesas: r8a779f0: add sys-dmac clocks
 2021-12-21  5:24 UTC 

[PATCH 0/3] arm64: defconfig: Add SM8450 drivers
 2021-12-21  5:21 UTC  (3+ messages)

[PATCH 0/2] phy: qcom-qmp: Add SM8450 PCIe1 PHY support
 2021-12-21  5:23 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom,qmp: Add SM8450 PCIe PHY bindings
` [PATCH 2/2] phy: qcom-qmp: Add SM8450 PCIe1 PHY support

[PATCH 0/8] clk: qcom: explicitly include clk-provider.h
 2021-12-21  5:21 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: qcom: sm8450: Add usb nodes
 2021-12-21  5:21 UTC  (2+ messages)

[syzbot] general protection fault in set_task_ioprio
 2021-12-21  5:21 UTC  (2+ messages)

[linux-next:master 4140/8898] drivers/gpu/drm/i915/gt/intel_lrc.o: warning: objtool: gen12_emit_indirect_ctx_rcs()+0x3e2: unreachable instruction
 2021-12-21  5:17 UTC  (2+ messages)

[GIT PULL] Qualcomm ARM64 DeviceTree updates for v5.17
 2021-12-21  5:12 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v5 0/1] tests/amdgpu: Introduce DSC tests
 2021-12-21  5:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/amdgpu: Introduce DSC tests (rev3)

[PATCHSET 0/7] xfs: random fixes for 5.17
 2021-12-21  5:10 UTC  (6+ messages)
` [PATCH 1/7] xfs: take the ILOCK when accessing the inode core

[drm-misc:drm-misc-next 1/2] drivers/gpu/drm/selftests/test-drm_plane_helper.c:76:5: warning: stack frame size (1136) exceeds limit (1024) in 'igt_check_plane_state'
 2021-12-21  5:07 UTC  (2+ messages)

[meta-networking][PATCH] openipmi: upgrade 2.0.31 -> 2.0.32
 2021-12-21  5:06 UTC 

[PATCH] media: platform: Add brask to the match table
 2021-12-21  5:04 UTC 

[PATCH] libata: use min() to make code cleaner
 2021-12-21  4:54 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Add documentation for bpf_map batch operations
 2021-12-21  4:54 UTC  (2+ messages)

[meta-virtualization][PATCH v2 1/3] xen-tools: Load xen related kernel modules during system boot
 2021-12-21  4:52 UTC  (5+ messages)
` [meta-virtualization][PATCH v2 2/3] xen: Clear TUNE_CCARGS for Xen build for aarch64 machines
` [meta-virtualization][PATCH v2 3/3] grub-efi: Add xen_boot support when 'xen' is in DISTRO_FEATURES for aarch64

[PATCH v3] Bluetooth: hci_qca: Stop IBS timer during BT OFF
 2021-12-21  4:52 UTC  (3+ messages)

unable to use all spaces
 2021-12-21  4:45 UTC  (5+ messages)

[PATCH] iomap: Fix error handling in iomap_zero_iter()
 2021-12-21  4:44 UTC 

[PATCH] ARM: dts: aspeed: Add TYAN S8036 BMC machine
 2021-12-21  4:40 UTC  (4+ messages)

[PATCH v8] ARM: dts: aspeed: Adding Facebook Bletchley BMC
 2021-12-21  4:37 UTC  (4+ messages)

[android-common:android12-5.10 6729/13868] arch/arm64/kvm/hyp/include/hyp/switch.h:216:9: error: implicit declaration of function 'sve_cond_update_zcr_vq'
 2021-12-21  4:36 UTC 

drivers/perf/xgene_pmu.c:498:0: warning: syntax error [syntaxError]
 2021-12-21  4:36 UTC 

[PATCH v4 00/14] vfio-user server in QEMU
 2021-12-21  4:32 UTC  (6+ messages)
` [PATCH v4 11/14] vfio-user: IOMMU support for remote device


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.