All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-04 15:29:24 to 2021-10-04 16:07:08 UTC [more...]

[PATCH v3 00/52] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-10-04 16:00 UTC  (63+ messages)
` [PATCH v3 01/52] powerpc/64s: Remove WORT SPR from POWER9/10 (take 2)
` [PATCH v3 02/52] powerpc/64s: guard optional TIDR SPR with CPU ftr test
` [PATCH v3 03/52] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host
` [PATCH v3 04/52] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v3 05/52] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v3 06/52] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v3 07/52] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [PATCH v3 08/52] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
` [PATCH v3 09/52] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [PATCH v3 10/52] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v3 11/52] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [PATCH v3 12/52] powerpc/64s: Implement PMU override command line option
` [PATCH v3 13/52] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [PATCH v3 14/52] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
` [PATCH v3 15/52] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
` [PATCH v3 16/52] KVM: PPC: Book3S HV P9: Factor out yield_count increment
` [PATCH v3 17/52] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [PATCH v3 18/52] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [PATCH v3 19/52] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
` [PATCH v3 20/52] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
` [PATCH v3 21/52] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [PATCH v3 22/52] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [PATCH v3 23/52] KVM: PPC: Book3S HV P9: Move TB updates
` [PATCH v3 24/52] KVM: PPC: Book3S HV P9: Optimise timebase reads
` [PATCH v3 25/52] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
` [PATCH v3 26/52] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [PATCH v3 27/52] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [PATCH v3 28/52] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
` [PATCH v3 29/52] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [PATCH v3 30/52] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
` [PATCH v3 31/52] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
` [PATCH v3 32/52] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
` [PATCH v3 33/52] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
` [PATCH v3 34/52] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require
` [PATCH v3 35/52] KVM: PPC: Book3S HV P9: More SPR speed improvements
` [PATCH v3 36/52] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [PATCH v3 37/52] KVM: PPC: Book3S HV P9: Demand fault TM "
` [PATCH v3 38/52] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
` [PATCH v3 39/52] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [PATCH v3 40/52] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [PATCH v3 41/52] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [PATCH v3 42/52] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [PATCH v3 43/52] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [PATCH v3 44/52] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [PATCH v3 45/52] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
` [PATCH v3 46/52] KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
` [PATCH v3 47/52] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
` [PATCH v3 48/52] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
` [PATCH v3 49/52] KVM: PPC: Book3S HV P9: Remove most of the vcore logic
` [PATCH v3 50/52] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
` [PATCH v3 51/52] KVM: PPC: Book3S HV P9: Stop using vc->dpdes
` [PATCH v3 52/52] KVM: PPC: Book3S HV P9: Remove subcore HMI handling

[PATCH v6 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-10-04 16:06 UTC  (3+ messages)
` [PATCH v6 07/11] PCI: Replace pci_dev::driver usage that gets the driver name

[PATCH] media: cedrus: Don't kernel map most buffers
 2021-10-04 16:04 UTC  (3+ messages)
  `  "

[PATCH 00/10] drm: Add privacy-screen class and connector properties
 2021-10-04 16:02 UTC  (13+ messages)
` [PATCH 05/10] drm/connector: Add a drm_connector privacy-screen helper functions (v2)
  ` [Intel-gfx] "
` [PATCH 09/10] drm/i915: Add intel_modeset_probe_defer() helper
  ` [Intel-gfx] "
` [PATCH 10/10] drm/i915: Add privacy-screen support (v2)
  ` [Intel-gfx] "

[PATCH net-next 1/2] ethernet: use eth_hw_addr_set() for dev->addr_len cases
 2021-10-04 16:05 UTC  (2+ messages)
` [PATCH net-next 2/2] net: usb: "

[PATCH 1/4] perf vendor events: Syntax corrections in Neoverse N1 json
 2021-10-04 16:00 UTC  (8+ messages)
` [PATCH 2/4] perf vendor events: Add new armv8 pmu events
` [PATCH 3/4] perf vendor events: Categorise the Neoverse V1 counters
` [PATCH 4/4] perf vendor events: Add the Neoverse V1 to arm64 mapfile

[PATCH] drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resume
 2021-10-04 16:04 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] kni: Fix request overwritten
 2021-10-04 15:48 UTC  (10+ messages)

