All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-20 11:43:09 to 2022-01-20 12:43:52 UTC [more...]

[PATCH v11 3/4] softmmu/dirtylimit: implement virtual CPU throttle
 2022-01-20 11:03 UTC  (8+ messages)

[PATCH v2 0/6] tests: Refresh lcitool submodule & remove libxml2
 2022-01-20 11:15 UTC  (7+ messages)
` [PATCH v2 2/6] tests: Refresh lcitool submodule
` [PATCH v2 5/6] tests/lcitool: Remove libxml2
` [PATCH v2 6/6] tests: Manually remove libxml2 on MSYS2 targets

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-20 12:43 UTC  (15+ messages)
` [PATCH v4 55/66] mm/mempolicy: Use maple tree iterators instead of vma linked list
` [PATCH v4 57/66] mm/mprotect: Use maple tree navigation "
` [PATCH v4 56/66] mm/mlock: Use maple tree iterators "
` [PATCH v4 58/66] mm/mremap: Use vma_find() "
` [PATCH v4 60/66] mm/oom_kill: Use maple tree iterators "
` [PATCH v4 59/66] mm/msync: Use vma_find() "
` [PATCH v4 61/66] mm/pagewalk: "

[PATCH 1/2] arm64: dts: ti: k3-am65: disable optional peripherals by default
 2022-01-20 12:41 UTC  (5+ messages)

[hardknott][PATCH 1/2] glibc : Fix CVE-2022-23218
 2022-01-20 12:43 UTC  (2+ messages)
` [hardknott][PATCH 2/2] glibc : Fix CVE-2022-23219

[PATCH] drm/locking: fix drm_modeset_acquire_ctx kernel-doc
 2022-01-20 12:42 UTC  (9+ messages)
` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v5] kni: allow configuring the kni thread granularity
 2022-01-20 12:41 UTC  (2+ messages)
` [PATCH v6] "

[LTP] [PATCH v1] Replace ltp_syscall with tst_syscall
 2022-01-20 12:41 UTC  (4+ messages)

[PATCH 0/2] fix crash by reading /proc/diskstats
 2022-01-20 12:41 UTC  (4+ messages)
` [PATCH 2/2] block: hold queue lock while iterating in diskstats_show

[xen-unstable test] 167755: tolerable FAIL - PUSHED
 2022-01-20 12:40 UTC 

[PATCH libnetfilter_queue v3 0/5] Speed-up
 2022-01-20 12:40 UTC  (7+ messages)
` [PATCH libnetfilter_queue v3 5/5] src: struct pktbuff is no longer opaque
  ` [PATCH libnetfilter_queue v3 1-5/5] src: Speed-up

[virtio-dev] [PATCH] virtio: clarify feature negotiation
 2022-01-20 12:39 UTC  (8+ messages)
        ` [virtio] "
            ` [virtio-comment] "

[PATCH 1/5] clk: stm32mp1: Split ETHCK_K into separate MUX and GATE clock
 2022-01-20 12:08 UTC  (12+ messages)
` [PATCH 2/5] clk: stm32mp1: Add parent_data to ETHRX clock
` [PATCH 3/5] ARM: dts: stm32: Add alternate pinmux for ethernet0 pins
` [PATCH 4/5] ARM: dts: stm32: Add alternate pinmux for mco2 pins
` [PATCH 5/5] ARM: dts: stm32: Switch DWMAC RMII clock to MCO2 on DHCOM

[PATCH net] tcp: Add a stub for sk_defer_free_flush()
 2022-01-20 12:39 UTC  (2+ messages)

[PATCH] net/enic: support GENEVE flow item
 2022-01-20 12:39 UTC  (2+ messages)

[LTP] [PATCH] configure: Fix summary for --disable-metadata
 2022-01-20 12:40 UTC 

