All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-05 00:07:29 to 2021-02-05 01:33:29 UTC [more...]

[net-next v2 0/2] tcp: add CMSG+rx timestamps to rx. zerocopy
 2021-02-05  1:32 UTC  (11+ messages)
` [net-next v2 2/2] tcp: Add receive timestamp support for receive zerocopy

[PATCH v4 0/3] Range diff with ranges lacking dotdot
 2021-02-05  1:32 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/3] range-diff/format-patch: handle commit ranges other than A..B

[RFC PATCH 0/8] usb: Check for genXxY on host
 2021-02-05  1:31 UTC  (6+ messages)
` [RFC PATCH 6/8] usb: xhci: Fix port minor revision

[PATCH v5 0/5] Add PMIC wrapper support for Mediatek MT6873/8192 SoC IC
 2021-02-05  1:28 UTC  (18+ messages)
` [PATCH v5 1/5] soc: mediatek: pwrap: use BIT() macro
` [PATCH v5 2/5] soc: mediatek: pwrap: add arbiter capability
` [PATCH v5 3/5] dt-bindings: mediatek: add compatible for MT6873/8192 pwrap
` [PATCH v5 4/5] soc: mediatek: pwrap: add pwrap driver for MT6873/8192 SoCs
` [PATCH v5 5/5] arm64: dts: mt8192: add pwrap node

[PATCH v2 0/6] log: Allow multiple lines and conversion to printf()
 2021-02-05  1:28 UTC  (4+ messages)
` [PATCH v2 6/6] log: Convert log values to printf() if not enabled

[PATCH] platform/surface: Add Surface Hot-Plug driver
 2021-02-05  1:26 UTC 

FAILED: patch "[PATCH] iommu/vt-d: Do not use flush-queue when caching-mode is on" failed to apply to 5.10-stable tree
 2021-02-05  1:16 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: RSM emulation DR6/DR7 cleanups
 2021-02-05  1:24 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Remove misleading DR6/DR7 adjustments from RSM emulation
` [PATCH 2/2] KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64

[PATCH bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-02-05  1:24 UTC  (7+ messages)
  ` [PATCH bpf-next 1/4] tools/resolve_btfids: Build libbpf and libsubcmd in separate directories
  ` [PATCH bpf-next 2/4] tools/resolve_btfids: Check objects before removing
  ` [PATCH bpf-next 3/4] tools/resolve_btfids: Set srctree variable unconditionally

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.255-1-g59468a62b765)
 2021-02-05  1:23 UTC 

Question about xen and Rasp 4B
 2021-02-05  1:23 UTC  (12+ messages)

[PATCH 1/1] PCI/AER: Change to use helper pcie_aer_is_native() in some places
 2021-02-05  1:20 UTC  (3+ messages)

[PATCH net-next 0/2] patch for stmmac driver
 2021-02-05  1:18 UTC  (4+ messages)
` [PATCH net-next 2/2] net: stmmac: slightly adjust the order of the codes in stmmac_resume()

[PATCH] dma-mapping: benchmark: pretend DMA is transmitting
 2021-02-05  1:18 UTC  (4+ messages)

stable-rc/linux-4.9.y build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.255-14-gd4780bd0ccefa)
 2021-02-05  1:18 UTC 

[PATCH] lib: crc-itu-t: Fix comment in typo
 2021-02-05  1:17 UTC  (4+ messages)
  ` [PATCH] lib: crc-itu-t: Fix typo in comment

[Intel-gfx] [PATCH] drm/i915/gt: Ratelimit heartbeat completion probing
 2021-02-05  1:17 UTC 

[PATCH bpf-next v2 0/2] BPF Ringbuffer + Sleepable Programs
 2021-02-05  1:15 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Allow usage of BPF ringbuffer in sleepable programs

[LTP] [PATCH] ttype: using TERRNO to macth errno
 2021-02-05  1:16 UTC 

[PATCH net] net: enetc: initialize the RFS and RSS memories
 2021-02-05  1:13 UTC  (2+ messages)

