All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-25 16:42:07 to 2021-01-25 17:21:51 UTC [more...]

[PATCH] mm/filemap: Adding missing mem_cgroup_uncharge() to __add_to_page_cache_locked()
 2021-01-25 16:41 UTC  (6+ messages)

[PATCH] NFSv4_2: SSC helper should use its own config
 2021-01-25 17:01 UTC  (4+ messages)

[PATCH 0/8] second part of 5.12 patches
 2021-01-25 17:04 UTC  (9+ messages)
` [PATCH 3/8] io_uring: don't keep submit_state on stack

[PATCH 01/14] media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdev
 2021-01-25 16:50 UTC  (3+ messages)
` [PATCH v3 08/14] media: renesas-ceu: Use v4l2_async_notifier_add_*_subdev

[PATCH v3 RFC net-next 00/19] net: mvpp2: Add TX Flow Control support
 2021-01-25 17:08 UTC  (7+ messages)
` [PATCH v3 RFC net-next 09/19] net: mvpp2: add FCA periodic timer configurations
` [PATCH v3 RFC net-next 12/19] net: mvpp2: enable global flow control
` [PATCH v3 RFC net-next 14/19] net: mvpp2: add ethtool flow control configuration support
` [PATCH v3 RFC net-next 17/19] net: mvpp2: set 802.3x GoP Flow Control mode
` [PATCH v3 RFC net-next 18/19] net: mvpp2: limit minimum ring size to 1024 descriptors
` [PATCH v3 RFC net-next 19/19] net: mvpp2: add TX FC firmware check

[PATCH] rpmsg: char: return an error if device already open
 2021-01-25 17:19 UTC  (5+ messages)
  ` [Linux-stm32] "

[PATCH v2 0/2] Move ...mce/therm_throt.c to drivers/thermal/
 2021-01-25 17:14 UTC  (5+ messages)
` [PATCH v2 2/2] thermal: Move therm_throt there from x86/mce

[PATCH 0/4] Add Support for SM8350 UFS
 2021-01-25 17:10 UTC  (5+ messages)
` [PATCH 1/4] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings
` [PATCH 2/4] dt-bindings: phy: qcom,qmp: Add SM8350 UFS PHY bindings

[PATCH v9 0/2] UIO support for dfl devices
 2021-01-25 16:52 UTC  (3+ messages)
` [PATCH v9 2/2] Documentation: fpga: dfl: Add description for DFL UIO support

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2021-01-25 16:46 UTC  (3+ messages)
` [PATCH RESEND V12 1/8] fs: Generic function to convert iocb to rw flags

Intel i40e code finds smatch bug
 2021-01-25 16:41 UTC  (7+ messages)

[PATCH v2 0/8] rasdaemon: add support for memory_failure events,
 2021-01-25 17:14 UTC  (4+ messages)