[PATCH v3 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-20 12:36 UTC  (3+ messages)
` [PATCH v3 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2022-01-20 12:35 UTC  (10+ messages)
` [PATCH v8 0/3] branch: inherit tracking configs
  ` [PATCH v8 2/3] branch: add flags and config to inherit tracking
    ` incorrect 'git (checkout|branch) -h' output with new --track modes (was: [PATCH v8 2/3] branch: add flags and config to inherit tracking)
      ` [PATCH] branch,checkout: fix --track usage strings
          ` [PATCH] branch,checkout: fix --track documentation

Bpftool mirror now available
 2022-01-20 12:35 UTC  (3+ messages)

[PATCH v8 00/23] Support UXL filed in xstatus
 2022-01-20 12:20 UTC  (24+ messages)
` [PATCH v8 01/23] target/riscv: Adjust pmpcfg access with mxl
` [PATCH v8 02/23] target/riscv: Don't save pc when exception return
` [PATCH v8 03/23] target/riscv: Sign extend link reg for jal and jalr
` [PATCH v8 04/23] target/riscv: Sign extend pc for different XLEN
` [PATCH v8 05/23] target/riscv: Create xl field in env
` [PATCH v8 06/23] target/riscv: Ignore the pc bits above XLEN
` [PATCH v8 07/23] target/riscv: Extend pc for runtime pc write
` [PATCH v8 08/23] target/riscv: Use gdb xml according to max mxlen
` [PATCH v8 09/23] target/riscv: Relax debug check for pm write
` [PATCH v8 10/23] target/riscv: Adjust csr write mask with XLEN
` [PATCH v8 11/23] target/riscv: Create current pm fields in env
` [PATCH v8 12/23] target/riscv: Alloc tcg global for cur_pm[mask|base]
` [PATCH v8 13/23] target/riscv: Calculate address according to XLEN
` [PATCH v8 14/23] target/riscv: Split pm_enabled into mask and base
` [PATCH v8 15/23] target/riscv: Split out the vill from vtype
` [PATCH v8 16/23] target/riscv: Adjust vsetvl according to XLEN
` [PATCH v8 17/23] target/riscv: Remove VILL field in VTYPE
` [PATCH v8 18/23] target/riscv: Fix check range for first fault only
` [PATCH v8 19/23] target/riscv: Adjust vector address with mask
` [PATCH v8 20/23] target/riscv: Adjust scalar reg in vector with XLEN
` [PATCH v8 21/23] target/riscv: Set default XLEN for hypervisor
` [PATCH v8 22/23] target/riscv: Enable uxl field write
` [PATCH v8 23/23] target/riscv: Relax UXL field for debugging

stable/linux-5.16.y build: 178 builds: 5 failed, 173 passed, 12 errors, 4 warnings (v5.16.2)
 2022-01-20 12:33 UTC 

[PATCH] MAINTAINERS: Add Helge as fbdev maintainer
 2022-01-20 12:33 UTC  (11+ messages)

[PATCH v2] proc: "mount -o lookup=" support
 2022-01-20 12:32 UTC  (6+ messages)

[PATCH 0/4] Correct timing report
 2022-01-20 12:31 UTC  (4+ messages)
` [PATCH v2 3/4] media: aspeed: Correct values for detected timing

[Intel-gfx] [PATCH] drm/i915: split out i915_reg_read_ioctl() to i915_ioctl.[ch]
 2022-01-20 12:32 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Intel-gfx] [PATCH] drm/i915: Sanitycheck PCI BARs on probe
 2022-01-20 12:30 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH] Mdmonitor: Fix segfault and improve logging
 2022-01-20 12:32 UTC 

[PATCH 0/2] i2c-designware: Add support for AMD PSP semaphore
 2022-01-20 12:29 UTC  (7+ messages)
` [PATCH 2/2] i2c: designware: Add AMD PSP I2C bus support

[PATCH V3 10/17] riscv: compat: Add elf.h implementation
 2022-01-20  9:36 UTC  (2+ messages)

[PATCH] staging: r8188eu: handle rtw_init_netdev_name() failure appropriately
 2022-01-20 12:28 UTC  (3+ messages)

[RFC PATCH v3 0/9] FWU: Add support for FWU Multi Bank Update feature
 2022-01-20 12:28 UTC  (7+ messages)
` [RFC PATCH v3 1/9] FWU: Add FWU metadata structure and functions for accessing metadata
` [RFC PATCH v3 4/9] FWU: STM32MP1: Add support to read boot index from backup register
` [RFC PATCH v3 8/9] FWU: cmd: Add a command to read FWU metadata