[PATCH net 1/1] net: stmmac: set TxQ mode back to DCB after disabling CBS
 2021-02-05  1:08 UTC  (3+ messages)

[PATCH 0/2] docs: Add support for relative paths in automarkup
 2021-02-05  1:07 UTC  (3+ messages)

[Intel-gfx] [CI 1/2] drm/i915/selftests: Restore previous heartbeat interval
 2021-02-05  1:07 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [CI,1/2] "

[PATCH v3] video: sunxi_display: Convert to DM_VIDEO
 2021-02-05  1:07 UTC 

[mm] 10befea91b: hackbench.throughput -62.4% regression
 2021-02-05  1:04 UTC  (7+ messages)
    ` [LKP] "

[PATCH 0/9] KVM: x86: Move common exit handlers to x86.c
 2021-02-05  0:57 UTC  (10+ messages)
` [PATCH 1/9] KVM: SVM: Move AVIC vCPU kicking snippet to helper function
` [PATCH 2/9] KVM: SVM: Remove an unnecessary forward declaration
` [PATCH 3/9] KVM: SVM: Pass @vcpu to exit handlers (and many, many other places)
` [PATCH 4/9] KVM: nSVM: Add VMLOAD/VMSAVE helper to deduplicate code
` [PATCH 5/9] KVM: x86: Move XSETBV emulation to common code
` [PATCH 6/9] KVM: x86: Move trivial instruction-based exit handlers "
` [PATCH 7/9] KVM: x86: Move RDPMC emulation "
` [PATCH 8/9] KVM: SVM: Don't manually emulate RDPMC if nrips=0
` [PATCH 9/9] KVM: SVM: Skip intercepted PAUSE instructions after emulation

[PATCH] drm/vmwgfx: add some 16:9 / 16:10 default resolutions
 2021-02-05  1:04 UTC 

[PATCH v4 01/10] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()
 2021-02-05  1:04 UTC  (3+ messages)

[patch 00/12] x86/irq/64: Inline irq stack switching
 2021-02-04 20:49 UTC  (13+ messages)
` [patch 01/12] x86/entry: Fix instrumentation annotation
` [patch 02/12] x86/irq: Sanitize irq stack tracking
` [patch 03/12] x86/irq/64: Adjust the per CPU irq stack pointer by 8
` [patch 04/12] x86/apic: Split out spurious handling code
` [patch 05/12] x86/irq: Provide macro for inlining irq stack switching
` [patch 06/12] x86/entry: Convert system vectors to irq stack macro
` [patch 07/12] x86/entry: Convert device interrupts to inline stack switching
` [patch 08/12] x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcall
` [patch 09/12] x86/softirq: Remove indirection in do_softirq_own_stack()
` [patch 10/12] x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK
` [patch 11/12] softirq: Allow inlining do_softirq_own_stack()
` [patch 12/12] x86/softirq/64: Inline do_softirq_own_stack()

[PATCH for-next 0/3] sendmsg/recvmsg cleanup
 2021-02-05  0:58 UTC  (4+ messages)
` [PATCH 1/3] io_uring: set msg_name on msg fixup
` [PATCH 2/3] io_uring: clean iov usage for recvmsg buf select
` [PATCH 3/3] io_uring: refactor sendmsg/recvmsg iov managing

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.255-2-g60059b02327e)
 2021-02-05  1:00 UTC 

stable-rc/linux-5.10.y build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.13-15-g62496af78642)
 2021-02-05  0:57 UTC 

[xen-unstable-smoke test] 159025: tolerable all pass - PUSHED
 2021-02-05  0:58 UTC 

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-02-05  0:56 UTC  (3+ messages)
` [PATCH v10 12/16] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR

[PATCH 0/6] Optionally restrict range-diff output to "left" or "right" range only
 2021-02-05  0:56 UTC  (4+ messages)

[PATCH ethtool] gitignore: Ignore .dirstamp
 2021-02-05  0:56 UTC 

+ squashfs-add-more-sanity-checks-in-xattr-id-lookup.patch added to -mm tree
 2021-02-05  0:55 UTC 

