All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-18 07:27:26 to 2021-11-18 08:26:59 UTC [more...]

[PATCH 00/15] Currently disabling dirty logging with the TDP MMU is extremely slow. On a 96 vCPU / 96G VM it takes ~45 seconds to disable dirty logging with the TDP MMU, as opposed to ~3.5 seconds with the legacy MMU. This series optimizes TLB flushes and introduces in-place large page promotion, to bring the disable dirty log time down to ~2 seconds
 2021-11-18  8:26 UTC  (7+ messages)
` [PATCH 01/15] KVM: x86/mmu: Remove redundant flushes when disabling dirty logging
` [PATCH 05/15] KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active
` [PATCH 06/15] KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages

[PATCH 5.15 000/920] 5.15.3-rc4 review
 2021-11-18  8:25 UTC 

[PATCH] fs: dlm: Protect IPV6 field access by CONFIG_IPV6
 2021-11-18  8:23 UTC  (2+ messages)
` [Cluster-devel] "

[meta-oe][PATCH] paho-mqtt-cpp: new package
 2021-11-18  8:25 UTC 

New kernel patches review management
 2021-11-18  8:23 UTC 

[PATCH 1/1] configs: enable CMD_TPM on QEMU ARM
 2021-11-18  8:22 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add support for TP-Link UB500 Adapter
 2021-11-18  8:23 UTC  (8+ messages)

[PATCH v2 0/3] Fix stack usage on parisc & improve code size bloat
 2021-11-18  8:22 UTC  (9+ messages)
` [PATCH v2 1/3] lib: zstd: Fix unused variable warning
` [PATCH v2 2/3] lib: zstd: Don't inline functions in zstd_opt.c
` [PATCH v2 3/3] lib: zstd: Don't add -O3 to cflags

[PATCH 0/2] This is a patch series of ethernet driver for Sunplus SP7021 SoC
 2021-11-18  8:22 UTC  (11+ messages)
` [PATCH v2 0/2] This is a patch series for pinctrl "
  ` [PATCH v2 2/2] net: ethernet: Add driver for Sunplus SP7021

[PATCH v2] driver: crypto: caam: replace this_cpu_ptr with raw_cpu_ptr
 2021-11-18  8:21 UTC  (2+ messages)

[PATCH 1/9] arm: mvebu: theadorable_debug_defconfig: Enable DM_I2C
 2021-11-18  8:19 UTC  (9+ messages)
` [PATCH 2/9] arm: mvebu: db-mv784mp-gp_defconfig: "
` [PATCH 3/9] arm: mvebu: ds414_defconfig: "
` [PATCH 4/9] arm: mvebu: maxbcm_defconfig: "
` [PATCH 5/9] arm: mvebu: theadorable: Switch to using DM I2C API
` [PATCH 6/9] arm: mvebu: axp/high_speed_env_lib: Switch to DM_I2C API
` [PATCH 7/9] arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() function
` [PATCH 8/9] arm: mvebu: axp: ddr: Switch to using DM I2C API
` [PATCH 9/9] arm: mvebu: armada-xp-theadorable.dts: Add I2C DT nodes

[PATCH 5.4] ext4: fix lazy initialization next schedule time computation in more granular unit
 2021-11-18  8:20 UTC  (4+ messages)

[PATCH v2 0/2] arm64: DC {ZVA,GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1
 2021-11-18  8:18 UTC  (4+ messages)
` [PATCH v2 1/2] arm64: clear_page() shouldn't use DC ZVA "

[PATCH 5.15 000/923] 5.15.3-rc3 review
 2021-11-18  8:18 UTC  (12+ messages)

[RFC PATCH] arch: arm64: try to use PTE_CONT when change page attr
 2021-11-18  8:18 UTC 

[PATCH] i2c: mvtwsi: Swab the register address if its size is > 1
 2021-11-18  8:18 UTC 

[PATCH] refcount: introduce refcount_is_one() helper function
 2021-11-18  8:12 UTC  (3+ messages)

[PATCH V2] netlabel: Update man page to clarify SELinux labeling
 2021-11-18  8:15 UTC  (2+ messages)

