All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-05 14:47:38 to 2021-03-05 15:14:41 UTC [more...]

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-05 15:13 UTC  (12+ messages)
` [RFT PATCH v3 08/27] asm-generic/io.h: Add a non-posted variant of ioremap()
` [RFT PATCH v3 10/27] docs: driver-api: device-io: Document ioremap() variants & access funcs
` [RFT PATCH v3 12/27] of/address: Add infrastructure to declare MMIO as non-posted
` [RFT PATCH v3 16/27] irqchip/apple-aic: Add support for the Apple Interrupt Controller

[PATCH v5 0/2] Add support for ANX7688
 2021-03-05 15:14 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: usb: add analogix,anx7688.yaml

[PATCH v3 00/41] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-05 15:06 UTC  (61+ messages)
` [PATCH v3 01/41] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v3 02/41] KVM: PPC: Book3S HV: Prevent radix guests from setting LPCR[TC]
` [PATCH v3 03/41] KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
` [PATCH v3 04/41] KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
` [PATCH v3 05/41] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v3 06/41] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v3 07/41] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v3 08/41] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v3 09/41] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v3 10/41] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v3 11/41] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v3 12/41] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v3 13/41] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v3 14/41] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v3 15/41] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
` [PATCH v3 16/41] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH v3 17/41] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v3 18/41] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH v3 19/41] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v3 20/41] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v3 21/41] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v3 22/41] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v3 23/41] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v3 24/41] powerpc: add set_dec_or_work API for safely updating decrementer
` [PATCH v3 25/41] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
` [PATCH v3 26/41] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
` [PATCH v3 27/41] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
` [PATCH v3 28/41] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
` [PATCH v3 29/41] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
` [PATCH v3 30/41] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
` [PATCH v3 31/41] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
` [PATCH v3 32/41] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
` [PATCH v3 33/41] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
` [PATCH v3 34/41] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [PATCH v3 35/41] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
` [PATCH v3 36/41] KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
` [PATCH v3 37/41] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
` [PATCH v3 38/41] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
` [PATCH v3 39/41] KVM: PPC: Book3S HV P9: implement hash guest support
` [PATCH v3 40/41] KVM: PPC: Book3S HV P9: implement hash host / "
` [PATCH v3 41/41] KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path

[PATCH 1/5] drm/amdgpu: allow variable BO struct creation
 2021-03-05 15:14 UTC  (9+ messages)
` [PATCH 3/5] drm/amdgpu: use amdgpu_bo_create_user() for gem object
` [PATCH 4/5] drm/amdgpu: use tiling_flags of struct amdgpu_bo_user
` [PATCH 5/5] drm/amdgpu: use metadata members "

[PATCH] arm-autonomy/xen: remove patches that have been mainlined in xen 4.14.1
 2021-03-05 15:15 UTC 

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-03-05 15:13 UTC  (3+ messages)

[Bug 211277] New: sometimes crash at s2ram-wake (Ryzen 3500U): amdgpu, drm, commit_tail, amdgpu_dm_atomic_commit_tail
 2021-03-05 15:13 UTC  (3+ messages)
