All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-10 15:52:48 to 2020-12-10 16:09:50 UTC [more...]

[PATCH 4.19 00/39] 4.19.163-rc1 review
 2020-12-10 14:27 UTC  (3+ messages)
` [PATCH 4.19 24/39] x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes
` [PATCH 4.19 27/39] speakup: Reject setting the speakup line discipline outside of speakup

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-12-10 16:00 UTC  (109+ messages)
` [PATCH v3 01/66] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v3 02/66] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v3 03/66] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v3 04/66] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v3 05/66] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v3 06/66] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v3 07/66] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v3 08/66] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v3 09/66] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v3 10/66] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v3 11/66] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v3 12/66] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v3 13/66] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v3 14/66] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v3 15/66] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v3 16/66] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v3 17/66] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v3 18/66] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v3 19/66] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v3 20/66] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v3 21/66] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v3 22/66] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v3 23/66] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP, FPEN} settings
` [PATCH v3 24/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v3 25/66] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v3 26/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v3 27/66] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v3 28/66] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v3 29/66] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v3 30/66] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v3 31/66] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v3 32/66] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v3 33/66] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v3 34/66] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v3 35/66] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v3 36/66] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v3 37/66] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v3 38/66] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v3 39/66] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v3 40/66] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v3 41/66] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v3 42/66] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v3 43/66] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v3 44/66] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v3 45/66] KVM: arm64: nv: Load timer before the GIC
` [PATCH v3 46/66] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v3 47/66] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v3 48/66] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v3 49/66] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v3 50/66] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v3 51/66] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v3 52/66] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v3 53/66] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v3 54/66] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v3 55/66] KVM: arm64: Allow populating S2 SW bits
` [PATCH v3 56/66] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v3 57/66] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v3 58/66] KVM: arm64: Map VNCR-capable registers to a separate page
` [PATCH v3 59/66] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v3 60/66] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v3 61/66] KVM: arm64: nv: Synchronize PSTATE early on exit
` [PATCH v3 62/66] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v3 63/66] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v3 64/66] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v3 65/66] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v3 66/66] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests

acpi_device_notify() binding devices that don't seem like they should be bound
 2020-12-10 16:07 UTC  (11+ messages)

[PATCH v2 0/5] ALSA: hda/ca0132 - Fix no-audio issues and add documentation
 2020-12-10 16:06 UTC  (6+ messages)
` [PATCH v2 1/5] ALSA: hda/ca0132 - Reset codec upon initialization
` [PATCH v2 2/5] ALSA: hda/ca0132 - Add stream port remapping function
` [PATCH v2 3/5] ALSA: hda/ca0132 - Add 8051 exram helper functions

[input:master] BUILD SUCCESS 7002932325ef8efff354a70b93a63dcdbca20d81
 2020-12-10 16:06 UTC 

[meta-zephyr][PATCH 0/5] Add 96Boards Nitrogen support
 2020-12-10 16:09 UTC  (6+ messages)
` [meta-zephyr][PATCH 5/5] zephyr-flash-pyocd.bbclass: support for flashing via pyocd
  ` [yocto] "

[PATCH] file-posix: detect the lock using the real file
 2020-12-10 15:59 UTC  (10+ messages)
` [PATCH v2] "

[PATCH v4 00/15] Cryptodisk fixes for v2.06 redux
 2020-12-10 16:08 UTC  (6+ messages)
` [PATCH v8 00/18] "
  ` [PATCH v8 14/18] luks2: Better error handling when setting up the cryptodisk
  ` [PATCH v8 15/18] luks2: Error check segment.sector_size

Hardcoded multicast queue length in macvlan.c driver causes poor multicast receive performance
 2020-12-10 16:07 UTC  (4+ messages)
    ` [PATCH iproute2-next v1] iplink macvlan: Added bcqueuelen parameter

[PATCH v2 0/8] Raspberry Pi 400/Compute Module 4 support
 2020-12-10 16:08 UTC  (3+ messages)