[PATCH v2 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-18  8:10 UTC  (24+ messages)
` [PATCH v2 01/23] kcsan: Refactor reading of instrumented memory
` [PATCH v2 02/23] kcsan: Remove redundant zero-initialization of globals
` [PATCH v2 03/23] kcsan: Avoid checking scoped accesses from nested contexts
` [PATCH v2 04/23] kcsan: Add core support for a subset of weak memory modeling
` [PATCH v2 05/23] kcsan: Add core memory barrier instrumentation functions
` [PATCH v2 06/23] kcsan, kbuild: Add option for barrier instrumentation only
` [PATCH v2 07/23] kcsan: Call scoped accesses reordered in reports
` [PATCH v2 08/23] kcsan: Show location access was reordered to
` [PATCH v2 09/23] kcsan: Document modeling of weak memory
` [PATCH v2 10/23] kcsan: test: Match reordered or normal accesses
` [PATCH v2 11/23] kcsan: test: Add test cases for memory barrier instrumentation
` [PATCH v2 12/23] kcsan: Ignore GCC 11+ warnings about TSan runtime support
` [PATCH v2 13/23] kcsan: selftest: Add test case to check memory barrier instrumentation
` [PATCH v2 14/23] locking/barriers, kcsan: Add instrumentation for barriers
` [PATCH v2 15/23] locking/barriers, kcsan: Support generic instrumentation
` [PATCH v2 16/23] locking/atomics, kcsan: Add instrumentation for barriers
` [PATCH v2 17/23] asm-generic/bitops, "
` [PATCH v2 18/23] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers
` [PATCH v2 19/23] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()
` [PATCH v2 20/23] mm, kcsan: Enable barrier instrumentation
` [PATCH v2 21/23] sched, kcsan: Enable memory "
` [PATCH v2 22/23] objtool, kcsan: Add memory barrier instrumentation to whitelist
` [PATCH v2 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr

New kernel patches review management
 2021-11-18  8:15 UTC  (3+ messages)
` [cip-dev] "

[meta-java][PATCH] cacao: Set git branch
 2021-11-18  8:15 UTC 

[PATCH] xen-pciback: allow compiling on other archs than x86
 2021-11-18  8:13 UTC  (4+ messages)

[PATCH v3 0/4] Add SP800-108 KDF implementation to crypto API
 2021-11-18  8:07 UTC  (4+ messages)
` [PATCH v3 2/4] crypto: add SP800-108 counter key derivation function

[PATCH] efi_loader: startup the tpm device when installing the protocol
 2021-11-18  8:13 UTC 

[PATCH 01/16] tty: unexport tty_ldisc_release
 2021-11-18  8:10 UTC  (7+ messages)
` [PATCH 08/16] tty: drivers/tty/serial/, stop using tty_flip_buffer_push
  ` [PATCH 16/16] tty: drop tty_flip_buffer_push

[PATCH v2 00/13] Eliminate drive_get_next()
 2021-11-18  8:07 UTC  (3+ messages)
` [PATCH v2 13/13] blockdev: Drop unused drive_get_next()

[PATCH v11 0/3] Add APNE PCMCIA 100 Mbit support
 2021-11-18  8:09 UTC  (11+ messages)
` [PATCH v11 1/3] m68k: amiga/pcmcia - add 16 bit detection interface to amipcmcia.h
` [PATCH net v11 3/3] net/8390: apne.c - add 100 Mbit support to apne.c driver

BUG with 5.14.19
 2021-11-18  8:09 UTC 

PCI pass-through vs PoD
 2021-11-18  8:08 UTC  (8+ messages)

[PATCH] clk: imx: Use div64_ul instead of do_div
 2021-11-18  8:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v10 0/5] Add Xilinx AMS Driver
 2021-11-18  8:07 UTC  (4+ messages)
` [PATCH v10 3/5] iio: adc: Add Xilinx AMS driver

[PATCH] sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()
 2021-11-18  8:07 UTC  (4+ messages)

[PATCH 6/7] perf: x86/core: Add interface to query perfmon_event_map[] directly
 2021-11-18  8:06 UTC  (4+ messages)

[PATCH v3] perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
 2021-11-18 16:02 UTC 

[syzbot] UBSAN: array-index-out-of-bounds in llc_conn_state_process
 2021-11-18  8:04 UTC 

[GIT PULL] sound updates for 5.16-rc1
 2021-11-18  8:01 UTC  (6+ messages)

[PATCH] drm/amdgpu: reset asic after system-wide suspend aborted
 2021-11-18  8:00 UTC  (2+ messages)

[PATCH 0/4] Introduce pmu-events support for HiFive Unmatched
 2021-11-18  8:00 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-11-18  7:59 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-11-17
 2021-11-18  7:59 UTC 

[PATCHSET 0/4] Add support for list issue
 2021-11-18  7:59 UTC  (6+ messages)
` [PATCH 2/4] nvme: split command copy into a helper
` [PATCH 3/4] nvme: separate command prep and issue

[PATCH] perf hist: Fix memory leak of a perf_hpp_fmt
 2021-11-18  7:58 UTC  (2+ messages)

[RFC] media: Auto exposure/gain support for atomisp / libcamera integration ?
 2021-11-18  7:58 UTC  (5+ messages)
  ` [libcamera-devel] "

