All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-27 21:11:49 to 2020-09-28 00:52:53 UTC [more...]

[PATCH v3 0/1] 8bpp support for Ingenic-drm
 2020-09-27 23:36 UTC  (4+ messages)
` [PATCH v3 1/1] drm/ingenic: Add support for paletted 8bpp

[PATCH] usb: musb: Fix runtime PM race in musb_queue_resume_work
 2020-09-28  0:52 UTC  (3+ messages)

[dpdk-dev] [PATCH 00/20] cleanup ethdev close operation
 2020-09-28  0:50 UTC  (31+ messages)
` [dpdk-dev] [PATCH v2 00/25] "
  ` [dpdk-dev] [PATCH v2 01/25] ethdev: reset device and interrupt pointers on release
  ` [dpdk-dev] [PATCH v2 02/25] ethdev: allow drivers to return error on close
  ` [dpdk-dev] [PATCH v2 03/25] net/af_packet: release port upon close
  ` [dpdk-dev] [PATCH v2 04/25] net/atlantic: "
  ` [dpdk-dev] [PATCH v2 05/25] net/axgbe: "
  ` [dpdk-dev] [PATCH v2 06/25] net/bnx2x: "
  ` [dpdk-dev] [PATCH v2 07/25] net/bonding: "
  ` [dpdk-dev] [PATCH v2 08/25] net/failsafe: "
  ` [dpdk-dev] [PATCH v2 09/25] net/mlx4: "
  ` [dpdk-dev] [PATCH v2 10/25] net/null: "
  ` [dpdk-dev] [PATCH v2 11/25] net/octeontx: "
  ` [dpdk-dev] [PATCH v2 12/25] net/pcap: "
  ` [dpdk-dev] [PATCH v2 13/25] net/qede: "
  ` [dpdk-dev] [PATCH v2 14/25] net/ring: "
  ` [dpdk-dev] [PATCH v2 15/25] net/softnic: "
  ` [dpdk-dev] [PATCH v2 16/25] net/tap: "
  ` [dpdk-dev] [PATCH v2 17/25] ethdev: remove old close behaviour
  ` [dpdk-dev] [PATCH v2 18/25] drivers/net: accept removing device without any port
  ` [dpdk-dev] [PATCH v2 19/25] drivers/net: check process type in close operation
  ` [dpdk-dev] [PATCH v2 20/25] drivers/net: remove redundant MAC addresses freeing
  ` [dpdk-dev] [PATCH v2 21/25] app/testpmd: reset port status on close notification
  ` [dpdk-dev] [PATCH v2 22/25] app/testpmd: align behaviour of multi-port detach
  ` [dpdk-dev] [PATCH v2 23/25] ethdev: remove forcing stopped state upon close
  ` [dpdk-dev] [PATCH v2 24/25] ethdev: reset all when releasing a port
  ` [dpdk-dev] [PATCH v2 25/25] ethdev: allow close function to return an error

[dpdk-dev] [PATCH v2] lib/librte_eal: support SVE flag on ARM64
 2020-09-28  0:49 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6 0/2] update CPU flags for arm64 platform

[PATCH 1/2] arm-autonomy/wic: Introduce empty plugin to create unformatted empty partitions
 2020-09-28  0:48 UTC  (2+ messages)
` [meta-arm] "

[PATCH 00/12] Various minor patches
 2020-09-28  0:46 UTC  (13+ messages)
` [PATCH 01/12] log: Add missing category names
` [PATCH 02/12] x86: zimage: Add a little more logging
` [PATCH 03/12] x86: zimage: Sanity-check the kernel version before printing it
` [PATCH 04/12] x86: zimage: Quieten down the zimage boot process
` [PATCH 05/12] syscon: Drop the logging in syscon_get_by_driver_data()
` [PATCH 06/12] bloblist: Place on a 4KB boundary
` [PATCH 07/12] binman: Add a way to read the ROM offset
` [PATCH 08/12] binman: Support multiple images in the library
` [PATCH 09/12] log: Fix the comment for struct log_driver()
` [PATCH 10/12] board: Show memory for frame buffers
` [PATCH 11/12] i2c: designware: Use log_debug() for debugging
` [PATCH 12/12] tpm: cr50: Correct logging statements

[PATCH v38 00/24] Intel SGX foundations
 2020-09-28  0:44 UTC  (9+ messages)
` [PATCH v38 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
` [PATCH v38 24/24] x86/sgx: Update MAINTAINERS

