All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-02 12:13:05 to 2020-07-02 12:58:52 UTC [more...]

[PATCH 0/7] Corrupt counter improvement
 2020-07-02 12:23 UTC  (8+ messages)
` [PATCH 1/8] btrfs: Make get_state_failrec return failrec directly
` [PATCH 2/8] btrfs: Streamline btrfs_get_io_failure_record logic
` [PATCH 3/8] btrfs: Record btrfs_device directly btrfs_io_bio
` [PATCH 4/8] btrfs: Don't check for btrfs_device::bdev in btrfs_end_bio
` [PATCH 5/8] btrfs: Increment device corruption error in case of checksum error
` [PATCH 6/8] btrfs: Remove needless ASSERT
` [PATCH 7/8] btrfs: Increment corrupt device counter during compressed read

[PATCH v7] Add basic SoC Support for Mediatek MT6779 SoC
 2020-07-02 12:57 UTC  (18+ messages)
` [PATCH v7 0/7] "
` [PATCH v7 1/7] pinctrl: mediatek: update pinmux definitions for mt6779
` [PATCH v7 2/7] dt-bindings: pinctrl: add bindings for MediaTek MT6779 SoC
` [PATCH v7 3/7] pinctrl: mediatek: avoid virtual gpio trying to set reg
` [PATCH v7 4/7] pinctrl: mediatek: add pinctrl support for MT6779 SoC
` [PATCH v7 5/7] pinctrl: mediatek: add mt6779 eint support
` [PATCH v7 6/7] clk: mediatek: add UART0 clock support
` [PATCH v7 7/7] arm64: dts: add dts nodes for MT6779

[PATCH v2 0/3] block: improve error reporting for unsupported O_DIRECT
 2020-07-02 12:56 UTC  (4+ messages)
` [PATCH v2 1/3] util: validate whether O_DIRECT is supported after failure
` [PATCH v2 2/3] util: support detailed error reporting for qemu_open
` [PATCH v2 3/3] block: switch to use qemu_open_err for improved errors

[PATCH next 0/6] soc: ti: k3-ringacc: updates
 2020-07-02 12:57 UTC  (4+ messages)
` [PATCH next 6/6] dmaengine: ti: k3-udma: Switch to k3_ringacc_request_rings_pair

[PATCH v4 00/10] fanotify events with name info
 2020-07-02 12:57 UTC  (11+ messages)
` [PATCH v4 01/10] inotify: report both events on parent and child with single callback
` [PATCH v4 02/10] fanotify: "
` [PATCH v4 03/10] fsnotify: send event to "
` [PATCH v4 04/10] fsnotify: send event with parent/name info to sb/mount/non-dir marks
` [PATCH v4 05/10] fsnotify: send MOVE_SELF event with parent/name info
` [PATCH v4 06/10] fanotify: add basic support for FAN_REPORT_DIR_FID
` [PATCH v4 07/10] fanotify: report events with parent dir fid to sb/mount/non-dir marks
` [PATCH v4 08/10] fanotify: add support for FAN_REPORT_NAME
` [PATCH v4 09/10] fanotify: report parent fid + name + child fid
` [PATCH v4 10/10] fanotify: report parent fid "

[PATCH v6] i2c: designware: platdrv: Set class based on DMI
 2020-07-02 12:56 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/8] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-07-02 12:57 UTC  (13+ messages)
` [kvm-unit-tests PATCH v2 1/8] arm64: microbench: get correct ipi received num
` [kvm-unit-tests PATCH v2 2/8] arm64: microbench: Use the funcions for ipi test as the general functions for gic(ipi/lpi/timer) test
` [kvm-unit-tests PATCH v2 3/8] arm64: microbench: gic: Add gicv4.1 support for ipi latency test

[RFC PATCH 00/16] Core scheduling v6
 2020-07-02 12:57 UTC  (5+ messages)
