All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-22 09:14:17 to 2020-09-22 09:46:32 UTC [more...]

[PATCH 0/3] drm: rockchip: hdmi: enable higher resolutions than FHD
 2020-09-22  9:24 UTC  (4+ messages)
` [PATCH 1/3] drm: rockchip: hdmi: remove vop_crtc_mode_fixup to fix clock handling
  ` [PATCH 1/3] drm: rockchip: hdmi: remove vop_crtc_mode_fixup to fix clock handling【请注意,邮件由linux-rockchip-bounces+andy.yan=rock-chips.com@lists.infradead.org代发】

post-receive: pub/scm/linux/kernel/git/next/linux-next-history
 2020-09-22  9:46 UTC 

[PATCH v2 0/3] Optimized some code for COLO
 2020-09-22  9:24 UTC  (3+ messages)
` [PATCH v2 1/3] Optimize seq_sorter function for colo-compare
` [PATCH v2 2/3] Reduce the time of checkpoint for COLO

[dpdk-dev] [PATCH 00/60] common/sfc_efx: support Riverhead NIC family
 2020-09-22  9:34 UTC  (59+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 01/60] common/sfc_efx/base: add EF100 registers definitions
  ` [dpdk-dev] [PATCH v2 03/60] common/sfc_efx/base: add event queue operation to do polling
  ` [dpdk-dev] [PATCH v2 04/60] common/sfc_efx/base: add efsys option for Riverhead
  ` [dpdk-dev] [PATCH v2 05/60] common/sfc_efx/base: add Riverhead NIC family
  ` [dpdk-dev] [PATCH v2 06/60] common/sfc_efx/base: update registers check for Riverhead
  ` [dpdk-dev] [PATCH v2 07/60] common/sfc_efx/base: use EF10 MCDI methods "
  ` [dpdk-dev] [PATCH v2 08/60] common/sfc_efx/base: use EF10 PHY "
  ` [dpdk-dev] [PATCH v2 09/60] common/sfc_efx/base: move 14b prefix check out of caps get
  ` [dpdk-dev] [PATCH v2 10/60] common/sfc_efx/base: remove PF count get from "
  ` [dpdk-dev] [PATCH v2 11/60] common/sfc_efx/base: factor out helper to get board config
  ` [dpdk-dev] [PATCH v2 12/60] common/sfc_efx/base: set NIC features in generic place
  ` [dpdk-dev] [PATCH v2 13/60] common/sfc_efx/base: factor out MCDI entity reset helper
  ` [dpdk-dev] [PATCH v2 14/60] common/sfc_efx/base: add Riverhead support to NIC module
  ` [dpdk-dev] [PATCH v2 15/60] common/sfc_efx/base: use dummy tunnel ops for Riverhead
  ` [dpdk-dev] [PATCH v2 16/60] common/sfc_efx/base: use EF10 filter methods "
  ` [dpdk-dev] [PATCH v2 17/60] common/sfc_efx/base: use EF10 MAC "
  ` [dpdk-dev] [PATCH v2 18/60] common/sfc_efx/base: add interrupts module "
  ` [dpdk-dev] [PATCH v2 19/60] common/sfc_efx/base: move EvQ init/fini wrappers to generic
  ` [dpdk-dev] [PATCH v2 20/60] common/sfc_efx/base: move EvQ create generic checks
  ` [dpdk-dev] [PATCH v2 21/60] common/sfc_efx/base: prepare to merge EvQ init functions
  ` [dpdk-dev] [PATCH v2 22/60] common/sfc_efx/base: merge versions of init EvQ wrappers
  ` [dpdk-dev] [PATCH v2 23/60] common/sfc_efx/base: add event queue module for Riverhead
  ` [dpdk-dev] [PATCH v2 24/60] common/sfc_efx/base: complete EvQ creation on Riverhead
  ` [dpdk-dev] [PATCH v2 25/60] common/sfc_efx/base: handle MCDI events "
  ` [dpdk-dev] [PATCH v2 26/60] common/sfc_efx/base: move RxQ init/fini wrappers to generic
  ` [dpdk-dev] [PATCH v2 27/60] common/sfc_efx/base: move TxQ "
  ` [dpdk-dev] [PATCH v2 28/60] common/sfc_efx/base: switch TxQ init to extended version
  ` [dpdk-dev] [PATCH v2 29/60] common/sfc_efx/base: maintain RxQ counter in generic code
  ` [dpdk-dev] [PATCH v2 30/60] common/sfc_efx/base: free Rx queue structure "
  ` [dpdk-dev] [PATCH v2 31/60] common/sfc_efx/base: move Rx index check to "
  ` [dpdk-dev] [PATCH v2 32/60] common/sfc_efx/base: implement Rx control path for Riverhead
  ` [dpdk-dev] [PATCH v2 33/60] common/sfc_efx/base: implement Tx "
  ` [dpdk-dev] [PATCH v2 34/60] common/sfc_efx/base: fix Tx descriptor DMA sync on Riverhead
  ` [dpdk-dev] [PATCH v2 35/60] common/sfc_efx/base: handle Rx events for Riverhead
  ` [dpdk-dev] [PATCH v2 36/60] common/sfc_efx/base: handle Tx complete on Riverhead
  ` [dpdk-dev] [PATCH v2 37/60] common/sfc_efx/base: indicate support for TSO version 3
  ` [dpdk-dev] [PATCH v2 38/60] common/sfc_efx/base: report restrictions "
  ` [dpdk-dev] [PATCH v2 39/60] common/sfc_efx: do not include libefx headers from efsys.h
  ` [dpdk-dev] [PATCH v2 40/60] common/sfc_efx/base: add API to get Rx prefix information
  ` [dpdk-dev] [PATCH v2 41/60] common/sfc_efx/base: group RxQ parameters into a structure
  ` [dpdk-dev] [PATCH v2 42/60] common/sfc_efx/base: choose smallest Rx prefix on Riverhead
  ` [dpdk-dev] [PATCH v2 43/60] common/sfc_efx/base: add function control window concept
  ` [dpdk-dev] [PATCH v2 44/60] common/sfc_efx/base: add function control window lookup API
  ` [dpdk-dev] [PATCH v2 45/60] common/sfc_efx/base: add efsys API to find a memory BAR
  ` [dpdk-dev] [PATCH v2 46/60] common/sfc_efx/base: add Xilinx capabilities table lookup
  ` [dpdk-dev] [PATCH v2 47/60] common/sfc_efx/base: add NIC magic check on BAR lookup
  ` [dpdk-dev] [PATCH v2 48/60] common/sfc_efx/base: introduce UDP tunnel destruct operation
  ` [dpdk-dev] [PATCH v2 49/60] common/sfc_efx/base: introduce states for UDP tunnel entries
  ` [dpdk-dev] [PATCH v2 50/60] common/sfc_efx/base: support UDP tunnel operations for EF100
  ` [dpdk-dev] [PATCH v2 53/60] common/sfc_efx/base: allocate vAdaptor on Riverhead
  ` [dpdk-dev] [PATCH v2 54/60] common/sfc_efx/base: add option for extended width events
  ` [dpdk-dev] [PATCH v2 56/60] common/sfc_efx/base: support creation of extended width EvQ
  ` [dpdk-dev] [PATCH v2 57/60] common/sfc_efx/base: poll extended width event queues
  ` [dpdk-dev] [PATCH v2 58/60] common/sfc_efx/base: handle normal events in extended width
  ` [dpdk-dev] [PATCH v2 59/60] common/sfc_efx/base: add option for descriptor proxy queues
  ` [dpdk-dev] [PATCH v2 60/60] common/sfc_efx/base: handle descriptor proxy queue events

[RFC 0/5] fix races in CDC-WDM
 2020-09-22  9:45 UTC  (17+ messages)

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2020-09-22  9:45 UTC 

[PATCH 0/6] Fix use-after-free in SPI drivers
 2020-09-22  9:44 UTC  (9+ messages)
` [PATCH 1/6] spi: fsl-dspi: Use devm_spi_register_controller()
` [PATCH 2/6] spi: atmel-quadspi: "
` [PATCH 3/6] spi: bcm2835: "
` [PATCH 4/6] spi: dw: "
` [PATCH 5/6] spi: pxa2xx: "
` [PATCH 6/6] spi: rpc-if: "

[PATCH 1/3] auxdisplay: Make charlcd.[ch] more general
 2020-09-22  9:44 UTC  (9+ messages)
` [PATCH v2 00/33] Make charlcd device independent
  ` [PATCH v2 28/32] auxdisplay: hd44780: Remove clear_fast
  ` [PATCH v2 31/32] auxdisplay: charlcd: Do not print chars at end of line

