All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-14 14:46:24 to 2020-06-14 18:17:54 UTC [more...]

RFC - kernel selftest result documentation (KTAP)
 2020-06-14 18:17 UTC  (2+ messages)

[PATCH] [traceevent] add_new_comm(): Fix memory leak
 2020-06-14 18:14 UTC 

[PATCH] cgroup: Refactor two assignments in css_task_iter_next_css_set()
 2020-06-14 18:10 UTC  (2+ messages)

[GIT PULL] SafeSetID LSM changes for v5.8
 2020-06-14 18:03 UTC  (3+ messages)

[PATCH] Staging: rtl8712: Addressed checkpatch.pl issues related to macro parameter wrapping in parentheses
 2020-06-14 17:51 UTC  (4+ messages)

[Buildroot] [PATCH] uclibc: add simlinks from libdl/libm/libpthread/librt
 2020-06-14 17:51 UTC  (3+ messages)

[PATCH] lib: kunit_test_overflow: add KUnit test of check_*_overflow functions
 2020-06-14 17:48 UTC  (5+ messages)
    ` common KUnit Kconfig and file naming (was: Re: [PATCH] lib: kunit_test_overflow: add KUnit test of check_*_overflow functions)
      ` [Linux-kernel-mentees] "

[PATCH 0/2] lib: Fix bitmap_cut() for overlaps, add test
 2020-06-14 17:40 UTC  (3+ messages)
` [PATCH 1/2] bitmap: Fix bitmap_cut() for partial overlapping case
` [PATCH 2/2] bitmap: Add test for bitmap_cut()

[Buildroot] [PATCH 1/1] package/eigen: fix package detection with CMake
 2020-06-14 17:37 UTC  (2+ messages)
` [Buildroot] [PATCH v2] package/eigen: use cmake-package infra

[PATCH v2] Staging: rtl8712: Addressed checkpatch.pl issues related to macro parameter wrapping in parentheses
 2020-06-14 17:31 UTC  (2+ messages)

[linux-review:wu000273-umn-edu/i2c-xiic-Fix-reference-count-leaks/20200614-060114 9629/10032] host.c:(.text.dwc3_mask_phy_reset+0x0): multiple definition of `dwc3_mask_phy_reset'; drivers/usb/dwc3/core.o:core.c:(.text.dwc3_mask_phy_reset+0x0): first defined here
 2020-06-14 17:31 UTC 

[Buildroot] [PATCH 1/1] package/icu: bump version to 67-1
 2020-06-14 17:30 UTC  (3+ messages)

[PATCH v7 0/6] Support DRM bridges on NVIDIA Tegra
 2020-06-14 17:22 UTC  (14+ messages)
` [PATCH v7 1/6] of_graph: add of_graph_get_local_port()
` [PATCH v7 2/6] drm/of: Make drm_of_find_panel_or_bridge() to check graph's presence
` [PATCH v7 3/6] drm/tegra: output: Don't leak OF node on error
` [PATCH v7 4/6] drm/tegra: output: Support DRM bridges
` [PATCH v7 5/6] drm/tegra: output: rgb: Support LVDS encoder bridge
` [PATCH v7 6/6] drm/tegra: output: rgb: Wrap directly-connected panel into DRM bridge

[PATCH] mm: memcontrol: Fix do not put the css reference
 2020-06-14 17:22 UTC  (3+ messages)

[PATCH 00/22] ADB: fix autopoll issues and rework mac_via state machine
 2020-06-14 17:20 UTC  (13+ messages)
` [PATCH 01/22] adb: coding style update to fix checkpatch errors
` [PATCH 03/22] cuda: convert ADB autopoll timer from ns to ms
` [PATCH 05/22] pmu: honour autopoll_rate_ms when rearming the ADB autopoll timer
` [PATCH 18/22] mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
` [PATCH 21/22] adb: use adb_device prefix for ADB device trace events
` [PATCH 22/22] adb: add ADB bus "

