messages from 2023-01-12 19:08:41 to 2023-01-12 19:32:22 UTC [more...]
[PATCH v2 1/4] eapol: implement rekey support for authenticator
2023-01-12 19:32 UTC (4+ messages)
` [PATCH v2 2/4] eapol: detect message 2/4 retransmits
` [PATCH v2 3/4] ap: support PTK rekeys
` [PATCH v2 4/4] doc: Document RekeyTimeout for AP profiles
[Buildroot] [PATCH 1/1] package/trinity: fix build with kernel >= 6.1
2023-01-12 19:32 UTC (2+ messages)
[PATCH v7 00/68] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-01-12 19:19 UTC (90+ messages)
` [PATCH v7 01/68] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v7 02/68] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v7 03/68] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v7 04/68] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v7 05/68] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v7 06/68] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v7 07/68] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v7 08/68] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v7 09/68] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v7 10/68] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v7 11/68] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v7 12/68] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v7 13/68] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v7 14/68] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v7 15/68] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v7 16/68] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v7 17/68] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v7 18/68] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v7 19/68] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v7 20/68] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v7 21/68] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v7 22/68] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v7 23/68] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v7 24/68] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v7 25/68] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v7 26/68] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v7 27/68] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v7 28/68] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v7 29/68] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v7 30/68] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v7 31/68] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v7 32/68] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v7 33/68] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v7 34/68] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v7 35/68] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v7 36/68] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v7 37/68] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v7 38/68] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v7 39/68] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v7 40/68] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v7 41/68] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v7 42/68] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v7 43/68] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v7 44/68] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v7 45/68] KVM: arm64: nv: Load timer before the GIC
` [PATCH v7 46/68] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v7 47/68] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v7 48/68] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v7 49/68] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v7 50/68] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v7 51/68] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v7 52/68] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v7 53/68] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v7 54/68] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v7 55/68] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v7 56/68] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v7 57/68] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v7 58/68] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v7 59/68] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v7 60/68] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v7 61/68] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v7 62/68] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v7 63/68] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v7 64/68] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v7 65/68] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v7 66/68] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v7 67/68] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v7 68/68] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on
[PATCH 0/5] clk: qcom: msm8996: add support for the CBF clock
2023-01-12 19:26 UTC (4+ messages)
` [PATCH 2/5] clk: qcom: add msm8996 Core Bus Framework (CBF) support
[PATCH v5 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
2023-01-12 19:25 UTC (6+ messages)
` [PATCH v5 net-next 5/5] net: ethernet: mtk_wed: add reset/reset_complete callbacks
[Buildroot] [PATCH 1/1] package/wireshark: fix legal info
2023-01-12 19:31 UTC (2+ messages)
stable-rc/queue/4.19 baseline: 53 runs, 10 regressions (v4.19.269-465-g38d0f8a5c07d)
2023-01-12 19:25 UTC
[PATCH 1/1] doc: build infodocs target on Gitlab CI, Azure
2023-01-12 19:30 UTC
[PATCH] crypto/qat: fix build
2023-01-12 19:30 UTC
[PATCH v3] cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregistering
2023-01-12 19:24 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libpjsip: security bump to version 2.13
2023-01-12 19:29 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-xlsxwriter: bump to version 3.0.6
2023-01-12 19:28 UTC (2+ messages)
[PATCH v4] can: isotp: handle wait_event_interruptible() return values
2023-01-12 19:23 UTC
[PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name
2023-01-12 19:23 UTC (2+ messages)
[PATCH -next] thermal: Fix unsigned comparison with less than zero
2023-01-12 19:23 UTC (3+ messages)
[PATCH v6 0/2] cpuidle: teo: Introduce util-awareness
2023-01-12 19:22 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-web2py: bump to version 2.23.0
2023-01-12 19:28 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/redis: bump to v7.0.7
2023-01-12 19:27 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-weasyprint: bump to version 57.2
2023-01-12 19:27 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-watchdog: bump to version 2.2.1
2023-01-12 19:26 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-ujson: bump to version 5.7.0
2023-01-12 19:26 UTC (2+ messages)
[Buildroot] [git commit] package/libsigc: switch to https download
2023-01-12 19:24 UTC
[Buildroot] [git commit] configs/liteboard: bump u-boot to 2023.01
2023-01-12 19:19 UTC
[Buildroot] [git commit] package/python-maturin: bump to version 0.14.9
2023-01-12 19:20 UTC
[Buildroot] [git commit] package/libsigc: bump to version 3.4.0
2023-01-12 19:24 UTC
[Buildroot] [git commit] DEVELOPERS: add Daniel Lang for package/libsigc
2023-01-12 19:25 UTC
[Buildroot] [git commit] board/orangepi-zero-plus: bump Linux/U-Boot and switch to extlinux
2023-01-12 19:21 UTC
[PATCH net-next 0/9] devlink: remove the wait-for-references on unregister
2023-01-12 19:20 UTC (12+ messages)
` [PATCH net-next 7/9] devlink: allow registering parameters after the instance
ideapad-laptop touchpad handling problems, request for help
2023-01-12 19:17 UTC (3+ messages)
[Buildroot] [git commit] configs/chiliboard: bump linux to 6.1.4
2023-01-12 19:17 UTC
[Buildroot] [git commit] configs/liteboard: bump linux to 6.1.4
2023-01-12 19:19 UTC
[Buildroot] [git commit] configs/chiliboard: bump u-boot to 2023.01
2023-01-12 19:19 UTC
[PATCH] clk: create write_enable file to control clk rate write and other dangerous ops permission
2023-01-12 19:18 UTC (4+ messages)
stable-rc/linux-4.14.y build: 190 builds: 2 failed, 188 passed, 43 warnings (v4.14.302-325-g8ebb644a0494)
2023-01-12 19:17 UTC
[Buildroot] [git commit] package/iw: bump version to 5.19
2023-01-12 19:17 UTC
[PATCH v2 0/6] Clean up the supported xfeatures
2023-01-12 19:17 UTC (8+ messages)
` [PATCH v2 1/6] KVM: x86: Clear all supported MPX xfeatures if they are not all set
[Buildroot] [PATCH 3/3] DEVELOPERS: add Daniel Lang for package/libsigc
2023-01-12 19:25 UTC (2+ messages)
[PATCH v4 0/3] hwrng: starfive: Add driver for TRNG module
2023-01-12 19:16 UTC (4+ messages)
` [PATCH v4 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
[Buildroot] [PATCH 2/3] package/libsigc: switch to https download
2023-01-12 19:25 UTC (2+ messages)
[PATCH v2] x86/hibernate: Use fixmap for saving unmapped pages
2023-01-12 19:15 UTC (5+ messages)
[Intel-wired-lan] [PATCH net v2] ice: Fix deadlock on the rtnl_mutex
2023-01-12 19:14 UTC (5+ messages)
` "
[Buildroot] [PATCH 1/3] package/libsigc: bump to version 2.4.0
2023-01-12 19:24 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: return true if all cmd were issued or no cmd need to be issued for f2fs_issue_discard_timeout()
2023-01-12 19:14 UTC (2+ messages)
` "
[PATCH v5 00/23] Convert to filemap_get_folios_tag()
2023-01-12 19:23 UTC (4+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
` [Cluster-devel] "
[PATCH] platform/x86: int3472/discrete: Ensure the clk/power enable pins are in output mode
2023-01-12 19:11 UTC (2+ messages)
[PATCH] clk: qcom: gdsc: Disable HW control until supported
2023-01-12 19:10 UTC (2+ messages)
[PATCH bpf-next v7 00/17] xdp: hints via kfuncs
2023-01-12 19:10 UTC (7+ messages)
` [PATCH bpf-next v7 15/17] net/mlx5e: Introduce wrapper for xdp_buff
` [PATCH bpf-next v7 16/17] net/mlx5e: Support RX XDP metadata
[Buildroot] [PATCH] board/orangepi-zero-plus: bump Linux/U-Boot and switch to extlinux
2023-01-12 19:22 UTC (2+ messages)
[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
2023-01-12 19:09 UTC (4+ messages)
[RFC] platform/x86: dell-ddv: Add hwmon support
2023-01-12 19:08 UTC (2+ messages)
New Lenovo Legion Fan, Temperature, Power Mode Driver
2023-01-12 19:07 UTC (2+ messages)
[PATCH 1/8] bnxt_en: Add auxiliary driver support
2023-01-12 19:08 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-maturin: bump to version 0.14.9
2023-01-12 19:20 UTC (2+ messages)
[PATCH] drm/amd/display: Remove useless else if
2023-01-12 19:07 UTC (2+ messages)
[Buildroot] [PATCH 1/2] configs/liteboard: bump linux to 6.1.4
2023-01-12 19:19 UTC (4+ messages)
` [Buildroot] [PATCH 2/2] configs/liteboard: bump u-boot to 2023.01
[RFC 0/3] Shut down frozen filesystems on last unmount
2023-01-12 19:07 UTC (3+ messages)
` [PATCH 3/3] gfs2: Shut down frozen filesystem "
[Buildroot] [PATCH 1/2] configs/chiliboard: bump linux to 6.1.4
2023-01-12 19:19 UTC (4+ messages)
` [Buildroot] [PATCH 2/2] configs/chiliboard: bump u-boot to 2023.01
[PATCH v11 00/13] x86/resctrl: Support for AMD QoS new features
2023-01-12 19:06 UTC (8+ messages)
` [PATCH v11 13/13] Documentation/x86: Update resctrl.rst for "
[PATCH v2] rcu: Fix the start_poll_synchronize_rcu_expedited() be invoked very early
2023-01-12 19:06 UTC (2+ messages)
[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
2023-01-12 19:18 UTC (4+ messages)
[Buildroot] [PATCH 1/1] package/iw: bump version to 5.19
2023-01-12 19:17 UTC (2+ messages)
[PATCH 0/4] qemu-img: Fix exit code for errors closing the image
2023-01-12 19:14 UTC (5+ messages)
` [PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
` [PATCH 2/4] qemu-img commit: Report errors while closing the image
` [PATCH 3/4] qemu-img bitmap: "
` [PATCH 4/4] qemu-iotests: Test qemu-img bitmap/commit exit code on error
[PATCH] platform/x86/amd: Fix refcount leak in amd_pmc_probe
2023-01-12 19:05 UTC (2+ messages)
[Buildroot] [git commit] package/perl-http-daemon: bump version to 6.14
2023-01-12 19:10 UTC
[Buildroot] [git commit] package/perl-http-message: bump version to 6.44
2023-01-12 19:10 UTC
[Buildroot] [git commit] package/perl-uri: bump version to 5.17
2023-01-12 19:15 UTC
[Buildroot] [git commit] package/perl-net-dns: bump version to 1.36
2023-01-12 19:14 UTC
[Buildroot] [git commit] package/perl-html-parser: bump version to 3.80
2023-01-12 19:10 UTC
[Buildroot] [git commit] package/perl-file-listing: bump version to 6.15
2023-01-12 19:10 UTC
[Buildroot] [PATCH 1/7] package/perl-file-listing: bump version to 6.15
2023-01-12 19:15 UTC (14+ messages)
` [Buildroot] [PATCH 2/7] package/perl-html-parser: bump version to 3.80
` [Buildroot] [PATCH 3/7] package/perl-http-daemon: bump version to 6.14
` [Buildroot] [PATCH 4/7] package/perl-http-message: bump version to 6.44
` [Buildroot] [PATCH 5/7] package/perl-mail-dkim: bump version to 1.20220520
` [Buildroot] [PATCH 6/7] package/perl-net-dns: bump version to 1.36
` [Buildroot] [PATCH 7/7] package/perl-uri: bump version to 5.17
[PATCH] MAINTAINERS: step down as vfio reviewer
2023-01-12 19:00 UTC (2+ messages)
completion timeouts with pin-based interrupts in QEMU hw/nvme
2023-01-12 19:14 UTC (4+ messages)
Patch "net/ulp: prevent ULP without clone op from entering the LISTEN status" has been added to the 5.4-stable tree
2023-01-12 19:03 UTC (3+ messages)
[PATCH] HID: amd_sfh: if no sensors are enabled, clean up
2023-01-12 19:01 UTC
PCI ASPM regression resulting from commit 4ff116d0d5fd8
2023-01-12 19:00 UTC
[BUG] SoftAP: zero speed between clients on QCA6174
2023-01-12 19:12 UTC (2+ messages)
[PATCH v3 1/1] x86: Support APU5 in PCEngines platform driver
2023-01-12 18:57 UTC (2+ messages)
[PATCH 1/1] md: fix incorrect declaration about claim_rdev in md_import_device
2023-01-12 18:58 UTC (3+ messages)
[PATCH] misc: fastrpc: Pass bitfield into qcom_scm_assign_mem
2023-01-12 18:23 UTC
❌ FAIL (28/383 SKIPPED): Test report for master (6.2.0-rc3, mainline.kernel.org-clang, e8f60cd7)
2023-01-12 19:11 UTC
[PATCH v3 0/1] vfio/type1: Fix vfio-pci pass-through of ISM devices
2023-01-12 18:55 UTC (3+ messages)
` [PATCH v3 1/1] vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()
[PATCH] scripts: handle BrokenPipeError for python scripts
2023-01-12 18:55 UTC (2+ messages)
[PATCH v1] platform/x86: intel/pmc/core: Add Meteor Lake mobile support
2023-01-12 18:51 UTC (2+ messages)
[PATCH net] net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()
2023-01-12 18:53 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 22.3.3
2023-01-12 19:09 UTC
[PATCH v2] iio: temperature: Add MCP9600 thermocouple EMF converter driver
2023-01-12 19:05 UTC (2+ messages)
[PATCH bpf-next v1 0/8] Dynptr fixes
2023-01-12 18:51 UTC (5+ messages)
` [PATCH bpf-next v1 3/8] bpf: Fix partial dynptr stack slot reads/writes
[PATCH v1 1/1] pinctrl: sunplus: sppctl: Remove duplicate assignment of of_gpio_n_cells
2023-01-12 18:51 UTC
arch/arm64/kvm/hyp/nvhe/stacktrace.c:15:1: sparse: sparse: symbol '__pcpu_scope_kvm_stacktrace_info' was not declared. Should it be static?
2023-01-12 19:07 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.