[PATCH RFC] rds: ib: Reduce the contention caused by the asynchronous workers to flush the mr pool
 2022-01-20 12:27 UTC  (12+ messages)

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-20 12:18 UTC  (3+ messages)
` [PATCH v8 32/40] x86/compressed: use firmware-validated CPUID for SEV-SNP guests

[PATCH V3 13/17] riscv: compat: signal: Add rt_frame implementation
 2022-01-20  9:37 UTC  (2+ messages)

[PATCH 0/2] Improved support for AMD SEV firmware loading
 2022-01-20 10:15 UTC  (4+ messages)

LTP nfslock01 test failing on NFS v3 (lockd: cannot monitor 10.0.0.2)
 2022-01-20 12:24 UTC  (4+ messages)
    ` [LTP] "

[PATCH] vmap(): don't allow invalid pages
 2022-01-20 12:22 UTC  (7+ messages)

[RFC PATCH v1 00/10] KVM: s390: Do storage key checking
 2022-01-20 12:23 UTC  (4+ messages)
` [RFC PATCH v1 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access

rdma_rxe usage problem
 2022-01-20 12:23 UTC  (6+ messages)

[PATCH v5] powerpc/mce: Avoid using irq_work_queue() in realmode
 2022-01-20 12:19 UTC 

[PATCH 0/2] Add map_num_s
 2022-01-20 12:18 UTC  (3+ messages)
` [PATCH 1/2] Create, Build: use default_layout()
` [PATCH 2/2] mdadm: add map_num_s()

[syzbot] WARNING in dma_map_sgtable
 2022-01-20 12:18 UTC 

[PATCH] parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries
 2022-01-20 12:18 UTC 

[PATCH 1/2] loopdev: Properly translate errors from ul_path_read_*()
 2022-01-20 12:16 UTC  (2+ messages)
` [PATCH 2/2] loopdev: Do not treat errors when detecting overlap as fatal