` [RFC PATCH 06/16] sched: Add core wide task selection and scheduling

[PATCH 1/2] Revert "dma-buf: Report signaled links inside dma-fence-chain"
 2020-07-02 12:57 UTC  (7+ messages)
` [PATCH 2/2] dma-buf: fix dma-fence-chain out of order test
  ` [Intel-gfx] "

[kvm-unit-tests PATCH v9 00/12] s390x: Testing the Channel Subsystem I/O
 2020-07-02 12:56 UTC  (10+ messages)
` [kvm-unit-tests PATCH v9 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [kvm-unit-tests PATCH v9 12/12] s390x: css: ssch/tsch with sense and interrupt

pm/testing build: 5 builds: 0 failed, 5 passed, 8 warnings (v5.8-rc3-32-g504bdc71542e)
 2020-07-02 12:56 UTC 

[PATCH] drm/hisilicon: Fixed the warning: Assignment of 0/1 to bool variable
 2020-07-02 12:54 UTC 

[PATCH 00/46] Less clumsy error checking
 2020-07-02 12:54 UTC  (5+ messages)
` [PATCH 07/46] error: Avoid more error_propagate() when error is not used here

[PATCH] sctp: Wake up all processes after closing the connection
 2020-07-02 12:55 UTC  (2+ messages)

[PATCH bpf-next 00/14] xsk: support shared umems between devices and queues
 2020-07-02 12:19 UTC  (15+ messages)
` [PATCH bpf-next 01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next 02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
` [PATCH bpf-next 03/14] xsk: create and free context independently from umem
` [PATCH bpf-next 04/14] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next 05/14] xsk: move queue_id, dev and need_wakeup to context
` [PATCH bpf-next 06/14] xsk: move xsk_tx_list and its lock to buffer pool
` [PATCH bpf-next 07/14] xsk: move addrs from buffer pool to umem
` [PATCH bpf-next 08/14] xsk: net: enable sharing of dma mappings
` [PATCH bpf-next 09/14] xsk: rearrange internal structs for better performance
` [PATCH bpf-next 10/14] xsk: add shared umem support between queue ids
` [PATCH bpf-next 11/14] xsk: add shared umem support between devices
` [PATCH bpf-next 12/14] libbpf: support shared umems between queues and devices
` [PATCH bpf-next 13/14] samples/bpf: add new sample xsk_fwd.c
` [PATCH bpf-next 14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs

[PATCH 0/6] x86/entry: Fixes
 2020-07-02 12:54 UTC  (6+ messages)
` [PATCH 3/6] x86/entry/64/compat: Fix Xen PV SYSENTER frame setup

exfatprogs-1.0.3 version released
 2020-07-02 12:24 UTC  (5+ messages)

[dpdk-dev] [PATCH v2] rte_flow: add eCPRI key fields to flow API
 2020-07-02 12:53 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 0/2] rte_flow: introduce eCPRI item for rte_flow
  ` [dpdk-dev] [PATCH v3 1/2] rte_flow: add eCPRI key fields to flow API
  ` [dpdk-dev] [PATCH v3 2/2] app/testpmd: add eCPRI in flow creation patterns

[Intel-gfx] [PATCH 01/23] drm/i915: Drop vm.ref for duplicate vma on construction
 2020-07-02 12:54 UTC  (7+ messages)
` [Intel-gfx] [PATCH 04/23] drm/i915/gem: Only revoke mmap handlers if active

[PATCH] serial: sh-sci: Initialize spinlock for uart console
 2020-07-02 12:52 UTC  (7+ messages)

[PATCH v33 00/21] Intel SGX foundations
 2020-07-02 12:52 UTC  (7+ messages)
` [PATCH v33 15/21] x86/vdso: Add support for exception fixup in vDSO functions

[PATCH net-next 00/15] sfc: prerequisites for EF100 driver, part 3
 2020-07-02 12:52 UTC  (6+ messages)