[PATCH v8 0/5] Add SIMATIC IOT2050 board support
 2021-10-04 16:02 UTC  (5+ messages)
` [PATCH v8 2/5] board: siemens: Add support for SIMATIC IOT2050 devices

[syzbot] BUG: RESTRACK detected leak of resources
 2021-10-04 16:02 UTC  (5+ messages)

[RFC PATCH v2 00/16] Initial support for machine creation via QMP
 2021-10-04 15:56 UTC  (3+ messages)

Changing the checksum algorithm on an existing BTRFS filesystem
 2021-10-04 16:01 UTC  (3+ messages)

[PATCH] security: Return xattr name from security_dentry_init_security()
 2021-10-04 16:01 UTC  (6+ messages)
    ` [Virtio-fs] "

[PATCH 0/4] aspeed/smc: Improve support for the alternate boot function
 2021-10-04 15:46 UTC  (5+ messages)
` [PATCH 1/4] aspeed/wdt: Add trace events
` [PATCH 2/4] aspeed/smc: Dump address offset in "
` [PATCH 3/4] aspeed/wdt: Add an alias for the MMIO region
` [PATCH 4/4] aspeed/smc: Improve support for the alternate boot function

[PATCH v3 00/19] monitor: explicitly permit QMP commands to be added for all use cases
 2021-10-04 15:57 UTC  (4+ messages)
` [PATCH v3 07/19] qapi: introduce x-query-roms QMP command

[PATCH 0/4] A collection of NFS client tracepoint patches
 2021-10-04 15:59 UTC  (5+ messages)
` [PATCH 2/4] SUNRPC: Tracepoints should store tk_pid and cl_clid as a signed int

[dpdk-dev] [PATCH] net: introduce IPv4 ihl and version fields
 2021-10-04 15:59 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4] "

[GIT PULL for v5.15-rc5] media fixes
 2021-10-04 15:59 UTC 

[PATCH] irqdomain: Export __irq_domain_alloc_irqs() to modules
 2021-10-04 15:59 UTC  (2+ messages)

[PATCH] mfd: intel-lpss: Add support for MacBookPro16,2 UART
 2021-10-04 15:58 UTC  (4+ messages)
` [PATCHv4] mfd: intel-lpss: Add support for MacBookPro16,2 ICL-N UART

[PATCH 1/1] nvme: check for Identify CNS 06h opcode support
 2021-10-04 15:57 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_big_fb: Add retry mechanism for async flip subtests
 2021-10-04 15:43 UTC  (3+ messages)

[PATCH v13 00/35] NVIDIA Tegra power management patches for 5.16
 2021-10-04 15:57 UTC  (8+ messages)
` [PATCH v13 13/35] drm/tegra: gr2d: Support generic power domain and runtime PM

[PATCH v1 0/7] Various NFS fscache cleanups
 2021-10-04 15:57 UTC  (3+ messages)
` [PATCH v1 7/7] NFS: Remove remaining usages of NFSDBG_FSCACHE

[PATCH 01/16] Revert "drm: cleanup: remove drm_modeset_(un)lock_all()"
 2021-10-04 15:56 UTC  (4+ messages)
` [PATCH 15/16] Revert "drm/i915: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()"

[RESEND PATCH v5 0/2] Introduce block device LED trigger
 2021-10-04 15:55 UTC  (3+ messages)
` [RESEND PATCH v5 1/2] docs: Add block device (blkdev) LED trigger documentation
` [RESEND PATCH v5 2/2] leds: trigger: Add block device LED trigger

[PATCH v3 00/21] trace-cmd fixes and clean-ups
 2021-10-04 15:55 UTC  (9+ messages)
