public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-02 16:53:05 to 2024-08-02 20:16:33 UTC [more...]

[PATCH] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
 2024-08-02 20:16 UTC 

[PATCH] KVM: selftests: Always unlink memory regions when deleting (VM free)
 2024-08-02 20:14 UTC 

[PATCH] KVM: selftests: Remove unused kvm_memcmp_hva_gva()
 2024-08-02 20:08 UTC 

[PATCH v5 0/4] PCI: Allow D3Hot for PCI bridges in Devicetree based platforms
 2024-08-02 20:07 UTC  (5+ messages)
` [PATCH v5 1/4] PCI/portdrv: Make use of pci_dev::bridge_d3 for checking the D3 possibility

[PATCH] KVM: x86: Document an erratum in KVM_SET_VCPU_EVENTS on Intel CPUs
 2024-08-02 20:04 UTC 

[PATCH 00/20] ext4: some bugfixes and cleanups for ext4 extents path
 2024-08-02 20:01 UTC  (3+ messages)
` [PATCH 13/20] ext4: get rid of ppath in ext4_force_split_extent_at()

[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
 2024-08-02 20:01 UTC  (3+ messages)
` [PATCH 1/2] KVM: Return '0' directly when there's no task to yield to
` [PATCH 2/2] KVM: Protect vCPU's "last run PID" with rwlock, not RCU

[PATCH 0/3] sign-file,extract-cert: switch to PROVIDER API for OpenSSL >= 3.0
 2024-08-02 19:54 UTC  (5+ messages)

[PATCH v4 0/4] PCI: Allow D3Hot for PCI bridges in Devicetree based platforms
 2024-08-02 19:53 UTC  (5+ messages)
` [PATCH v4 3/4] PCI: Decouple D3Hot and D3Cold handling for bridges

[PATCH 0/5] KVM: x86: Fastpath cleanup, fix, and enhancement
 2024-08-02 19:51 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful
` [PATCH 2/5] KVM: x86: Dedup fastpath MSR post-handling logic
` [PATCH 3/5] KVM: x86: Exit to userspace if fastpath triggers one on instruction skip
` [PATCH 4/5] KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpers
` [PATCH 5/5] KVM: x86: Add fastpath handling of HLT VM-Exits

[PATCH] tg3: Add param `short_preamble` to enable MDIO traffic to external PHYs
 2024-08-02 19:51 UTC  (2+ messages)

[PATCH v2 0/2] drm/msm/dpu: two fixes targeting 6.11
 2024-08-02 19:47 UTC  (3+ messages)
` [PATCH v2 1/2] drm/msm/dpu1: don't choke on disabling the writeback connector
` [PATCH v2 2/2] drm/msm/dpu: don't play tricks with debug macros

Linux 6.11-rc1
 2024-08-02 19:40 UTC  (4+ messages)

[PATCH -next] drbd: Remove unused extern declarations
 2024-08-02 19:37 UTC  (2+ messages)

[PATCH v5 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-08-02 19:35 UTC  (10+ messages)
` [PATCH v5 1/2] kasan: catch invalid free before SLUB reinitializes the object
` [PATCH v5 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG

[PATCH v1 00/10] Introduce ASPEED AST27XX BMC SoC
 2024-08-02 19:33 UTC  (6+ messages)
` [PATCH v2 4/9] clk: ast2700: add clock controller
` [PATCH v2 7/9] arm64: defconfig: Add ASPEED AST2700 family support

[PATCH v2] perf/core: Optimize event reschedule for a PMU
 2024-08-02 19:32 UTC  (9+ messages)

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-02 19:32 UTC  (4+ messages)
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path

[PATCH v4 00/22] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-08-02 19:30 UTC  (12+ messages)
` [PATCH v4 01/22] "
` [PATCH v4 02/22] mm/zsmalloc: use zpdesc in trylock_zspage/lock_zspage
` [PATCH v4 06/22] mm/zsmalloc: convert create_page_chain() and its users to use zpdesc
` [PATCH v4 20/22] mm/zsmalloc: introduce __zpdesc_set_zsmalloc()
` [PATCH v4 21/22] mm/zsmalloc: fix build warning from lkp testing

[PATCH] arm64: dts: imx93: add cache info
 2024-08-02 19:25 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the tpmdd tree
 2024-08-02 19:21 UTC  (3+ messages)

[PATCH] KVM: Use precise range-based flush in mmu_notifier hooks when possible
 2024-08-02 19:16 UTC 

[PATCH v2] tpm: Add new device/vendor ID 0x50666666
 2024-08-02 19:15 UTC  (3+ messages)

[PATCH v5 00/20] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-08-02 19:13 UTC  (9+ messages)

[PATCH v13] mm: report per-page metadata information
 2024-08-02 19:02 UTC  (2+ messages)

[PATCH] perf mem: Update documentation for new options
 2024-08-02 19:00 UTC  (2+ messages)

[PATCH sched_ext/for-6.11] sched_ext: Reverting @p->sched_class if @p->disallow is set
 2024-08-02 18:59 UTC  (11+ messages)
            ` [PATCH sched_ext/for-6.12] sched_ext: Allow p->scx.disallow only while loading
                ` [PATCH v2 "

[PATCH v1] Documentation: Fix the compilation errors in union_find.rst
 2024-08-02 18:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/9] KVM: x86: Add a quirk for feature MSR initialization
 2024-08-02 18:55 UTC  (10+ messages)
` [PATCH 1/9] KVM: x86: Co-locate initialization of feature MSRs in kvm_arch_vcpu_create()
` [PATCH 2/9] KVM: x86: Disallow changing MSR_PLATFORM_INFO after vCPU has run
` [PATCH 3/9] KVM: x86: Quirk initialization of feature MSRs to KVM's max configuration
` [PATCH 4/9] KVM: x86: Reject userspace attempts to access PERF_CAPABILITIES w/o PDCM
` [PATCH 5/9] KVM: VMX: Remove restriction that PMU version > 0 for PERF_CAPABILITIES
` [PATCH 6/9] KVM: x86: Reject userspace attempts to access ARCH_CAPABILITIES w/o support
` [PATCH 7/9] KVM: x86: Remove ordering check b/w MSR_PLATFORM_INFO and MISC_FEATURES_ENABLES
` [PATCH 8/9] KVM: selftests: Verify get/set PERF_CAPABILITIES w/o guest PDMC behavior
` [PATCH 9/9] KVM: selftests: Add a testcase for disabling feature MSRs init quirk

[PATCH] cpufreq: intel_pstate: Support Granite Rapids and Sierra Forest OOB mode
 2024-08-02 18:48 UTC 

[GIT PULL] sched_ext: Initial pull request for v6.11
 2024-08-02 18:47 UTC  (10+ messages)

[PATCH] usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c
 2024-08-02 18:40 UTC  (3+ messages)

[PATCH RFC] security/KEYS: get rid of cred_alloc_blank and cred_transfer
 2024-08-02 18:39 UTC  (3+ messages)

[PATCH v3] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest
 2024-08-02 18:33 UTC 

[PATCH v1 0/3] x86 / intel_pstate: Set asymmetric CPU capacity on hybrid systems
 2024-08-02 18:21 UTC  (4+ messages)
` [PATCH v1 1/3] x86/sched: Introduce arch_rebuild_sched_domains()
` [PATCH v1 2/3] x86/sched: Add basic support for CPU capacity scaling
` [PATCH v1 3/3] cpufreq: intel_pstate: Set asymmetric CPU capacity on hybrid systems

[PATCH v1] perf inject: Inject build ids for entire call chain
 2024-08-02 18:23 UTC  (2+ messages)

[PATCH 0/7] Extend pmu_counters_test to AMD CPUs
 2024-08-02 18:22 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86: selftests: Fix typos in macro variable use
` [PATCH 2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves
` [PATCH 3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test
` [PATCH 4/6] KVM: x86: selftests: Test read/write core counters
` [PATCH 5/6] KVM: x86: selftests: Test core events
` [PATCH 6/6] KVM: x86: selftests: Test PerfMonV2

[PATCH 1/7] remoteproc: keystone: Use devm_kasprintf() to build name string
 2024-08-02 18:23 UTC  (7+ messages)
` [PATCH 2/7] remoteproc: keystone: Use devm_rproc_alloc() helper
` [PATCH 3/7] remoteproc: keystone: Use devm action to release reserved memory
` [PATCH 4/7] remoteproc: keystone: Use devm_pm_runtime_enable() helper
` [PATCH 5/7] remoteproc: keystone: Use devm action to call PM runtime put sync
` [PATCH 6/7] remoteproc: keystone: Use devm_gpiod_get() helper
` [PATCH 7/7] remoteproc: keystone: Use devm_rproc_add() helper

[PATCH v10 0/2] tools/perf: Support PERF_SAMPLE_READ with inherit
 2024-08-02 18:22 UTC  (4+ messages)
` [PATCH v10 1/2] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values

[RESEND PATCH v2] ASoc: tas2781: Fix a compiling warning reported by robot kernel test due to adding tas2563_dvc_table
 2024-08-02 18:21 UTC  (2+ messages)

[PATCH -next] ASoC: fsl: lpc3xxx: Make some symbols static
 2024-08-02 18:21 UTC  (2+ messages)

[PATCH] ASoC: sti-sas: Constify snd_soc_component_driver struct
 2024-08-02 18:21 UTC  (2+ messages)

[PATCH v2 00/10] KVM: x86: Clean up MSR access/failure handling
 2024-08-02 18:19 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG value
` [PATCH v2 02/10] KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums
` [PATCH v2 03/10] KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
` [PATCH v2 04/10] KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry
` [PATCH v2 05/10] KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
` [PATCH v2 06/10] KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry
` [PATCH v2 07/10] KVM: x86: Funnel all fancy MSR return value handling into a common helper
` [PATCH v2 08/10] KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()
` [PATCH v2 09/10] KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRs
` [PATCH v2 10/10] KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRs

[PATCH v1] thermal: Introduce a debugfs-based testing facility
 2024-08-02 18:05 UTC 

[PATCH 0/6] Add input voltage suppliers for PMIC MCP16502 regulators
 2024-08-02 17:58 UTC  (5+ messages)
` [PATCH 1/6] regulator: mcp16502: Add supplier for regulators

[PATCH 0/2] sched/topology: optimize topology_span_sane()
 2024-08-02 17:57 UTC  (3+ messages)
` [PATCH 1/2] sched/topology: pre-compute topology_span_sane() loop params
` [PATCH 2/2] sched/topology: optimize topology_span_sane()

[GIT PULL] Thermal control fixes for v6.11-rc2
 2024-08-02 17:50 UTC 

[PATCH memory-model 0/7] LKMM updates for v6.12
 2024-08-02 17:47 UTC  (4+ messages)
` [PATCH memory-model 7/7] MAINTAINERS: Add the dedicated maillist info for LKMM

[RFC PATCH] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-02 17:46 UTC  (5+ messages)

[PATCH] selftests: tpm2: redirect python unittest logs to stdout
 2024-08-02 17:46 UTC  (6+ messages)

[GIT PULL] arm64 fixes for 6.11-rc2
 2024-08-02 17:45 UTC 

[PATCHSET v3 0/8] perf record: Use a pinned BPF program for filter
 2024-08-02 17:43 UTC  (7+ messages)
` [PATCH v3 8/8] perf test: Update sample filtering test

[PATCH net,v2] team: fix possible deadlock in team_port_change_check
 2024-08-02 17:42 UTC  (3+ messages)

[GIT PULL] Ceph fix for 6.11-rc2
 2024-08-02 17:40 UTC  (2+ messages)

[GIT PULL] KVM changes for Linux 6.11-rc2
 2024-08-02 17:40 UTC  (2+ messages)

[PATCH 0/2] Add GMAC support for rk3576
 2024-08-02 17:38 UTC  (3+ messages)
` [PATCH 1/2] ethernet: stmmac: dwmac-rk: Add GMAC support for RK3576
` [PATCH 2/2] dt-bindings: net: Add rk3576 dwmac bindings

[PATCH] perf bpf-filter: Support multiple events properly
 2024-08-02 17:37 UTC 

[PATCH V3 0/2] uapi: Add support for GENMASK_U128()
 2024-08-02 17:34 UTC  (4+ messages)

[PATCH v4 00/39] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2024-08-02 17:28 UTC  (40+ messages)
` [PATCH v4 01/39] x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors
` [PATCH v4 02/39] x86/resctrl: Add a helper to avoid reaching into the arch code resource list
` [PATCH v4 03/39] x86/resctrl: Remove fflags from struct rdt_resource
` [PATCH v4 04/39] x86/resctrl: Use schema type to determine how to parse schema values
` [PATCH v4 05/39] x86/resctrl: Use schema type to determine the schema format string
` [PATCH v4 06/39] x86/resctrl: Move data_width to be a schema property
` [PATCH v4 07/39] x86/resctrl: Add max_bw to struct resctrl_membw
` [PATCH v4 08/39] x86/resctrl: Generate default_ctrl instead of sharing it
` [PATCH v4 09/39] x86/resctrl: Add helper for setting CPU default properties
` [PATCH v4 10/39] x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
` [PATCH v4 11/39] x86/resctrl: Export resctrl fs's init function
` [PATCH v4 12/39] x86/resctrl: Wrap resctrl_arch_find_domain() around rdt_find_domain()
` [PATCH v4 13/39] x86/resctrl: Move resctrl types to a separate header
` [PATCH v4 14/39] x86/resctrl: Add a resctrl helper to reset all the resources
` [PATCH v4 15/39] x86/resctrl: Move monitor exit work to a resctrl exit call
` [PATCH v4 16/39] x86/resctrl: Move monitor init work to a resctrl init call
` [PATCH v4 17/39] x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers
` [PATCH v4 18/39] x86/resctrl: Export the is_mbm_*_enabled() helpers to asm/resctrl.h
` [PATCH v4 19/39] x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
` [PATCH v4 20/39] x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
` [PATCH v4 21/39] x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
` [PATCH v4 22/39] x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
` [PATCH v4 23/39] x86/resctrl: Allow an architecture to disable pseudo lock
` [PATCH v4 24/39] x86/resctrl: Make prefetch_disable_bits belong to the arch code
` [PATCH v4 25/39] x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
` [PATCH v4 26/39] x86/resctrl: Move thread_throttle_mode_init() to be managed by resctrl
` [PATCH v4 27/39] x86/resctrl: Move get_config_index() to a header
` [PATCH v4 28/39] x86/resctrl: Claim get_{mon,ctrl}_domain_from_cpu() helpers for resctrl
` [PATCH v4 29/39] x86/resctrl: Describe resctrl's bitmap size assumptions
` [PATCH v4 30/39] x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"
` [PATCH v4 31/39] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point
` [PATCH v4 32/39] x86/resctrl: Drop __init/__exit on assorted symbols
` [PATCH v4 33/39] x86/resctrl: Move is_mba_sc() out of core.c
` [PATCH v4 34/39] x86/resctrl: Add end-marker to the resctrl_event_id enum
` [PATCH v4 35/39] x86/resctrl: Remove a newline to avoid confusing the code move script
` [PATCH v4 36/39] x86/resctrl: Split trace.h
` [PATCH v4 37/39] fs/resctrl: Add boiler plate for external resctrl code
` [PATCH v4 38/39] x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
` [PATCH v4 39/39] x86/resctrl: Add python script to move resctrl code to /fs/resctrl

[PATCH v5 0/4] mm: support mTHP swap-in for zRAM-like swapfile
 2024-08-02 17:29 UTC  (4+ messages)
` [PATCH v6 0/2] mm: Ignite large folios swap-in support
  ` [PATCH v6 1/2] mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support large folios

[PATCH v3 00/38] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2024-08-02 17:28 UTC  (26+ messages)
` [PATCH v3 03/38] x86/resctrl: Add a schema format enum and use this for fflags
` [PATCH v3 16/38] x86/resctrl: Move monitor init work to a resctrl init call
` [PATCH v3 17/38] x86/resctrl: Stop using the for_each_*_rdt_resource() walkers
` [PATCH v3 23/38] x86/resctrl: Allow an architecture to disable pseudo lock
` [PATCH v3 31/38] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point

[PATCH] kunit: Device wrappers should also manage driver name
 2024-08-02 17:28 UTC  (2+ messages)

[PATCH v5 0/2] Tracepoints and static branch in Rust
 2024-08-02 17:23 UTC  (3+ messages)
` [PATCH v5 2/2] rust: add tracepoint support

[PATCH v3 2/7] mfd: add base driver for qnap-mcu devices
 2024-08-02 17:16 UTC  (2+ messages)

[PATCH V5 2/2] iio: proximity: aw9610x: Add support for aw9610x proximity sensor
 2024-08-02 17:16 UTC  (2+ messages)

[PATCH 0/3] Fix kallsyms with CONFIG_LTO_CLANG
 2024-08-02 17:16 UTC  (7+ messages)
` [PATCH 2/3] kallsyms: Add APIs to match symbol without .llmv.<hash> suffix

[PATCH v4 0/9] uprobes: misc cleanups/simplifications
 2024-08-02 17:14 UTC  (7+ messages)

[PATCH] rust: add `module_params` macro
 2024-08-02 17:11 UTC  (10+ messages)

[PATCH 1/1] dt-bindings: soc: fsl: add missed compatible string fsl,ls*-isc
 2024-08-02 17:11 UTC 

[PATCH] drm/rockchip: cdn-dp: Clean up a few logged messages
 2024-08-02 17:08 UTC  (3+ messages)

[PATCH V3 04/10] PCI/TPH: Add pci=nostmode to force No ST Mode
 2024-08-02 17:05 UTC  (2+ messages)

[PATCH net-next v12 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-02 17:00 UTC  (7+ messages)
` [PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API

[PATCH v2 1/1] linux/io.h: Add cleanup defination for iounmap() and memunmap()
 2024-08-02 17:00 UTC 

[PATCH V3 09/10] bnxt_en: Add TPH support in BNXT driver
 2024-08-02 17:00 UTC  (2+ messages)

[PATCH V3 06/10] PCI/TPH: Introduce API to retrieve TPH steering tags from ACPI
 2024-08-02 16:58 UTC  (2+ messages)

[PATCH v2] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest
 2024-08-02 16:55 UTC  (11+ messages)

[PATCH -next] drm/amd/display: remove unneeded semicolon
 2024-08-02 16:54 UTC  (2+ messages)
` [PATCH] "

[GIT PULL] sound fixes for 6.12-rc1
 2024-08-02 16:53 UTC  (2+ messages)

[git pull] drm fixes for 6.11-rc2
 2024-08-02 16:53 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 6.11-rc2
 2024-08-02 16:53 UTC  (2+ messages)

[GIT PULL] s390 updates for 6.11-rc2
 2024-08-02 16:53 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