✅ PASS: Test report for kernel 5.10.14-rc1 (stable)
 2021-02-05  0:54 UTC 

+ squashfs-avoid-out-of-bounds-writes-in-decompressors.patch added to -mm tree
 2021-02-05  0:55 UTC 

+ squashfs-add-more-sanity-checks-in-id-lookup.patch added to -mm tree
 2021-02-05  0:55 UTC 

+ squashfs-add-more-sanity-checks-in-inode-lookup.patch added to -mm tree
 2021-02-05  0:55 UTC 

[PATCH 1/4] Squashfs: avoid out of bounds writes in decompressors
 2021-02-05  0:53 UTC 

[PATCH] zbd: support 'z' suffix for zone granularity
 2021-02-05  0:53 UTC  (2+ messages)

linux-next: build failure after merge of the pm tree
 2021-02-05  0:51 UTC 

[PATCH v2 0/4] mm/hugetlb: Early cow on fork, and a few cleanups
 2021-02-05  0:50 UTC  (4+ messages)
` [PATCH v2 3/4] mm: Introduce page_needs_cow_for_dma() for deciding whether cow

[PATCH] README: Add Documentation blurb
 2021-02-05  0:49 UTC  (3+ messages)

[PATCH 0/3] debian: minor fixes
 2021-02-05  0:51 UTC  (7+ messages)
` [PATCH 1/3] debian: Drop unused dh-python from Build-Depends
` [PATCH 2/3] debian: Only build for Linux
` [PATCH 3/3] debian: Prevent installing duplicate changelog

stable-rc/linux-4.14.y build: 200 builds: 0 failed, 200 passed, 69 warnings (v4.14.219-5-g737c5bc3613d3)
 2021-02-05  0:50 UTC 

[PATCH] printk: Userspace format enumeration support
 2021-02-05  0:47 UTC  (2+ messages)

[PATCH v3 0/2] TPM fixes
 2021-02-05  0:46 UTC  (5+ messages)
` [PATCH v3 1/2] tpm: fix reference counting for struct tpm_chip
` [PATCH v3 2/2] tpm: in tpm2_del_space check if ops pointer is still valid

[PATCH 0/3] Fix some seq_file users that were recently broken
 2021-02-05  0:36 UTC  (4+ messages)
` [PATCH 2/3] x86: fix seq_file iteration for pat/memtype.c
` [PATCH 1/3] seq_file: document how per-entry resources are managed
` [PATCH 3/3] net: fix iteration for sctp transport seq_files

[PATCH] ARM: kexec: Fix panic after TLB are invalidated
 2021-02-05  0:45 UTC  (15+ messages)

[PATCH 00/11] target: fix cmd plugging and completion
 2021-02-05  0:45 UTC  (7+ messages)
` [PATCH 02/11] target: add workqueue cmd submission helper
` [PATCH 08/11] target iblock: add backend plug/unplug callouts

[PATCH net-next v10 0/3] implement kthread based napi poll
 2021-02-05  0:42 UTC  (4+ messages)
` [PATCH net-next v10 3/3] net: add sysfs attribute to control napi threaded mode

[PATCH v2 0/9] Introduce vfio-pci-core subsystem
 2021-02-05  0:42 UTC  (10+ messages)
` [PATCH 8/9] vfio/pci: use x86 naming instead of igd

Need to manually create device-tree directory during build
 2021-02-05  0:43 UTC 

[PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff
 2021-02-05  0:40 UTC  (3+ messages)
` [PATCH 2/4] hw/block/fdc: Remove the check_media_rate property

[PATCH] cpu/hotplug: wait for cpuset_hotplug_work to finish on cpu onlining
 2021-02-05  0:39 UTC  (6+ messages)

[PATCH v2] ARM: imx: avic: Convert to using IRQCHIP_DECLARE
 2021-02-05  0:39 UTC  (3+ messages)

btrfs becomes read only on removal of folders
 2021-02-05  0:38 UTC  (2+ messages)