` [PATCH v3 07/21] trace-cmd library: Do not use local variables when reading CPU stat option
` [PATCH v3 08/21] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH v3 10/21] trace-cmd library: Fix possible memory leak in read_event_files()
` [PATCH v3 11/21] trace-cmd library: Fix possible memory leak in read_proc_kallsyms()

[dpdk-dev] [PATCH v1 0/5] introduce IWYU
 2021-10-04 15:55 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_hdr: Fix failure to read output_bpc on AMD hardware
 2021-10-04 15:42 UTC  (6+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

stable-rc/queue/5.10 build: 174 builds: 0 failed, 174 passed, 11 warnings (v5.10.70-93-g42da4b1238c5)
 2021-10-04 15:54 UTC 

[PATCH v5] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
 2021-10-04 15:53 UTC 

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-04 15:50 UTC  (23+ messages)
                    ` [virtio-dev] "

[PATCH 0/8] Add support for audio on SC7280 based targets
 2021-10-04 15:50 UTC  (5+ messages)
` [PATCH 4/8] ASoC: qcom: Add lapss CPU driver for codec dma control

BUG: Cannot boot Odroid XU4 from eMMC without this patch
 2021-10-04 15:51 UTC  (6+ messages)

[PATCH v3 00/10] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
 2021-10-04 15:51 UTC  (13+ messages)
` [PATCH v3 01/10] kvm: arm64: vgic: Introduce vgic_check_iorange
` [PATCH v3 02/10] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size

[PATCH 00/10] Add Gigabit Ethernet driver support
 2021-10-04 15:50 UTC  (5+ messages)
` [PATCH 05/10] ravb: Initialize GbEthernet DMAC

[PATCH] tools/build: drop slang include path in test-all
 2021-10-04 15:50 UTC 

KVM userspace GICv2 IRQ controller on platform with GICv3
 2021-10-04 15:48 UTC  (8+ messages)

[PATCH v1 0/7] enabling RasperryPi 4 emulation - WIP state
 2021-10-04 15:43 UTC  (3+ messages)
` [PATCH v1 5/7] hw/arm/bcm2836: Add the BCM2711 which uses a GICv2

[RESEND PATCH 0/3] Few Tegra210 ADMA fixes
 2021-10-04 15:49 UTC  (2+ messages)

[PATCH V0 0/7] Add Embedded USB Debugger (EUD) driver
 2021-10-04 15:50 UTC  (3+ messages)
` [PATCH V0 2/7] dt-bindings: usb: dwc3: Update dwc3 properties for EUD connector

[PATCH 0/5] arm64: ARMv8.7-A: MTE: Add asymm mode support
 2021-10-04 15:45 UTC  (11+ messages)
` [PATCH 4/5] arm64: mte: Add asymmetric "
` [PATCH 5/5] kasan: Extend KASAN mode kernel parameter

[dpdk-dev] [PATCH] common/cnxk: fix incorrect free of MCAM counter
 2021-10-04 15:46 UTC  (2+ messages)

[PATCH] spi: bcm2835: do not unregister controller in shutdown handler
 2021-10-04 15:44 UTC  (8+ messages)

[dpdk-dev] [PATCH v2 1/3] examples/l3fwd: increase number of routes
 2021-10-04 15:46 UTC  (3+ messages)
` [dpdk-dev] [PATCH "

[PATCH v3] drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
 2021-10-04 15:46 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/atomic: Add the crtc to affected crtc only if uapi.enable = true (rev3)

[igt-dev] [PATCH i-g-t 0/2] Clean buffer and bo size in intel_buf
 2021-10-04 15:45 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH net-next v2 0/5] devlink reload simplification
 2021-10-04 15:45 UTC  (4+ messages)
` [PATCH net-next v2 5/5] devlink: Delete reload enable/disable interface

[RFC PATCH] .github: move repo lockdown to the v2 configuration
 2021-10-04 15:43 UTC 

[PATCH 00/10] unpack-trees & dir APIs: fix memory leaks
 2021-10-04 15:20 UTC  (4+ messages)
` [PATCH 04/10] unpack-trees API: don't have clear_unpack_trees_porcelain() reset

[PATCH] perf tests attr: Support Topdown metrics events
 2021-10-04 15:42 UTC  (2+ messages)

[PATCH v5 00/15] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-10-04 15:42 UTC  (4+ messages)
` [PATCH v5 02/15] drm/edid: Break out reading block 0 of the EDID