[PATCH] block: Remove redundant 'return' statement
 2020-09-28  0:42 UTC 

[PATCH] Register read and writes tracing
 2020-09-28  0:34 UTC  (4+ messages)
` [PATCH] tracing: Add register read and write tracing support

[PATCH v10 00/20] gpio: cdev: add uAPI v2
 2020-09-28  0:28 UTC  (21+ messages)
` [PATCH v10 01/20] gpiolib: cdev: gpio_desc_to_lineinfo() should set info offset
` [PATCH v10 02/20] gpiolib: cdev: replace strncpy() with strscpy()
` [PATCH v10 03/20] gpio: uapi: define GPIO_MAX_NAME_SIZE for array sizes
` [PATCH v10 04/20] gpio: uapi: define uAPI v2
` [PATCH v10 05/20] gpiolib: make cdev a build option
` [PATCH v10 06/20] gpiolib: add build option for CDEV v1 ABI
` [PATCH v10 07/20] gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTL
` [PATCH v10 08/20] gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WATCH_IOCTL
` [PATCH v10 09/20] gpiolib: cdev: support edge detection for uAPI v2
` [PATCH v10 10/20] gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTL
` [PATCH v10 11/20] gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTL
` [PATCH v10 12/20] gpiolib: cdev: support setting debounce
` [PATCH v10 13/20] gpio: uapi: document uAPI v1 as deprecated
` [PATCH v10 14/20] tools: gpio: port lsgpio to v2 uAPI
` [PATCH v10 15/20] tools: gpio: port gpio-watch "
` [PATCH v10 16/20] tools: gpio: rename nlines to num_lines
` [PATCH v10 17/20] tools: gpio: port gpio-hammer to v2 uAPI
` [PATCH v10 18/20] tools: gpio: port gpio-event-mon "
` [PATCH v10 19/20] tools: gpio: add multi-line monitoring to gpio-event-mon
` [PATCH v10 20/20] tools: gpio: add debounce support "

[meta-networking][PATCH] crda: rdepends on wireless-regdb-static
 2020-09-28  0:25 UTC  (5+ messages)
` [oe] "

[PATCH] lockdep: Introduce CONFIG_LOCKDEP_LARGE
 2020-09-28  0:24 UTC  (7+ messages)
` [PATCH v2] lockdep: Allow tuning tracing capacity constants

[tty:tty-testing] BUILD SUCCESS 988d0763361bb65690d60e2bc53a6b72777040c3
 2020-09-28  0:19 UTC 

[PATCH] tpm: only export stand alone version of flush context command
 2020-09-28  0:11 UTC  (2+ messages)

[PATCH] Fix Atmel TPM crash caused by too frequent queries
 2020-09-28  0:15 UTC  (6+ messages)

[SPDK] Cancelled: 1st October Asia-friendly SPDK community meeting and 8th October Bug Scrub meeting
 2020-09-28  0:14 UTC 

[PATCH] rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config
 2020-09-28  0:13 UTC  (2+ messages)

[PATCH 1/6] arm64: dts: imx8mm-var-som: fix missing PMIC's interrupt line pull-up
 2020-09-28  0:08 UTC  (7+ messages)
` [PATCH 3/6] arm64: dts: imx8mm-evk: "
` [PATCH 5/6] arm64: dts: imx8mn-ddr4-evk: "

[PATCH] Use maximum latency when determining L1/L0s ASPM v2
 2020-09-28  0:06 UTC  (2+ messages)

[PATCH net] ibmvnic: set up 200GBPS speed
 2020-09-28  0:06 UTC 

[PATCH v2 0/7][RESEND] ASoC: merge soc_pcm_open() rollback and soc_pcm_close()
 2020-09-28  0:01 UTC  (8+ messages)
` [PATCH 1/7] ASoC: soc-dai: add mark for snd_soc_dai_startup/shutdown()
` [PATCH 2/7] ASoC: soc-link: add mark for snd_soc_link_startup/shutdown()
` [PATCH 3/7] ASoC: soc-component: add mark for soc_pcm_components_open/close()
` [PATCH 4/7] ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()
` [PATCH 5/7] ASoC: soc-pcm: add soc_pcm_clean() and call it from soc_pcm_open/close()
` [PATCH 6/7] ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_dai_startup()
` [PATCH 7/7] ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_component_module/open()

[dpdk-dev] [PATCH 20.11] eal: simplify exit functions
 2020-09-28  0:00 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2020-09-27 23:59 UTC  (5+ messages)

