All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-12 19:58:05 to 2023-01-12 20:28:47 UTC [more...]

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-12 20:28 UTC  (119+ messages)
` [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call
` [PATCH v3 03/51] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v3 04/51] cpuidle: Move IRQ state validation
` [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v3 06/51] cpuidle,tegra: "
` [PATCH v3 07/51] cpuidle,psci: "
` [PATCH v3 08/51] cpuidle,imx6: "
` [PATCH v3 09/51] cpuidle,omap3: "
` [PATCH v3 10/51] cpuidle,armada: "
` [PATCH v3 11/51] cpuidle,omap4: "
` [PATCH v3 12/51] cpuidle,dt: "
` [PATCH v3 13/51] cpuidle: Fix ct_idle_*() usage
` [PATCH v3 14/51] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
  ` [PATCH v3 14/51] cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter, exit}()
` [PATCH v3 15/51] acpi_idle: Remove tracing
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()
` [PATCH v3 17/51] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v3 18/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
  ` [PATCH v3 18/51] cpuidle, intel_idle: "
` [PATCH v3 19/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v3 22/51] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v3 23/51] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v3 24/51] arm64,smp: "
` [PATCH v3 25/51] printk: "
` [PATCH v3 26/51] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v3 27/51] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
  ` [PATCH v3 27/51] cpuidle, sched: Remove annotations from TIF_{POLLING_NRFLAG, NEED_RESCHED}
` [PATCH v3 28/51] cpuidle,mwait: Make noinstr clean
` [PATCH v3 29/51] cpuidle,tdx: Make tdx "
` [PATCH v3 30/51] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v3 31/51] cpuidle,nospec: Make "
` [PATCH v3 32/51] cpuidle,acpi: "
` [PATCH v3 33/51] trace: Remove trace_hardirqs_{on,off}_caller()
` [PATCH v3 34/51] trace: WARN on rcuidle
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
` [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v3 38/51] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
  ` [PATCH v3 38/51] cpuidle, omap4: "
` [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v3 41/51] cpuidle,clk: "
` [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns
` [PATCH v3 43/51] intel_idle: Add force_irq_on module param
` [PATCH v3 44/51] entry, kasan, x86: Disallow overriding mem*() functions
  ` [PATCH v3 44/51] entry,kasan,x86: "
` [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check()
` [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage
` [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
` [PATCH v3 48/51] cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle
  ` [PATCH v3 48/51] cpuidle,arch: "
` [PATCH v3 49/51] cpuidle, arch: Mark all regular cpuidle_state::enter methods __cpuidle
  ` [PATCH v3 49/51] cpuidle,arch: "
` [PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle
` [PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN

[PATCH] iommu: Tidy up io-pgtable dependencies
 2023-01-12 19:59 UTC  (2+ messages)

[PATCH v2 00/27] ARM: pxa: remove all unused boards&drivers
 2023-01-12 20:01 UTC  (4+ messages)
` (subset) "

[PATCH 0/6] kselftest/arm64: Build fixes for clang
 2023-01-12 20:20 UTC  (8+ messages)
` [PATCH 1/6] kselftest/arm64: Fix .pushsection for strings in FP tests
` [PATCH 2/6] kselftest/arm64: Remove redundant _start labels from "
` [PATCH 3/6] kselftest/arm64: Don't pass headers to the compiler as source
` [PATCH 4/6] kselftest/arm64: Initialise current at build time in signal tests
` [PATCH 5/6] kselftest/arm64: Support build of MTE tests with clang
` [PATCH 6/6] kselftest/arm64: Remove spurious comment from MTE test Makefile

[PATCH v7 0/7] Misc ppc/mac machines clean up
 2023-01-12 20:22 UTC  (5+ messages)
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option

[PATCH net-next 0/6] Introduce new DCB rewrite table
 2023-01-12 20:15 UTC  (7+ messages)
` [PATCH net-next 1/6] net: dcb: modify dcb_app_add to take list_head ptr as parameter
` [PATCH net-next 2/6] net: dcb: add new common function for set/del of app/rewr entries
` [PATCH net-next 3/6] net: dcb: add new rewrite table
` [PATCH net-next 4/6] net: dcb: add helper functions to retrieve PCP and DSCP rewrite maps
` [PATCH net-next 5/6] net: microchip: sparx5: add support for PCP rewrite
` [PATCH net-next 6/6] net: microchip: sparx5: add support for DSCP rewrite

RTT-PROBE: lore-subspace-rtt
 2023-01-12 20:21 UTC 

[PATCH 1/1] PCI: layerscape: Add the workaround for A-010305
 2023-01-12 19:44 UTC 

[PATCH] dt-bindings: pinctrl: Update pinctrl-single to use yaml
 2023-01-12 20:18 UTC  (2+ messages)

[PATCH 1/1] PCI: layerscape: Set 64-bit DMA mask
 2023-01-12 19:36 UTC 

[PATCH v2 1/1] PCI: layerscape: Add EP mode support for ls1028a
 2023-01-12 19:34 UTC 

[PATCH v1 1/2] pinctrl: digicolor: Remove duplicate assignment of of_gpio_n_cells
 2023-01-12 19:30 UTC  (4+ messages)
` [PATCH v1 2/2] pinctrl: digicolor: Use proper headers and drop OF dependency

[PATCH v3 1/3] dt-bindings: phy: qcom,qmp-usb3-dp: Add sm6350 compatible
 2023-01-12 19:33 UTC  (5+ messages)
` [PATCH v3 2/3] phy: qcom-qmp-combo: Add config for SM6350

[PATCH v3 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2023-01-12 19:30 UTC  (2+ messages)

[PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name
 2023-01-12 19:23 UTC  (2+ messages)

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-12 19:27 UTC  (4+ messages)

[PATCH v7 00/68] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-01-12 19:19 UTC  (17+ messages)
` [PATCH v7 15/68] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v7 17/68] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v7 18/68] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v7 21/68] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v7 24/68] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v7 26/68] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 "
` [PATCH v7 33/68] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v7 37/68] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v7 40/68] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v7 41/68] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v7 49/68] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v7 53/68] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v7 55/68] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v7 58/68] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v7 65/68] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v7 68/68] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on