` [Bug 211277] "

[PATCH 0/5] sysinfo: Add gpio sysinfo driver
 2021-03-05 15:12 UTC  (7+ messages)
` [PATCH 2/5] sysinfo: Provide some global/default IDs
` [PATCH 3/5] sysinfo: Require that sysinfo_detect be called before other methods

[dpdk-dev] [PATCH] examples/pipeline: fix strtoul base
 2021-03-05 15:15 UTC 

[RFC v4 00/33] arm cleanup experiment for kvm-only build
 2021-03-05 14:59 UTC  (18+ messages)
` [RFC v4 01/33] target/arm: move translate modules to tcg/
` [RFC v4 02/33] target/arm: move helpers "
` [RFC v4 03/33] arm: tcg: only build under CONFIG_TCG
` [RFC v4 04/33] target/arm: tcg: add sysemu and user subsirs
` [RFC v4 05/33] target/arm: only build psci for TCG
` [RFC v4 06/33] target/arm: split off cpu-sysemu.c
` [RFC v4 07/33] target/arm: move physical address translation to cpu-mmu
` [RFC v4 08/33] target/arm: cpu-mmu: fix comment style
` [RFC v4 10/33] target/arm: cpregs: fix style (mostly just comments)
` [RFC v4 11/33] target/arm: move cpu definitions to common cpu module
` [RFC v4 13/33] target/arm: kvm: add stubs for some helpers
` [RFC v4 14/33] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v4 15/33] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v4 18/33] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v4 19/33] target/arm: move arm_sctlr away from tcg helpers
` [RFC v4 22/33] target/arm: split 32bit cpu models from cpu.c to cpu32.c
` [RFC v4 26/33] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()

stable-rc/queue/5.10 build: 195 builds: 1 failed, 194 passed, 2 errors, 30 warnings (v5.10.20-102-g5424d9a6593d)
 2021-03-05 15:11 UTC 

[PATCH] drm/amdkfd: Fix UBSAN shift-out-of-bounds warning
 2021-03-05 15:11 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-03-03
 2021-03-05 15:10 UTC  (3+ messages)
` [Buildroot] Analysis of build "

[PATCH] bus: mhi: pm: Change mhi_pm_resume timeout value
 2021-03-05 15:09 UTC  (4+ messages)

[PATCH v5 0/3] s390/kvm: fix MVPG when in VSIE
 2021-03-05 15:08 UTC  (3+ messages)
` [PATCH v5 1/3] s390/kvm: split kvm_s390_logical_to_effective

[PATCH bpf-next] selftests_bpf: extend test_tc_tunnel test with vxlan
 2021-03-05 15:08 UTC  (2+ messages)

[PATCH 01/10] ap: Load profile before calling ap_start, extend Address syntax
 2021-03-05 15:09 UTC  (10+ messages)
` [PATCH 02/10] ap: Add missing ap_config_free() in error path
` [PATCH 03/10] ap: Refactor address pool logic
` [PATCH 04/10] ap: Add subnet address selection logic
` [PATCH 05/10] ap: Dump addreses in use and assign IP/netmask
` [PATCH 06/10] ap: Set up the DHCP server
` [PATCH 07/10] ap: Move the DHCP server freeing to ap_reset
` [PATCH 08/10] ap: Send a specific error message on async AP start failure
` [PATCH 09/10] autotests: Update APRanges usage in testAP
` [PATCH 10/10] doc: Update AP settings in iwd.ap and iwd.config(5)

[PATCH v3 00/32] KVM: arm64: A stage 2 for the host
 2021-03-05 15:03 UTC  (6+ messages)
` [PATCH v3 28/32] KVM: arm64: Add kvm_pgtable_stage2_idmap_greedy()

[igt-dev] [PATCH i-g-t v21 00/35] Introduce IGT allocator
 2021-03-05 15:07 UTC  (11+ messages)
` [igt-dev] [PATCH i-g-t v21 26/35] tests/api_intel_bb: Check switching vm in intel-bb
` [igt-dev] [PATCH i-g-t v21 30/35] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v21 31/35] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v21 32/35] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v21 35/35] tests/gem_linear_blits: Use intel allocator

[PATCH v3 0/5] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
 2021-03-05 15:03 UTC  (5+ messages)
` [PATCH v3 2/5] phy: Add LVDS configuration options

[PATCH 1/5] drm/amdgpu: allow variable BO struct creation
 2021-03-05 15:06 UTC  (5+ messages)
` [PATCH 2/5] drm/amdgpu: introduce struct amdgpu_bo_user
` [PATCH 3/5] drm/amdgpu: use amdgpu_bo_create_user() for gem object
` [PATCH 4/5] drm/amdgpu: use tiling_flags of struct amdgpu_bo_user
` [PATCH 5/5] drm/amdgpu: use metadata members "

