All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-23 18:27:22 to 2021-04-23 18:54:40 UTC [more...]

[PATCH] tools build: Fix quiet cmd indentation
 2021-04-23 18:54 UTC  (2+ messages)

[PATCH tty-next] serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271
 2021-04-23 18:54 UTC  (2+ messages)

[PATCH] coding-style.rst: trivial: fix location of driver model macros
 2021-04-23 18:54 UTC  (2+ messages)

[PATCH v2 bpf-next 0/6] BPF static linker: support static vars and maps
 2021-04-23 18:53 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/6] bpftool: strip const/volatile/restrict modifiers from .bss and .data vars
` [PATCH v2 bpf-next 2/6] libbpf: rename static variables during linking
` [PATCH v2 bpf-next 3/6] libbpf: support static map definitions
` [PATCH v2 bpf-next 4/6] bpftool: handle transformed static map names in BPF skeleton
` [PATCH v2 bpf-next 5/6] selftests/bpf: extend linked_vars selftests with static variables
` [PATCH v2 bpf-next 6/6] selftests/bpf: extend linked_maps selftests with static maps

[PATCH v3 bpf-next 00/18] BPF static linker: support externs
 2021-04-23 18:53 UTC  (15+ messages)
` [PATCH v3 bpf-next 06/18] libbpf: refactor BTF map definition parsing
` [PATCH v3 bpf-next 09/18] libbpf: extend sanity checking ELF symbols with externs validation
` [PATCH v3 bpf-next 10/18] libbpf: tighten BTF type ID rewriting with error checking
` [PATCH v3 bpf-next 11/18] libbpf: add linker extern resolution support for functions and global variables
` [PATCH v3 bpf-next 12/18] libbpf: support extern resolution for BTF-defined maps in .maps section
` [PATCH v3 bpf-next 17/18] selftests/bpf: add map linking selftest
` [PATCH v3 bpf-next 18/18] selftests/bpf: document latest Clang fix expectations for linking tests

[PATCH] ceph: clamp length of a read to CEPH_MSG_MAX_DATA_LEN
 2021-04-23 18:52 UTC 

[dpdk-dev] [PATCH] app/bbdev: fix wrong variable
 2021-04-23 18:50 UTC  (2+ messages)

[MAINTAINER SUMMIT] Rethinking the acceptance policy for "trivial" patches
 2021-04-23 18:50 UTC  (6+ messages)

arch/mips/include/asm/fpu.h:79 __enable_fpu() warn: ignoring unreachable code
 2021-04-23 18:50 UTC 

[Patch v2 1/2] PCI: hv: Fix a race condition when removing the device
 2021-04-23 18:49 UTC  (8+ messages)
` [Patch v2 2/2] PCI: hv: Remove unused refcount and supporting functions for handling bus device removal

+ linux-next-git-rejects.patch added to -mm tree
 2021-04-23 18:47 UTC 

OpenBMC on RCS platforms
 2021-04-23 18:46 UTC  (3+ messages)

[Intel-gfx] [PATCH v4 00/17] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-23 18:43 UTC  (91+ messages)
` [Nouveau] "
`  "
` [PATCH v4 01/17] drm/bridge/cdns-mhdp8546: Register DP aux channel with userspace
  ` [Nouveau] "
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v4 02/17] drm/nouveau/kms/nv50-: Move AUX adapter reg to connector late register/early unregister
  `  "
  ` [Nouveau] "
` [Nouveau] [PATCH v4 03/17] drm/dp: Add backpointer to drm_device in drm_dp_aux
  `  "
  ` [Intel-gfx] "
` [PATCH v4 04/17] drm/dp: Clarify DP AUX registration time
  ` [Intel-gfx] "
  ` [Nouveau] "
` [PATCH v4 05/17] drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()
  ` [Nouveau] "
  ` [Intel-gfx] "
` [PATCH v4 06/17] drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()
  ` [Intel-gfx] "
  ` [Nouveau] "
` [Intel-gfx] [PATCH v4 07/17] drm/dp: Always print aux channel name in logs
  `  "
  ` [Nouveau] "
