All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-05 15:28:23 to 2021-05-05 16:12:08 UTC [more...]

[PATCH v6 00/17] support subsets of bitmanip extension
 2021-05-05 16:06 UTC  (19+ messages)
` [PATCH v6 01/17] target/riscv: reformat @sh format encoding for B-extension
` [PATCH v6 02/17] target/riscv: rvb: count leading/trailing zeros
` [PATCH v6 03/17] target/riscv: rvb: count bits set
` [PATCH v6 04/17] target/riscv: rvb: logic-with-negate
` [PATCH v6 05/17] target/riscv: rvb: pack two words into one register
` [PATCH v6 06/17] target/riscv: rvb: min/max instructions
` [PATCH v6 07/17] target/riscv: rvb: sign-extend instructions
` [PATCH v6 08/17] target/riscv: add gen_shifti() and gen_shiftiw() helper functions
` [PATCH v6 09/17] target/riscv: rvb: single-bit instructions
` [PATCH v6 10/17] target/riscv: rvb: shift ones
` [PATCH v6 11/17] target/riscv: rvb: rotate (left/right)
` [PATCH v6 12/17] target/riscv: rvb: generalized reverse
` [PATCH v6 13/17] target/riscv: rvb: generalized or-combine
` [PATCH v6 14/17] target/riscv: rvb: address calculation
` [PATCH v6 15/17] target/riscv: rvb: add/shift with prefix zero-extend
` [PATCH v6 16/17] target/riscv: rvb: support and turn on B-extension from command line
` [PATCH v6 17/17] target/riscv: rvb: add b-ext version cpu option

[PATCH 0/3] TDP MMU: several minor fixes or improvements
 2021-05-05 16:11 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
` [PATCH 2/3] KVM: x86/mmu: Fix pf_fixed count "

[PATCH v9 00/96] Memory folios
 2021-05-05 15:05 UTC  (36+ messages)
` [PATCH v9 18/96] mm: Handle per-folio private data
` [PATCH v9 19/96] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v9 20/96] mm/filemap: Add folio_next_index
` [PATCH v9 21/96] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v9 22/96] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v9 23/96] mm: Add folio_mapcount
` [PATCH v9 24/96] mm/memcg: Add folio wrappers for various functions
` [PATCH v9 25/96] mm/filemap: Add folio_unlock
` [PATCH v9 26/96] mm/filemap: Add folio_lock
` [PATCH v9 27/96] mm/filemap: Add folio_lock_killable
` [PATCH v9 28/96] mm/filemap: Add __folio_lock_async
` [PATCH v9 29/96] mm/filemap: Add __folio_lock_or_retry
` [PATCH v9 30/96] mm/filemap: Add folio_wait_locked
` [PATCH v9 31/96] mm/swap: Add folio_rotate_reclaimable
` [PATCH v9 32/96] mm/filemap: Add folio_end_writeback
` [PATCH v9 33/96] mm/writeback: Add folio_wait_writeback
` [PATCH v9 34/96] mm/writeback: Add folio_wait_stable
` [PATCH v9 35/96] mm/filemap: Add folio_wait_bit
` [PATCH v9 36/96] mm/filemap: Add folio_wake_bit
` [PATCH v9 37/96] mm/filemap: Convert page wait queues to be folios
` [PATCH v9 38/96] mm/filemap: Add folio private_2 functions
` [PATCH v9 39/96] fs/netfs: Add folio fscache functions
` [PATCH v9 40/96] mm: Add folio_mapped
` [PATCH v9 41/96] mm/workingset: Convert workingset_activation to take a folio
` [PATCH v9 42/96] mm/swap: Add folio_activate
` [PATCH v9 43/96] mm/swap: Add folio_mark_accessed
` [PATCH v9 44/96] mm/rmap: Add folio_mkclean
` [PATCH v9 45/96] mm: Add kmap_local_folio
` [PATCH v9 46/96] mm: Add flush_dcache_folio
` [PATCH v9 47/96] mm: Add arch_make_folio_accessible
` [PATCH v9 48/96] mm/memcg: Remove 'page' parameter to mem_cgroup_charge_statistics
` [PATCH v9 49/96] mm/memcg: Use the node id in mem_cgroup_update_tree
` [PATCH v9 50/96] mm/memcg: Convert commit_charge to take a folio
` [PATCH v9 51/96] mm/memcg: Add folio_charge_cgroup
` [PATCH v9 52/96] mm/memcg: Add folio_uncharge_cgroup