[RFC PATCH v4 0/2] net: dsa: qca8k: Improve SGMII interface handling
 2020-06-14 17:20 UTC  (4+ messages)
` [RFC PATCH v4 2/2] "

[PATCH] [RFC] security: allow using Clang's zero initialization for stack variables
 2020-06-14 17:16 UTC  (3+ messages)

power-off delay/hang due to commit 6d25be57 (mainline)
 2020-06-14 17:10 UTC  (11+ messages)

[PATCH] SUNRPC: Add missing asm/cacheflush.h
 2020-06-14 17:07 UTC  (2+ messages)

[android-common:upstream-f2fs-stable-linux-4.14.y 903/1043] fs/crypto/bio.c:96:23: warning: Checking if unsigned variable 'nr_pages' is less than zero
 2020-06-14 17:07 UTC 

[dm-crypt] bug in cryptsetup --header option when using luksFormat?
 2020-06-14 17:03 UTC 

[PATCH RESEND v2 1/1] log: don't show function by default
 2020-06-14 17:02 UTC  (2+ messages)

[PATCH] net: alx: fix race condition in alx_remove
 2020-06-14 16:59 UTC 

[Buildroot] [PATCH v3] package/libcamera: bump version to 96fab38
 2020-06-14 17:02 UTC  (3+ messages)

[PATCH v2 00/25] x86: Enhance MTRR functionality to support multiple CPUs
 2020-06-14 16:59 UTC  (26+ messages)
` [PATCH v2 01/25] x86: mp_init: Switch to livetree
` [PATCH v2 02/25] x86: Move MP code into mp_init
` [PATCH v2 03/25] x86: mp_init: Avoid declarations in header files
` [PATCH v2 04/25] x86: mp_init: Switch parameter names in start_aps()
` [PATCH v2 05/25] x86: mp_init: Drop the num_cpus static variable
` [PATCH v2 06/25] x86: mtrr: Fix 'ensable' typo
` [PATCH v2 07/25] x86: mp_init: Set up the CPU numbers at the start
` [PATCH v2 08/25] x86: mp_init: Adjust bsp_init() to return more information
` [PATCH v2 09/25] x86: cpu: Remove unnecessary #ifdefs
` [PATCH v2 10/25] x86: mp: Support APs waiting for instructions
` [PATCH v2 11/25] global_data: Add a generic global_data flag for SMP state
` [PATCH v2 12/25] x86: Set the SMP flag when MP init is complete
` [PATCH v2 13/25] x86: mp: Allow running functions on multiple CPUs
` [PATCH v2 14/25] x86: mp: Park CPUs before running the OS
` [PATCH v2 15/25] x86: mp: Add iterators for CPUs
` [PATCH v2 16/25] x86: mtrr: Use MP calls to list the MTRRs
` [PATCH v2 17/25] x86: Don't enable SMP in SPL
` [PATCH v2 18/25] x86: coral: Update the memory map
` [PATCH v2 19/25] x86: mtrr: Update MTRRs on all CPUs
` [PATCH v2 20/25] x86: mtrr: Add support for writing to MTRRs on any CPU
` [PATCH v2 21/25] x86: mtrr: Update the command to use the new mtrr calls
` [PATCH v2 22/25] x86: mtrr: Restructure so command execution is in one place
` [PATCH v2 23/25] x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU
` [PATCH v2 24/25] x86: mp: Add more comments to the module
` [PATCH v2 25/25] x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU

[Buildroot] [PATCH 1/1] package/linux-pam: fix build on musl
 2020-06-14 16:55 UTC 

[PATCH 0/5] patman: Add tests for U-Boot-specific checkpatch checks
 2020-06-14 16:54 UTC  (6+ messages)