[PATCH] mm/memcontrol: Add the drop_cache interface for cgroup v2
 2020-09-22  9:43 UTC  (6+ messages)
      ` [External] "

[PATCH v2 0/6] hw/xen: Housekeeping
 2020-09-22  9:40 UTC  (3+ messages)

[LTP] [PATCH] tst_test: Change result strings to use T prefix
 2020-09-22  9:42 UTC  (2+ messages)

[PATCH V2 0/2] add QoS support for cpuidle system
 2020-09-22  9:41 UTC  (3+ messages)
` [PATCH V2 2/2] media: rc: gpio-ir-recv: "

[PATCH] arch/um: Add a dummy cacheflush.h header
 2020-09-22  9:41 UTC  (2+ messages)
` [tip: x86/pti] arch/um: Add a dummy <asm/cacheflush.h> header

[PATCH] tpm: of: avoid __va() translation for event log address
 2020-09-22  9:41 UTC 

[PATCH] char: fix logging when chardev write fails
 2020-09-22  9:37 UTC  (2+ messages)

[PATCH] Input: stmpe: Add axis inversion and swapping capability
 2020-09-22  9:39 UTC 

bdi cleanups v6
 2020-09-22  9:39 UTC  (4+ messages)
` [PATCH 03/13] bcache: inherit the optimal I/O size