` [PATCH net-next 01/15] sfc: support setting MTU even if not privileged to configure MAC fully

[RFC][PATCH] sched: Better document ttwu()
 2020-07-02 12:52 UTC 

[virtio-dev] [PATCH RFC v4 0/1] Virtio Video Device Specification
 2020-07-02 12:50 UTC  (4+ messages)
` [virtio-dev] "
  `  "

[PATCH 0/2] Add support for Control-Flow Integrity
 2020-07-02 12:50 UTC  (6+ messages)
` [PATCH 2/2] configure: add "

Separate user- and project- quota ?
 2020-07-02 12:50 UTC  (8+ messages)

[PATCH 1/3] nfs-utils: upgrade 2.4.3 -> 2.5.1
 2020-07-02 12:47 UTC  (4+ messages)
` [PATCH 3/3] ccache: upgrade 3.7.9 -> 3.7.10
  ` [OE-core] "

[PATCH v9 00/34] Add subcluster allocation to qcow2
 2020-07-02 12:46 UTC  (3+ messages)
` [PATCH v9 21/34] qcow2: Add subcluster support to qcow2_get_host_offset()

[PATCH v2 0/5] Allow for qcom-pdc, pinctrl-msm and qcom-scm drivers to be loadable as modules
 2020-07-02 12:47 UTC  (4+ messages)
` [PATCH v2 5/5] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH bpf-next v3 00/16] Run a BPF program on socket lookup
 2020-07-02 12:46 UTC  (4+ messages)
` [PATCH bpf-next v3 04/16] inet: Run SK_LOOKUP "

[PATCH] firmware: improve description of firmware_request_nowarn
 2020-07-02 12:46 UTC  (2+ messages)

some tracepoints not exist in metadata?
 2020-07-02 12:45 UTC  (8+ messages)
` 回复: "
  ` 回复: "
      ` 回复:回复: "
        ` [lttng-dev] "

[PATCH 5/5] connector: Create connector per namespace
 2020-07-02 12:45 UTC 

[PATCH v2 0/6] devres: provide and use devm_krealloc()
 2020-07-02 12:44 UTC  (6+ messages)
` [PATCH v2 5/6] devres: provide devm_krealloc()
` [PATCH v2 6/6] hwmon: pmbus: use more devres helpers

[PATCH v3] i386: hvf: Implement CPU kick
 2020-07-02 12:42 UTC  (2+ messages)

[PATCH for 4.4.y 0/5] tools/perf: Backport fixes for 4.4 for newer toolchain
 2020-07-02 12:42 UTC  (6+ messages)
` [PATCH for 4.4.y 1/5] perf probe: Fix to check blacklist address correctly
` [PATCH for 4.4.y 2/5] perf annotate: Use asprintf when formatting objdump command line
` [PATCH for 4.4.y 3/5] perf tools: Fix snprint warnings for gcc 8
` [PATCH for 4.4.y 4/5] perf: Make perf able to build with latest libbfd
` [PATCH for 4.4.y 5/5] tools/lib/subcmd/pager.c: do not alias select() params

[PATCH] rtc: ds1374: wdt: Use watchdog core for watchdog part
 2020-07-02 12:25 UTC  (3+ messages)

[PATCH v3 0/2] target mips: Misc fixes and improvements
 2020-07-02 12:39 UTC  (2+ messages)

[PATCH v4 1/2] gpio: add GPO driver for PCA9570
 2020-07-02 12:38 UTC  (3+ messages)

[Intel-gfx] [PATCH i-g-t] i915/perf: Instantiate a local drm_fd for the unprivileged helper
 2020-07-02 12:39 UTC 

[PATCH v3 0/2] treewide: fix _mmc_suspend() on PSCI
 2020-07-02 12:37 UTC  (9+ messages)