[PATCH v13 0/5] TPM 2.0 trusted key rework
 2020-09-27 23:48 UTC  (6+ messages)
` [PATCH v13 3/5] security: keys: trusted: fix TPM2 authorizations

[PATCH] tpm: of: avoid __va() translation for event log address
 2020-09-27 23:44 UTC  (7+ messages)

[PATCH v6 07/10] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
 2020-09-27 23:45 UTC  (2+ messages)

[PATCH v4 0/4] xfs: fix some log stalling problems in defer ops
 2020-09-27 23:42 UTC  (5+ messages)
` [PATCH 1/4] xfs: change the order in which child and parent defer ops are finished
` [PATCH 2/4] xfs: periodically relog deferred intent items
` [PATCH 3/4] xfs: expose the log push threshold
` [PATCH 4/4] xfs: only relog deferred intent items if free space in the log gets low

[PATCH v2 0/3] xfs: fix inode use-after-free during log recovery
 2020-09-27 23:41 UTC  (4+ messages)
` [PATCH 1/3] xfs: clean up bmap intent item recovery checking
` [PATCH 2/3] xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering
` [PATCH 3/3] xfs: fix an incore inode UAF in xfs_bui_recover

[PATCH v3 0/4] xfs: fix how we deal with new intents during recovery
 2020-09-27 23:41 UTC  (5+ messages)
` [PATCH 1/4] xfs: remove xfs_defer_reset
` [PATCH 2/4] xfs: proper replay of deferred ops queued during log recovery
` [PATCH 3/4] xfs: xfs_defer_capture should absorb remaining block reservation
` [PATCH 4/4] xfs: xfs_defer_capture should absorb remaining transaction reservation

[ovmf test] 154899: trouble: blocked/broken
 2020-09-27 23:41 UTC 

[PATCH 00/11] Introduce Simple atomic and non-atomic counters
 2020-09-27 23:39 UTC  (4+ messages)
` [PATCH 07/11] drivers/android/binder: convert stats, transaction_log to counter_atomic32

[xen-4.12-testing test] 154963: trouble: blocked/broken
 2020-09-27 23:34 UTC 

[dpdk-dev] [PATCH v3 0/8] fix distributor synchronization issues
 2020-09-27 23:34 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 "
    ` [dpdk-dev] [PATCH v4 1/8] test/distributor: fix deadlock with freezed worker

[PATCH] rpadlpar_io:Add MODULE_DESCRIPTION entries to kernel modules
 2020-09-27 23:32 UTC  (4+ messages)

[PATCH v3 0/3] xfs: fix some log stalling problems in defer ops
 2020-09-27 23:30 UTC  (4+ messages)
` [PATCH 3/3] xfs: periodically relog deferred intent items

Git remote return custom error messages
 2020-09-27 23:28 UTC  (2+ messages)

[PATCH] spi: fsl-dspi: fix NULL pointer dereference
 2020-09-27 23:27 UTC  (2+ messages)

[PATCH] leds: Add documentation about possible subsystem improvements
 2020-09-27 23:15 UTC  (5+ messages)

[dpdk-dev] [PATCH v4 0/4] pmdinfogen: rewrite in Python
 2020-09-27 23:15 UTC  (7+ messages)
` [dpdk-dev] [PATCH v5 0/3] "
  ` [dpdk-dev] [PATCH v5 1/3] pmdinfogen: add Python implementation
  ` [dpdk-dev] [PATCH v5 2/3] build: use Python pmdinfogen
  ` [dpdk-dev] [PATCH v5 3/3] pmdinfogen: remove C implementation

[PATCH 0/4] Mediatek DRM driver detect CMDQ execution timeout by vblank IRQ
 2020-09-27 23:04 UTC  (20+ messages)
` [PATCH 1/4] soc / drm: mediatek: cmdq: Remove timeout handler in helper function
` [PATCH 2/4] mailbox / soc / drm: mediatek: Use mailbox rx_callback instead of cmdq_task_cb
` [PATCH 3/4] mailbox / soc / drm: mediatek: Remove struct cmdq_client
` [PATCH 4/4] drm/mediatek: Detect CMDQ execution timeout

[Intel-wired-lan] [patch 00/35] net: in_interrupt() cleanup and fixes
 2020-09-27 23:00 UTC  (4+ messages)
` [Intel-wired-lan] [patch 13/35] net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())
  `  "

[PATCH] kvfree_rcu(): fix ifnullfree.cocci warnings
 2020-09-27 22:55 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/bnx2x: release port upon close
 2020-09-27 22:36 UTC  (2+ messages)
` [dpdk-dev] [PATCH] net/qede: "

