All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-20 20:36:15 to 2020-03-20 21:36:36 UTC [more...]

[Buildroot] [PATCH 1/3] board/chiliboard: drop custom post-image script
 2020-03-20 21:36 UTC  (2+ messages)

[Buildroot] [git commit] board/chiliboard: bump U-Boot to 2020.01
 2020-03-20 21:35 UTC 

[Buildroot] [git commit] board/chiliboard: bump Linux to 5.4.26
 2020-03-20 21:35 UTC 

[Buildroot] [git commit] board/chiliboard: drop custom post-image script
 2020-03-20 21:35 UTC 

[Buildroot] [Bug 12686] New: recipe for target 'install_dev' failed (libcrypto.so: file format not recognized)
 2020-03-20 21:35 UTC  (2+ messages)
` [Buildroot] [Bug 12686] "

[Buildroot] [PATCH 1/2] board/liteboard: drop custom post-image script
 2020-03-20 21:34 UTC  (2+ messages)

[Buildroot] [git commit] board/liteboard: bump U-Boot to 2020.01
 2020-03-20 21:33 UTC 

[Buildroot] [git commit] board/liteboard: drop custom post-image script
 2020-03-20 21:33 UTC 

[PATCH bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-20 21:33 UTC  (8+ messages)
` [PATCH bpf-next 1/6] bpf: factor out cgroup storages operations
` [PATCH bpf-next 2/6] bpf: factor out attach_type to prog_type mapping for attach/detach
` [PATCH bpf-next 3/6] bpf: implement bpf_link-based cgroup BPF program attachment
` [PATCH bpf-next 4/6] bpf: implement bpf_prog replacement for an active bpf_cgroup_link
` [PATCH bpf-next 5/6] libbpf: add support for bpf_link-based cgroup attachment
` [PATCH bpf-next 6/6] selftests/bpf: test FD-based "

[PATCH 1/6] ptp: move ocelot ptp clock code out of Ethernet driver
 2020-03-20 21:31 UTC  (3+ messages)

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2020-03-20 21:28 UTC  (38+ messages)
` [PATCH v3 01/37] KVM: VMX: Flush all EPTP/VPID contexts on remote TLB flush
` [PATCH v3 02/37] KVM: nVMX: Validate the EPTP when emulating INVEPT(EXTENT_CONTEXT)
` [PATCH v3 03/37] KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1
` [PATCH v3 04/37] KVM: nVMX: Invalidate all roots when emulating INVVPID without EPT
` [PATCH v3 05/37] KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)
` [PATCH v3 06/37] KVM: x86: Consolidate logic for injecting page faults to L1
` [PATCH v3 07/37] KVM: x86: Sync SPTEs when injecting page/EPT fault into L1
` [PATCH v3 08/37] KVM: VMX: Skip global INVVPID fallback if vpid==0 in vpid_sync_context()
` [PATCH v3 09/37] KVM: VMX: Use vpid_sync_context() directly when possible
` [PATCH v3 10/37] KVM: VMX: Move vpid_sync_vcpu_addr() down a few lines
` [PATCH v3 11/37] KVM: VMX: Handle INVVPID fallback logic in vpid_sync_vcpu_addr()
` [PATCH v3 12/37] KVM: VMX: Drop redundant capability checks in low level INVVPID helpers
` [PATCH v3 13/37] KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID with address
` [PATCH v3 14/37] KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook
` [PATCH v3 15/37] KVM: VMX: Clean up vmx_flush_tlb_gva()
` [PATCH v3 16/37] KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
` [PATCH v3 17/37] KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb()
` [PATCH v3 18/37] KVM: VMX: Move vmx_flush_tlb() to vmx.c
` [PATCH v3 19/37] KVM: nVMX: Move nested_get_vpid02() to vmx/nested.h
` [PATCH v3 20/37] KVM: VMX: Introduce vmx_flush_tlb_current()
` [PATCH v3 21/37] KVM: SVM: Document the ASID logic in svm_flush_tlb()
` [PATCH v3 22/37] KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()
` [PATCH v3 23/37] KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit
` [PATCH v3 24/37] KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASID
` [PATCH v3 25/37] KVM: x86/mmu: Use KVM_REQ_TLB_FLUSH_CURRENT for MMU specific flushes
` [PATCH v3 26/37] KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested VM-Enter/VM-Exit
` [PATCH v3 27/37] KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessary
` [PATCH v3 28/37] KVM: VMX: Retrieve APIC access page HPA only when necessary
` [PATCH v3 29/37] KVM: VMX: Don't reload APIC access page if its control is disabled
` [PATCH v3 30/37] KVM: x86/mmu: Move fast_cr3_switch() side effects to __kvm_mmu_new_cr3()
` [PATCH v3 31/37] KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switch
` [PATCH v3 32/37] KVM: x86/mmu: Add module param to force TLB flush on root reuse
` [PATCH v3 33/37] KVM: nVMX: Skip MMU sync on nested VMX transition when possible
` [PATCH v3 34/37] KVM: nVMX: Don't flush TLB on nested VMX transition
` [PATCH v3 35/37] KVM: nVMX: Free only the affected contexts when emulating INVEPT
` [PATCH v3 36/37] KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related code
` [PATCH v3 37/37] KVM: VMX: Clean cr3/pgd handling in vmx_load_mmu_pgd()

