All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-22 07:45:16 to 2020-10-22 08:30:17 UTC [more...]

[PATCH] mm, hugetlb: Avoid double clearing for hugetlb pages
 2020-10-22  8:04 UTC  (8+ messages)

[PATCH 0/8] Add support for pvpanic mmio device
 2020-10-22  7:42 UTC  (6+ messages)
` [PATCH 1/8] hw/misc/pvpanic: Build the pvpanic device for any machine
` [PATCH 2/8] hw/misc/pvpanic: Cosmetic renaming
` [PATCH 3/8] hw/misc/pvpanic: Add the MMIO interface
` [PATCH 4/8] hw/arm/virt: Use the pvpanic device
` [PATCH 8/8] pvpanic: break dependency on ISA_BUS

[PATCH v2 0/8] evtchn: recent XSAs follow-on
 2020-10-22  8:29 UTC  (7+ messages)
` [PATCH v2 1/8] evtchn: avoid race in get_xen_consumer()

[PATCH 2/4] disp/msm/dpu: add support to dump dpu registers
 2020-10-22  8:29 UTC  (2+ messages)

[systemd-devel] BTI interaction between seccomp filters in systemd and glibc mprotect calls, causing service failures
 2020-10-22  8:29 UTC  (10+ messages)

[PATCH 0/5] xen: event handling cleanup
 2020-10-22  8:28 UTC  (8+ messages)
` [PATCH 3/5] xen/events: only register debug interrupt for 2-level events
` [PATCH 4/5] xen/events: unmask a fifo event channel only if it was masked

let import_iovec deal with compat_iovecs as well v4
 2020-10-22  8:26 UTC  (8+ messages)
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
  ` Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
        ` Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_it

[Intel-wired-lan] [PATCH v4 0/4] isolation: limit msix vectors to housekeeping CPUs
 2020-10-22  8:28 UTC  (9+ messages)
` [Intel-wired-lan] [PATCH v4 4/4] PCI: Limit pci_alloc_irq_vectors() "
            `  "

[dpdk-dev] [PATCH V2 1/1] net/mlx5: fix IPv6 next proto validation
 2020-10-22  8:26 UTC  (2+ messages)
` [dpdk-dev] [PATCH V3 "

openbmc:Error while running bitbake for raspberrypi-3
 2020-10-22  8:24 UTC 

[dpdk-dev] [PATCH] doc/guides: fix reference to x32 architecture
 2020-10-22  8:25 UTC  (2+ messages)

[PATCH 00/11] i.MX8MM power domain support
 2020-10-22  8:24 UTC  (8+ messages)

[PATCH v5 0/5] Add r8a77965 DRIF support
 2020-10-22  8:25 UTC  (3+ messages)

[PATCH v2 0/8] 9pfs: more local tests
 2020-10-22  8:24 UTC  (3+ messages)
` [PATCH v2 1/8] tests/9pfs: simplify do_mkdir()

[PATCH 2/2] s390x: pv: Fix diag318 PV fencing
 2020-10-22  8:23 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/7] repair: Phase 6 performance improvements
 2020-10-22  8:23 UTC  (10+ messages)
