linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-18 05:44:11 to 2021-11-18 08:31:22 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:30 UTC  (11+ 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 10/15] KVM: x86/mmu: Propagate memslot const qualifier
` [PATCH 11/15] KVM: x86/MMU: Refactor vmx_get_mt_mask

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

[PATCH] crypto: caam - check jr permissions before probing
 2021-11-18  8:28 UTC  (7+ messages)
` [PATCH v2 0/2] CAAM Driver: re-factor and dynamic JR availability check
  ` [PATCH v2 2/2] crypto: caam - check jr permissions before probing

linux-next: Tree for Nov 17
 2021-11-18  8:26 UTC  (3+ messages)
` linux-next: Tree for Nov 17 (fs/dlm/lowcomms.c)

[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 

[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 5.15 000/923] 5.15.3-rc3 review
 2021-11-18  8:18 UTC  (13+ messages)

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

[PATCH] refcount: introduce refcount_is_one() helper function
 2021-11-18  8:12 UTC  (3+ 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

[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] xen-pciback: allow compiling on other archs than x86
 2021-11-18  8:13 UTC  (4+ messages)

[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

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

[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] clk: imx: Use div64_ul instead of do_div
 2021-11-18  8:06 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 6/7] perf: x86/core: Add interface to query perfmon_event_map[] directly
 2021-11-18  8:06 UTC  (3+ 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 v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-11-18  7:59 UTC  (3+ messages)

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

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

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

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

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

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

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

[PATCH v3 0/4] x86/kvm: add boot parameters for max vcpu configs
 2021-11-18  7:45 UTC  (13+ 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 v3 4/4] x86/kvm: add boot parameter for setting max number of vcpus per guest

[PATCH v5 00/10] add aspeed-jpeg support for aspeed-video
 2021-11-18  7:40 UTC  (10+ 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] 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 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

[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] ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE
 2021-11-18  7:27 UTC  (3+ messages)

[PATCH v2] KVM: x86: check PIR even for vCPUs with disabled APICv
 2021-11-18  7:25 UTC 

[PATCH] perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
 2021-11-18 14:48 UTC  (3+ messages)

[PATCH 0/4] tty: small tidying
 2021-11-18  7:19 UTC  (5+ messages)
` [PATCH 1/4] tty: remove TTY_SOFT_SAK part from __do_SAK()
` [PATCH 2/4] tty: remove tty NULL check "
` [PATCH 3/4] tty: clean up whitespace in __do_SAK()
` [PATCH 4/4] tty: serial, join uport checks in uart_port_shutdown()

[PATCH] media: i2c: imx274: fix trivial typo expsoure/exposure
 2021-11-18  7:17 UTC 

[PATCH] n_gsm: remove unused parameters from gsm_error()
 2021-11-18  7:17 UTC 

[PATCH] media: i2c: imx274: fix s_frame_interval runtime resume not requested
 2021-11-18  7:16 UTC  (5+ messages)

[PATCH 20/22] x86,word-at-a-time: Remove .fixup usage
 2021-11-18  7:15 UTC  (12+ messages)

[PATCH v2 2/2] s390/kexec: fix kmemleak
 2021-11-18  7:13 UTC  (3+ messages)

[PATCH] selftests/bpf: fix array_size.cocci warning:
 2021-11-18  7:11 UTC  (2+ messages)
` [PATCH] selftests/bpf: fix array_size.cocci warning

[PATCH] KVM: MMU: update comment on the number of page role combinations
 2021-11-18  7:08 UTC  (5+ messages)

[RFC PATCH v2 0/5] Add hardware prefetch driver for A64FX and Intel processors
 2021-11-18  7:09 UTC  (6+ messages)

[PATCH v3 00/16] Kcontrol get/put cleanup in Tegra drivers
 2021-11-18  7:07 UTC  (17+ messages)
` [PATCH v3 01/16] ASoC: tegra: Fix wrong value type in ADMAIF
` [PATCH v3 02/16] ASoC: tegra: Fix wrong value type in I2S
` [PATCH v3 03/16] ASoC: tegra: Fix wrong value type in DMIC
` [PATCH v3 04/16] ASoC: tegra: Fix wrong value type in DSPK
` [PATCH v3 05/16] ASoC: tegra: Fix wrong value type in SFC
` [PATCH v3 06/16] ASoC: tegra: Fix wrong value type in MVC
` [PATCH v3 07/16] ASoC: tegra: Fix kcontrol put callback in ADMAIF
` [PATCH v3 08/16] ASoC: tegra: Fix kcontrol put callback in I2S
` [PATCH v3 09/16] ASoC: tegra: Fix kcontrol put callback in DMIC
` [PATCH v3 10/16] ASoC: tegra: Fix kcontrol put callback in DSPK
` [PATCH v3 11/16] ASoC: tegra: Fix kcontrol put callback in AHUB
` [PATCH v3 12/16] ASoC: tegra: Fix kcontrol put callback in MVC
` [PATCH v3 13/16] ASoC: tegra: Fix kcontrol put callback in SFC
` [PATCH v3 14/16] ASoC: tegra: Fix kcontrol put callback in AMX
` [PATCH v3 15/16] ASoC: tegra: Fix kcontrol put callback in ADX
` [PATCH v3 16/16] ASoC: tegra: Fix kcontrol put callback in Mixer

[PATCH v2] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()
 2021-11-18  7:05 UTC  (2+ messages)

[PATCH] drm/scheduler: fix drm_sched_job_add_implicit_dependencies harder
 2021-11-18  6:59 UTC  (6+ messages)

[PATCH v1 0/3] Add NVIDIA Tegra114 support to video decoder driver
 2021-11-18  6:55 UTC  (12+ messages)
` [PATCH v1 1/3] media: staging: tegra-vde: Support reference picture marking

[PATCH] staging: greybus: Add missing rwsem around snd_ctl_remove() calls
 2021-11-18  6:55 UTC  (6+ messages)
` [greybus-dev] "

[PATCH] memcg: better bounds on the memcg stats updates
 2021-11-18  6:53 UTC 

[PATCH] sound/oss/dmasound: fix build when some drivers are =m and others are =y
 2021-11-18  6:50 UTC  (2+ messages)

[PATCH 1/6] f2fs: rework write preallocations
 2021-11-18  6:47 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH Vx 1/1] f2fs: Avoid deadlock between writeback and checkpoint
 2021-11-18  6:46 UTC  (3+ messages)

[PATCH 0/2] drm: Support input-boosted panel self-refresh exit
 2021-11-18  6:39 UTC  (5+ messages)
` [PATCH 2/2] drm/self_refresh: Disable self-refresh on input events

[tip:x86/fpu] BUILD SUCCESS 0fe4ff885f8a50082d9dc241b657472894caba16
 2021-11-18  6:35 UTC 

[PATCH v2 1/2] media: imx: imx7-media-csi: add support for imx8mq
 2021-11-18  6:33 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: media: document imx8mq support for imx7-csi

[RFC PATCH v5 00/10] implement containerized syncfs for overlayfs
 2021-11-18  6:32 UTC  (11+ messages)
` [RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation

[PATCH v15 0/4] Add SPMI support for Mediatek SoC IC
 2021-11-18  6:27 UTC  (4+ messages)
` [PATCH v15 2/4] dt-bindings: spmi: document binding for the Mediatek SPMI controller

[PATCH v5] ARM: dts: aspeed: Adding Facebook Bletchley BMC
 2021-11-18  6:24 UTC 

[PATCH] x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PV
 2021-11-18  6:23 UTC  (2+ messages)

[mcgrof-next:20211116-sysctl-cleanups-v4 3/35] kernel/hung_task.c:66:28: sparse: sparse: symbol 'sysctl_hung_task_all_cpu_backtrace' was not declared. Should it be static?
 2021-11-18  6:20 UTC  (2+ messages)
` [RFC PATCH mcgrof-next] hung_task: sysctl_hung_task_all_cpu_backtrace can be static

[PATCH] bus: mhi: pci_generic: Fix device recovery failed issue
 2021-11-18  6:21 UTC  (4+ messages)

[PATCH] ia64: module: use swap() to make code cleaner
 2021-11-18  6:20 UTC 

[PATCH] lib/mpi: use swap() to make code cleaner
 2021-11-18  6:16 UTC 

[PATCH] signal: SIGKILL can cause signal effects to appear at PTRACE_EVENT_EXIT without tracer notification
 2021-11-18  6:12 UTC  (10+ messages)
          ` [PATCH 0/3] signal: requeuing undeliverable signals

[RFC PATCH v3 0/9] power: supply: Add some fuel-gauge logic
 2021-11-18  6:11 UTC  (4+ messages)
` [RFC PATCH v3 3/9] power: supply: Support DT originated temperature-capacity tables

[PATCH] ipv6: ah6: use swap() to make code cleaner
 2021-11-18  6:10 UTC 

[PATCH] bus: mhi: core: Read missing channel configuration entry
 2021-11-18  6:07 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update Atish's email address
 2021-11-18  6:05 UTC 

[PATCH v2] bus: mhi: pci_generic: Add new device ID support for T99W175
 2021-11-18  6:03 UTC  (2+ messages)

Linus Tovalds - an alcoholic?
 2021-11-18  6:00 UTC 

[RERESEND PATCH v3] Input: sun4i-lradc-keys - Add wakup support
 2021-11-18  5:55 UTC  (2+ messages)

Fix drm suspend and resume issue
 2021-11-18  5:55 UTC  (3+ messages)
  ` [PATCH 1/3] mialbox: move cmdq suspend,resume and remove after cmdq_mbox_flush
  ` [PATCH 3/3] drm/mediatek: add devlink to cmdq dev

[PATCH v3] drm/bridge: anx7625: Check GPIO description to avoid crash
 2021-11-18  5:47 UTC 

[PATCH v2] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-18  5:46 UTC 

[PATCH v2] drm/bridge: anx7625: Check GPIO description to avoid crash
 2021-11-18  5:45 UTC 

[PATCH] tracing: fix va_list breakage in trace_check_vprintf()
 2021-11-18  5:44 UTC  (2+ messages)
` [PATCH] trace: don't use out-of-sync va_list in event printing

[PATCH] kmemleak: fix kmemleak false positive report with HW tag-based kasan enable
 2021-11-18  5:44 UTC 

[REGRESSION] 5.16rc1: SA_IMMUTABLE breaks debuggers
 2021-11-18  5:43 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).