[PATCH V9 00/10] Nested Shared Virtual Address (SVA) VT-d support
 2020-03-20 21:35 UTC  (5+ messages)
` [PATCH V9 02/10] iommu/uapi: Define a mask for bind data

[PATCH bpf-next 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-20 21:30 UTC  (8+ messages)
` [PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP

[PATCH 00/15] btrfs: read repair/direct I/O improvements
 2020-03-20 21:29 UTC  (6+ messages)
` [PATCH 15/15] btrfs: unify buffered and direct I/O read repair

[Buildroot] [PATCH 1/3] Makefile: don't hang the build if there are no file lists
 2020-03-20 21:29 UTC  (4+ messages)

[PATCH] mtd: spi: Add Macronix MX25U3235F device
 2020-03-20 21:27 UTC 

[PATCH] btrfs: sysfs: Use scnprintf() for avoiding potential buffer overflow
 2020-03-20 21:26 UTC  (4+ messages)

[PATCH 0/5] x86/vmware: Steal time accounting support
 2020-03-20 21:26 UTC  (10+ messages)
` [PATCH 1/5] x86/vmware: Make vmware_select_hypercall() __init
` [PATCH 2/5] x86/vmware: Remove vmware_sched_clock_setup()
` [PATCH 3/5] x86/vmware: Steal time clock for VMware guest
` [PATCH 4/5] x86/vmware: Enable steal time accounting
` [PATCH 5/5] x86/vmware: Use bool type for vmw_sched_clock

[Xen-devel] [PATCH 0/4] x86/ucode: Cleanup - Part 2/n
 2020-03-20 21:24 UTC  (5+ messages)
` [Xen-devel] [PATCH 1/4] x86/ucode/amd: Fix assertion in compare_patch()
` [Xen-devel] [PATCH 2/4] x86/ucode: Fix error paths in apply_microcode()
` [Xen-devel] [PATCH 3/4] xen: Drop raw_smp_processor_id()
` [Xen-devel] [PATCH 4/4] xen: Introduce a xmemdup_bytes() helper

[RFC] current devlink extension plan for NICs
 2020-03-20 21:25 UTC  (4+ messages)

[PATCH] MIPS: Loongson: Add model name to /proc/cpuinfo
 2020-03-20 21:24 UTC  (4+ messages)

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-03-20 21:23 UTC  (10+ messages)
` [PATCH 18/70] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH 21/70] x86/boot/compressed/64: Add function to map a page unencrypted
` [PATCH 23/70] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH 62/70] x86/kvm: Add KVM specific VMMCALL handling under SEV-ES