[PATCH 0/9] docs: Convert QOM documentation to kernel-doc + Sphinx
 2020-09-22  9:38 UTC  (2+ messages)

Expose 'array_length()' macro in <sys/param.h>
 2020-09-22  9:40 UTC  (2+ messages)

[xfs] 41ee8a09a0: aim7.jobs-per-min -37.4% regression
 2020-09-22  9:38 UTC 

[PATCH 01/25] media: i2c: imx214: simplify getting state container
 2020-09-22  9:37 UTC  (3+ messages)
` [PATCH 07/25] media: i2c: imx355: silence unused acpi_device_id warning

[PATCH] MAINTAINERS: move Milo Kim to credits
 2020-09-22  9:36 UTC  (6+ messages)

[PATCH 0/6] block/nvme: Map doorbells pages write-only, remove magic from nvme_init
 2020-09-22  9:36 UTC  (7+ messages)
` [PATCH 2/6] block/nvme: Map doorbells pages write-only

[mm/lru] 0d6b06c622: fio.write_iops -12.3% regression
 2020-09-22  9:37 UTC 

[PATCH v2] qemu/atomic.h: prefix qemu_ to solve <stdatomic.h> collisions
 2020-09-22  9:30 UTC  (3+ messages)

[fdmanana:misc-next 2/2] fs/btrfs/send.c:3854:8-15: WARNING opportunity for kmemdup
 2020-09-22  9:37 UTC  (2+ messages)
` [PATCH] btrfs: fix memdup.cocci warnings

[PATCH] core/entry: Report syscall correctly for trace and audit
 2020-09-22  9:36 UTC  (2+ messages)
` [core/entry] 36ad6f6f66: unixbench.score 9.0% improvement

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-09-22  9:36 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-09-22  9:36 UTC 

[RFC DOCUMENT 00/12] kubevirt-and-kvm: Add documents
 2020-09-22  9:29 UTC  (2+ messages)

[PATCH 0/1] Test case for checkout of added/deleted submodules in clones
 2020-09-22  9:35 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/3] Optimized some code for COLO
 2020-09-22  9:11 UTC  (4+ messages)