` [PATCH 1/5] patman: Rename test.py to test_checkpatch.py
` [PATCH 2/5] patman: Add a test for the 'possible new uclass' check
` [PATCH 3/5] patman: Decode output from the '--show-types' option
` [PATCH 4/5] patman: Add tests for the rest of the checkpatch checks
` [PATCH 5/5] checkpatch: Don't warn about PREFER_IF in headers/DT files

[PATCH 0/4] bcache: more fixes for v5.8-rc1
 2020-06-14 16:53 UTC  (5+ messages)
` [PATCH 1/4] bcache: fix potential deadlock problem in btree_gc_coalesce
` [PATCH 2/4] bcache: check and adjust logical block size for backing devices
` [PATCH 3/4] bcache: use delayed kworker fo asynchronous devices registration
` [PATCH 4/4] bcache: pr_info() format clean up in bcache_device_init()

[SPDK] Re: DIF/DIX acceleration in SPDK
 2020-06-14 16:53 UTC 

[jwboyer-fedora:f31 16/97] ld.lld: error: failed to open drivers/gpu/drm/drm.o: Cannot allocate memory
 2020-06-14 16:53 UTC 

[GIT PULL] Btrfs updates for 5.8, part 2
 2020-06-14 16:50 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/minizip: fix static build of demos with openssl
 2020-06-14 16:49 UTC 

[xen-4.12-testing test] 151082: regressions - FAIL
 2020-06-14 16:47 UTC 

[Buildroot] [PATCH 0/2] core/br2-external: fix reporting errors (branch yem/br2-ext-fixes)
 2020-06-14 16:47 UTC  (7+ messages)
` [Buildroot] [PATCH 1/2] core.br2-external: fix reporting errors
` [Buildroot] [PATCH 2/2] core/br2-external: report better error messages

ethtool 5.7: netlink ENOENT error when setting WOL
 2020-06-14 16:44 UTC  (8+ messages)

[tip:master] BUILD SUCCESS b8b7f4dc10459dcacafa3441dd44c6fbe880e886
 2020-06-14 16:43 UTC 

[Intel-gfx] [PATCH v6 3/3] drm/i915/dp: Expose connector VRR monitor range via debugfs
 2020-06-14 16:44 UTC 

[linux-next:master 16135/16374] drivers/crypto/hisilicon/sgl.c:69:17: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour
 2020-06-14 16:43 UTC 

[Buildroot] [PATCH 1/1] package/linux-pam: fix build with uclibc
 2020-06-14 16:40 UTC  (2+ messages)

[SPDK] Re: DIF/DIX acceleration in SPDK
 2020-06-14 16:38 UTC 

[RFC PATCH 0/4] DSI/DBI and TinyDRM driver
 2020-06-14 16:36 UTC  (2+ messages)

[Buildroot] [git commit] package/linux-pam: fix build with uclibc
 2020-06-14 16:36 UTC 

[Buildroot] [PATCH 1/1] package/granite: bump to version 5.4.0
 2020-06-14 16:35 UTC 

includeIf ignores subdirectories (possible bug)
 2020-06-14 15:43 UTC 

[Buildroot] [PATCH 1/1] package/php: bump version to 7.4.7
 2020-06-14 16:32 UTC  (2+ messages)

[Buildroot] [git commit] package/php: bump version to 7.4.7
 2020-06-14 16:30 UTC 

Are we on the wrong track?
 2020-06-14 16:30 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/libzip: bump to version 1.7.1
 2020-06-14 16:29 UTC  (2+ messages)

[Buildroot] [git commit] package/libzip: bump to version 1.7.1
 2020-06-14 16:29 UTC 

[RFC v6 00/51] Large pages in the page cache
 2020-06-14 16:26 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/kodi-platform: bump version
 2020-06-14 16:26 UTC  (2+ messages)

[Buildroot] [git commit] package/kodi-platform: bump version
 2020-06-14 16:25 UTC 

[Buildroot] [PATCH 1/1] package/pcsc-lite: bump to version 1.9.0
 2020-06-14 16:24 UTC  (2+ messages)

[Buildroot] [git commit] package/pcsc-lite: bump to version 1.9.0
 2020-06-14 16:23 UTC 

[Buildroot] [PATCH 1/1] package/boost: bump version to 1.73.0
 2020-06-14 16:21 UTC  (2+ messages)

[PATCH] libxl: tooling expects wrong errno
 2020-06-14 16:17 UTC 

[PATCH v3 000/105] drm/vc4: Support BCM2711 Display Pipeline
 2020-06-14 16:16 UTC  (11+ messages)
` [PATCH v3 070/105] drm/vc4: hdmi: rework connectors and encoders

