All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-21 01:21:57 to 2019-12-21 06:54:59 UTC [more...]

[PATCH v2 0/1] VirtIO video device specification
 2019-12-21  6:46 UTC  (13+ messages)
` [PATCH v2 1/1] virtio-video: Add virtio "
    ` [virtio-dev] "
    ` [virtio-dev] Re: [PATCH v2 0/1] VirtIO "

[PATCH v2 0/3] USB: EHCI: ehci-mv: make HSIC work
 2019-12-21  6:50 UTC  (4+ messages)
` [PATCH v2 1/3] USB: EHCI: ehci-mv: add HSIC support
` [PATCH v2 2/3] USB: EHCI: ehci-mv: make the PHY optional
` [PATCH v2 3/3] USB: EHCI: ehci-mv: drop pxa_ehci_type and some device IDs

[Intel-gfx] [PATCH v3 1/3] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset
 2019-12-21  6:48 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v3,1/3] "

[PATCH v4 1/2] libepoxy: Update to 1.5.4
 2019-12-21  6:36 UTC  (2+ messages)
` [PATCH v4 2/2] mesa: Upgrade to 19.3.1

dump tree always shows compression level 3, zstd
 2019-12-21  6:34 UTC  (2+ messages)

[PATCH bpf-next v2 00/11] Introduce BPF STRUCT_OPS
 2019-12-21  6:26 UTC  (12+ messages)
` [PATCH bpf-next v2 01/11] bpf: Save PTR_TO_BTF_ID register state when spilling to stack
` [PATCH bpf-next v2 02/11] bpf: Avoid storing modifier to info->btf_id
` [PATCH bpf-next v2 03/11] bpf: Add enum support to btf_ctx_access()
` [PATCH bpf-next v2 04/11] bpf: Support bitfield read access in btf_struct_access
` [PATCH bpf-next v2 05/11] bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
` [PATCH bpf-next v2 06/11] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
` [PATCH bpf-next v2 07/11] bpf: tcp: Support tcp_congestion_ops in bpf
` [PATCH bpf-next v2 08/11] bpf: Add BPF_FUNC_tcp_send_ack helper
` [PATCH bpf-next v2 09/11] bpf: Synch uapi bpf.h to tools/
` [PATCH bpf-next v2 10/11] bpf: libbpf: Add STRUCT_OPS support
` [PATCH bpf-next v2 11/11] bpf: Add bpf_dctcp example

fstrim is takes a long time on Btrfs and NVMe
 2019-12-21  6:24 UTC 

[PATCH] perl/tcl: fix /usr/share/man/man3/Thread.3 conflicts
 2019-12-21  6:19 UTC 

[PATCH] s390: IEEE FPU emulation error in Kernel-3.16.y
 2019-12-21  6:12 UTC 

[pm:bleeding-edge 59/60] drivers/power/avs/qcom-cpr.c:1539:5-21: WARNING: Unsigned expression compared with zero: drv -> num_corners < 0 (fwd)
 2019-12-21  6:14 UTC  (2+ messages)

[PATCH net 0/2] sfc: fix bugs introduced by XDP patches
 2019-12-21  5:59 UTC  (2+ messages)

pull-request: wireless-drivers-next-2019-12-20
 2019-12-21  5:55 UTC  (2+ messages)

[PATCH] net: dst: Force 4-byte alignment of dst_metrics
 2019-12-21  5:54 UTC  (2+ messages)

[PATCH] sctp: do trace_sctp_probe after SACK validation and check
 2019-12-21  5:52 UTC  (4+ messages)

[PATCH net] selftests: pmtu: fix init mtu value in description
 2019-12-21  5:52 UTC  (2+ messages)

[PATCH net] hv_netvsc: Fix unwanted rx_table reset
 2019-12-21  5:50 UTC  (2+ messages)

[PATCH v12 0/4] PCI: Patch series to improve Thunderbolt enumeration
 2019-12-21  5:48 UTC  (3+ messages)

[PATCH net v2] net: phy: ensure that phy IDs are correctly typed
 2019-12-21  5:48 UTC  (2+ messages)

[PATCH net v2] mod_devicetable: fix PHY module format
 2019-12-21  5:47 UTC  (2+ messages)

[PATCH net 1/1] qede: Disable hardware gro when xdp prog is installed
 2019-12-21  5:46 UTC  (2+ messages)

[PATCH V2 net 0/2] fixes of interrupt moderation bugs
 2019-12-21  5:42 UTC  (2+ messages)

[alsa-devel] [PATCH alsa-utils 00/11] alsa-info.sh: Improve output and fix file upload issues
 2019-12-21  5:32 UTC  (12+ messages)