[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-12 20:11 UTC  (5+ messages)

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-12 19:23 UTC  (3+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()

[Nouveau] [PATCH v2 0/3] drm: Generic fbdev and vga-switcheroo
 2023-01-12 20:11 UTC  (13+ messages)
` [Intel-gfx] "
`  "
` [Nouveau] [PATCH v2 1/3] drm/i915: Allow switching away via vga-switcheroo if uninitialized
  `  "
  ` [Intel-gfx] "
` [PATCH v2 2/3] drm/fb-helper: Set framebuffer for vga-switcheroo clients
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 3/3] drm: Call vga_switcheroo_process_delayed_switch() in drm_lastclose
  ` [Nouveau] "
  `  "

[PATCH v10 5/5] x86/hyperv: Change interrupt vector for nested root partition
 2023-01-12 20:00 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-12 20:11 UTC 

[f2fs-dev] [PATCH] f2fs: add compression feature check for all compress mount opt
 2023-01-12 20:10 UTC 

[lttng-dev] LTTng UST structure support
 2023-01-12 20:10 UTC  (2+ messages)

[Bug 216859] New: PCI bridge to bus boot hang at enumeration
 2023-01-12 20:08 UTC  (2+ messages)

[PATCH v10 1/6] thermal/drivers/mediatek: Relocate driver to mediatek folder
 2023-01-12 20:08 UTC  (2+ messages)

[PATCH RESEND 0/5] Fix UPI uncore issue on SPR
 2023-01-12 20:01 UTC  (6+ messages)
` [PATCH RESEND 1/5] perf/x86/uncore: Factor out uncore_device_to_die()
` [PATCH RESEND 2/5] perf/x86/uncore: Fix potential NULL pointer in uncore_get_alias_name
` [PATCH RESEND 3/5] perf/x86/uncore: Ignore broken units in discovery table
` [PATCH RESEND 4/5] perf/x86/uncore: Add a quirk for UPI on SPR
` [PATCH RESEND 5/5] perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery table

[PATCH v4 0/5] ARM: Add GXP Fan and SPI controllers
 2023-01-12 19:58 UTC  (6+ messages)
` [PATCH v4 3/5] ARM: dts: add GXP Support for fans and SPI

[PATCH net-next 7/9] devlink: allow registering parameters after the instance
 2023-01-12 19:58 UTC  (11+ messages)

[PATCH v4 0/8] Enhance credential helper protocol to include auth headers
 2023-01-12 19:57 UTC  (4+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 04/10] test-http-server: add stub HTTP server test helper

[PATCH] ls-files: add %(skipworktree) atom to format option
 2023-01-12 19:58 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-12 20:01 UTC 

arch/arm64/kvm/hyp/nvhe/stacktrace.c:46:6: warning: no previous prototype for function 'kvm_nvhe_prepare_backtrace'
 2023-01-12 19:58 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.