[PATCH 0/3] virtio-net: Only enable userland vq if using tap backend
 2021-11-18  7:56 UTC  (4+ messages)
` [PATCH 2/3] "

[PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2
 2021-11-18  7:58 UTC  (6+ messages)

[PATCH] crypto: caam: fix descriptor error when create ext4 fs on the device-mapper device
 2021-11-18  7:57 UTC  (2+ messages)

[qemu-web PATCH] update links to the SubmitAPatch wiki page
 2021-11-18  7:54 UTC  (2+ messages)

[PATCH bpf-next 2/7] set_memory: introduce set_memory_[ro|x]_noalias
 2021-11-18  7:54 UTC  (5+ messages)

[Intel-gfx] [PULL] drm-misc-fixes
 2021-11-18  7:54 UTC  (2+ messages)
`  "

[PATCH v2] RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module
 2021-11-18  7:53 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS value
 2021-11-18  7:53 UTC  (3+ messages)

board_init.c file not compiled
 2021-11-18  7:53 UTC 

[qemu-web PATCH] remove deployment phase from CI
 2021-11-18  7:51 UTC  (2+ messages)

[PATCH net-next 0/6] Devlink cleanups
 2021-11-18  7:50 UTC  (9+ messages)
` [PATCH net-next 4/6] devlink: Clean registration of devlink port
      ` [Intel-wired-lan] "
` [PATCH net-next 5/6] devlink: Reshuffle resource registration logic
      ` [Intel-wired-lan] "

[PATCH 5.10 000/577] 5.10.80-rc3 review
 2021-11-18  7:49 UTC  (3+ messages)

[PATCH v4 00/11] PCI devices passthrough on Arm, part 3
 2021-11-18  7:49 UTC  (4+ messages)
` [PATCH v4 02/11] vpci: cancel pending map/unmap on vpci removal

[PATCH 5.10 000/569] 5.10.80-rc4 review
 2021-11-18  7:49 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 310eeb695db6630697feeb3476ed08bc9231d404
 2021-11-18  7:48 UTC  (2+ messages)
` [Devel] "

[PATCH v2] pci: Work around PCIe link training failures
 2021-11-18  7:46 UTC  (4+ messages)

[PATCH v3 0/4] x86/kvm: add boot parameters for max vcpu configs
 2021-11-18  7:45 UTC  (10+ messages)
` [PATCH v3 1/4] x86/kvm: add boot parameter for adding vcpu-id bits
` [PATCH v3 3/4] x86/kvm: add max number of vcpus for hyperv emulation

[PATCH v5 00/10] add aspeed-jpeg support for aspeed-video
 2021-11-18  7:40 UTC  (20+ messages)