[PATCH net] netlink: check for null extack in cookie helpers
 2020-03-20 21:22 UTC  (2+ messages)

[RFC PATCH 0/3] arm64: hibernate: idmap the single page that holds the copy page routines
 2020-03-20 21:22 UTC  (3+ messages)
` [RFC PATCH 3/3] "

[PATCH] trace2: teach Git to log environment variables
 2020-03-20 21:21 UTC  (2+ messages)

[Buildroot] [git commit] Makefile: assemble package file lists before calling post-build scripts
 2020-03-20 21:17 UTC 

[Buildroot] [git commit] Makefile: fix package file list if FOO_SUBDIR is set
 2020-03-20 21:15 UTC 

[PATCH] config: set pack.useSparse=true by default
 2020-03-20 21:14 UTC  (4+ messages)
` [PATCH v2] "

[Xen-devel] [xen-unstable-smoke test] 148786: tolerable all pass - PUSHED
 2020-03-20 21:14 UTC 

[PATCH v11 00/16] s390x: Protected Virtualization support
 2020-03-20 21:10 UTC  (3+ messages)
` [PATCH v11 03/16] s390x: protvirt: Support unpack facility

[Buildroot] [git commit] Makefile: don't hang the build if there are no file lists
 2020-03-20 21:13 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Avoid CRC buffer overflows
 2020-03-20 21:13 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_plane_multiple: Avoid CRC buffer overflows (rev3)

[Buildroot] [PATCH] package/radvd: drop dependency on flex runtime library
 2020-03-20 21:11 UTC  (2+ messages)

[Buildroot] [git commit] package/radvd: drop dependency on flex runtime library
 2020-03-20 21:10 UTC 

Babeltrace2 - compilation error with intel18
 2020-03-20 21:10 UTC 

[PATCH V2 1/1] x86/mce/amd: Add PPIN support for AMD MCE
 2020-03-20 21:09 UTC  (2+ messages)

[patch V2 08/15] Documentation: Add lock ordering and nesting documentation
 2020-03-20 21:02 UTC  (4+ messages)

[Buildroot] configuration fragment file names
 2020-03-20 21:03 UTC  (2+ messages)

[PATCH v7 0/4] xfs: Remove wrappers for some semaphores
 2020-03-20 21:03 UTC  (5+ messages)
` [PATCH v7 1/4] xfs: Refactor xfs_isilocked()
` [PATCH v7 2/4] xfs: clean up whitespace in xfs_isilocked() calls
` [PATCH v7 3/4] xfs: xfs_isilocked() can only check a single lock type
` [PATCH v7 4/4] xfs: replace mrlock_t with rw_semaphores

[nvdimm:libnvdimm-pending 14/20] arch/x86/include/asm/numa.h:84:10: error: 'EINVAL' undeclared
 2020-03-20 21:03 UTC 

[PATCH] spi: stm32: Fix comments compilation warnings
 2020-03-20 21:01 UTC  (4+ messages)
` Applied "spi: stm32: Fix comments compilation warnings" to the spi tree

[PATCH 4.19 00/48] 4.19.112-rc1 review
 2020-03-20 21:01 UTC  (2+ messages)

[PATCH net-next 0/4] MSCC PHY: RGMII delays and VSC8502 support
 2020-03-20 20:59 UTC  (5+ messages)
` [PATCH net-next 1/4] net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delay
` [PATCH net-next 2/4] net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_set

[PATCH] vfio-mdev: support mediated device creation in kernel
 2020-03-20 20:59 UTC  (4+ messages)

[PATCH v1 0/2] Support built-in Mic on Tegra boards that use WM8903
 2020-03-20 20:55 UTC  (8+ messages)
  ` [PATCH v1 1/2] dt-bindings: sound: tegra-wm8903: Document built-in microphone audio source
  ` [PATCH v1 2/2] ASoC: tegra: tegra_wm8903: Support DAPM events for built-in microphone