` [PATCH v4 08/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_detect()
  ` [Intel-gfx] "
  ` [Nouveau] "
` [PATCH v4 09/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_set_tmds_output()
  ` [Intel-gfx] "
  ` [Nouveau] "
` [PATCH v4 10/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_max_tmds_clock()
  ` [Intel-gfx] "
  ` [Nouveau] "
` [PATCH v4 11/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_get_tmds_output()
  ` [Nouveau] "
  ` [Intel-gfx] "
` [PATCH v4 12/17] drm/dp_dual_mode: Pass drm_device to drm_lspcon_(get|set)_mode()
  ` [Nouveau] "
  ` [Intel-gfx] "
` [Nouveau] [PATCH v4 13/17] drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()
  `  "
  ` [Intel-gfx] "
` [PATCH v4 14/17] drm/print: Handle potentially NULL drm_devices in drm_dbg_*
  ` [Nouveau] "
  ` [Intel-gfx] "
` [PATCH v4 15/17] drm/dp: Convert drm_dp_helper.c to using drm_err/drm_dbg_*()
  ` [Nouveau] "
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v4 16/17] drm/dp_dual_mode: Convert drm_dp_dual_mode_helper.c to using drm_err/drm_dbg_kms()
  `  "
  ` [Nouveau] "
` [PATCH v4 17/17] drm/dp_mst: Convert drm_dp_mst_topology.c to drm_err()/drm_dbg*()
  ` [Nouveau] "
  ` [Intel-gfx] "

[PATCHSET 0/5] perf report: Make --stat output more compact
 2021-04-23 18:46 UTC  (7+ messages)
` [PATCH 1/5] perf top: Use evlist->events_stat to count events
` [PATCH 2/5] perf hists: Split hists_stats from events_stats
` [PATCH 3/5] perf report: Show event sample counts in --stat output
` [PATCH 4/5] perf report: Add --skip-empty option to suppress 0 event stat
` [PATCH 5/5] perf report: Make --skip-empty as default

[PATCH v3] firmware_loader: fix use-after-free in firmware_fallback_sysfs
 2021-04-23 18:44 UTC  (7+ messages)

[PATCH v3 00/20] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-23 17:53 UTC  (8+ messages)
` [PATCH v3 03/20] drm/dp: Move i2c init to drm_dp_aux_init, add __must_check and fini
            ` [Nouveau] "

[PATCH] dt-bindings: net: mediatek/ralink: remove unused bindings
 2021-04-23 18:41 UTC  (6+ messages)

[PATCH v2 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-23 18:43 UTC  (13+ messages)

[PATCH for post 6.0 v1 00/25] testing/next (hexagon/tricore/test cc)
 2021-04-23 18:41 UTC  (11+ messages)
` [PATCH v1 04/25] tests/docker: allow "update" to add the current user
` [PATCH v1 05/25] tests/docker: add "fetch" sub-command
` [PATCH v1 06/25] docker: Add Hexagon image
` [PATCH v1 08/25] gitlab: add build-user-hexagon test
` [PATCH v1 10/25] tests/docker: Added libbpf library to the docker files

[PATCH] cpuidle/pseries: Fixup CEDE0 latency only for POWER10 onwards
 2021-04-23 18:42 UTC  (8+ messages)

[cip-dev] umn.edu situation and its effects on stable/cip
 2021-04-23 18:40 UTC  (3+ messages)

[PATCH v1] drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()
 2021-04-23 18:40 UTC  (4+ messages)

[PATCH] block: fix userspace documentation reference for del_gendisk()
 2021-04-23 18:38 UTC  (2+ messages)

[PATCH 0/7] ASoC: adds new .get_fmt support
 2021-04-23 18:35 UTC  (3+ messages)
` [PATCH 2/7] ASoC: soc-core: add snd_soc_runtime_get_dai_fmt()

ARCH=hexagon unsupported?
 2021-04-23 18:35 UTC  (3+ messages)

[PATCH 0/2] clk: Do not register provider with a NULL dev->of_node
 2021-04-23 18:35 UTC  (5+ messages)
` [PATCH 1/2] "

[RFC PATCH 0/4] Support for passing runtime state idle time to TF-A
 2021-04-23 18:33 UTC  (8+ messages)
` [RFC PATCH 2/4] cpuidle: menu: add idle_time to cpuidle_state

服务条款和本隐私政策
 2021-04-23 18:26 UTC 

archlinux and install-dosemu-master.zip
 2021-04-23 18:33 UTC 

[PATCH 0/7] Parallel Checkout (part 3)
 2021-04-23 18:32 UTC  (3+ messages)
` [PATCH 3/7] checkout-index: add parallel checkout support

[PATCH 0/12 v4] fs: Hole punch vs page cache filling races
 2021-04-23 18:30 UTC  (3+ messages)
` [PATCH 02/12] mm: Protect operations adding pages to page cache with invalidate_lock

Poll for call
 2021-04-23 18:30 UTC  (2+ messages)

[PATCH v2 00/14] spi: pxa2xx: Set of cleanups
 2021-04-23 18:24 UTC  (22+ messages)
` [PATCH v2 02/14] spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
` [PATCH v2 04/14] spi: pxa2xx: Replace header inclusions by forward declarations
` [PATCH v2 05/14] spi: pxa2xx: Unify ifdeffery used in the headers
` [PATCH v2 06/14] spi: pxa2xx: Group Intel Quark specific definitions
` [PATCH v2 07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper
` [PATCH v2 08/14] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
` [PATCH v2 09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
` [PATCH v2 10/14] spi: pxa2xx: Extract pxa2xx_spi_update() helper
` [PATCH v2 11/14] spi: pxa2xx: Extract clear_SSCR1_bits() helper
` [PATCH v2 12/14] spi: pxa2xx: Extract read_SSSR_bits() helper
` [PATCH v2 13/14] spi: pxa2xx: Constify struct driver_data parameter
` [PATCH v2 14/14] spi: pxa2xx: Introduce special type for Merrifield SPIs

[PATCH 00/12] wilc1000: added chip wakeup support and few fixes
 2021-04-23 18:29 UTC  (13+ messages)
` [PATCH 02/12] wilc1000: fix possible memory leak in cfg_scan_result()
` [PATCH 01/12] wilc1000: move 'deinit_lock' lock init/destory inside module probe
` [PATCH 03/12] wilc1000: added new WID to pass WOW info to firmware
` [PATCH 04/12] wilc1000: setup registers to support chip wakeup sequence
` [PATCH 05/12] wilc1000: add reset/terminate/repeat command support for SPI bus
` [PATCH 06/12] wilc1000: handle register read fail issue "
` [PATCH 08/12] wilc1000: invoke chip reset register while FW download
` [PATCH 07/12] wilc1000: ignore error response for SPI clockless registers
` [PATCH 09/12] wilc1000: avoid 'isinit' static by moving inside priv data
` [PATCH 11/12] wilc1000: use write command after read in wilc_spi_sync_ext()
` [PATCH 10/12] wilc1000: added initialized variable check before processing
` [PATCH 12/12] wilc1000: increase WILC_CFG_PKTS_TIMEOUT timeout value

[PATCH v2 0/3] Add multiprocessor wake-up support
 2021-04-23 18:29 UTC  (5+ messages)
` [PATCH v2 3/3] x86/acpi, x86/boot: "

[PATCH v2 bpf-next 00/16] bpf: syscall program, FD array, loader program, light skeleton
 2021-04-23 18:28 UTC  (4+ messages)
` [PATCH v2 bpf-next 01/16] bpf: Introduce bpf_sys_bpf() helper and program type

How to toggle physical link via ethtool
 2021-04-23 18:27 UTC  (3+ messages)

next/master baseline: 614 runs, 39 regressions (next-20210423)
 2021-04-23 18:27 UTC 


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.