[PATCH 0/9] Keep on-die ECC engines compatibility
 2021-10-04 15:40 UTC  (4+ messages)
` [PATCH 9/9] mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines

[PATCH 0/6] Misc changes for md
 2021-10-04 15:34 UTC  (7+ messages)
` [PATCH 1/6] md/raid1: only allocate write behind bio for WriteMostly device
` [PATCH 2/6] md/bitmap: don't set max_write_behind if there is no write mostly device
` [PATCH 3/6] md/raid1: use rdev in raid1_write_request directly
` [PATCH 4/6] md/raid10: add 'read_err' to raid10_read_request
` [PATCH 5/6] md/raid5: call roundup_pow_of_two in raid5_run
` [PATCH 6/6] md: remove unused argument from md_new_event

[RFC PATCH 1/1] mtd: block2mtd: add support for an optional custom MTD label
 2021-10-04 15:39 UTC  (4+ messages)

[PATCH v5] virtio-blk: Add validation for block size in config space
 2021-10-04 15:39 UTC  (4+ messages)

[PATCH v5] arm64: dts: qcom: sc7280: Add WPSS remoteproc node
 2021-10-04 15:41 UTC  (2+ messages)

[PATCH v5 0/5] env: Allow environment in text files
 2021-10-04 15:38 UTC  (4+ messages)
` [PATCH v5 3/5] env: Allow U-Boot scripts to be placed in a .env file

[virtio-dev] [PATCH] Add device reset timeout field
 2021-10-04 15:38 UTC  (4+ messages)

[PATCH RESEND 0/2] Improve build test coverage for perf drivers
 2021-10-04 15:34 UTC  (3+ messages)

[PATCH] drivers/perf: hisi: Fix PA PMU counter offset
 2021-10-04 15:34 UTC  (2+ messages)

[PATCH 0/2] Add settle time support to mux-gpio
 2021-10-04 15:36 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mux: gpio-mux: Add property for settle time
` [PATCH 2/2] mux: gpio: Support settle-time-us property

[PATCH 0/5] powerpc: various interrupt handling fixes
 2021-10-04 15:28 UTC  (3+ messages)
` [PATCH 5/5] powerpc/64s: Fix unrecoverable MCE calling async handler from NMI

[PATCH v4 0/3] audit: add support for openat2
 2021-10-04 15:34 UTC  (7+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros

GPMI iMX6ull timeout on DMA
 2021-10-04 15:33 UTC  (4+ messages)

[PATCH 2/3] glibc: fix append in DEPENDS
 2021-10-04 15:34 UTC  (5+ messages)
  ` [OE-core] "

[PATCH 0/3] Update crashkernel offset to allow kernel to boot on large config LPARs
 2021-10-04 15:32 UTC  (4+ messages)
` [PATCH 1/3] fixup mmu_features immediately after getting cpu pa features

[PATCH] video: move MXS to Kconfig
 2021-10-04 15:33 UTC 

[PATCH] drm/i915/pmu: Connect engine busyness stats from GuC to pmu
 2021-10-04 15:21 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 00/13] PCI: aardvark controller fixes
 2021-10-04 15:31 UTC  (4+ messages)
` [PATCH 06/13] PCI: aardvark: Do not clear status bits of masked interrupts

[RFC v2 0/8] CPU + GPU synchronised priority scheduling
 2021-10-04 14:36 UTC  (2+ messages)
` [RFC 8/8] drm/i915: Connect with the process nice change notifier

[PATCH] EDAC/mc_sysfs: Print MC-scope sysfs counters unsigned
 2021-10-04 15:21 UTC  (2+ messages)

[PATCH] drivers: mfd: da9063: Add restart notifier implementation
 2021-10-04 15:29 UTC  (7+ messages)

[PATCH 0/2] Add support for sc7280 WPSS PIL loading
 2021-10-04 15:29 UTC  (5+ messages)
` [PATCH 2/2] remoteproc: qcom: q6v5_wpss: Add support for sc7280 WPSS


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.