[PATCH v5 0/4] target/ppc: Untangle CPU init from translation
 2021-05-05 15:53 UTC  (4+ messages)
` [PATCH v5 1/4] target/ppc: renamed SPR registration functions
` [PATCH v5 2/4] target/ppc: move SPR R/W callbacks to translate.c
` [PATCH v5 3/4] target/ppc: turned SPR R/W callbacks not static

[PATCH 1/3] station: add Roam() diagnostics method
 2021-05-05 16:11 UTC  (6+ messages)
` [PATCH 2/3] iwd-dbus: deny Roam() method for shipped dbus config
` [PATCH 3/3] test: add test utility for Roam() method

[PATCH] staging: android: make file_operations struct const
 2021-05-05 16:10 UTC 

[PATCH v4 0/3] xen/pci: Make PCI passthrough code non-x86 specific
 2021-05-05 16:09 UTC  (4+ messages)
` [PATCH v4 3/3] xen/pci: Refactor MSI code that implements MSI functionality within XEN

[PATCH v3 0/2] mm: memcg/slab: Fix objcg pointer array handling problem
 2021-05-05 16:09 UTC  (11+ messages)
` [PATCH v3 1/2] mm: memcg/slab: Properly set up gfp flags for objcg pointer array
` [PATCH v3 2/2] mm: memcg/slab: Create a new set of kmalloc-cg-<n> caches

[dpdk-dev] [PATCH v9 00/10] app/testpmd: enable testpmd on Windows
 2021-05-05 16:09 UTC  (7+ messages)
` [dpdk-dev] [PATCH v10 "
  ` [dpdk-dev] [PATCH v10 07/10] app/testpmd: replace POSIX specific code

[PATCH] net/ipv4/ip_fragment:fix missing Flags reserved bit set in iphdr
 2021-05-05 16:07 UTC 

[PATCH v1] Bluetooth: Add a new MGMT error code for 0x3E HCI error
 2021-05-05 16:07 UTC  (2+ messages)

[PATCH mvebu + mvebu/dt64 1/4] firmware: turris-mox-rwtm: fix reply status decoding function
 2021-05-05 16:04 UTC  (5+ messages)
` [PATCH v2 mvebu + mvebu/dt64 1/6] "

Very slow clang kernel config 
 2021-05-05 16:06 UTC  (16+ messages)

[Bluez PATCH v1] doc/mgmt-api - Add a new error code for HCI status 0x3e
 2021-05-05 16:06 UTC  (2+ messages)

[Bug 212337] New: scsi_debug: race at module load and module unload
 2021-05-05 16:06 UTC  (4+ messages)
` [Bug 212337] "

stable-rc/queue/4.19 build: 193 builds: 34 failed, 159 passed, 63 warnings (v4.19.189-15-g26cbee976edc5)
 2021-05-05 16:06 UTC 