` [PATCH v5 01/10] media: aspeed: move err-handling together to the bottom
` [PATCH v5 02/10] media: aspeed: use v4l2_info/v4l2_warn/v4l2_dbg for log
` [PATCH v5 03/10] media: aspeed: add more debug log messages
` [PATCH v5 04/10] media: aspeed: refactor to gather format/compress settings
` [PATCH v5 05/10] media: v4l: Add definition for the Aspeed JPEG format
` [PATCH v5 06/10] media: v4l2-ctrls: Reserve controls for ASPEED
` [PATCH v5 07/10] media: aspeed: Use runtime configuration
` [PATCH v5 08/10] media: aspeed: Support aspeed mode to reduce compressed data
` [PATCH v5 09/10] media: aspeed: add comments and macro

[PATCH] nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION
 2021-11-18  7:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] clk: tegra: Use div64_ul instead of do_div
 2021-11-18  7:41 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 1/1] drm/amdgpu: Fix MMIO HDP flush on SRIOV
 2021-11-18  7:38 UTC  (7+ messages)

[PATCH] perf report: Fix memory leaks around perf_tip
 2021-11-18  7:38 UTC 

[PATCH] nfc: st-nci: Fix potential buffer overflows in EVT_TRANSACTION
 2021-11-18  7:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6] Add payload to be 32-bit aligned to fix dropped packets
 2021-11-18  7:37 UTC  (3+ messages)

[PATCH v6 0/7] PCI devices passthrough on Arm, part 2
 2021-11-18  7:34 UTC  (7+ messages)
` [PATCH v6 3/7] xen/arm: setup MMIO range trap handlers for hardware domain
` [PATCH v6 7/7] xen/arm: do not use void pointer in pci_host_common_probe

[xfs] 640f6e7ab3: dmesg.WARNING:at_fs/xfs/xfs_log_cil.c:#xlog_cil_insert_items[xfs]
 2021-11-18  7:33 UTC 

[PATCH 00/19] mxser: another round of cleanups and fixes
 2021-11-18  7:31 UTC  (20+ messages)
` [PATCH 01/19] mxser: remove wait for sent from mxser_close_port
` [PATCH 02/19] mxser: rename mxser_close_port() to mxser_stop_rx()
` [PATCH 03/19] mxser: keep only !tty test in ISR
` [PATCH 04/19] mxser: move MSR read to mxser_check_modem_status()
` [PATCH 05/19] mxser: clean up tx handling in mxser_transmit_chars()
` [PATCH 06/19] mxser: remove pointless xmit_buf checks
` [PATCH 07/19] mxser: remove tty->driver_data NULL check
` [PATCH 08/19] mxser: call stop_rx from mxser_shutdown_port()
` [PATCH 09/19] mxser: don't flush buffer from mxser_close() directly
` [PATCH 10/19] mxser: use tty_port_close() in mxser_close()
` [PATCH 11/19] mxser: extract TX empty check from mxser_wait_until_sent()
` [PATCH 12/19] mxser: use msleep_interruptible() in mxser_wait_until_sent()
` [PATCH 13/19] mxser: clean up timeout handling "
` [PATCH 14/19] mxser: don't throttle manually
` [PATCH 15/19] mxser: remove tty parameter from mxser_receive_chars_new()
` [PATCH 16/19] mxser: increase buf_overrun if tty_insert_flip_char() fails
` [PATCH 17/19] mxser: add MOXA prefix to some PCI device IDs
` [PATCH 18/19] mxser: move ids from pci_ids.h here
` [PATCH 19/19] mxser: use PCI_DEVICE_DATA

[cip-dev] CIP IRC weekly meeting today on libera.chat
 2021-11-18  7:31 UTC 

[PATCH] drivers/crypto: no support for SA lifetime
 2021-11-18  7:30 UTC 

[linux-lvm] Replace Drive in RAID6
 2021-11-16 17:46 UTC  (6+ messages)

[PATCH 1/3] HID: apple: Do not reset quirks when the Fn key is not found
 2021-11-18  7:29 UTC  (3+ messages)
` [PATCH 2/3] HID: apple: Use BIT to define quirks
` [PATCH 3/3] HID: apple: Report Magic Keyboard battery over USB

[PATCH] grep: avoid setting UTF mode when not needed
 2021-11-18  7:29 UTC  (3+ messages)
` [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE

[PATCH v1 00/12] drm/rockchip: RK356x VOP2 support
 2021-11-18  1:27 UTC  (20+ messages)
` [PATCH 01/12] dt-bindings: display: rockchip: Add compatible for rk3568 HDMI
` [PATCH 02/12] drm/rockchip: dw_hdmi: Do not leave clock enabled in error case
` [PATCH 03/12] drm/rockchip: dw_hdmi: add rk3568 support
` [PATCH 04/12] drm/rockchip: dw_hdmi: add regulator support
` [PATCH 05/12] of: graph: Allow disabled endpoints
` [PATCH 06/12] dt-bindings: "
` [PATCH 07/12] dt-bindings: display: rockchip: Add binding for VOP2
` [PATCH 08/12] arm64: dts: rockchip: rk356x: Add VOP2 nodes
` [PATCH 09/12] arm64: dts: rockchip: rk356x: Add HDMI nodes
` [PATCH 10/12] arm64: dts: rockchip: rk3568-evb: Enable VOP2 and hdmi
` [PATCH 11/12] drm/rockchip: Make VOP driver optional
` [PATCH 12/12] drm: rockchip: Add VOP2 driver

[PATCH] ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE
 2021-11-18  7:27 UTC  (4+ messages)

[RFC PATCH] tools/perf/x86: Use alternative format for AMD raw events
 2021-11-18  7:28 UTC  (6+ messages)

[PATCH 00/15] iio: buffer-dma: write() and new DMABUF based API
 2021-11-17 13:42 UTC  (6+ messages)

[PATCH net-next 0/9] net: constify netdev->dev_addr
 2021-11-18  7:27 UTC  (3+ messages)
` [PATCH net-next 2/9] mlxsw: constify address in mlxsw_sp_port_dev_addr_set

[PATCH v2] perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
 2021-11-18 15:24 UTC 


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.