pm/testing sleep: 5 runs, 1 regressions (acpi-5.11-rc7-89-g5f8da9ef1c5d8)
 2021-02-05  0:36 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.173-4-gc9da8eea2eae)
 2021-02-05  0:36 UTC 

[Bug 1914667] [NEW] High cpu usage when guest is idle on qemu-system-i386
 2021-02-05  0:25 UTC  (2+ messages)
` [Bug 1914667] "

[Intel-gfx] [PATCH] drm/i915/selftest: Synchronise with the GPU timestamp
 2021-02-05  0:35 UTC  (2+ messages)

[PATCH] mm: cma: support sysfs
 2021-02-05  0:34 UTC  (10+ messages)

✅ PASS: Test report for kernel 5.10.13 (stable-queue)
 2021-02-05  0:32 UTC 

[Intel-gfx] [PATCH] drm/i915/icl, tgl: whitelist COMMON_SLICE_CHICKEN3 register
 2021-02-05  0:33 UTC 

Possible deny of service with memfd_create()
 2021-02-05  0:32 UTC  (3+ messages)

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-05  0:32 UTC  (4+ messages)
` [RFC PATCH v3 14/27] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM

[PATCH v15 00/16] RISC-V Kendryte K210 support improvements
 2021-02-05  0:32 UTC  (4+ messages)
` [PATCH v15 01/16] clk: Add RISC-V Canaan Kendryte K210 clock driver

[PATCH v14 00/16] RISC-V Kendryte K210 support improvements
 2021-02-05  0:29 UTC  (8+ messages)
` [PATCH v14 07/16] dt-bindings: fix sifive gpio properties

[PATCH bpf-next v5 0/2] BPF selftest helper script
 2021-02-05  0:30 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 01/26] ASoC: Intel: haswell: Add missing pm_ops
 2021-02-05  0:28 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 03/26] dm integrity: select CRYPTO_SKCIPHER
  ` [dm-devel] "

[Bug 211571] Bluetooth: hci0: don't support firmware rome 0x1020200
 2021-02-05  0:28 UTC 

[PATCH V3 0/2] cover-letter bq27xxx: BQ78Z100
 2021-02-05  0:26 UTC  (4+ messages)
` [PATCH V3 1/2] dt-bindings: power: bq27xxx: add bq78z10