` [PATCH v3 2/2] mmc: core: Call mmc_poweroff_nofity() if pm_suspend_via_firmware()

[Intel-gfx] [PATCH v3 03/28] drm/i915/dg1: Add DG1 PCI IDs
 2020-07-02 12:37 UTC  (3+ messages)

[PATCH 0/2] Export max open zones and max active zones to sysfs
 2020-07-02 12:37 UTC  (5+ messages)
` [PATCH 1/2] block: add max_open_zones to blk-sysfs

[OE-core][PATCH 0/1 v3] classes/kernel: Use a copy of image for kernel*.rpm if fs doesn't support symlinks
 2020-07-02 12:37 UTC  (15+ messages)
` [OE-core][PATCH 1/1 "

[PATCH] MAINTAINERS: update linux-user maintainer
 2020-07-02 12:37 UTC  (2+ messages)

[oe-core][PATCH 1/1] systemd-conf: unpack to $S
 2020-07-02 12:37 UTC  (3+ messages)

[PATCH v6 1/2] dt-binding: Add DSI/LVDS TC358775 bridge bindings
 2020-07-02 12:36 UTC  (2+ messages)
` [PATCH v6 2/2] display/drm/bridge: TC358775 DSI/LVDS driver

[dpdk-dev] [PATCH] net/i40e: fix getting eeprom information
 2020-07-02 12:37 UTC 

devtool add pm2 #yocto #devtool
 2020-07-02 12:37 UTC 

[PATCH v4 00/37] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-07-02 12:36 UTC  (6+ messages)
` [PATCH v4 28/37] memory: tegra: Register as interconnect provider

linux-next: Tree for Jun 23
 2020-07-02 12:35 UTC  (3+ messages)
` linux-next: Tree for Jun 23 (objtool (2))

[PATCH v4 00/14] irqchip: Fix potential resource leaks
 2020-07-02 12:35 UTC  (13+ messages)
