All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-05 14:59:28 to 2021-03-05 15:21:10 UTC [more...]

[PATCH v4 00/11] evm: Improve usability of portable signatures
 2021-03-05 15:19 UTC  (5+ messages)
` [PATCH v4 01/11] evm: Execute evm_inode_init_security() only when an HMAC key is loaded
` [PATCH v4 02/11] evm: Load EVM key in ima_load_x509() to avoid appraisal
` [PATCH v4 03/11] evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
` [PATCH v4 04/11] ima: Move ima_reset_appraise_flags() call to post hooks

[PATCH v3 00/41] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-05 15:06 UTC  (76+ 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 for-4.15 0/3] tools/libs: Multiple fixes to header handling
 2021-03-05 15:20 UTC  (8+ messages)
` [PATCH 2/3] xen/dmop: Strip __XEN_TOOLS__ header guard from public API

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-05 15:19 UTC  (19+ 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
` [RFT PATCH v3 21/27] tty: serial: samsung_tty: IRQ rework
` [RFT PATCH v3 22/27] tty: serial: samsung_tty: Use devm_ioremap_resource

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

[RFC PATCH v3 0/3] blk-mq: Avoid use-after-free for accessing old requests
 2021-03-05 15:14 UTC  (4+ messages)
` [RFC PATCH v3 1/3] blk-mq: Clean up references to old requests when freeing rqs
` [RFC PATCH v3 2/3] blk-mq: Freeze and quiesce all queues for tagset in elevator_exit()
` [RFC PATCH v3 3/3] blk-mq: Lockout tagset iterator when exiting elevator

syzbot reporting less duplicates
 2021-03-05 15:18 UTC  (6+ messages)

[RFC v4 00/33] arm cleanup experiment for kvm-only build
 2021-03-05 14:59 UTC  (25+ 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 09/33] target/arm: split cpregs from tcg/helper.c
` [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 12/33] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [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 16/33] target/arm: split vfp state setting from tcg helpers
` [RFC v4 17/33] target/arm: move arm_mmu_idx* to cpu-mmu
` [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 20/33] target/arm: move arm_cpu_list to common_cpu
` [RFC v4 22/33] target/arm: split 32bit cpu models from cpu.c to cpu32.c
` [RFC v4 23/33] target/arm: move sve_exception_el out of TCG helpers
` [RFC v4 26/33] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v4 28/33] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/

[PATCH 0/5] sysinfo: Add gpio sysinfo driver
 2021-03-05 15:19 UTC  (8+ messages)
` [PATCH 3/5] sysinfo: Require that sysinfo_detect be called before other methods
` [PATCH 4/5] sysinfo: Add gpio-sysinfo driver

[PATCH 1/5] drm/amdgpu: allow variable BO struct creation
 2021-03-05 15:19 UTC  (13+ 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 "

[PATCH] docs: qsd: Explain --export nbd,name=... default
 2021-03-05 15:06 UTC  (2+ messages)

[RFC] inode.i_opflags - Usage of two different locking schemes
 2021-03-05 15:18 UTC  (2+ messages)

[PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests
 2021-03-05 15:04 UTC  (3+ messages)
` [PATCH v3 4/5] tests/acceptance: update sunxi kernel from armbian to 5.10.16

[Buildroot] [PATCH v2, 1/1] package/sdl_image: add SDL_IMAGE_CPE_ID_VENDOR
 2021-03-05 15:19 UTC 

driver notification when switching between battery vs AC power?
 2021-03-05 15:18 UTC  (2+ messages)

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

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

[Buildroot] [PATCH 1/1] package/sdl_image: add LIBSDL_CPE_ID_VENDOR
 2021-03-05 15:16 UTC 

Rpi boots with boot.scr and does not with extlinux.conf
 2021-03-05 15:16 UTC 

[PATCH 1/5] drm/amdgpu: allow variable BO struct creation
 2021-03-05 15:15 UTC  (6+ 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 "

[Buildroot] [PATCH 0/2] package/belle-sip: work around bug 99410
 2021-03-05 15:15 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_99410
` [Buildroot] [PATCH 2/2] package/belle-sip: fix build failure due to gcc bug 99410

[xen-unstable-smoke test] 159837: tolerable all pass - PUSHED
 2021-03-05 15:14 UTC 

[Buildroot] [PATCH 1/1] package/sdl2_image: add SDL2_IMAGE_CPE_ID_PRODUCT
 2021-03-05 15:14 UTC 

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

[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] "

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

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)

[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  (5+ messages)
` [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

[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  (4+ messages)
` [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 


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.