` [PATCH v2 4/8] dm: Introduce xxx_get_dma_range()

[PATCH] imx: Add support for i.MX8MN Beacon EmbeddedWorks devkit
 2020-12-10 16:07 UTC 

[PATCH 0/4] Remove deprecated CLI parameters
 2020-12-10 15:58 UTC  (5+ messages)
` [PATCH 1/4] accel/tcg: Remove deprecated '-tb-size' option
` [PATCH 2/4] docs/system: Move the list of removed features to a separate file
` [PATCH 3/4] Remove the deprecated -realtime option
` [PATCH 4/4] Remove the deprecated -show-cursor option

[RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-10 16:04 UTC  (6+ messages)
` [RESEND PATCH v2 01/12] mm: memcontrol: fix NR_ANON_THPS account

[PATCH v3 0/7] xen/arm: Emulate ID registers
 2020-12-10 16:05 UTC  (15+ messages)
` [PATCH v3 1/7] xen/arm: Add ID registers and complete cpuinfo
` [PATCH v3 2/7] xen/arm: Add arm64 ID registers definitions
` [PATCH v3 3/7] xen/arm: create a cpuinfo structure for guest

[PATCH] ipvs: add weighted random twos choice algorithm
 2020-12-10 16:05 UTC 

[PATCH bpf-next] samples/bpf: fix possible hang in xdpsock with multiple threads
 2020-12-10 16:03 UTC  (2+ messages)

[PATCH] ext4: Fix an IS_ERR() vs NULL check
 2020-12-10 16:04 UTC  (2+ messages)

[PATCH v2 0/7] watchdog/softlockup: Report overall time and some cleanup
 2020-12-10 16:00 UTC  (4+ messages)
` [PATCH v2 5/7] watchdog: Fix barriers when printing backtraces from all CPUs
` [PATCH v2 6/7] watchdog: Cleanup handling of false positives
` [PATCH v2 7/7] Test softlockup

[PATCH v3] usb: musb: remove unused variable 'devctl'
 2020-12-10 15:01 UTC  (3+ messages)

[PATCH] ASoC: Intel: Skylake: Check the kcontrol against NULL
 2020-12-10 16:01 UTC  (4+ messages)

[meta-zephyr][PATCH v3 0/5] Add 96Boards Nitrogen support
 2020-12-10 16:02 UTC  (6+ messages)
` [meta-zephyr][PATCH v3 1/5] zephyr-kernel: clone Nordic HAL
` [meta-zephyr][PATCH v3 2/5] conf: machine: add support for Nordic nRF52832 Cortex-M4 chip
` [meta-zephyr][PATCH v3 3/5] conf: machine: add 96boards Nitrogen support
` [meta-zephyr][PATCH v3 4/5] zephyr-flash-pyocd.bbclass: support for flashing via pyocd
` [meta-zephyr][PATCH v3 5/5] classes: build zephyr-kernel-test-all for non-qemu boards

[dpdk-dev] [PATCH v2 00/17] fixes and refactoring changes for bnxt
 2020-12-10 16:02 UTC  (12+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 08/17] net/bnxt: fix format specifier for unsigned int
  ` [dpdk-dev] [PATCH v3 11/17] net/bnxt: use the right function to free mbuf
  ` [dpdk-dev] [PATCH v3 12/17] net/bnxt: remove function declaration
  ` [dpdk-dev] [PATCH v3 15/17] net/bnxt: changes to indentation and coding style
  ` [dpdk-dev] [PATCH v3 16/17] net/bnxt: add missing comments

[PATCH 01/13] docs: conf.py: fix sphinx version detection for margin set
 2020-12-10 16:01 UTC  (2+ messages)
` [PATCH RFC] docs: experimental: build PDF with rst2pdf

[PATCH] drm: rework description of primary and cursor planes
 2020-12-10 16:01 UTC  (9+ messages)

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.162-40-ga556f48a1f86)
 2020-12-10 16:00 UTC 

[PATCH -next] pinctrl/spear: simplify the return expression of spear300_pinctrl_probe()
 2020-12-10 15:59 UTC  (3+ messages)