[PATCH] ACPI / extlog: Check for RDMSR failure
 2020-09-27 21:50 UTC 

Gold Deal Partnership ^
 2020-09-27 22:10 UTC 

[PATCH] x86/mce: Add Skylake quirk for patrol scrub reported errors
 2020-09-27 22:19 UTC  (9+ messages)
        ` [PATCH v2] "

[meta-security][PATCH 1/2] softHSM: add pkg
 2020-09-27 22:16 UTC  (2+ messages)
` [meta-security][PATCH 2/2] packagegroup-core-security: add softHSM

[Intel-wired-lan] [patch 01/35] net: enic: Cure the enic api locking trainwreck
 2020-09-27 22:06 UTC  (2+ messages)
`  "

[PATCH] PCI: qcom: use PHY_REFCLK_USE_PAD only for ipq8064
 2020-09-27 22:00 UTC 

drivers/clocksource/timer-stm32-lp.c:203:34: warning: unused variable 'stm32_clkevent_lp_of_match'
 2020-09-27 21:58 UTC 

Linux 5.9-rc7
 2020-09-27 21:56 UTC 

[linux-5.4 test] 154956: trouble: blocked/broken
 2020-09-27 21:51 UTC 

[tip:x86/hyperv] BUILD SUCCESS dfc53baae3c6a165a35735b789e3e083786271d6
 2020-09-27 21:38 UTC 

linux-next: Signed-off-by missing for commit in the v4l-dvb tree
 2020-09-27 21:50 UTC 

Linux kernel 5.9-rc7 released
 2020-09-27 21:40 UTC 

FYI: How I multy-library packaged Xenomai for ALT Linux
 2020-09-27 21:29 UTC 

[tip:timers/core] BUILD SUCCESS 3b17c8f9a4b680b938b0bf51db38bb510e12555e
 2020-09-27 21:27 UTC 

[tip:timers/urgent] BUILD SUCCESS a7b6c0feda15c9881cac83102cdbc82e39889995
 2020-09-27 21:27 UTC 

v5.8.x stability on parisc
 2020-09-27 21:24 UTC  (3+ messages)

include/linux/spinlock.h:404:9: sparse: sparse: context imbalance in 'ehci_turn_off_all_ports' - unexpected unlock
 2020-09-27 21:22 UTC 

[Buildroot] [PATCH v1] package/qt5base: XCB support needs xcb-util-renderutil
 2020-09-27 21:20 UTC 

[PATCH v3 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2020-09-27 21:10 UTC  (5+ messages)
` [PATCH v3 4/7] pwm: ntxec: Add driver for PWM function in Netronix EC

[PATCH 0/6] linux-yocto: consolidated pull request
 2020-09-27 21:18 UTC  (6+ messages)
` [PATCH 6/6] lttng-modules: backport patches from 2.12.x to fix 5.4.64+ and 5.8.9+ builds
  ` [OE-core] "

[PATCH v2 0/8] parsing trailers with shortlog
 2020-09-27 21:18 UTC  (3+ messages)
` [PATCH v2 8/8] shortlog: allow multiple groups to be specified

Git in Outreachy?
 2020-09-27 21:16 UTC  (5+ messages)

[PATCH v3 0/3] kgdb: Honour the kprobe blocklist when setting breakpoints
 2020-09-27 21:15 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] kgdb: Add NOKPROBE labels on the trap handler functions
` [PATCH v3 3/3] kernel: debug: Centralize dbg_[de]activate_sw_breakpoints

[PATCH v3 0/3] kgdb: Honour the kprobe blocklist when setting breakpoints
 2020-09-27 21:15 UTC  (4+ messages)
` [PATCH v3 2/3] kgdb: Add NOKPROBE labels on the trap handler functions

[PATCH 1/3] system_data_types.7: ffix
 2020-09-27 21:13 UTC  (3+ messages)
` [PATCH 2/3] system_data_types.7: Add 'FILE'
` [PATCH 3/3] FILE.3: New link to system_data_types(7)

Meshed WiFi with QCA9377 (USB/SDIO)
 2020-09-27 21:13 UTC  (4+ messages)

[PATCH] atm: atmtcp: Constify atmtcp_v_dev_ops
 2020-09-27 21:10 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.