` [PATCH v4 02/14] irqchip/csky-apb-intc: "
                ` [v4 "

[RFC PATCH v5 0/6] Exynos: Simple QoS for exynos-bus using interconnect
 2020-07-02 12:33 UTC  (6+ messages)
  ` [RFC PATCH v5 2/6] interconnect: Add generic interconnect driver for Exynos SoCs

[PATCH] USB: Fix up terminology in include files
 2020-07-02 12:33 UTC  (2+ messages)

[for-next][PATCH 0/8] ktest.pl: Various updates and including more content in email on failures
 2020-07-02 12:34 UTC  (8+ messages)
` [for-next][PATCH 7/8] ktest.pl: Add the log of last test in email on failure
` [for-next][PATCH 8/8] ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailed

[PATCH 1/2] [RFC] media: rcar-vin: send a V4L2 event to vdev if no frame captured after a timeout
 2020-07-02 12:33 UTC  (3+ messages)

[PATCH] drm/stm: repair runtime power management
 2020-07-02 12:31 UTC  (3+ messages)

[PULL SUBSYSTEM s390x 00/11] s390-ccw bios update
 2020-07-02 12:32 UTC  (3+ messages)

[PATCH v2 0/6] vt: Add SRG mouse reporting features
 2020-07-02 12:31 UTC  (4+ messages)
` [PATCH v2 4/6] vt/vt: Add SRG mouse reporting protocol

[linux-5.4 test] 151516: tolerable FAIL - PUSHED
 2020-07-02 12:30 UTC 

[PATCH ipsec] xfrm: state: match with both mark and mask on user interfaces
 2020-07-02 12:31 UTC 

[RFC PATCH] ALSA: compress: add support to change codec profile in gapless playback
 2020-07-02 12:29 UTC  (4+ messages)

linux-next: Tree for Jun 25
 2020-07-02 12:28 UTC  (3+ messages)
` linux-next: Tree for Jun 25 (objtool warnings(4))

[PULL 00/10] Modules 20200702 patches
 2020-07-02 12:20 UTC  (11+ messages)
` [PULL 01/10] module: qom module support
` [PULL 02/10] object: "
` [PULL 03/10] qdev: device "
` [PULL 04/10] build: fix device module builds
` [PULL 05/10] ccid: build smartcard as module
` [PULL 06/10] usb: build usb-redir "
` [PULL 07/10] vga: build qxl "
` [PULL 08/10] vga: build virtio-gpu only once
` [PULL 09/10] vga: build virtio-gpu as module
` [PULL 10/10] chardev: enable modules, use for braille

[RFC PATCH v2 0/3] RDMA: add dma-buf support
 2020-07-02 12:27 UTC  (8+ messages)

[PATCH -next] kcov: make some symbols static
 2020-07-02 12:27 UTC  (2+ messages)

[LTP] [PATCH v4 1/2] tst_device: Add new api tst_find_backing_dev(path, dev)
 2020-07-02 12:27 UTC  (4+ messages)
` [LTP] [PATCH v5 "

[PATCH v4 12/23] ASoC: simple-card: Support DPCM DAI link with multiple Codecs
 2020-07-02 12:26 UTC  (13+ messages)
            `  "
                `  "

[RFC PATCH 00/10] timer: Reduce timers softirq (and other optimizations)
 2020-07-02 12:27 UTC  (4+ messages)
` [RFC PATCH 03/10] timer: Simplify LVL_START() and calc_index()

[PATCH 0/4] [RFC] xfs: in memory inode unlink log items
 2020-07-02 12:25 UTC  (9+ messages)
` [PATCH 3/4] xfs: track unlinked inodes in core inode
` [PATCH 4/4] xfs: introduce inode unlink log item

[LTP] [PATCH V7 00/19] Syscalls: Add support for time64 variants
 2020-07-02 12:24 UTC  (3+ messages)
` [LTP] [PATCH V7 04/19] syscalls/timerfd: Add support for time64 tests

Update WCN3991 FW with new enhancements
 2020-07-02 12:24 UTC  (3+ messages)

[PATCH 0/7] Fix muitpath/multipathd flush issue
 2020-07-02 12:24 UTC  (8+ messages)

[Buildroot] [PATCH] package/ntp: bump to version 4.2.8p15
 2020-07-02 12:23 UTC 

[dpdk-dev] [PATCH v2 0/2] introduce asynchronous data path for vhost
 2020-07-02 12:21 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 2/2] vhost: introduce async enqueue for split ring

[e1000e] e86e383f28: suspend-stress.fail
 2020-07-02 12:20 UTC  (4+ messages)
` [Intel-wired-lan] "

[net-next v4 10/12] ASoC: SOF: Introduce descriptors for SOF client
 2020-07-02 12:20 UTC  (11+ messages)

[PATCH] drm/stm: ltdc: remove call of pm-runtime functions
 2020-07-02 12:18 UTC  (4+ messages)

Consensus on a new default branch name
 2020-07-02 12:21 UTC  (2+ messages)

gcc-9: error: missing argument to '-Wframe-larger-than='
 2020-07-02 12:05 UTC 

[PATCH v3 1/2] gpio: add GPO driver for PCA9570
 2020-07-02 12:18 UTC  (3+ messages)

[PATCH 0/3] ACPI: OSL: Always use deferred unmapping of memory
 2020-07-02 12:14 UTC  (4+ messages)
` [PATCH 1/3] ACPI: OSL: Use deferred unmapping in acpi_os_unmap_generic_address()
` [PATCH 2/3] ACPI: OSL: Use deferred unmapping in acpi_os_unmap_iomem()
` [PATCH 3/3] ACPI: OSL: Clean up the removal of unused memory mappings

[PATCH v3 0/7] sched: Instrument sched domain flags
 2020-07-02 12:15 UTC  (3+ messages)
` [PATCH v3 2/7] sched/topology: Define and assign sched_domain flag metadata

[RFC V2 0/2] arm64/mm: Enable THP migration
 2020-07-02 12:11 UTC  (3+ messages)
` [RFC V2 1/2] arm64/mm: Change THP helpers per generic memory semantics


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.