[RFC PATCH v3 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-20 12:15 UTC  (4+ messages)
` [RFC PATCH v3 7/9] bpf: Add kprobe link for attaching raw kprobes

[v3 0/3] Add support for Maxim MAX735x/MAX736x variants
 2022-01-20 12:13 UTC  (4+ messages)
` [v3 1/3] dt-bindings: i2c: Add "
` [v3 2/3] i2c: muxes: pca954x: Add MAX735x/MAX736x support
` [v3 3/3] i2c: muxes: pca954x: Add regulator support

Racy loop device reuse logic
 2022-01-20 12:13 UTC  (5+ messages)

[PATCH v2 0/4] x86/spec-ctrl: Fix NMI race condition
 2022-01-20 12:11 UTC  (7+ messages)
` [PATCH v2 4/4] x86/spec-ctrl: Fix NMI race condition with VT-x MSR_SPEC_CTRL handling

[PATCH v2 0/3] Support for Apple SoCs' NCO blocks
 2022-01-20 12:11 UTC  (4+ messages)
` [PATCH v2 2/3] clk: clk-apple-nco: Add driver for Apple NCO

[PATCH v8 00/23] QEMU RISC-V AIA support
 2022-01-20 12:11 UTC  (7+ messages)
` [PATCH v8 18/23] hw/intc: Add RISC-V AIA APLIC device emulation

[PATCH v2] ksmbd: smbd: validate buffer descriptor structures
 2022-01-20 12:10 UTC 

[RFC PATCH v2 0/2] RDMA/rxe: Add RDMA Atomic Write operation
 2022-01-20 12:07 UTC  (8+ messages)
` [RFC PATCH v2 2/2] RDMA/rxe: Support "

[PATCH nf-next 0/4] netfilter: conntrack: remove extension register api
 2022-01-20 12:07 UTC  (5+ messages)
` [PATCH nf-next 1/4] netfilter: conntrack: make all extensions 8-byte alignned
` [PATCH nf-next 2/4] netfilter: conntrack: move extension sizes into core
` [PATCH nf-next 3/4] netfilter: conntrack: hande ->destroy hook via nat_ops instead
` [PATCH nf-next 4/4] netfilter: conntrack: remove extension register api

[RESEND] target/riscv: fix RV128 lq encoding
 2022-01-20 10:57 UTC  (3+ messages)

[PATCH v2 0/7] kvm: fix latent guest entry/exit bugs
 2022-01-20 12:03 UTC  (8+ messages)

[PATCH 0/3] tools/xenstore: simplify hashtable implementation
 2022-01-20 12:02 UTC  (4+ messages)
` [PATCH 1/3] tools/xenstore: merge hashtable_private.h into hashtable.c
` [PATCH 2/3] tools/xenstore: fix hashtable_expand() zeroing new area
` [PATCH 3/3] tools/xenstore: drop DEFINE_HASHTABLE_* macros and usage intro

Massive I/O usage from btrfs-cleaner after upgrading to 5.16
 2022-01-20 12:02 UTC  (9+ messages)

[PATCH v2 0/2] net: stmmac: dwmac-visconti: Fix bit definitions and clock configuration for RMII mode
 2022-01-20 12:00 UTC  (3+ messages)

[PATCH] KVM: x86/xcr0: Don't make XFEATURE_MASK_SSE a mandatory bit setting
 2022-01-20 12:01 UTC  (3+ messages)
  ` [DROP][PATCH] "

stable/linux-5.15.y build: 185 builds: 4 failed, 181 passed, 14 errors, 5 warnings (v5.15.16)
 2022-01-20 12:00 UTC 

[PATCH bpf-next 0/4] libbpf: streamline netlink-based XDP APIs
 2022-01-20 12:00 UTC  (3+ messages)
` [PATCH bpf-next 1/4] libbpf: streamline low-level "

[GIT PULL] Ceph updates for 5.17-rc1
 2022-01-20 11:59 UTC  (2+ messages)

[GIT PULL] VFIO updates for v5.17-rc1
 2022-01-20 11:59 UTC  (2+ messages)

[GIT PULL] pwm: Changes for v5.17-rc1
 2022-01-20 11:59 UTC  (2+ messages)

[GIT PULL] ksmbd fixes
 2022-01-20 11:59 UTC  (2+ messages)

[PATCH v3 0/3] Improve RISC-V spike machine bios support
 2022-01-20 11:56 UTC  (4+ messages)
` [PATCH v3 1/3] hw/riscv: spike: Allow using binary firmware as bios
` [PATCH v3 2/3] hw/riscv: Remove macros for ELF BIOS image names
` [PATCH v3 3/3] roms/opensbi: Remove ELF images

[PATCH V3] misc: pci_endpoint_test: simplify endpoint test read and write operations
 2022-01-20 11:57 UTC  (2+ messages)

[PATCH 0/2] virtio: Add vhost-user-gpio device's support
 2022-01-20 10:57 UTC  (5+ messages)

[Virtio-fs] [virtiofsd] Issue opened: Release v1.0.1
 2022-01-20 11:56 UTC 

[Intel-gfx] [PATCH RESEND 1/7] drm/i915/mst: fix intel_dp_mst_hpd_irq() indentation
 2022-01-20 11:56 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [RESEND,1/7] drm/i915/mst: fix intel_dp_mst_hpd_irq() indentation (rev2)

[PATCH] firmware: dmi-sysfs: Fix memory leak in dmi_system_event_log
 2022-01-20 11:55 UTC 

[PATCH v2 1/2] dt-bindings: usb: Add analogix anx7411 PD binding
 2022-01-20 11:55 UTC  (5+ messages)
` [PATCH v2 2/2] usb: typec: anx7411: Add Analogix PD ANX7411 support

[RESEND PATCH v3 0/4] arm: kirkwood: Add support for Pogoplug V4
 2022-01-20 11:55 UTC  (3+ messages)
` [RESEND PATCH v3 4/4] arm: kirkwood: Pogoplug V4 : Add board include header and defconfig files

[PATCH] mount: Fix race in loop device reuse code
 2022-01-20 11:47 UTC 

[PATCH v2 0/4] discsrete card 64K page support
 2022-01-20 11:53 UTC  (9+ messages)
` [PATCH v2 1/4] drm/i915: enforce min GTT alignment for discrete cards
  ` [Intel-gfx] "
` [PATCH v2 4/4] drm/i915/uapi: document behaviour for DG2 64K support
  ` [Intel-gfx] "

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-20 11:52 UTC  (5+ messages)
` [PATCH v5 17/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers

[PATCH] doc/dlb2: update dlb2 documentation
 2022-01-20 11:51 UTC  (4+ messages)
` [PATCH v2] "

[PATCH V2 1/7] drm/amd/pm: drop unneeded lock protection smu->mutex
 2022-01-20 11:51 UTC  (3+ messages)
` [PATCH V2 7/7] drm/amd/pm: drop unneeded hwmgr->smu_lock

[PATCH v2 00/12] tee: shared memory updates
 2022-01-20 11:51 UTC  (3+ messages)
` [PATCH v2 11/12] tee: replace tee_shm_register()

[PATCH v2 bpf-next 0/2] rely on ASSERT marcos in xdp_bpf2bpf.c/xdp_adjust_tail.c
 2022-01-20 11:50 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: selftests: get rid of CHECK macro in xdp_adjust_tail.c
` [PATCH v2 bpf-next 2/2] bpf: selftests: get rid of CHECK macro in xdp_bpf2bpf.c

stable/linux-5.10.y build: 185 builds: 3 failed, 182 passed, 4 errors, 10 warnings (v5.10.93)
 2022-01-20 11:50 UTC 

[ANNOUNCE] libtypec_0.1/lstypec_0.1 is released
 2022-01-20 11:50 UTC  (10+ messages)

[PATCH v2 07/12] virtio: queue_reset: pci: support VIRTIO_F_RING_RESET
 2022-01-20 11:46 UTC  (2+ messages)

[Ocfs2-devel] [PATCH RFC V1 1/1] ocfs2: fix a deadlock caused by commit 6f1b228529ae49b0
 2022-01-20 11:49 UTC  (2+ messages)

[Virtio-fs] [virtiofsd] MR opened: Replace crate seccomp-sys with libseccomp-sys
 2022-01-20 11:49 UTC 

[PATCH] selftests: kvm/x86: Check if cpuid_d_0_ebx follows XCR0 value change
 2022-01-20 11:48 UTC  (2+ messages)
` [PATCH v2] "

UDC driver implementation
 2022-01-20 11:48 UTC 

stable/linux-5.4.y build: 189 builds: 3 failed, 186 passed, 4 errors, 28 warnings (v5.4.173)
 2022-01-20 11:48 UTC 

お問い合せありがとうございます
 2022-01-20 11:45 UTC 

[PATCH v2 bpf-next 0/4] libbpf: deprecate legacy BPF map definitions
 2022-01-20 11:44 UTC  (3+ messages)
` [PATCH v2 bpf-next 3/4] "

[PATCH nf] netfilter: conntrack: don't increment invalid counter on NF_REPEAT
 2022-01-20 11:44 UTC  (2+ messages)

[PATCH v2 0/3] Improve RISC-V spike machine bios support
 2022-01-20 10:38 UTC  (4+ messages)
` [PATCH v2 3/3] roms/opensbi: Remove ELF images

[RFC PATCH v3 0/3] physmem: Have flaview API check bus permission from MemTxAttrs argument
 2022-01-20 10:53 UTC  (4+ messages)
` [RFC PATCH v3 1/3] hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR

[RFC bpf-next 0/3] libbpf: name-based u[ret]probe attach
 2022-01-20 11:42 UTC  (2+ messages)
` [RFC bpf-next 3/3] selftests/bpf: add tests for u[ret]probe attach by name


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.