[Buildroot] [git commit] package/boost: bump version to 1.73.0
 2020-06-14 16:17 UTC 

[Buildroot] [PATCH 1/1] package/fmt: bump version to 6.2.1
 2020-06-14 16:13 UTC  (2+ messages)

[Cocci] coccinelle issues
 2020-06-14 16:12 UTC  (2+ messages)

[Buildroot] [git commit] package/fmt: bump version to 6.2.1
 2020-06-14 16:07 UTC 

[Buildroot] [PATCH 1/1] package/faad2: bump version to 2.9.2
 2020-06-14 16:07 UTC  (2+ messages)

[Buildroot] [git commit] package/faad2: bump version to 2.9.2
 2020-06-14 16:06 UTC 

[pm:acpica-osl 2/2] drivers/acpi/osl.c:402:3: warning: 'return' with no value, in function returning non-void
 2020-06-14 16:05 UTC  (3+ messages)
` [Devel] "

[Buildroot] [PATCH 1/2] package/alsa-lib: bump version to 1.2.3
 2020-06-14 16:04 UTC  (2+ messages)

[PATCH] attribute: parse but ignore enum attributes
 2020-06-14 16:02 UTC 

[Buildroot] [git commit] package/alsa-utils: bump version to 1.2.3
 2020-06-14 16:02 UTC 

[Buildroot] [git commit] package/alsa-lib: bump version to 1.2.3
 2020-06-14 16:02 UTC 

Pull request: u-boot-spi/master
 2020-06-14 16:00 UTC  (2+ messages)

Please pull u-boot-dm/next
 2020-06-14 16:00 UTC  (2+ messages)

[PATCH 0/4] arm: fix clang build errors
 2020-06-14 15:59 UTC  (3+ messages)

[RFC 0/2] io_uring: disallow overlapping ranges for buffer registration
 2020-06-14 15:57 UTC  (10+ messages)
` [RFC 1/2] "
` [RFC 2/2] io_uring: report pinned memory usage

[RFC] io_uring: add restrictions to support untrusted applications and guests
 2020-06-14 15:52 UTC  (2+ messages)

Rename offensive terminology (master)
 2020-06-14 15:51 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION 842221d073a88c9cd1aa01777c4b69020c28e7a4
 2020-06-14 15:48 UTC 

[PATCH 1/1] sunxi: Pine64-LTS: SMBIOS properties
 2020-06-14 15:48 UTC  (4+ messages)

[PATCH 1/2] spi: spi-fsl-dspi: Fix external abort on interrupt in exit paths
 2020-06-14 15:48 UTC  (9+ messages)
` [PATCH 2/2] spi: spi-fsl-dspi: Initialize completion before possible interrupt

alsa usb problem
 2020-06-14 15:42 UTC 

[Buildroot] [PATCH v2 1/1] package/earlyoom: new package
 2020-06-14 15:42 UTC  (3+ messages)