[LTP] [PATCH] pidns13: Convert to new API and fix race condition
 2021-03-05 15:05 UTC  (2+ messages)

[PATCH v9 0/9] Add support for x509 certs with NIST P384/256/192 keys
 2021-03-05 15:04 UTC  (5+ messages)
` [PATCH v9 2/9] x509: Detect sm2 keys by their parameters OID

[PATCH] sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count
 2021-03-05 17:02 UTC 

[PATCH] platform/x86: wmi: Make remove callback return void
 2021-03-05 15:04 UTC  (2+ messages)

[GIT PULL FOR v5.13] V4L2 stateless VP8 de-staging
 2021-03-05 15:03 UTC  (2+ messages)

[PATCH v2 08/12] drivers: export device_is_bound()
 2021-03-05 15:01 UTC  (11+ messages)

[PATCH] staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scan
 2021-03-05 15:00 UTC  (7+ messages)

[Buildroot] [PATCH v2,1/1] package/libshout: disable tools
 2021-03-05 15:00 UTC 

"struct perf_sample_data" alignment
 2021-03-05 14:57 UTC  (3+ messages)

Support for the Logitech Brio webcam?
 2021-03-05 14:58 UTC  (4+ messages)

[PATCH 0/3] nvmem: Bring a tiny bit of sanity to reading 16/32/64 bits from nvmem
 2021-03-05 14:58 UTC  (7+ messages)
` [PATCH 1/3] drm/msm: Fix speed-bin support not to access outside valid memory
` [PATCH 2/3] nvmem: core: Allow nvmem_cell_read_u16/32/64 to read smaller cells

[Buildroot] [PATCH 1/1] package/libshout: disable tools
 2021-03-05 14:59 UTC 

[PATCH 0/3] xfs: CIL improvements
 2021-03-05 14:58 UTC  (11+ messages)
` [PATCH 2/3] xfs: AIL needs asynchronous CIL forcing
    ` [PATCH 2/3 v2] "

stable-rc/queue/4.19 build: 205 builds: 0 failed, 205 passed, 86 warnings (v4.19.178-52-g833e4aafea3d3)
 2021-03-05 14:58 UTC 

tools/virtiofs: Multi threading seems to hurt performance
 2021-03-05 14:57 UTC  (5+ messages)
` Can not set high msize with virtio-9p (Was: Re: virtiofs vs 9p performance)
      ` [Virtio-fs] "

[PATCH v4 00/19] sched: Migrate disable support
 2021-03-05 14:56 UTC  (4+ messages)
` [PATCH v4 15/19] sched: Fix migrate_disable() vs rt/dl balancing

[PATCH] ARM: syscalls: switch to generic syscalltbl.sh
 2021-03-05 14:53 UTC  (4+ messages)

[PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests
 2021-03-05 14:56 UTC  (3+ messages)
` [PATCH v3 3/5] tests/acceptance/boot_linux_console: change URL for test_arm_orangepi_bionic_20_08

[PATCH for-4.15] tools/xenstored: liveupdate: Increase the maximum number of parameters
 2021-03-05 14:56 UTC  (9+ messages)

[PATCH] libtracefs: An API to set the filtering of functions
 2021-03-06 11:20 UTC  (4+ messages)

[PATCH] arm64/mm: Fix __enable_mmu() for new TGRAN range values
 2021-03-05 14:51 UTC  (4+ messages)

[RFC PATCH] .editorconfig: update the automatic mode setting for Emacs
 2021-03-05 14:52 UTC  (2+ messages)

[PATCH v3 00/70] TCI fixes and cleanups
 2021-03-05 14:48 UTC  (3+ messages)
` [PATCH v3 02/70] tcg: Split out tcg_raise_tb_overflow

[PATCH] client: add missing bracket for "ap <wlan> show"
 2021-03-05 14:52 UTC  (2+ messages)

Dead code CONFIG_ARMADA_39X?
 2021-03-05 14:52 UTC  (2+ messages)
` [PATCH] arm: mvebu: a38x: Remove dead code ARMADA_39X

[PATCH v2 1/2] platorm/x86: thinkpad_acpi: sysfs interface to reduce wlan tx power
 2021-03-05 14:51 UTC  (5+ messages)
  ` [External] "

[PATCH] tools/memory-model: Fix smp_mb__after_spinlock() spelling
 2021-03-05 14:50 UTC  (2+ messages)

[PATCH bpf] veth: store queue_mapping independently of XDP prog presence
 2021-03-05 14:50 UTC  (2+ messages)

[PATCH 0/9] hw/display/pl110, pxa2xx_lcd: Tidy up template headers
 2021-03-05 14:48 UTC  (2+ messages)

About libfuzzer in qemu
 2021-03-05 14:48 UTC  (3+ messages)

[PATCH 5.11 000/104] 5.11.4-rc1 review
 2021-03-05 14:48 UTC  (4+ messages)
` [PATCH 5.11 079/104] drm/amdgpu: enable only one high prio compute queue

[OE-core][dunfell 00/27] Patch review
 2021-03-05 14:46 UTC  (22+ messages)
` [OE-core][dunfell 07/27] libsdl2: fix CVE-2020-14409 CVE-2020-14410
` [OE-core][dunfell 08/27] librepo: fix CVE-2020-14352
` [OE-core][dunfell 09/27] sstatesig.py: show an error instead of warning when sstate manifest isn't found
` [OE-core][dunfell 10/27] image: Add directories to PSEUDO_IGNORE_PATHS
` [OE-core][dunfell 11/27] populate_sdk: "
` [OE-core][dunfell 12/27] bitbake.conf/image: Move image specific PSEUDO_IGNORE_PATHS to image class
` [OE-core][dunfell 13/27] bitbake.conf: Split PSEUDO_IGNORE_PATHS to be more readable
` [OE-core][dunfell 14/27] maintainers: Update email address for Victor
` [OE-core][dunfell 15/27] libevdev: Update patch status to backport
` [OE-core][dunfell 16/27] ca-certificates: Clean up two patches and submit upstream
` [OE-core][dunfell 17/27] libpcre: Drop old/stale patch
` [OE-core][dunfell 18/27] report-error.bbclass: Add layer and bitbake version info to error report
` [OE-core][dunfell 19/27] reproducible_builds: SOURCE_DATE_EPOCH should not be 0
` [OE-core][dunfell 20/27] reproducible: Improve SOURCE_DATE_EPOCH_FALLBACK handling
` [OE-core][dunfell 21/27] package/package_rpm: Disable font_provides configuration for reproducibilty
` [OE-core][dunfell 22/27] asciidoc: Switch to using the main branch
` [OE-core][dunfell 23/27] cups: Fix reproducibility issues
` [OE-core][dunfell 24/27] meta/recipes-bsp: Add HOMEPAGE / DESCRIPTION
` [OE-core][dunfell 25/27] meta/recipes-connectivity: "
` [OE-core][dunfell 26/27] meta/recipes-devtools: "
` [OE-core][dunfell 27/27] meta/recipes-core: "

[PATCH] Enable ACPI_ADR_SPACE_PCI_CONFIG in acpi_gbl_default_address_spaces only when ACPI_PCI_CONFIGURED is defined
 2021-03-05 14:48 UTC  (6+ messages)

[PATCH] build: require glib >= 2.60
 2021-03-05 14:49 UTC  (2+ messages)

[Qemu-devel] [PATCH] monitor: increase amount of data for monitor to read
 2021-03-05 14:47 UTC  (7+ messages)

[PATCH] virtiofs: Fail dax mount if device does not support it
 2021-03-05 14:48 UTC  (4+ messages)
    ` [Virtio-fs] "

stable-rc/queue/4.14 baseline: 92 runs, 4 regressions (v4.14.223-38-gdcddff98c60b)
 2021-03-05 14:47 UTC 

[RFC] Open multiple trace files and, if possible, pair them
 2021-03-05 14:47 UTC  (3+ 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.