` [PATCH 1/7] workqueue: bound maximum queue depth
` [PATCH 3/7] repair: protect inode chunk tree records with a mutex
` [PATCH 5/7] repair: don't duplicate names in phase 6

How To Activate Cash App Card
 2020-10-22  8:23 UTC 

[dpdk-dev] [PATCH] hash: use x86 common flag for jhash
 2020-10-22  8:22 UTC  (2+ messages)

[PATCH v8 0/4] userspace MHI client interface driver
 2020-10-22  8:22 UTC  (5+ messages)
` [PATCH v8 1/4] bus: mhi: core: Add helper API to return number of free TREs
` [PATCH v8 2/4] bus: mhi: core: Move MHI_MAX_MTU to external header file
` [PATCH v8 3/4] docs: Add documentation for userspace client interface
` [PATCH v8 4/4] bus: mhi: Add userspace client interface driver

[PULL] ath10k & ath11k firmware 20201022
 2020-10-22  8:23 UTC  (3+ messages)

[dpdk-dev] [PATCH] crypto/scheduler: fix header install with meson
 2020-10-22  8:22 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 1/2] "
  ` [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper

[RFC bpf-next 00/16] bpf: Speed up trampoline attach
 2020-10-22  8:21 UTC  (17+ messages)
` [RFC bpf-next 01/16] ftrace: Add check_direct_entry function
` [RFC bpf-next 02/16] ftrace: Add adjust_direct_size function
` [RFC bpf-next 03/16] ftrace: Add get/put_direct_func function
` [RFC bpf-next 04/16] ftrace: Add ftrace_set_filter_ips function
` [RFC bpf-next 05/16] ftrace: Add register_ftrace_direct_ips function
` [RFC bpf-next 06/16] ftrace: Add unregister_ftrace_direct_ips function
` [RFC bpf-next 07/16] kallsyms: Use rb tree for kallsyms name search
` [RFC bpf-next 08/16] bpf: Use delayed link free in bpf_link_put
` [RFC bpf-next 09/16] bpf: Add BPF_TRAMPOLINE_BATCH_ATTACH support
` [RFC bpf-next 10/16] bpf: Add BPF_TRAMPOLINE_BATCH_DETACH support
` [RFC bpf-next 11/16] bpf: Sync uapi bpf.h to tools
` [RFC bpf-next 12/16] bpf: Move synchronize_rcu_mult for batch processing (NOT TO BE MERGED)
` [RFC bpf-next 13/16] libbpf: Add trampoline batch attach support
` [RFC bpf-next 14/16] libbpf: Add trampoline batch detach support
` [RFC bpf-next 15/16] selftests/bpf: Add trampoline batch test
` [RFC bpf-next 16/16] selftests/bpf: Add attach batch test (NOT TO BE MERGED)

[oe][meta-oe][PATCH 0/2] NSS and NSPR upgrade
 2020-10-22  8:22 UTC  (4+ messages)
` [oe][meta-oe][PATCH 1/2] nss: upgrade 3.56 -> 3.57

[PATCH v1 0/7] toradex: add support for Apalis iMX8X WB IT V1.1 module
 2020-10-22  8:21 UTC  (8+ messages)
` [PATCH v1 1/7] ARM: dts: fsl-imx8qxp-apalis: add initial device tree
` [PATCH v1 2/7] board: toradex: add apalis-imx8x 2gb wb it v1.1a module support
` [PATCH v1 3/7] doc: board: apalis-imx8x: add documentation
` [PATCH v1 4/7] imx8: allow overriding memory layout
` [PATCH v1 5/7] apalis-imx8: add implementation for board_mem_get_layout
` [PATCH v1 6/7] apalis-imx8x: "
` [PATCH v1 7/7] colibri-imx8x: "

[dpdk-dev] [PATCH] bpf: use helper to install headers
 2020-10-22  8:21 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern
 2020-10-23  8:15 UTC 

[PATCH v5 0/9] sunxi: binman fixes and SCP firmware support
 2020-10-22  8:20 UTC  (2+ messages)

[PATCH v2 0/6] crypto: lib/sha256 - cleanup/optimization
 2020-10-22  8:20 UTC  (4+ messages)
` [PATCH v2 6/6] crypto: lib/sha - Combine round constants and message schedule

[dpdk-dev] [PATCH] build: fix version map file references in documentation
 2020-10-22  8:19 UTC  (3+ messages)

[PATCH 1/2] w1: w1_therm: Add sysfs entries to control conversion time and driver features
 2020-10-22  8:19 UTC  (12+ messages)
` [PATCH 2/2] w1: w1_therm: Add support for GXCAS GX20MH01 device
                ` Adding ABI to htmldocs - Was: "

[PATCH 0/3] Bluetooth:btintel parse TLV structure
 2020-10-22  8:24 UTC  (4+ messages)
` [PATCH 1/3] Bluetooth: btintel: seperated TLV parsing as new function
` [PATCH 2/3] Bluetooth: btintel: Introducing new btintel read version
` [PATCH 3/3] Bluetooth: btusb: Use the "

[RFC PATCH v2 4/4] arm64: Export id_aar64fpr0 via sysfs
 2020-10-22  8:16 UTC  (12+ messages)

[PATCH] Bluetooth: Fix: LL PRivacy BLE device fails to connect
 2020-10-22  8:23 UTC 

problems in 5.9+git (no network initialized, systemd complains)
 2020-10-22  8:17 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Do not share hwsp across contexts any more, v5.1
 2020-10-22  8:16 UTC 

[PATCH v2] media: ov5640: add support of V4L2_CID_LINK_FREQ
 2020-10-22  8:14 UTC  (9+ messages)

[PATCH] mm,thp,shmem: limit shmem THP alloc gfp_mask
 2020-10-22  8:15 UTC  (2+ messages)

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-10-22  8:14 UTC  (2+ messages)

[PATCH] drm/ttm: remove overlapping memcpy support
 2020-10-22  8:14 UTC  (2+ messages)

XSM and the idle domain
 2020-10-22  8:13 UTC  (3+ messages)

[dpdk-dev] [PATCH v2 0/3] virtio-user: fix virtio-user server mode
 2020-10-22  8:12 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 3/3] virtio-user: set status on virtio-user reconnect