` [PATCH v2 1/8] rasdaemon: add support for memory_failure events
` [PATCH v2 3/8] rasdaemon: ras-mc-ctl: Add memory failure events
` [PATCH v2 4/8] rasdaemon: ras-mc-ctl: Fix for exception when an event is not enabled

post-receive: pub/scm/linux/kernel/git/acme/linux
 2021-01-25 17:21 UTC 

[dpdk-dev] [PATCH v3 00/44] net/virtio: Virtio PMD rework
 2021-01-25 17:14 UTC  (40+ messages)
` [dpdk-dev] [PATCH v3 01/44] bus/vdev: add helper to get vdev from ethdev
` [dpdk-dev] [PATCH v3 02/44] bus/vdev: add driver IOVA VA mode requirement
` [dpdk-dev] [PATCH v3 03/44] net/virtio: fix getting old status on reconnect
` [dpdk-dev] [PATCH v3 04/44] net/virtio: introduce Virtio bus type
` [dpdk-dev] [PATCH v3 05/44] net/virtio: refactor virtio-user device
` [dpdk-dev] [PATCH v3 06/44] net/virtio: introduce PCI device metadata
` [dpdk-dev] [PATCH v3 07/44] net/virtio: move PCI device init in dedicated file
` [dpdk-dev] [PATCH v3 08/44] net/virtio: move PCI specific dev init to PCI ethdev init
` [dpdk-dev] [PATCH v3 09/44] net/virtio: move MSIX detection to PCI ethdev
` [dpdk-dev] [PATCH v3 10/44] net/virtio: force IOVA as VA mode for Virtio-user
` [dpdk-dev] [PATCH v3 11/44] net/virtio: store PCI type in Virtio device metadata
` [dpdk-dev] [PATCH v3 12/44] net/virtio: add callback for device closing
` [dpdk-dev] [PATCH v3 13/44] net/virtio: validate features at bus level
` [dpdk-dev] [PATCH v3 14/44] net/virtio: remove bus type enum
` [dpdk-dev] [PATCH v3 15/44] net/virtio: move PCI-specific fields to PCI device
` [dpdk-dev] [PATCH v3 16/44] net/virtio: pack virtio HW struct
` [dpdk-dev] [PATCH v3 17/44] net/virtio: move legacy IO to Virtio PCI
` [dpdk-dev] [PATCH v3 18/44] net/virtio: introduce generic virtio header
` [dpdk-dev] [PATCH v3 19/44] net/virtio: move features definition to generic header
` [dpdk-dev] [PATCH v3 20/44] net/virtio: move virtqueue defines in "
` [dpdk-dev] [PATCH v3 21/44] net/virtio: move config definitions to "
` [dpdk-dev] [PATCH v3 22/44] net/virtio: make interrupt handling more generic
` [dpdk-dev] [PATCH v3 23/44] net/virtio: move vring alignment to generic header
` [dpdk-dev] [PATCH v3 24/44] net/virtio: remove last PCI refs in non-PCI code
` [dpdk-dev] [PATCH v3 25/44] net/virtio: make Vhost-user request sender consistent
` [dpdk-dev] [PATCH v3 26/44] net/virtio: add Virtio-user ops to set owner
` [dpdk-dev] [PATCH v3 27/44] net/virtio: add Virtio-user features ops
` [dpdk-dev] [PATCH v3 28/44] net/virtio: add Virtio-user protocol "
` [dpdk-dev] [PATCH v3 29/44] net/virtio: add Virtio-user memory tables ops
` [dpdk-dev] [PATCH v3 30/44] net/virtio: add Virtio-user vring setting ops
` [dpdk-dev] [PATCH v3 31/44] net/virtio: add Virtio-user vring file ops
` [dpdk-dev] [PATCH v3 32/44] net/virtio: add Virtio-user vring address ops
` [dpdk-dev] [PATCH v3 33/44] net/virtio: add Virtio-user status ops
` [dpdk-dev] [PATCH v3 34/44] net/virtio: remove useless request ops
` [dpdk-dev] [PATCH v3 35/44] net/virtio: improve Virtio-user errors handling
` [dpdk-dev] [PATCH v3 36/44] net/virtio: move Vhost-user requests to Vhost-user backend
` [dpdk-dev] [PATCH v3 37/44] net/virtio: make server mode blocking
` [dpdk-dev] [PATCH v3 38/44] net/virtio: move protocol features to Vhost-user
` [dpdk-dev] [PATCH v3 39/44] net/virtio: introduce backend data

[PATCH] tpm_tis: Add missing start/stop_tpm_chip calls
 2021-01-25 17:18 UTC  (2+ messages)

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-25 17:18 UTC  (16+ messages)
` [PATCH v16 06/11] "
` [PATCH v16 08/11] secretmem: add memcg accounting

[PATCH v4 0/5] Add clock drivers for SM8350
 2021-01-25 17:18 UTC  (5+ messages)
` [PATCH v4 2/5] clk: qcom: clk-alpha-pll: modularize alpha_pll_trion_set_rate()
` [PATCH v4 3/5] clk: qcom: clk-alpha-pll: Add support for Lucid 5LPE PLL

[mlmmj] distribution "dead upstream" discussion
 2021-01-25 17:20 UTC  (2+ messages)

[PATCH] virtio: Add corresponding memory_listener_unregister to unrealize
 2021-01-25 17:18 UTC  (4+ messages)