` [PATCH 2/3] Reduce the time of checkpoint "

[PATCH v2] fdc: check null block pointer before r/w data transfer
 2020-09-22  9:27 UTC 

[RFC PATCH] PM:runtime:Remove the link state check in function rpm_get_supplier()
 2020-09-22  9:32 UTC  (4+ messages)

[PATCH qemu 0/4] mirror: implement incremental and bitmap modes
 2020-09-22  9:14 UTC  (5+ messages)
` [PATCH qemu 1/4] drive-mirror: add support for sync=bitmap mode=never
` [PATCH qemu 2/4] drive-mirror: add support for conditional and always bitmap sync modes
` [PATCH qemu 3/4] mirror: move some checks to qmp
` [PATCH qemu 4/4] iotests: add test for bitmap mirror

[Cocci] Searching for functions with non-internal linkage
 2020-09-22  9:29 UTC  (5+ messages)

[dpdk-dev] [dpdk-dev v8 0/4] cryptodev: add data-path service APIs
 2020-09-22  9:28 UTC  (12+ messages)
` [dpdk-dev] [dpdk-dev v9 "
  ` [dpdk-dev] [dpdk-dev v9 1/4] cryptodev: add crypto "

[PATCH RESEND 0/5] atomisp: Fixes and cleanups
 2020-09-22  9:27 UTC  (4+ messages)
` [PATCH REBASE 0/3] atomisp: Rebased fixes

[PATCH 1/6] ARM: dts: imx6ul: segin: Fix stmpe touchscreen subnode name
 2020-09-22  9:23 UTC  (12+ messages)
` [PATCH 2/6] ARM: dts: imx6: phytec: Set correct eeprom compatible
` [PATCH 3/6] ARM: dts: imx6: phytec: Add eeprom pagesize
` [PATCH 4/6] ARM: dts: imx6ul: segin: Add phyBOARD-Segin with eMMC phyCORE-i.MX6UL
` [PATCH 5/6] ARM: dts: imx6ul: phytec: Add support for optional PEB-AV-02 LCD adapter
` [PATCH 6/6] ARM: dts: imx6ul: segin: peb-av-02: Mark stmpe touch as wakeup-source

[dpdk-dev] [PATCH v1 0/5] some bugs fix
 2020-09-22  9:26 UTC  (2+ messages)

[PATCH 10/15] btrfs: Push inode locking and unlocking into buffered/direct write
 2020-09-22  9:26 UTC  (3+ messages)

[PATCH v6] nvme: allow cmb and pmr emulation on same device
 2020-09-22  9:04 UTC  (5+ messages)
` [PATCH v6 2/2] nvme: allow cmb and pmr to be enabled "

[PATCH v3] x86/boot: Handle fpu-related and clearcpuid command line arguments earlier
 2020-09-22  9:25 UTC  (2+ messages)
` [tip: x86/fpu] x86/fpu: Handle FPU-related "

[PATCH] drm/nouveau/kms: Remove set but not used 'ret'
 2020-09-22  9:25 UTC 

[Qemu-devel] [PATCH] target-ppc: Add quad precision muladd instructions
 2020-09-22  9:22 UTC  (2+ messages)

i2c-tools 4.2 has been released
 2020-09-22  9:25 UTC 

[PATCH 0/9] xen: beginnings of moving library-like code into an archive
 2020-09-22  9:24 UTC  (6+ messages)
` [PATCH 1/9] build: use if_changed more consistently (and correctly) for prelink*.o
  ` Ping: "

[PATCH 03/15] iomap: Allow filesystem to call iomap_dio_complete without i_rwsem
 2020-09-22  9:24 UTC  (3+ messages)

[Bug 1896263] [NEW] The bios-tables-test test causes QEMU to crash (Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed) on AMD processors
 2020-09-22  9:05 UTC  (3+ messages)
` [Bug 1896263] "

[PATCH] checkpatch: Detect '%#' or '%0#' in printf-style format strings
 2020-09-22  9:22 UTC  (5+ messages)

[PATCHv6 00/18] powerpc: convert p1010, p1020 and p2020 RDB boards to DM_ETH
 2020-09-22  9:23 UTC  (19+ messages)
` [PATCHv6 01/18] phy: make phy_connect_fixed work with a null mdio bus
` [PATCHv6 02/18] net: fsl_mdio: Change to use virtual address
` [PATCHv6 03/18] net: fsl_mdio: Correct the MII management register block address
` [PATCHv6 04/18] net: tsec: convert to use DM_MDIO when DM_ETH enabled
` [PATCHv6 05/18] net: tsec: Add fixed-link PHY support
` [PATCHv6 06/18] net: tsec: Add the compatible string "gianfar" support
` [PATCHv6 07/18] powerpc: mpc8xxx: Don't compile cpu_eth_init() when DM_ETH enabled
` [PATCHv6 08/18] fsl: p1_p2_rdb: Move vsc7835 firmware uploading to board_early_init_r()
` [PATCHv6 09/18] configs: p1_p2_rdb: Add the default address of vsc7385 firmware
` [PATCHv6 10/18] dts: powerpc: p1020rdb: Add eTSEC DT nodes
` [PATCHv6 11/18] powerpc: p1_p2_rdb: Don't compile board_eth_init() when DM_ETH enabled
` [PATCHv6 12/18] configs: P1020RDB: Enable DM_ETH config
` [PATCHv6 13/18] dts: powerpc: p1010rdb: Add eTSEC DT nodes
` [PATCHv6 14/18] powerpc: p1010rdb: Compile legacy ethernet init function when no DM_ETH
` [PATCHv6 15/18] configs: P1010RDB: Enable DM_ETH config
` [PATCHv6 16/18] dts: powerpc: p2020rdb: Add eTSEC DT nodes
` [PATCHv6 17/18] configs: P2020RDB: Enable DM_ETH config
` [PATCHv6 18/18] configs: enable DM_MDIO for LS1021A-TWR and LS1021A-TSN

[PATCH RFC] mtd: spi nor: fix erase_map.regions after memcpy for uniform eraseregion
 2020-09-22  9:21 UTC 

[PATCH] udf: Remove redundant initialization of variable ret
 2020-09-22  9:22 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] Use same test names in the default and the TAP13 output format
 2020-09-22  9:22 UTC  (4+ messages)

