All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-04 15:57:04 to 2021-10-04 16:30:27 UTC [more...]

[PATCH 1/4] cgroup: a u16 is enough for cgroup_subsys.depends_on
 2021-10-04 16:30 UTC  (3+ messages)

[PATCH v3 00/52] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-10-04 16:00 UTC  (97+ 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 it
  ` [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 v5] kallsyms: strip LTO suffixes from static functions
 2021-10-04 16:29 UTC  (3+ messages)
` [PATCH v6] "

[PATCH 0/5] convert ifc binding to yaml and drop "simple-bus"
 2021-10-04 16:27 UTC  (3+ messages)
` [PATCH 2/5] memory: fsl_ifc: populate child devices without relying on simple-bus

AW: (EXT) Re: [PATCH 2/2] mtd: spi-nor: micron-st: Add support for output-driver-strength
 2021-10-04 16:28 UTC  (3+ messages)

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

[adhoc test] 165354: all pass
 2021-10-04 16:28 UTC 

[PATCH v2 00/84] Call scsi_done() directly
 2021-10-04 16:28 UTC  (9+ messages)
` [PATCH v2 28/84] dc395x: "
` [PATCH v2 57/84] nsp32: "

[RFC PATCH] .github: move repo lockdown to the v2 configuration
 2021-10-04 16:25 UTC  (2+ messages)

[PATCH 01/10] virglrenderer: explicitly depend on libgbm
 2021-10-04 16:27 UTC  (11+ messages)
` [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3
    ` [OE-core] "

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

[drm/edid] bac9c29482: Oops:#[##]
 2021-10-04 16:23 UTC  (4+ messages)

[PATCH v2 0/8] Arm boards syscon 'unit_address_format' clean-ups
 2021-10-04 16:23 UTC  (2+ messages)

[GIT PULL for v5.15-rc5] media fixes
 2021-10-04 16:23 UTC  (2+ messages)
` [GIT PULL for v5.15-rc5] media fixes (#77421)

[igt-dev] [RFC i-g-t] tests/kms_lease: add empty lease test
 2021-10-04 16:00 UTC  (6+ messages)

[dpdk-dev] [PATCH 0/8] Removal of PCI bus ABIs
 2021-10-04 15:56 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 0/7] "

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

[PATCH] video: move MXS to Kconfig
 2021-10-04 16:22 UTC  (2+ messages)

[PATCH 2/2] ASoC: codec: tlv320adc3xxx: New codec driver
 2021-10-04 16:21 UTC  (3+ messages)

[PATCH] drm/edid: Fix crash with zero/invalid EDID
 2021-10-04 16:21 UTC 

[PATCH 00/10] drm: Add privacy-screen class and connector properties
 2021-10-04 16:02 UTC  (10+ 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
` [PATCH 10/10] drm/i915: Add privacy-screen support (v2)
  ` [Intel-gfx] "

[PATCH v10 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-04 16:21 UTC  (7+ messages)
` [PATCH v10 2/3] mm: add a field to store names for private anonymous memory

[PATCH 0/3] Update crashkernel offset to allow kernel to boot on large config LPARs
 2021-10-04 16:06 UTC  (3+ messages)
` [PATCH 3/3] powerpc: Set crashkernel offset to mid of RMA region

[Intel-gfx] [PATCH 0/2] drm/i915/fbc: Don't nuke manually around flips
 2021-10-04 16:20 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/fbc: Don't nuke manually around flips (rev2)

[PATCH] regulator: dt-bindings: maxim,max8997: convert to dtschema
 2021-10-04 16:20 UTC  (2+ messages)

stable-rc/linux-4.4.y build: 181 builds: 0 failed, 181 passed, 5 warnings (v4.4.285-42-g6bba7eb5c641)
 2021-10-04 16:20 UTC 

stable-rc/queue/4.19 build: 192 builds: 0 failed, 192 passed, 4 warnings (v4.19.208-95-g4a53d0ed459e)
 2021-10-04 16:19 UTC 

[PATCH v2] binder: use cred instead of task for selinux checks
 2021-10-04 16:19 UTC  (7+ messages)

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

generic/095 failing in ext4 and xfs
 2021-10-04 16:18 UTC  (9+ messages)

[PATCH] drm/msm/a6xx: Serialize GMU communication
 2021-10-04 16:18 UTC  (2+ messages)

[TCWG CI] Regression caused by llvm: Simplify handling of builtin with inline redefinition
 2021-10-04 16:16 UTC  (2+ messages)

[PATCH] regulator: dt-bindings: maxim,max8973: convert to dtschema
 2021-10-04 16:17 UTC  (2+ messages)

[RFC v2 0/8] CPU + GPU synchronised priority scheduling
 2021-10-04 16:17 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for CPU + GPU synchronised priority scheduling (rev2)

[PATCH] p5311: handle spaces in wc(1) output
 2021-10-04 16:16 UTC  (4+ messages)

[PATCH v20 00/17] KVM RISC-V Support
 2021-10-04 16:14 UTC  (6+ messages)
` [PATCH v20 17/17] RISC-V: KVM: Add MAINTAINERS entry

[PATCH] regulator: dt-bindings: maxim,max8952: convert to dtschema
 2021-10-04 16:14 UTC  (2+ messages)

[PATCH 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema
 2021-10-04 16:13 UTC  (3+ messages)
` [PATCH 2/2] mfd: dt-bindings: maxim,max77686: "

[BUG] [5.15] Compilation error in arch/x86/kvm/mmu/spte.h with clang-14
 2021-10-04 16:13 UTC  (5+ messages)

[PATCH 00/11] rebase: reset_head() related fixes and improvements
 2021-10-04 16:13 UTC  (5+ messages)
` [PATCH 02/11] reset_head(): fix checkout

[PATCH v4 0/3] audit: add support for openat2
 2021-10-04 16:08 UTC  (4+ messages)
` [PATCH v4 3/3] audit: add OPENAT2 record to list how

[PATCH v2 0/4] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM
 2021-10-04 16:10 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
` [PATCH v2 2/4] KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
` [PATCH v2 3/4] KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
` [PATCH v2 4/4] KVM: nVMX: Implement Enlightened MSR Bitmap feature

[RFC PATCH] KVM: PPC: Book3S HV P9: Move H_CEDE logic mostly to one place
 2021-10-04 16:10 UTC 

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

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

[PATCH] irqdomain: Export __irq_domain_alloc_irqs() to modules
 2021-10-04 16:07 UTC  (3+ messages)

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

GPMI iMX6ull timeout on DMA
 2021-10-04 16:06 UTC  (5+ messages)

[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 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)

[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  (5+ messages)
      ` [Virtio-fs] "

[PATCH 0/4] aspeed/smc: Improve support for the alternate boot function
 2021-10-04 15:46 UTC  (2+ messages)
` [PATCH 4/4] "

[PATCH 0/4] A collection of NFS client tracepoint patches
 2021-10-04 15:59 UTC  (4+ 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] "

[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


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.