` [Buildroot] [PATCH v3 "

next-0519 on thinkpad x60: sound related? window manager crash
 2020-06-14 15:40 UTC  (12+ messages)

[PATCH] dmaengine: xilinx: Add empty device_config function
 2020-06-14 15:38 UTC  (2+ messages)

[PATCH -tip V6 0/6] kprobes: Fixes mutex, rcu-list warnings and cleanups
 2020-06-14 15:37 UTC  (3+ messages)

Does need memory barrier to synchronize req->result with req->iopoll_completed
 2020-06-14 15:36 UTC  (2+ messages)

Rename offensive terminology (master)
 2020-06-14 15:09 UTC 

[PATCH] net: fec: fix ref count leaking when pm_runtime_get_sync fails
 2020-06-14 15:30 UTC  (3+ messages)

[PULL] u-boot-usb/master
 2020-06-14 15:28 UTC 

[PULL] u-boot-socfpga/master
 2020-06-14 15:28 UTC 

[PATCH 1/2] [RFC] ARM: stm32: Make bsec available in SPL
 2020-06-14 15:23 UTC  (4+ messages)
` [PATCH 2/2] [RFC] clk: stm32mp1: Handle SoC speed grade configs

[PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry
 2020-06-14 15:20 UTC  (11+ messages)

coccinelle issues
 2020-06-14 15:20 UTC  (5+ messages)
` [Cocci] "

[PATCH 0/3] selftests/livepatch: small script cleanups
 2020-06-14 15:19 UTC  (4+ messages)
` [PATCH 1/3] selftests/livepatch: Don't clear dmesg when running tests

[PATCH v2] softdog: Add options 'soft_reboot_target' and 'soft_active_on_boot'
 2020-06-14 15:15 UTC  (2+ messages)

[PATCH v3 00/13] iio: imu: new inv_icm42600 driver
 2020-06-14 15:10 UTC  (3+ messages)
` [PATCH v3 06/13] iio: imu: inv_icm42600: add temperature sensor support

coccinelle: api: add kvfree script
 2020-06-14 15:10 UTC  (2+ messages)
` [Cocci] "

[dpdk-dev] net/iavf: add inner 5 tuple hash for GTPU
 2020-06-14 15:09 UTC  (2+ messages)
` [dpdk-dev] [dpdk-dev v2] "

[dpdk-dev] net/ice: enable new input set for rss hash
 2020-06-14 15:08 UTC  (2+ messages)
` [dpdk-dev] [dpdk-dev v2] "

[PATCH v9 0/5] Add MMC software queue support
 2020-06-14 15:05 UTC  (7+ messages)

[v3 1/3] Watchdog: introduce ARM SBSA watchdog driver
 2020-06-14 15:04 UTC  (3+ messages)
` [v3 2/3] arm64: lx2160a: dts: Add watchdog node
` [v3 3/3] configs: lx2160a: Enable Watchdog support

[PATCH] dm: core: Correct comment on uclass_id_foreach_dev()
 2020-06-14 15:00 UTC  (2+ messages)

[RFC 0/3] ARM: copy_{from,to}_user() for vmsplit 4g/4g
 2020-06-14 14:55 UTC  (10+ messages)
` [RFC 1/3] lib: copy_{from,to}_user using gup & kmap_atomic()

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-14 14:51 UTC  (14+ messages)

Boot issue with the latest Git kernel
 2020-06-14 14:52 UTC  (13+ messages)
        ` PowerPC KVM-PR issue

[Buildroot] [git commit] package/earlyoom: new package
 2020-06-14 14:53 UTC 

[Buildroot] [PATCH 1/1] package/kodi-pvr-vuplus: remove tinyxml dependency
 2020-06-14 14:48 UTC  (2+ messages)

[dunfell 00/27] Merge request #3
 2020-06-14 14:47 UTC  (3+ messages)
` [oe] "

[PATCH v2 0/5] Mac Old World ROM experiment
 2020-06-14 14:46 UTC  (4+ messages)
` [PATCH v2 1/5] mac_oldworld: Allow loading binary ROM image

[mmotm:master 106/260] include/linux/spinlock.h:378:9: sparse: sparse: context imbalance in 'dump_tasks' - unexpected unlock
 2020-06-14 14:47 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.