[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
 2021-02-05  0:25 UTC  (3+ messages)
` [PATCH 10/22] Python: add utility function for retrieving port redirection

[PATCH v5 00/11] Regression fixes/clean ups in the Qualcomm crypto engine driver
 2021-02-05  0:26 UTC  (8+ messages)
` [PATCH v5 05/11] crypto: qce: skcipher: Return error for zero length messages
` [PATCH v5 06/11] crypto: qce: skcipher: Return error for non-blocksize data(ECB/CBC algorithms)

Greylisting on linux-kernel broken?
 2021-02-05  0:25 UTC 

[PATCH 1/2] arm64: dts: qcom: sm8250: add pinctrl for SPI using GPIO as a CS
 2021-02-05  0:25 UTC  (5+ messages)

[PATCH v5 0/4] Add EFI_CERT_X509_GUID support for dbx/mokx entries
 2021-02-05  0:24 UTC  (6+ messages)
` Conflict with Mickaël Salaün's blacklist patches [was [PATCH v5 0/4] Add EFI_CERT_X509_GUID support for dbx/mokx entries]

[PATCH 0/2] net/macos: implement vmnet-based network device
 2021-02-05  0:25 UTC  (4+ messages)
` [PATCH 2/2] net: implement vmnet-based netdev

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2021-02-05  0:22 UTC  (7+ messages)
` [PATCH v3 28/32] powerpc/64s: interrupt implement exit logic in C

pm/testing baseline: 98 runs, 2 regressions (acpi-5.11-rc7-89-g5f8da9ef1c5d8)
 2021-02-05  0:21 UTC 

[PATCH 0/3] nSVM: Test host RFLAGS.TF on VMRUN
 2021-02-05  0:20 UTC  (4+ messages)
` [PATCH 2/3] nVMX: Add helper functions to set/unset host RFLAGS.TF on the VMRUN instruction

[PATCHv4 net-next 0/2] net: enable udp v6 sockets receiving v4 packets with UDP GRO
 2021-02-05  0:19 UTC  (7+ messages)

next/master baseline: 656 runs, 102 regressions (next-20210204)
 2021-02-05  0:20 UTC 

[MPTCP] Re: [MPTCP][PATCH v3 mptcp-next 3/9] mptcp: use rm_ids array in mptcp_options_received
 2021-02-05  0:20 UTC 

[PATCH 0/1 v2] nSVM: Test host RFLAGS.TF on VMRUN
 2021-02-04 23:29 UTC  (2+ messages)
` [PATCH 1/1 v2] nSVM: Test effect of "

[PATCH v5 0/3] Kbuild: DWARF v5 support
 2021-02-05  0:17 UTC  (14+ messages)

a test
 2021-02-05  0:17 UTC 

[PATCH net 0/4] Netfilter fixes for net
 2021-02-05  0:17 UTC  (5+ messages)
` [PATCH net 1/4] netfilter: xt_recent: Fix attempt to update deleted entry
` [PATCH net 2/4] selftests: netfilter: fix current year
` [PATCH net 3/4] netfilter: nftables: fix possible UAF over chains from packet path in netns
` [PATCH net 4/4] netfilter: flowtable: fix tcp and udp header checksum update

ax25mail-utils 0.15 released
 2021-02-05  0:18 UTC 

[PATCH v2 1/2] procfs: Allow reading fdinfo with PTRACE_MODE_READ
 2021-02-05  0:15 UTC  (3+ messages)
` [PATCH v2 2/2] dmabuf: Add dmabuf inode number to /proc/*/fdinfo

[PATCH 00/17] Refactor chunk-format into an API
 2021-02-05  0:15 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 17/17] chunk-format: add technical docs

[PATCH rdma-core v2 0/3] Dma-buf related fixes
 2021-02-05  0:29 UTC  (8+ messages)
` [PATCH rdma-core v2 1/3] verbs: Fix gcc warnings when building for 32bit systems
` [PATCH rdma-core v2 2/3] pyverbs,tests: Cosmetic improvements for dma-buf allocation routines
  ` [PATCH rdma-core v2 2/3] pyverbs, tests: "
` [PATCH rdma-core v2 3/3] configure: Add check for the presence of DRM headers

[MPTCP] Re: [MPTCP][PATCH v3 mptcp-next 1/9] mptcp: use rm_ids array in mptcp_out_options
 2021-02-05  0:15 UTC 

[PATCHv2] kvm: arm64: Add SVE support for nVHE
 2021-02-05  0:12 UTC  (3+ messages)

[PATCH 1/2] x86/hw_breakpoint: Prevent data breakpoints on __per_cpu_offset
 2021-02-05  0:11 UTC  (2+ messages)

[RFC][PATCH 1/2] x86: remove duplicate TSC DEADLINE MSR definitions
 2021-02-05  0:11 UTC  (4+ messages)
` [RFC][PATCH 2/2] x86: add extra serialization for non-serializing MSRs

[PATCH v19 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-05  0:10 UTC  (4+ messages)
` [PATCH v19 06/25] x86/cet: Add control-protection fault handler

[igt-dev] [PATCH V5 i-g-t] tests/kms_vrr: Update condition checks for flipline test
 2021-02-05  0:15 UTC  (2+ messages)

[RFC PATCH v2] taskstats: add /proc/taskstats to fetch pid/tgid status
 2021-02-05  0:08 UTC  (8+ messages)

[PATCH] x86: efi: avoid BUILD_BUG_ON() for non-constant p4d_index
 2021-02-05  0:08 UTC  (11+ messages)

[GIT PULL] PCI fixes for v5.11
 2021-02-05  0:07 UTC  (2+ messages)

[PATCH bpf-next V15 0/7] bpf: New approach for BPF MTU handling
 2021-02-05  0:06 UTC  (3+ messages)
` [PATCH bpf-next V15 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx


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.