[dpdk-dev] [Patch v2] net/vdev_netvsc: prevent alarm loss on failed device probe
 2020-10-22  8:11 UTC 

[PATCH] ARM: dts: Fix label address for 64MiB OpenBMC flash layout
 2020-10-22  8:10 UTC 

[PATCH v3 0/6] virtio-mem: block size and address-assignment optimizations
 2020-10-22  8:10 UTC  (2+ messages)

[PATCH v6 00/16] Add a Generic Virtual Device Fuzzer
 2020-10-22  8:09 UTC  (3+ messages)
` [PATCH v6 01/16] memory: Add FlatView foreach function

[PATCH v6 0/6] RISC-V Pointer Masking implementation
 2020-10-22  8:04 UTC  (14+ messages)
` [PATCH v6 1/6] [RISCV_PM] Add J-extension into RISC-V
` [PATCH v6 2/6] [RISCV_PM] Support CSRs required for RISC-V PM extension except for ones in hypervisor mode
` [PATCH v6 3/6] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v6 4/6] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v6 5/6] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension
` [PATCH v6 6/6] [RISCV_PM] Allow experimental J-ext to be turned on

[Intel-gfx] [PATCH v11 00/12] Big joiner enabling
 2020-10-22  8:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[LTP] [PATCH 0/3] Add support for kconfig constraints
 2020-10-22  8:09 UTC  (11+ messages)
` [LTP] [PATCH 1/3] lib/tst_kconfig: Rewrite the parser internals
` [LTP] [PATCH 2/3] lib: Add generic boolean expression parser and eval

[dpdk-dev] [PATCH] service: separate dump and reset code
 2020-10-22  8:08 UTC 

[PATCHv2 1/2] nl80211: vendor-cmd: qca: add command for ap power save
 2020-10-22  8:05 UTC  (9+ messages)

[PATCH v5 00/10] Support GEM object mappings from I/O memory
 2020-10-22  8:05 UTC  (8+ messages)
` [PATCH v5 10/10] drm/fb_helper: Support framebuffers in "

[PATCH] i386/cpu: Expose the PTWRITE to the guest
 2020-10-22  4:01 UTC 

[PATCH net RFC v2] net: Clear IFF_TX_SKB_SHARING for all Ethernet devices using skb_padto
 2020-10-22  8:05 UTC 

[PATCH 00/14] drm/msm: de-struct_mutex-ification
 2020-10-22  8:06 UTC  (9+ messages)
` [PATCH v2 07/22] drm/msm: Do rpm get sooner in the submit path

[PATCH 0/2] coresight: etf/etb: NULL Pointer dereference crash fixes
 2020-10-22  8:02 UTC  (11+ messages)
` [PATCH 1/2] coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()

[alsa-devel mailing list / gmail] Re: Excessive bounces
 2020-10-22  8:03 UTC 

[PATCH v2 3/3] mmc: rtsx: Add SD Express mode support for RTS5261
 2020-10-22  8:04 UTC 

[RFC] Have insn decoder functions return success/failure
 2020-10-22  8:04 UTC  (8+ messages)

[PATCH v2 2/3] misc: rtsx: Add SD Express mode support for RTS5261
 2020-10-22  8:03 UTC 

[PATCH v2 1/3] mmc: core: Initial support for SD express card/host
 2020-10-22  8:02 UTC 

[PATCH] perf/x86/intel: make anythread filter support conditional
 2020-10-22  8:00 UTC  (2+ messages)

[PATCH v8 -tip 00/26] Core scheduling
 2020-10-22  7:59 UTC  (3+ messages)