` [alsa-devel] [PATCH alsa-utils 01/11] alsa-info.sh: Consolidate PCI device output
` [alsa-devel] [PATCH alsa-utils 02/11] alsa-info.sh: Read from /proc/modules and sort the result
` [alsa-devel] [PATCH alsa-utils 03/11] alsa-info.sh: Simplify iteration over cards when calling amixer
` [alsa-devel] [PATCH alsa-utils 04/11] alsa-info.sh: Use existing function to print ALSA configuration files
` [alsa-devel] [PATCH alsa-utils 05/11] alsa-info.sh: Exit script after writing information to stdout
` [alsa-devel] [PATCH alsa-utils 06/11] alsa-info.sh: Replace gauge with infobox for upload dialog
` [alsa-devel] [PATCH alsa-utils 07/11] alsa-info.sh: Remove progress spinner during upload without dialog
` [alsa-devel] [PATCH alsa-utils 08/11] alsa-info.sh: Condense nested commands for file upload
` [alsa-devel] [PATCH alsa-utils 09/11] alsa-info.sh: Condense nested commands for formatting upload result
` [alsa-devel] [PATCH alsa-utils 10/11] alsa-info.sh: Perform test for wget earlier
` [alsa-devel] [PATCH alsa-utils 11/11] alsa-info.sh: Warn after actual upload failure; do not ping server

[PATCH bpf-next 0/3] Implement runqslower BCC tool with BPF CO-RE
 2019-12-21  5:40 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpftool: add extra CO-RE mode to btf dump command

[PATCH 0/2] Rebase am fixes
 2019-12-21  5:37 UTC  (7+ messages)
` [PATCH 1/2] am: pay attention to user-defined context size

[PATCH net] net: phy: aquantia: add suspend / resume ops for AQR105
 2019-12-21  5:36 UTC  (2+ messages)

[PATCH] dpaa_eth: fix DMA mapping leak
 2019-12-21  5:35 UTC  (2+ messages)

[PATCH net] net/smc: unregister ib devices in reboot_event
 2019-12-21  5:31 UTC  (2+ messages)

[PATCH] net: stmmac: platform: Fix MDIO init for platforms without PHY
 2019-12-21  5:29 UTC  (3+ messages)

[PATCH net-next 0/8] net: hns3: misc updates for -net-next
 2019-12-21  5:21 UTC  (2+ messages)

[PATCH] llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)
 2019-12-21  5:19 UTC  (2+ messages)

[net-next] tipc: make legacy address flag readable over netlink
 2019-12-21  5:19 UTC  (2+ messages)

[PATCH v2 net-next 0/1] Replace IDT with Renesas and improve version info
 2019-12-21  5:17 UTC  (3+ messages)