[RFC PATCH v2 0/4] make jbd2 debug switch per device
 2021-01-25 17:15 UTC  (5+ messages)
` [RFC PATCH v2 1/4] jbd2: make jdb2_debug module parameter "
` [RFC PATCH v2 2/4] jbd2: introduce some new log interfaces

[RFC][PATCH] rtc: proc/sysfs: read actual alarm time from hardware
 2021-01-25 17:17 UTC 

[PATCH v7 00/10] Implement support for external IPT monitoring
 2021-01-25 17:17 UTC  (4+ messages)
` [PATCH v7 02/10] xen/domain: Add vmtrace_frames domain creation parameter

[RESEND 0/7] Refactor generic fastboot_set_reboot_flag implementation
 2021-01-25 17:16 UTC  (4+ messages)
` [RESEND 6/7] Revert "fastboot: Add default fastboot_set_reboot_flag implementation"

post-receive: pub/scm/linux/kernel/git/jack/linux-fs
 2021-01-25 17:16 UTC 

[oe][meta-networking][PATCH] networkmanager: add missing readline depends
 2021-01-25 17:15 UTC  (3+ messages)

[Intel-gfx] [CI] drm/i915/gt: Always try to reserve GGTT address 0x0
 2021-01-25 17:14 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 0/5] Introduce DSA Ethernet switch class and Felix driver
 2021-01-25 17:13 UTC  (8+ messages)
` [PATCH 1/5] net: Introduce DSA class for Ethernet switches

[igt-dev] [PATCH] tests/kms_rotation_crc: Add Hwrotation test case for amdgpu with tiling
 2021-01-25 17:13 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/deller/parisc-linux
 2021-01-25 17:13 UTC 

[PATCH v4 0/4] meson: Try to clarify TCG / TCI options for new users
 2021-01-25 17:10 UTC  (11+ messages)
` [PATCH v4 1/4] configure: Fix --enable-tcg-interpreter
` [PATCH v4 2/4] configure: Improve TCI feature description
` [PATCH v4 3/4] meson: Explicit TCG backend used
` [PATCH v4 4/4] meson: Warn when TCI is selected but TCG backend is available

[PATCH v6 00/40] idmapped mounts
 2021-01-25 17:06 UTC  (7+ messages)
` [PATCH v6 23/40] exec: handle "

[PATCH v4 0/4] arm64: rockchip: Fix PCIe ep-gpios requirement and Add Nanopi M4B
 2021-01-25 17:10 UTC  (3+ messages)

[PATCH bpf-next V13 0/7] bpf: New approach for BPF MTU handling
 2021-01-25 17:09 UTC  (6+ messages)
` [PATCH bpf-next V13 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V13 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V13 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V13 6/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V13 7/7] selftests/bpf: tests using bpf_check_mtu BPF-helper

[PATCH 1/1] upload-pack.c: fix filter spec quoting bug
 2021-01-25 17:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] Drop deprecated floppy config & bogus -drive if=T
 2021-01-25 17:07 UTC  (3+ messages)
` [PATCH 2/3] fdc: Inline fdctrl_connect_drives() into fdctrl_realize_common()

[PATCH] btrfs: fix lockdep warning due to seqcount_mutex_init() with wrong address
 2021-01-25 16:53 UTC  (4+ messages)

[PATCH 0/2] clk: mediatek: Fix mux clock re-parenting
 2021-01-25 17:08 UTC  (6+ messages)
` [PATCH 1/2] clk: mediatek: mux: Drop unused clock ops
` [PATCH 2/2] clk: mediatek: mux: Update parent at enable time

[Intel-gfx] [PATCH] drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST
 2021-01-25 17:10 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 01/41] drm/i915/selftests: Check for engine-reset errors in the middle of workarounds
 2021-01-25 17:10 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/41] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH net-next] r8169: remove not needed call to rtl_wol_enable_rx from rtl_shutdown
 2021-01-25 16:55 UTC 

post-receive: pub/scm/linux/kernel/git/lpieralisi/pci
 2021-01-25 17:09 UTC 