` [PATCH v8 -tip 02/26] sched: Introduce sched_class::pick_task()

[PATCH V3 1/4] misc: vop: change the way of allocating vring and device page
 2020-10-22  7:58 UTC  (3+ messages)

[PATCH v2] usb: dwc3: Trigger a GCTL soft reset when switching modes in DRD
 2020-10-22  7:58 UTC  (4+ messages)

[dpdk-dev] [PATCH v13 0/7] fib: implement AVX512 vector lookup
 2020-10-22  7:57 UTC  (15+ messages)
` [dpdk-dev] [PATCH v13 1/7] fib: make lookup function type configurable
` [dpdk-dev] [PATCH v13 2/7] fib: move lookup definition into the header file
` [dpdk-dev] [PATCH v13 3/7] fib: introduce AVX512 lookup
` [dpdk-dev] [PATCH v13 4/7] fib6: make lookup function type configurable
` [dpdk-dev] [PATCH v13 5/7] fib6: move lookup definition into the header file
` [dpdk-dev] [PATCH v13 6/7] fib6: introduce AVX512 lookup
` [dpdk-dev] [PATCH v13 7/7] app/testfib: add support for different lookup functions

[PATCH v5 0/6] RISC-V Pointer Masking implementation
 2020-10-22  7:57 UTC  (5+ messages)
` [PATCH v5 3/6] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v5 5/6] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension
` [PATCH v5 6/6] [RISCV_PM] Allow experimental J-ext to be turned on

[PATCH v11 00/13] Apply COR-filter to the block-stream permanently
 2020-10-22  7:50 UTC  (6+ messages)
` [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed

[PATCH] migration/block-dirty-bitmap: fix larger granularity bitmaps
 2020-10-22  7:46 UTC  (3+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-10-22  7:56 UTC 

[Intel-gfx] [PATCH] drm/i915: Reset the interrupt mask on disabling interrupts
 2020-10-22  7:55 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] Disable HS-DDR mode for Olimex A64-OLinuXino variants with eMMC
 2020-10-22  7:52 UTC  (3+ messages)
` [linux-sunxi] "

[PATCH v3] spi: spi-sun6i: implement DMA-based transfer mode
 2020-10-22  7:52 UTC  (2+ messages)

[PATCH v3 0/2] convert flexcan to the yaml
 2020-10-22  7:52 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: can: add can-controller.yaml
` [PATCH v3 2/2] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-10-22  7:51 UTC  (8+ messages)
` [PATCH v26 05/17] vfio: Add VM state change handler to know state of VM

[PATCH] nvmem: imx-ocotp: add support for the unaliged word count
 2020-10-22  7:44 UTC  (2+ messages)

[xen-unstable test] 156050: regressions - FAIL
 2020-10-22  7:50 UTC  (3+ messages)

[PATCH v4 0/2] hw/block/nvme: dulbe and dsm support
 2020-10-22  7:33 UTC  (2+ messages)
` [PATCH v4 2/2] hw/block/nvme: add the dataset management command

[dpdk-dev] [PATCH 20.11] crypto/octeontx2: fix for multi process
 2020-10-22  7:50 UTC 

[PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation
 2020-10-22  7:50 UTC  (4+ messages)
` [PATCH v2 03/15] perf data: open data directory in read access mode

[PATCH v4 0/2] Add SPMI support for Mediatek MT6873/8192 SoC IC
 2020-10-22  7:47 UTC  (5+ messages)
` [PATCH v4 2/2] spmi: mediatek: Add support for MT6873/8192

[PATCH net v2] net: Properly typecast int values to set sk_max_pacing_rate
 2020-10-22  7:48 UTC  (2+ messages)

[PATCH net RFC] net: Clear IFF_TX_SKB_SHARING for all Ethernet devices using skb_padto
 2020-10-22  7:46 UTC  (2+ messages)

[PATCH v5 0/3] dt-bindings: media: imx7 and ov2680 updates to yaml
 2020-10-22  7:46 UTC  (5+ messages)
` [PATCH v5 3/3] dt-bindings: imx7-mipi-csi2: convert bindings "

[PATCH v2 1/2] net: phy: adin: disable diag clock & disable standby mode in config_aneg
 2020-10-22  7:45 UTC  (2+ messages)
` [PATCH v2 2/2] net: phy: adin: implement cable-test support

[PATCH v9 0/3] readmirror feature (read_policy sysfs and in-memory only approach)
 2020-10-22  7:43 UTC  (3+ messages)
` [PATCH v9 1/3] btrfs: add btrfs_strmatch helper
` [PATCH v9 3/3] btrfs: create read policy sysfs attribute, pid

[virtio-comment] [PATCH] virtio-i2c: add the device specification
 2020-10-22  7:45 UTC  (3+ messages)


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.