All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-12 19:43:30 to 2023-01-12 19:58:15 UTC [more...]

[PATCH v7 00/68] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-01-12 19:19 UTC  (18+ messages)
` [PATCH v7 13/68] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v7 16/68] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v7 18/68] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v7 22/68] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v7 28/68] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v7 30/68] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v7 31/68] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v7 34/68] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v7 36/68] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v7 38/68] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v7 47/68] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v7 48/68] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v7 50/68] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v7 56/68] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v7 57/68] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v7 59/68] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v7 63/68] KVM: arm64: nv: Allocate VNCR page when required

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-12 19:44 UTC  (143+ messages)
` [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [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 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 V1 net-next 0/5] Add devlink support to ena
 2023-01-12 19:56 UTC  (11+ messages)

[PATCH V2] doc: monospace style for inline code in botching ioctl
 2023-01-12 19:55 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update the ACPICA development list address
 2023-01-12 19:53 UTC 

[RESEND RFC] SIGOOM Proposal
 2023-01-12 19:52 UTC  (3+ messages)

BUG: Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not printed since 6.2.0-rc1
 2023-01-12 19:50 UTC  (3+ messages)
` [BISECTED] "
  ` INFO: [BISECTED] "

[PATCH 00/16] spi: bcm63xx-hsspi: driver and doc updates
 2023-01-12 19:50 UTC  (14+ messages)
` [PATCH 02/16] dt-bindings: spi: Add bcmbca-hsspi controller support

[PATCH 0/2] Minor SoundWire Regmap Tweaks
 2023-01-12 19:50 UTC  (6+ messages)
` [PATCH 2/2] regmap: sdw: Remove 8-bit value size restriction

[OE-core] [PATCH] recipes, classes: Avoid adding extra whitespace to PACKAGESPLITFUNCS
 2023-01-12 19:54 UTC  (2+ messages)

[PATCH v3 0/8] virtio-mem: Handle preallocation with migration
 2023-01-12 19:52 UTC  (9+ messages)
` [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v3 7/8] virtio-mem: Migrate immutable properties early
` [PATCH v3 8/8] virtio-mem: Proper support for preallocation with migration

[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 0/6] kselftest/arm64: Build fixes for clang
 2023-01-12 19:51 UTC  (7+ 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

RTT-PROBE: lore-subspace-rtt
 2023-01-12 19:51 UTC 

[PATCH] x86/paravirt: merge activate_mm and dup_mmap callbacks
 2023-01-12 19:44 UTC  (3+ messages)

[PATCH v4 0/8] Enhance credential helper protocol to include auth headers
 2023-01-12 19:44 UTC  (8+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 01/10] daemon: libify socket setup and option functions
  ` [PATCH v5 02/10] daemon: libify child process handling functions
  ` [PATCH v5 03/10] daemon: rename some esoteric/laboured terminology

[PATCH net-next v4 0/3] add tx packets aggregation to ethtool and rmnet
 2023-01-12 19:41 UTC  (3+ messages)
` [PATCH net-next v4 2/3] net: qualcomm: rmnet: add tx packets aggregation

[PATCH] checks: Update #{size,address}-cells check for 'dma-ranges'
 2023-01-12 19:47 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in sock_def_wakeup
 2023-01-12 19:39 UTC 

[PATCH v2 0/2] iio: adc: ti-ads7924: add Texas Instruments ADS7924 driver
 2023-01-12 19:39 UTC  (6+ messages)
` [PATCH v2 1/2] "

[PATCH] docs: deprecated.rst: Add note about DECLARE_FLEX_ARRAY() usage
 2023-01-12 19:38 UTC  (3+ messages)

[PATCH v2] x86/hibernate: Use fixmap for saving unmapped pages
 2023-01-12 19:37 UTC  (6+ messages)

[PATCH v4 0/3] add color management support for the crtc
 2023-01-12 19:36 UTC  (3+ messages)

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

[RESEND v3 0/4] Add resets for ADSP based audio clock controller driver
 2023-01-12 19:35 UTC  (5+ messages)
` [RESEND v3 4/4] clk: qcom: lpasscc-sc7280: Add resets for audioreach

[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] drm/amd/display: Conversion to bool not necessary
 2023-01-12 19:33 UTC  (2+ messages)


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.