[PATCH 00/11] Add support for pinmux status command on beaglebone
 2021-01-25 17:09 UTC  (5+ messages)
` [PATCH 02/11] pinctrl: single: fix the loop counter variable type
` [PATCH 03/11] pinctrl: single: fix debug messages formatting

[dpdk-dev] [PATCH] bus/pci: nvme on Windows requires class id and bus
 2021-01-25 17:08 UTC 

[PATCH v1 0/5] Enable fw_devlink=on by default
 2021-01-25 17:05 UTC  (3+ messages)
` [PATCH v1 5/5] driver core: Set "

[PATCH v11 0/3] AX88796C SPI Ethernet Adapter
 2021-01-25 16:54 UTC  (5+ messages)
    ` [PATCH v11 1/3] dt-bindings: vendor-prefixes: Add asix prefix
    ` [PATCH v11 2/3] dt-bindings: net: Add bindings for AX88796C SPI Ethernet Adapter
    ` [PATCH v11 3/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver

[PATCH v2 0/9] ALSA: add virtio sound driver
 2021-01-25 16:59 UTC  (6+ messages)
` [PATCH v2 6/9] ALSA: virtio: PCM substream operators
    ` [virtio-dev] "

[PATCH] arm: dts: IPQ4019: add SDHCI VQMMC LDO node
 2021-01-25 17:00 UTC  (3+ messages)

[GIT PULL] printk urgent fix for 5.11-rc6
 2021-01-25 14:42 UTC 

post-receive: pub/scm/linux/kernel/git/rppt/linux
 2021-01-25 17:04 UTC 

post-receive: pub/scm/linux/kernel/git/rppt/linux
 2021-01-25 17:03 UTC 

post-receive: pub/scm/linux/kernel/git/lpieralisi/pci
 2021-01-25 17:03 UTC 

post-receive: pub/scm/linux/kernel/git/rppt/linux
 2021-01-25 17:03 UTC 

post-receive: pub/scm/linux/kernel/git/rppt/linux
 2021-01-25 17:02 UTC 

[PATCH v20 00/20] Initial support for multi-process Qemu
 2021-01-25 16:57 UTC  (5+ messages)
` [PATCH v20 01/20] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v20 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers

[PATCH V2] ARM: dts: stm32: Rename mmc controller nodes to mmc@
 2021-01-25 13:02 UTC  (3+ messages)
` [Linux-stm32] "

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2021-01-25 17:02 UTC 

[PATCH v3] configure: Only build s390-ccw BIOS when system emulation is built
 2021-01-25 16:58 UTC 

[PATCH] isofs: release buffer head before return
 2021-01-25 16:58 UTC  (3+ messages)

[dpdk-dev] [PATCH] common/mlx5: add GTP TEID modification field ID
 2021-01-25 17:01 UTC 

[PATCH] i915: Fix DRM_I915_WERROR dependencies
 2021-01-25 17:01 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v2 0/5] zstd decompression for DomU-s + fallout / consolidation
 2021-01-25 17:00 UTC  (10+ messages)
` [PATCH v2.5 1/5] libxenguest: support zstd compressed kernels

[PATCH] rcu-tasks: rectify kernel-doc for struct rcu_tasks
 2021-01-25 16:58 UTC  (3+ messages)

[dpdk-dev] [PATCH] mbuf: fix reset on mbuf free
 2021-01-25 17:00 UTC  (9+ messages)
` [dpdk-dev] [PATCH v4] "
  ` [dpdk-dev] [dpdk-stable] "
          ` [dpdk-dev] [dpdklab] "

FAILED: patch "[PATCH] drm/i915: Only enable DFP 4:4:4->4:2:0 conversion when" failed to apply to 5.10-stable tree
 2021-01-25 17:00 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Only enable DFP 4:4:4->4:2:0 conversion when outputting YCbCr 4:4:4

[kvm-unit-tests PATCH v2 00/12] GIC fixes and improvements
 2021-01-25 16:57 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 10/12] arm64: gic: its-trigger: Don't trigger the LPI while it is pending