[PATCH] PR_SPEC_DISABLE_NOEXEC support for arm64
 2020-09-22  9:21 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 bpf-next 00/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-22  9:21 UTC  (7+ messages)
` [PATCH v3 bpf-next 04/11] bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
` [PATCH v3 bpf-next 05/11] bpf: Change bpf_tcp_*_syncookie "
` [PATCH v3 bpf-next 06/11] bpf: Change bpf_sk_assign "

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-09-22  9:21 UTC 

[PATCH 0/1] block: future of sheepdog storage driver ?
 2020-09-22  9:01 UTC  (2+ messages)
` [PATCH 1/1] block: drop moderated sheepdog mailing list from MAINTAINERS file

[mm/debug_vm_pgtable/locks] e2aad6f1d2: BUG:unable_to_handle_page_fault_for_address
 2020-09-22  9:20 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/hid/hid
 2020-09-22  9:20 UTC 

[linux-lvm] Why isn't issue_discards enabled by default?
 2020-09-22  9:20 UTC  (4+ messages)

[PATCH 0/4] Fix Travis CI
 2020-09-22  9:20 UTC  (6+ messages)
` [PATCH 3/4] travis: Remove mips builds
` [PATCH 4/4] travis: Remove riscv32 build

[PATCH] HID: alps: clean up indentation issue
 2020-09-22  9:20 UTC  (3+ messages)

[PATCH] rapidio: fix the missed put_device() for rio_mport_add_riodev
 2020-09-22  9:19 UTC  (3+ messages)

[PATCH v2 0/4] i2c-hid: Save power by reducing i2c xfers with block reads
 2020-09-22  9:19 UTC  (2+ messages)

[PATCH] builtin/clone: avoid failure with GIT_DEFAULT_HASH
 2020-09-22  9:17 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] cpuidle: Drop misleading comments about RCU usage
 2020-09-22  9:15 UTC  (2+ messages)

[PATCH v6 0/8] clk: clk-wizard: clock-wizard: Driver updates
 2020-09-22  9:17 UTC  (4+ messages)
` [PATCH v6 5/8] clk: clock-wizard: Add support for fractional support

[PATCH] qemu/atomic.h: prefix qemu_ to solve <stdatomic.h> collisions
 2020-09-22  9:05 UTC  (3+ messages)

[PATCH] HID: multitouch: Lenovo X1 Tablet Gen3 trackpoint and buttons
 2020-09-22  9:16 UTC  (2+ messages)

possible deadlock in blkdev_put
 2020-09-22  9:16 UTC  (2+ messages)

[PATCH v3 00/17] hw/block/nvme: multiple namespaces support
 2020-09-22  8:45 UTC  (3+ messages)
` [PATCH v3 13/17] hw/block/nvme: add support for sgl bit bucket descriptor
` [PATCH v3 17/17] hw/block/nvme: change controller pci id

BPF redirect API design issue for BPF-prog MTU feedback?
 2020-09-22  9:15 UTC  (11+ messages)

[PATCH] csky: Fix a size determination in gpr_get()
 2020-09-22  9:15 UTC 

[dpdk-dev] [PATCH v3 22/37] doc: remove references to make in contributing guides
 2020-09-22  9:14 UTC  (7+ messages)

[PATCH] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-22  9:14 UTC  (11+ messages)

[PATCH v2 00/10] ARM: p2v: reduce min alignment to 2 MiB
 2020-09-22  9:12 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.