[PATCH v2 03/16] KVM: x86/xen: intercept xen hypercalls if enabled
 2020-12-10 16:01 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix selftest compilation on clang 11
 2020-12-10 16:00 UTC  (2+ messages)

[PATCH] mm, slab, slub: clear the slab_cache field when freeing page
 2020-12-10 16:00 UTC 

[PATCH 0/3] block: blk_interposer - Block Layer Interposer
 2020-12-10 15:58 UTC  (5+ messages)
` [PATCH 2/3] block: blk_interposer - sample

[PATCH 5.9 00/75] 5.9.14-rc1 review
 2020-12-10 14:27 UTC  (8+ messages)
` [PATCH 5.9 03/75] USB: serial: ch341: add new Product ID for CH341A
` [PATCH 5.9 08/75] tty: Fix ->pgrp locking in tiocspgrp()
` [PATCH 5.9 22/75] cifs: allow syscalls to be restarted in __smb_send_rqst()
` [PATCH 5.9 23/75] cifs: fix potential use-after-free in cifs_echo_request()
` [PATCH 5.9 38/75] drm/i915/gt: Limit frequency drop to RPe on parking
` [PATCH 5.9 41/75] scsi: mpt3sas: Fix ioctl timeout
` [PATCH 5.9 44/75] dm writecache: fix the maximum number of arguments

[PULL 0/5] aspeed queue
 2020-12-10 15:59 UTC  (2+ messages)

[PATCH v8 00/12] Free some vmemmap pages of HugeTLB page
 2020-12-10 15:57 UTC  (4+ messages)
` [PATCH v8 04/12] mm/hugetlb: Free the vmemmap pages associated with each "
    ` [External] "

[PATCH 1/5] thermal/core: Emit a warning if the thermal zone is updated without ops
 2020-12-10 14:37 UTC  (3+ messages)
` [PATCH 5/5] thermal/core: Remove notify ops

[PATCH wireless -next] wireless/ath10k: simplify the return expression of ath10k_ahb_chip_reset()
 2020-12-10 14:37 UTC  (2+ messages)

[PATCH v6 00/25] xl / libxl: named PCI pass-through devices
 2020-12-10 15:56 UTC  (5+ messages)

[PATCH v2] file-posix: detect the lock using the real file
 2020-12-10 15:54 UTC 

[PATCH] ALSA: hda/hdmi: fix silent stream for first playback to DP
 2020-12-10 15:54 UTC  (2+ messages)

[PATCH] x86/HVM: refine when to send mapcache invalidation request to qemu
 2020-12-10 15:55 UTC  (4+ messages)

[PATCH] drm/amdgpu: take runtime pm reference when we attach a buffer
 2020-12-10 15:54 UTC  (7+ messages)

[PATCH bpf-next] selftests/bpf: xsk selftests - adding xdpxceiver to .gitignore
 2020-12-10 15:50 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2020-12-10 15:50 UTC 

[PATCH v4 net-next 0/2] add ppp_generic ioctl(s) to bridge channels
 2020-12-10 15:50 UTC  (3+ messages)
` [PATCH v4 net-next 1/2] ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctls
` [PATCH v4 net-next 2/2] docs: update ppp_generic.rst to document new ioctls

[PATCH bpf-next] net: xdp: introduce xdp_init_buff utility routine
 2020-12-10 15:50 UTC 

[PATCH v2] util-linux: split uuid in separate recipe to allow bootstrapping
 2020-12-10 15:52 UTC  (3+ messages)
` [PATCH v3] "
  ` [OE-core] "

Security Working Group meeting - Wednesday December 9
 2020-12-10 15:10 UTC  (2+ messages)
` Security Working Group meeting - Wednesday December 9 - results

[PATCH v8, 0/6] drm/mediatek: add support for mediatek SOC MT8183
 2020-12-10 15:50 UTC  (3+ messages)
` [PATCH v8, 5/6] drm/mediatek: add RDMA fifo size error handle


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.