[PATCH 2/3] LKMM: Add litmus test for RCU GP guarantee where reader stores
 2020-03-20 20:56 UTC  (3+ messages)

[PATCH 0/7] KVM: Fix memslot use-after-free bug
 2020-03-20 20:55 UTC  (8+ messages)
` [PATCH 1/7] KVM: Fix out of range accesses to memslots
` [PATCH 2/7] KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()
` [PATCH 3/7] KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()
` [PATCH 4/7] KVM: selftests: Add helpers to consolidate open coded list operations
` [PATCH 5/7] KVM: selftests: Add util to delete memory region
` [PATCH 6/7] KVM: selftests: Expose the primary memslot number to tests
` [PATCH 7/7] KVM: selftests: Add "delete" testcase to set_memory_region_test

[PATCH 0/1] Bluetooth: btmrvl: Reset SDIO card on hang
 2020-03-20 20:56 UTC  (4+ messages)
` [PATCH 1/1] Bluetooth: btmrvl: Detect hangs and force a reset of the SDIO card

[MPTCP] Re: [PATCH v1 0/5] squash and cleanup
 2020-03-20 20:55 UTC 

[tip:locking/core] BUILD SUCCESS f6f48e18040402136874a6a71611e081b4d0788a
 2020-03-20 20:54 UTC 

[tip:sched/core] BUILD SUCCESS 6c8116c914b65be5e4d6f66d69c8142eb0648c22
 2020-03-20 20:54 UTC 

[Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 20.0.2
 2020-03-20 20:55 UTC  (2+ messages)

[Buildroot] [git commit] package/samba4: bump version to 4.11.7
 2020-03-20 20:54 UTC 

[Buildroot] [git commit] package/x11r7/xkeyboard-config: bump version to 2.29
 2020-03-20 20:54 UTC 

[Buildroot] [PATCH 1/1] package/samba4: bump version to 4.11.7
 2020-03-20 20:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xkeyboard-config: bump version to 2.29
 2020-03-20 20:54 UTC  (2+ messages)

[Buildroot] [git commit] package/{mesa3d, mesa3d-headers}: bump version to 20.0.2
 2020-03-20 20:54 UTC 

[PATCH 4.4 00/93] 4.4.217-rc1 review
 2020-03-20 20:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/x264: bump version to 20191217-2245
 2020-03-20 20:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/php: security bump version to 7.4.4
 2020-03-20 20:54 UTC  (2+ messages)

[Buildroot] [git commit] package/x264: bump version to 20191217-2245
 2020-03-20 20:53 UTC 

[Buildroot] [git commit] package/php: security bump version to 7.4.4
 2020-03-20 20:53 UTC 

b4 not finding patches
 2020-03-20 20:52 UTC  (5+ messages)

nvmetcli: Unable to run clear/restore
 2020-03-20 20:50 UTC 

[PATCH bpf-next] selftests/bpf: Fix mix of tabs and spaces
 2020-03-20 20:49 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ytree: bump version to 2.02
 2020-03-20 20:49 UTC  (2+ messages)

broken CRCs at NVMeF target with SIW & NVMe/TCP transports
 2020-03-20 20:49 UTC  (12+ messages)

Applied "ASoC: soc-core: Merge CPU/Codec for soc_dai_pcm_new()" to the asoc tree
 2020-03-20 20:45 UTC  (5+ messages)
  ` Applied "ASoC: soc-core: Merge CPU/Codec DAIs" "
  ` Applied "ASoC: soc-core: Merge for_each_rtd_cpu/codec_dais()" "
  ` Applied "ASoC: soc-dapm: "

[Buildroot] [git commit] package/ytree: bump version to 2.02
 2020-03-20 20:49 UTC 

[PATCH 4/6] ASoC: soc-pcm: Merge for_each_rtd_cpu/codec_dais()
 2020-03-20 20:45 UTC  (2+ messages)
` Applied "ASoC: soc-pcm: Merge for_each_rtd_cpu/codec_dais()" to the asoc tree

[PATCH v2] net: qmi_wwan: add support for ASKEY WWHC050
 2020-03-20 20:46 UTC 

[dpdk-dev] Arm roadmap for 20.05
 2020-03-20 20:45 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/x265: bump version to 3.3
 2020-03-20 20:45 UTC  (2+ messages)

[Buildroot] [git commit] package/x265: bump version to 3.3
 2020-03-20 20:45 UTC 

[Buildroot] [PATCH 1/1] package/dav1d: bump version to 0.6.0
 2020-03-20 20:43 UTC  (2+ messages)

Error messages from searching /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource0
 2020-03-20 20:43 UTC 

[PATCH 0/6] nvmetcli: Misc. corrections
 2020-03-20 20:39 UTC  (7+ messages)
` [PATCH 1/6] README: Update URL for configshell-fb
` [PATCH 2/6] nvmetcli: Improve IOError handling on restore
` [PATCH 3/6] nvme.py: Explicit close is redundant
` [PATCH 4/6] nvme.py: Sync the containing directory
` [PATCH 5/6] nvme.py: Make modprobe work for kmod lib too
` [PATCH 6/6] test_nvmet.py: Use string.ascii_lowercase

[Buildroot] [git commit] package/dav1d: bump version to 0.6.0
 2020-03-20 20:42 UTC 

[Bug 206895] New: [amdgpu] crash while using opencl from amdgpu-pro on kernel 5.5.10
 2020-03-20 20:41 UTC  (2+ messages)
` [Bug 206895] "

[Buildroot] [PATCH 1/1] package/boinc: bump version to 7.16.5
 2020-03-20 20:40 UTC  (2+ messages)

[PATCH v4 1/6] lib: Add definitions for Enhanced Credits Based Mode
 2020-03-20 20:40 UTC  (6+ messages)
` [PATCH v4 2/6] btio: Add mode to for Enhanced Credit Mode
` [PATCH v4 3/6] l2test: Add support for BT_MODE_EXT_FLOWCTL
` [PATCH v4 4/6] emulator/bthost: Add support for ECRED Connection request/response
` [PATCH v4 5/6] tools/l2cap-tester: Add test for Ext-Flowctl mode
` [PATCH v4 6/6] gatt: Enable connecting to EATT channel using "

[PATCH v4 0/3] Enable use of L2CAP_MODE_EXT_FLOWCTL
 2020-03-20 20:40 UTC  (4+ messages)
` [PATCH v4 1/3] Bluetooth: L2CAP: Add get_peer_pid callback
` [PATCH v4 2/3] Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connections
` [PATCH v4 3/3] Bluetooth: Add BT_MODE socket option

[Buildroot] [git commit] package/boinc: bump version to 7.16.5
 2020-03-20 20:39 UTC 

[PATCH 0/2] Slightly simplify partial clone user experience
 2020-03-20 20:38 UTC  (4+ messages)
` [PATCH 1/2] partial-clone: set default filter with --partial

[PATCH] KVM: SVM: Issue WBINVD after deactivating an SEV guest
 2020-03-20 20:37 UTC  (3+ messages)

[PATCH v4 net-next 0/8] octeontx2-vf: Add network driver for virtual function
 2020-03-20 20:36 UTC  (2+ messages)

[PATCH v5] platform/x86: intel_pmc_core: Make pmc_core_substate_res_show() generic
 2020-03-20 20:36 UTC 

[PATCH v7 0/3] Add support for the Gateworks System Controller
 2020-03-20 20:35 UTC  (2+ messages)
` [PATCH v7 2/3] mfd: add Gateworks System Controller core driver


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.