[PATCH] kernel: automatically split user namespace extent
 2021-05-05 16:06 UTC  (7+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks
 2021-05-05 16:02 UTC  (6+ messages)

link to gnome developer example for autotools?
 2021-05-05 16:03 UTC  (2+ messages)
` [docs] "

[PATCH] Add support for PCIe SSD status LED management
 2021-05-05 16:01 UTC  (2+ messages)

[dpdk-dev] [PATCH] examples/rxtx_callbacks: fix port ID format specifier
 2021-05-05 16:00 UTC  (4+ messages)

[PATCH v4 0/6] Allow changing bs->file on reopen
 2021-05-05 15:57 UTC  (3+ messages)
` [PATCH v4 3/6] iotests: Test replacing files with x-blockdev-reopen

[dpdk-dev] [PATCH] doc: support IPsec Multi-buffer lib v1.0
 2021-05-05 15:58 UTC 

[PATCH v7 0/6] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-05-05 15:58 UTC  (14+ messages)
` [PATCH v7 1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments
` [PATCH v7 2/6] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
` [PATCH v7 3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v7 4/6] KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
` [PATCH v7 5/6] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
` [PATCH v7 6/6] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

Weekly meeting - 6 May 2021 15:00 UTC (8am PDT, 5pm CEST, 11pm CST)
 2021-05-05 15:58 UTC 

[dpdk-dev] Questions about API with no parameter check
 2021-05-05 15:58 UTC  (11+ messages)

[Buildroot] [PATCH 1/2] package/kodi-pvr-iptvsimple: bump version to 7.6.2-Matrix
 2021-05-05 15:58 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/kodi-inputstream-ffmpegdirect: bump version to 1.21.2-Matrix

drivers/gpu/drm/amd/amdgpu/aldebaran.c:317:1: warning: stack frame size of 2624 bytes in function 'aldebaran_mode2_restore_hwcontext'
 2021-05-05 15:56 UTC  (2+ messages)

[PATCH v3] powerpc/64: Option to use ELFv2 ABI for big-endian kernels
 2021-05-05 15:55 UTC  (3+ messages)

[PATCH v8] introduce vfio-user protocol specification
 2021-05-05 15:51 UTC  (4+ messages)

[PATCH 1/3] fs/buffer.c: add new api to allow eof writeback
 2021-05-05 15:54 UTC  (13+ messages)
` [Cluster-devel] "
                    ` [Ocfs2-devel] "

[PULL 0/6] Usb 20210505 patches
 2021-05-05 15:50 UTC  (4+ messages)
` [PULL 4/6] usb/redir: avoid dynamic stack allocation (CVE-2021-3527)

[PATCH v2] media: em28xx: Fix possible memory leak of em28xx struct
 2021-05-05 15:54 UTC  (2+ messages)

[LTP] [PATCH v3 1/6] Add SAFE_REALLOC() helper function to LTP library
 2021-05-05 15:54 UTC  (4+ messages)
` [LTP] [PATCH v3 6/6] Add test for CVE 2020-25705

[Qemu-devel] [Bug 1832422] [NEW] SSE CMP ops with 8bit immediate throw sigill with oversized byte
 2021-05-05 15:33 UTC  (2+ messages)
` [Bug 1832422] "

[PATCH] mailinfo: strip CR from base64/quoted-printable email
 2021-05-05 15:53 UTC  (5+ messages)
` [PATCH v2 0/5] Teach am/mailinfo to process quoted CR
  ` [PATCH v2 3/5] mailinfo: skip quoted CR on user's wish

[Buildroot] [PATCHv2 1/1] package/rustc: add musl as an available Rust libc
 2021-05-05 15:53 UTC 

`quirk_usb_handoff_xhci` takes 60 ms with ASM1042
 2021-05-05 15:53 UTC  (3+ messages)

[PATCH] tests/qtest/npcm7xx_pwm-test.c: Avoid g_assert_true() for non-test assertions
 2021-05-05 15:46 UTC  (3+ messages)

[PATCH 00/15] KVM: x86: RDPID/RDTSCP fixes and uret MSR cleanups
 2021-05-05 15:50 UTC  (5+ messages)
` [PATCH 11/15] KVM: VMX: Disable loading of TSX_CTRL MSR the more conventional way

[PATCH] block/rbd: Add support for rbd image encryption
 2021-05-05 15:36 UTC  (4+ messages)

[PATCH] kvm: x86: move srcu lock out of kvm_vcpu_check_block
 2021-05-05 15:46 UTC  (4+ messages)

Enabling sample_c optimization for Broadwell GPUs
 2021-05-05 15:35 UTC  (3+ messages)
  ` [Intel-gfx] "

current maximum stripe unit size?
 2021-05-05 15:46 UTC  (3+ messages)

[linux-stable-rc:linux-5.10.y 2728/4144] ld.lld: error: debug_core.c:(.text+0x3A7C): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax
 2021-05-05 15:45 UTC 

[PATCH v4 0/4] x86/uaccess: Use pointer masking to limit uaccess speculation
 2021-05-05 15:45 UTC  (5+ messages)
` [PATCH v4 3/4] "

stable-rc/queue/4.14 build: 193 builds: 38 failed, 155 passed, 63 warnings (v4.14.232-16-gdb80cec6360ca)
 2021-05-05 15:45 UTC 

[PATCH] KVM/VMX: Invoke NMI non-IST entry instead of IST entry
 2021-05-05 15:44 UTC  (7+ messages)

[Bug 1859106] [NEW] 4.2 regression: ReactOS crashes on boot
 2021-05-05 15:27 UTC  (2+ messages)
` [Bug 1859106] "

[PATCH 0/3] KVM: selftests: evmcs_test: Check issues induced by late eVMCS mapping upon restore
 2021-05-05 15:44 UTC  (2+ messages)

[PATCH 1/2] meson: fix meson 0.58 warning with libvhost-user subproject
 2021-05-05 15:38 UTC  (3+ messages)
` [PATCH 2/2] libvhost-user: fix -Werror=format= warnings with __u64 fields

[Bug 1861884] [NEW] qemu socket multicast not working
 2021-05-05 15:21 UTC  (2+ messages)
` [Bug 1861884] "

[Bug 1860553] [NEW] cmake crashes on qemu-alpha-user with Illegal Instruction
 2021-05-05 15:26 UTC  (2+ messages)
` [Bug 1860553] "

[dpdk-dev] [PATCH] app/testpmd: support meter color action in policy
 2021-05-05 15:42 UTC  (4+ messages)

[Bug 1861653] [NEW] CPU of qemu-system-aarch64 always stuck
 2021-05-05 15:23 UTC  (2+ messages)
` [Bug 1861653] "

[chrome-os:chromeos-5.10 4/40] drivers/soc/mediatek/mtk-svs.c:1663:7-32: ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT
 2021-05-05 15:40 UTC  (2+ messages)
` [PATCH] FROMLIST: soc: mediatek: SVS: fix irqf_oneshot.cocci warnings

xhci_pci & PCIe hotplug crash
 2021-05-05 15:39 UTC  (7+ messages)

[PATCH 01/61] boost: correct upstream version check
 2021-05-05 15:39 UTC  (3+ messages)
` [PATCH 57/61] python3: add markdown/smartypants/typogrify modules
  ` [OE-core] "

[Intel-gfx] [PATCH i-g-t v2] lib/i915/perf: Fix non-card0 processing
 2021-05-05 15:39 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/i915/perf: Fix non-card0 processing (rev2)

[Bug 1861875] [NEW] VDE networking barely working
 2021-05-05 15:21 UTC  (2+ messages)
` [Bug 1861875] "

[PATCH] ref-manual: delete extraneous back quote
 2021-05-05 15:39 UTC  (2+ messages)
` [docs] "

[Bug 1861458] [NEW] Clock drift issue with -soundhw hda
 2021-05-05 15:24 UTC  (2+ messages)
` [Bug 1861458] "

[PATCH v1] softmmu/vl: make default prealloc-threads work w/o -mem-prealloc
 2021-05-05 15:31 UTC  (2+ messages)

[LTP] [PATCH 1/2] syscalls/inotify06: Terminate child process on test error
 2021-05-05 15:38 UTC  (2+ messages)
` [LTP] [PATCH 2/2] syscalls/inotify06: Raise inotify instance limit in /proc

[PATCH v7 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-05-05 15:29 UTC  (3+ messages)

[Bug 1863096] [NEW] vhost-user multi-queues interrupt failed when Qemu reconnection happens
 2021-05-05 15:15 UTC  (2+ messages)
` [Bug 1863096] "

[PATCH] ipc/mqueue: Avoid relying on a stack reference past its expiry
 2021-05-05 15:36 UTC  (5+ messages)

[PATCH net 0/4] udp: more FRAGLIST fixes
 2021-05-05 15:35 UTC  (5+ messages)
` [PATCH net 1/4] net: fix double-free on fraglist GSO skbs
` [PATCH net 2/4] udp: fix out-of-bound at segmentation time
` [PATCH net 3/4] udp: fix outer header csum for SKB_GSO_FRAGLIST over UDP tunnel
` [PATCH net 4/4] selftests: more UDP GRO tests

stable-rc/linux-5.4.y build: 188 builds: 37 failed, 151 passed, 91 warnings (v5.4.116-22-g73e74400c797)
 2021-05-05 15:36 UTC 

[PATCH v4 2/2] PCI: Enable NO_BUS_RESET quirk for Nvidia GPUs
 2021-05-05 15:35 UTC  (4+ messages)

[PATCH] sched: Work around undefined behavior in sched class checking
 2021-05-05 15:34 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 29955e0289b3255c5f609a7564a0f0bb4ae35c7a
 2021-05-05 15:35 UTC 

[dpdk-dev] [PATCH] telemetry: fix accessing callbacks list using lock
 2021-05-05 15:35 UTC  (2+ messages)

[PATCH v10 0/9] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-05-05 15:33 UTC  (7+ messages)
` [PATCH v10 6/9] media: uapi: Add a control for HANTRO driver

Array extremely unbalanced after convert to Raid5
 2021-05-05 15:35 UTC  (3+ messages)

[Bug 1862619] [NEW] "-serial telnet::xxxx, server" causes "Device 'serial0' is in use"
 2021-05-05 15:19 UTC  (2+ messages)
` [Bug 1862619] "

[dpdk-dev] [PATCH] lib: restore developer mode checks
 2021-05-05 15:34 UTC  (2+ messages)

[Bug 1862415] [NEW] -nic user cannot receive TFTP response from outside on windows 10 host
 2021-05-05 15:20 UTC  (2+ messages)
` [Bug 1862415] "

[Bug 1863200] [NEW] Reconnect failed with loopback virtio1.1 server mode test
 2021-05-05 15:15 UTC  (2+ messages)
` [Bug 1863200] "

Setting volume of headphones seems to apply to Speakers as well
 2021-05-05 15:31 UTC 

Setting volume of headphones seems to apply to Speakers as well
 2021-05-05 15:30 UTC 

[PATCH v5 00/10] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-05-05 15:28 UTC  (6+ messages)
` [PATCH v5 02/10] accel: Introduce 'query-accels' QMP command

[PATCH 0/4] coresight: Add ETR-PERF polling
 2021-05-05 15:29 UTC  (8+ messages)

[PATCH v6 0/6] firmware: Add initial support for Arm FF-A
 2021-05-05 15:28 UTC  (4+ messages)
` [PATCH v6 1/6] arm64: smccc: Add support for SMCCCv1.2 extended input/output registers

[PATCH] [GSOC] ref-filter: solve bugs caused by enumeration
 2021-05-05 15:31 UTC 

[Bug 1863023] [NEW] Deadlock in QXL
 2021-05-05 15:16 UTC  (2+ messages)
` [Bug 1863023] "

[dpdk-dev] [PATCH] examples: allow pkg-config to override
 2021-05-05 15:30 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] examples: fix pkg-config override sequence

Undefined MC-centric behaviour
 2021-05-05 15:30 UTC  (2+ messages)

[PATCH] ref-manual: delete references to dead LSB compliance
 2021-05-05 15:29 UTC  (2+ messages)
` [docs] "

stable-rc/linux-4.9.y build: 187 builds: 36 failed, 151 passed, 4 warnings (v4.9.268-7-ga894a28c73610)
 2021-05-05 15:29 UTC 

[Bug 1862887] [NEW] qemu does not load pulseaudio modules properly
 2021-05-05 15:17 UTC  (2+ messages)
` [Bug 1862887] "


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.