[Intel-gfx] [PATCH] drm/i915/gem: Drop lru bumping on display unpinning
 2021-01-25 16:59 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH 0/2] x86/setup: consolidate early memory reservations
 2021-01-25 16:56 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH] drm/i915/gt: use new tasklet API for execution list
 2021-01-25 16:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[OE-core] Question about security_flags.inc and CC_ARCH
 2021-01-25 16:57 UTC  (2+ messages)
`  "

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2021-01-25 16:57 UTC 

FAILED: patch "[PATCH] ASoC: hdmi-codec: Fix return value in hdmi_codec_set_jack()" failed to apply to 5.10-stable tree
 2021-01-25 16:55 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2021-01-25 16:57 UTC 

[dpdk-dev] [PATCH 0/2] support SSL/TLS way of cipher-auth operations
 2021-01-25 16:56 UTC  (3+ messages)

[PATCH v8 0/5] Rework iotests/check
 2021-01-25 16:50 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/paulmck/perfbook
 2021-01-25 16:55 UTC 

Can not rebase to first commit
 2021-01-25 16:53 UTC  (2+ messages)

[PATCH] PCI: dwc: layerscape: convert to builtin_platform_driver()
 2021-01-25 16:50 UTC  (6+ messages)

[Intel-wired-lan] [PATCH net-next 0/3] net: constify page_is_pfmemalloc() and its users
 2021-01-25 16:47 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH net-next 1/3] mm: constify page_is_pfmemalloc() argument
` [PATCH net-next 2/3] net: constify page_is_pfmemalloc() argument at call sites
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH net-next 3/3] net: page_pool: simplify page recycling condition tests

post-receive: pub/scm/linux/kernel/git/qcom/linux
 2021-01-25 16:52 UTC 

post-receive: pub/scm/linux/kernel/git/qcom/linux
 2021-01-25 16:52 UTC 

[PATCH v1] reset: Add devm_reset_control_get_optional_exclusive_released()
 2021-01-25 16:46 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-01-25 16:50 UTC 

[PATCH] mm/compactoin: Fix edge case of fast_find_migrateblock()
 2021-01-25 16:49 UTC  (2+ messages)

[PATCH 0/1] sched/topology: NUMA distance deduplication
 2021-01-25 16:45 UTC  (5+ messages)
` [PATCH 1/1] sched/topology: Make sched_init_numa() use a set for the deduplicating sort

[PATCH v3] sphinx: adopt kernel readthedoc theme
 2021-01-25 16:47 UTC  (4+ messages)

[PATCH v3 0/5] arm64: Initial support for Texas Instruments AM642 Platform
 2021-01-25 16:44 UTC  (4+ messages)
` [PATCH v3 5/5] arm64: dts: ti: Add support for AM642 EVM

[dpdk-dev] [PATCH] build: force pkg-config for dependency detection
 2021-01-25 16:46 UTC  (3+ messages)

post-receive: pub/scm/network/wireless/iwd
 2021-01-25 16:46 UTC 

[PATCH] ACPI / APEI: Add is_ghes_type() to identify GHES sources
 2021-01-25 16:41 UTC  (2+ messages)

[PATCH v9 00/11] migration: bring improved savevm/loadvm/delvm to QMP
 2021-01-25 16:41 UTC  (3+ messages)
` [PATCH v9 02/11] migration: Make save_snapshot() return bool, not 0/-1

post-receive: pub/scm/linux/kernel/git/kvmarm/kvmarm
 2021-01-25 16:43 UTC 

[Intel-gfx] [PATCH 0/9] drm/i915/edp: enable MSO... maybe
 2021-01-25 16:43 UTC  (3+ messages)
` [Intel-gfx] [PATCH 6/9] drm/i915/mso: add state readout for platforms that support it

[PATCH] x86_64: move cpu_current_top_of_stack out of TSS
 2021-01-25 17:34 UTC  (3+ messages)
` [PATCH V2 0/6] x86: don't abuse tss.sp1
  ` [PATCH V2 3/6] x86_32/sysenter: switch to the task stack without emptying the entry stack

[PATCH] trace: add meson custom_target() depend_files for tracetool
 2021-01-25 16:40 UTC  (2+ 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.