` [PATCH v2 net-next 1/1] ptp: clockmatrix: Rework clockmatrix version information

[meta-openssl102-fips][PATCH] openssh bbappend: refresh local patches to 8.1p1
 2019-12-21  5:17 UTC 

[PATCH v4] net: hisilicon: Fix a BUG trigered by wrong bytes_compl
 2019-12-21  5:15 UTC  (2+ messages)

[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
 2019-12-21  5:10 UTC  (3+ messages)

[PATCH] net: dsa: ksz: use common define for tag len
 2019-12-21  5:07 UTC  (2+ messages)

[dpdk-dev] [PATCH] mempool: fix mempool obj alignment for non x86
 2019-12-21  5:06 UTC  (5+ messages)

[Intel-gfx] [CI] drm/i915/gt: Teach veng to defer the context allocation
 2019-12-21  5:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 0/1] [Outreachy] commit: display advice hints when commit fails
 2019-12-21  5:02 UTC  (8+ messages)
` [PATCH v2 "

[PATCH net 0/3] s390/qeth: fixes 2019-12-18
 2019-12-21  5:00 UTC  (2+ messages)

[morimoto-linux:fw-cleanup-2019-12-04-v1 179/453] sound/soc/intel/boards/cml_rt1011_rt5682.c:169:18: error: 'struct snd_soc_pcm_runtime' has no member named 'codec_dais'
 2019-12-21  4:59 UTC 

[PATCH v18 00/18]Timestamp synchronization of host - guest tracing session
 2019-12-21  4:48 UTC  (9+ messages)
` [PATCH v18 03/18] trace-cmd: Add implementations of htonll() and ntohll()
` [PATCH v18 04/18] trace-cmd: Add new library APIs for ftrace instances
` [PATCH v18 12/18] trace-cmd: Implement new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT
` [PATCH v18 16/18] trace-cmd: Basic infrastructure for host - guest timestamp synchronization

[PATCH v5 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-21  4:45 UTC  (20+ messages)
` [PATCH v5 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
` [PATCH v5 02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h
` [PATCH v5 03/19] tools arch x86: Sync msr-index.h from kernel sources
` [PATCH v5 04/19] x86/intel: Initialize IA32_FEAT_CTL MSR at boot
` [PATCH v5 05/19] x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlocked
` [PATCH v5 06/19] x86/centaur: Use common IA32_FEAT_CTL MSR initialization
` [PATCH v5 07/19] x86/zhaoxin: "
` [PATCH v5 08/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v5 09/19] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v5 10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v5 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v5 12/19] x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()
` [PATCH v5 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
` [PATCH v5 14/19] KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR
` [PATCH v5 15/19] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v5 16/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v5 17/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v5 18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v5 19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

Anomalous output from getpcaps(1) for process with all capabilities
 2019-12-21  4:36 UTC  (7+ messages)

5.3.7 64-bits kernel doesn't boot on G5 Quad
 2019-12-21  4:31 UTC  (11+ messages)
      ` Found the commit for: "
        ` Found the commit for: 5.3.7 64-bits kernel doesn't boot on G5 Quad [regression]
              ` Call for report - G5/PPC970 status (was: Re: Found the commit for: 5.3.7 64-bits kernel doesn't boot on G5 Quad [regression])
                ` Call for report - G5/PPC970 status
                      ` PPC64: G5 & 4k/64k page size (was: Re: Call for report - G5/PPC970 status)

[linux-next:master 1182/5337] drivers/bluetooth/btbcm.h:83: multiple definition of `btbcm_read_pcm_int_params'; drivers/bluetooth/hci_ldisc.o:drivers/bluetooth/btbcm.h:83: first defined here
 2019-12-21  4:32 UTC 

[GIT PULL] clk fixes for v5.5-rc2
 2019-12-21  4:09 UTC 

[PATCH] drm/nouveau/bios: fix incorrect kfree in platform_init
 2019-12-21  3:52 UTC 

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-21  3:48 UTC  (9+ messages)
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*

[PATCH 0/3] Ethernet support for Raspberry Pi 4
 2019-12-21  3:41 UTC  (6+ messages)
` [PATCH 1/3] net: Add support for Broadcom GENETv5 Ethernet controller

[PATCH v3 rcu-dev] rcuperf: Measure memory footprint during kfree_rcu() test
 2019-12-21  3:37 UTC  (3+ messages)

iMX6/UART imprecise external abort
 2019-12-21  3:33 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the devicetree tree
 2019-12-21  3:32 UTC 

linux-next: Signed-off-by missing for commit in the watchdog tree
 2019-12-21  3:29 UTC 

[PATCH v2 0/7] Add support for Azoteq IQS620A/621/622/624/625
 2019-12-21  3:28 UTC  (11+ messages)
` [PATCH v2 4/7] pwm: Add support for Azoteq IQS620A PWM generator

[PATCH net-next v5 0/3] New openvswitch MPLS actions for layer 2 tunnelling
 2019-12-21  3:20 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: skb_mpls_push() modified to allow MPLS header push at start of packet
` [PATCH net-next v5 2/3] net: Rephrased comments section of skb_mpls_pop()
` [PATCH net-next v5 3/3] openvswitch: New MPLS actions for layer 2 tunnelling

[igt-dev] [PATCH i-g-t] tests/i915/gem_huc_copy: Enable a HuC copy test
 2019-12-21  3:18 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH v4 0/7] Use 1st-level for IOVA translation
 2019-12-21  3:14 UTC  (10+ messages)
` [PATCH v4 4/7] iommu/vt-d: Setup pasid entries for iova over first level

linux-next: Signed-off-by missing for commit in the nfsd tree
 2019-12-21  3:10 UTC 

[PATCH net] virtio-net: Skip set_features on non-cvq devices
 2019-12-21  3:08 UTC  (3+ messages)

[PATCH 0/1] config: allow user to know scope of config options
 2019-12-21  3:08 UTC  (8+ messages)
` [PATCH 1/1] "

[Intel-gfx] [PATCH v4 0/4] i915 Fixes for 8K tiled displays
 2019-12-21  3:01 UTC  (7+ messages)
` [Intel-gfx] [PATCH v4 1/4] drm/915/display: Prepare for fastset external dependencies check
` [Intel-gfx] [PATCH v4 2/4] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset
` [Intel-gfx] [PATCH v4 3/4] drm/i915/dp: Make port sync mode assignments only if all tiles present
` [Intel-gfx] [PATCH v4 4/4] drm/i915/dp: Disable Port sync mode correctly on teardown
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915 Fixes for 8K tiled displays
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[dpdk-dev] [PATCH] net/bnxt: fix to not overwrite error message
 2019-12-21  2:51 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/bnxt: add support for flow mark action
 2019-12-21  2:51 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH 0/6] bnxt patchset
 2019-12-21  2:50 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/5] "
` [dpdk-dev] [PATCH v2 1/5] net/bnxt: fix link failure during port toggle
` [dpdk-dev] [PATCH v2 2/5] net/bnxt: fix to use first valid profile
` [dpdk-dev] [PATCH v2 3/5] net/bnxt: fix flow flush to sync with flow destroy
` [dpdk-dev] [PATCH v2 4/5] net/bnxt: fix non matching flow hitting filter rule
` [dpdk-dev] [PATCH v2 5/5] net/bnxt: fix to reuse an L2 filter

[PATCH] interconnect: Check for valid path in icc_set_bw()
 2019-12-21  2:43 UTC  (3+ messages)

[PATCH] netnode.c : fix sel_netnode_hash be destroyed
 2019-12-21  2:37 UTC  (3+ messages)

[PATCH v2 0/3] sh: fixup strncpy()
 2019-12-21  2:35 UTC  (4+ messages)

[Xen-devel] [ovmf test] 145032: all pass - PUSHED
 2019-12-21  2:29 UTC 

[Intel-gfx] [PATCH] drm/i915/selftests: Setup engine->retire for mock_engine
 2019-12-21  2:22 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] fix share rt runtime with offline rq
 2019-12-21  2:20 UTC 

Propose promoting 'contrib/rerere-train.sh' to command
 2019-12-21  2:17 UTC 

[LTP] [PATCH v4 1/4] lib/tst_kconfig.c: Add any kconfig to match the expected value function
 2019-12-21  2:14 UTC  (8+ messages)
` [LTP] [PATCH v4 4/4] lib: add any kconfig to match the expected value function document

filesystem being remounted supports timestamps until 2038
 2019-12-21  2:02 UTC 

[PATCH v2 00/17] KVM: Dirty ring interface
 2019-12-21  2:11 UTC  (4+ messages)

issue about virtio-blk queue size
 2019-12-21  2:07 UTC  (3+ messages)

[PATCH RESEND v2 00/17] KVM: Dirty ring interface
 2019-12-21  2:04 UTC  (18+ messages)
` [PATCH RESEND v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH RESEND v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH RESEND v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH RESEND v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH RESEND v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH RESEND v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH RESEND v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH RESEND v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH RESEND v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH RESEND v2 10/17] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH RESEND v2 11/17] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH RESEND v2 12/17] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH RESEND v2 13/17] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH RESEND v2 14/17] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH RESEND v2 15/17] KVM: selftests: Add dirty ring buffer test
` [PATCH RESEND v2 16/17] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH RESEND v2 17/17] KVM: selftests: Add "-c" parameter to dirty log test

[RESEND PATCH] rockchip: add description for TPL_ROCKCHIP_COMMON_BOARD
 2019-12-21  2:05 UTC 

[PATCH] stm32mp: remove redundant SYS_TEXT_BASE prompt
 2019-12-21  2:03 UTC 

[PATCH] IMA: Defined timer to process queued keys
 2019-12-21  1:52 UTC  (2+ messages)

[PATCH v5 2/3] pid: Introduce pidfd_getfd syscall
 2019-12-21  1:45 UTC  (3+ messages)

[dpdk-dev] [PATCH] net/bnx2x: add support for secondary process
 2019-12-21  1:41 UTC 

KASAN: stack-out-of-bounds Read in update_stack_state
 2019-12-21  1:38 UTC  (3+ messages)

[Xen-devel] REGRESSION: Xen 4.13 RC5 fails to bootstrap Dom0 on ARM
 2019-12-21  1:37 UTC  (17+ messages)

[dpdk-dev] [PATCH] net/qede/base: fix number of ports per engine
 2019-12-21  1:34 UTC 

btrfs dev del not transaction protected?
 2019-12-21  1:32 UTC  (10+ messages)

[PATCH 0/1] pyverbs: fix speed_to_str(), to handle disabled links
 2019-12-21  1:32 UTC  (2+ messages)
` [PATCH 1/1] "

ftrace fixes
 2019-12-21  1:23 UTC  (6+ messages)
` [PATCH 1/3] selftests/ftrace: fix glob selftest

[Intel-gfx] [CI] drm/i915: Remove i915->kernel_context
 2019-12-21  1:21 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Remove i915->kernel_context (rev2)


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.