All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-24 16:26:37 to 2020-03-24 17:15:10 UTC [more...]

[GIT PULL] perf fixes
 2020-03-24 17:15 UTC  (2+ messages)

[PATCH] net: PHY: bcm-unimac: Fix clock handling
 2020-03-24 17:13 UTC  (4+ messages)

[Xen-devel] [XEN PATCH v3 00/23] xen: Build system improvements
 2020-03-24 17:11 UTC  (7+ messages)
` [Xen-devel] [XEN PATCH v3 15/23] xen/build: have the root Makefile generates the CFLAGS
        `  "

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2020-03-24 17:11 UTC 

[PATCH for-5.0 0/6] Several error use-after-free
 2020-03-24 17:10 UTC  (3+ messages)
` [PATCH 2/6] block/mirror: fix use after free of local_err

[PATCH v8 00/11] iotests: use python logging
 2020-03-24 17:09 UTC  (8+ messages)
` [PATCH v8 06/11] iotests: drop Python 3.4 compatibility code
` [PATCH v8 07/11] iotests: limit line length to 79 chars

[PATCH for-5.0, v1] target/mips: Fix loongson multimedia condition instructions
 2020-03-24 17:08 UTC  (3+ messages)

[PATCH v6 00/10] Support ROHM BD99954 charger IC
 2020-03-24 16:48 UTC  (4+ messages)
` [PATCH v6 06/10] regulator: use linear_ranges helper

[PATCH v2] platform: x86: Add ACPI driver for ChromeOS
 2020-03-24 17:08 UTC  (7+ messages)

[PATCH v7 0/2] Add rpmsg tty driver
 2020-03-24 17:04 UTC  (6+ messages)
` [PATCH v7 1/2] rpmsg: core: add API to get MTU
` [PATCH v7 2/2] tty: add rpmsg driver

[PATCH v5 0/3] ADD interconnect support for Qualcomm DWC3 driver
 2020-03-24 17:07 UTC  (4+ messages)
` [PATCH v5 2/3] usb: dwc3: qcom: Add interconnect support in dwc3 driver

[PATCH v4] block/nvme: introduce PMR support from NVMe 1.4 spec
 2020-03-24 17:05 UTC  (3+ messages)

[RFC PATCH 00/28]: Accurate ECN for TCP
 2020-03-24 17:05 UTC  (9+ messages)
` [RFC PATCH 28/28] tcp: AccECN sysctl documentation

[RFC PATCH v2 0/7] s390x/vfio_ccw: Channel Path Handling [QEMU]
 2020-03-24 17:04 UTC  (3+ messages)
` [RFC PATCH v2 1/7] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO

[PATCH v1 5/5] video: ssd1307fb: Remove redundant forward declaration
 2020-03-24 17:05 UTC 

[PATCH v1 4/5] video: ssd1307fb: Convert to atomic PWM API
 2020-03-24 17:05 UTC 

[PATCH v1 3/5] video: ssd1307fb: Make use of device properties
 2020-03-24 17:05 UTC 

[PATCH v1 2/5] video: ssd1307fb: Introduce temporary variable to increase readability
 2020-03-24 17:05 UTC 

[PATCH v1 1/5] video: ssd1307fb: Convert driver to use ->probe_new()
 2020-03-24 17:05 UTC 

grub/head build with pre-release GCC10 ; fail @ "grub-core/disk/mdraid1x_linux.c:181:15: error: ..."
 2020-03-24 17:04 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Select the deepest available parking mode for rc6
 2020-03-24 17:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gt: Select the deepest available parking mode for rc6 (rev2)

[OE-core][PATCH] security_flags.inc: fix flags missing from SDK toolchain
 2020-03-24 17:02 UTC 

[PATCH 0/8] pc-bios: s390x: Cleanup part 1
 2020-03-24 17:02 UTC  (2+ messages)

Re: [PATCH] net: ena: Add PCI shutdown handler to allow safe kexec
 2020-03-24 17:02 UTC 

[RESEND][PATCH v3 00/17] Add static_call()
 2020-03-24 17:03 UTC  (7+ messages)
` [RESEND][PATCH v3 14/17] static_call: Add static_cond_call()

[Intel-gfx] [PATCH 01/21] Revert "drm/i915/gem: Drop relocation slowpath"
 2020-03-24 17:02 UTC  (22+ messages)
` [Intel-gfx] [PATCH 02/21] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 03/21] drm/i915: Remove locking from i915_gem_object_prepare_read/write
` [Intel-gfx] [PATCH 04/21] drm/i915: Parse command buffer earlier in eb_relocate(slow)
` [Intel-gfx] [PATCH 05/21] drm/i915: Use per object locking in execbuf, v6
` [Intel-gfx] [PATCH 06/21] drm/i915: Use ww locking in intel_renderstate
` [Intel-gfx] [PATCH 07/21] drm/i915: Add ww context handling to context_barrier_task
` [Intel-gfx] [PATCH 08/21] drm/i915: Nuke arguments to eb_pin_engine
` [Intel-gfx] [PATCH 09/21] drm/i915: Pin engine before pinning all objects, v3
` [Intel-gfx] [PATCH 10/21] drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
` [Intel-gfx] [PATCH 11/21] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH 12/21] drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2
` [Intel-gfx] [PATCH 13/21] drm/i915: Kill last user of intel_context_create_request outside of selftests
` [Intel-gfx] [PATCH 14/21] drm/i915: Convert i915_perf to ww locking as well
` [Intel-gfx] [PATCH 15/21] drm/i915: Dirty hack to fix selftests locking inversion
` [Intel-gfx] [PATCH 16/21] drm/i915/selftests: Fix locking inversion in lrc selftest
` [Intel-gfx] [PATCH 17/21] drm/i915: Use ww pinning for intel_context_create_request()
` [Intel-gfx] [PATCH 18/21] drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion
` [Intel-gfx] [PATCH 19/21] drm/i915: Add ww locking to vm_fault_gtt
` [Intel-gfx] [PATCH 20/21] drm/i915: Add ww locking to pin_to_display_plane
` [Intel-gfx] [PATCH 21/21] drm/i915: Ensure we hold the pin mutex
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/21] Revert "drm/i915/gem: Drop relocation slowpath"

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-03-24 17:02 UTC 

[RFC PATCH 0/3] grep: honor sparse checkout and add option to ignore it
 2020-03-24 17:02 UTC  (6+ messages)
` [RFC PATCH 2/3] grep: honor sparse checkout patterns

[PATCH 00/16] x86, crypto: remove always-defined CONFIG_AS_* and cosolidate Kconfig/Makefiles
 2020-03-24 17:01 UTC  (14+ messages)
` [PATCH 01/16] lib/raid6/test: fix build on distros whose /bin/sh is not bash
` [PATCH 02/16] x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.h
` [PATCH 04/16] x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME
` [PATCH 06/16] x86: remove always-defined CONFIG_AS_SSSE3
` [PATCH 11/16] x86: probe assembler capabilities via kconfig instead of makefile
` [Intel-gfx] [PATCH 00/16] x86, crypto: remove always-defined CONFIG_AS_* and cosolidate Kconfig/Makefiles

[PATCHv5 0/4] n_gsm serdev support and protocol driver for droid4 modem
 2020-03-24 17:01 UTC  (11+ messages)
` [PATCH 1/4] tty: n_gsm: Add support for serdev drivers
  ` Droid 4 in -next -- still no backlight was "
` [PATCH 2/4] serdev: ngsm-motmdm: Add Motorola TS 27.010 serdev modem driver for droid4
` [PATCH 3/4] dt-bindings: mfd: motmdm: Add binding for motorola-mdm

Slow path detected in RTCAP
 2020-03-24 17:01 UTC  (2+ messages)

[arm64:for-next/kernel-ptrauth 16/18] aarch64-linux-objdump: warning: fs/squashfs/decompressor_multi.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
 2020-03-24 17:00 UTC  (8+ messages)

[RFC PATCH 00/21] Improve list integrity checking
 2020-03-24 16:59 UTC  (22+ messages)
` [RFC PATCH 01/21] list: Remove hlist_unhashed_lockless()
` [RFC PATCH 02/21] list: Remove hlist_nulls_unhashed_lockless()
` [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race()
` [RFC PATCH 04/21] timers: Use hlist_unhashed() instead of open-coding in timer_pending()
` [RFC PATCH 10/21] kernel-hacking: Make DEBUG_{LIST,PLIST,SG,NOTIFIERS} non-debug options
` [RFC PATCH 14/21] plist: Use CHECK_DATA_CORRUPTION instead of explicit {BUG,WARN}_ON()
` [RFC PATCH 17/21] linux/bit_spinlock.h: Include linux/processor.h
` [RFC PATCH 20/21] list: Format CHECK_DATA_CORRUPTION error messages consistently

[PATCH 1/4] drm/radeon: remove unneeded header include path
 2020-03-24 16:47 UTC  (4+ messages)

[PATCH 0/5] nvmem: patches (set 2) for 5.7
 2020-03-24 16:58 UTC  (8+ messages)
` [PATCH 5/5] nvmem: Add support for write-only instances

[Intel-gfx] [PATCH] drm/i915: use forced codec wake on all gen9+ platforms
 2020-03-24 16:58 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[GIT PULL] gpio: updates for v5.7 part 3
 2020-03-24 16:58 UTC  (4+ messages)

[PATCH -next] ASoC: wm8974: remove unused variables
 2020-03-24 16:53 UTC  (2+ messages)

[PATCH] arm64: head: Convert install_el2_stub to SYM_INNER_LABEL
 2020-03-24 16:57 UTC  (2+ messages)

[MPTCP] [PATCH 3/3] mptcp: fix "fn parameter not described" warning
 2020-03-24 16:57 UTC 

[MPTCP] [PATCH 2/3] mptcp: fix "fn parameter not described" warnings
 2020-03-24 16:57 UTC 

[MPTCP] [PATCH 1/3] mptcp: fix "fn parameter not described" warning
 2020-03-24 16:57 UTC 

[MPTCP] [PATCH 0/3] mptcp: fix "fn parameter not described" warnings
 2020-03-24 16:57 UTC 

[PATCH] xfs: shutdown on failure to add page to log bio
 2020-03-24 16:57 UTC 

[PATCH v5 0/3] Enable use of L2CAP_MODE_EXT_FLOWCTL
 2020-03-24 16:56 UTC  (4+ messages)
` [PATCH v5 3/3] Bluetooth: Add BT_MODE socket option

[PATCH net-next v3 00/11] net: ethernet: ti: cpts: add irq and HW_TS_PUSH events
 2020-03-24 16:54 UTC  (5+ messages)
` [PATCH net-next v3 08/11] net: ethernet: ti: cpts: move rx timestamp processing to ptp worker only

[dpdk-dev] [PATCH 1/2] mempool/octeontx2: add devargs to lock ctx in cache
 2020-03-24 16:53 UTC  (3+ messages)
` [dpdk-dev] [dpdk-dev v2] "
  ` [dpdk-dev] [dpdk-dev v2] [PATCH 2/2] net/octeontx2: add devargs to lock Rx/Tx ctx

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2020-03-24 16:53 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-03-24 16:53 UTC 

[PATCH RFC v2 tip/core/rcu 0/22] Prototype RCU usable from idle, exception, offline
 2020-03-24 16:52 UTC  (10+ messages)
` [PATCH RFC v2 tip/core/rcu 01/22] sched/core: Add function to sample state of locked-down task

[PATCH] regulator: da9063: Fix get_mode() functions to read sleep field
 2020-03-24 16:52 UTC  (2+ messages)
` Applied "regulator: da9063: Fix get_mode() functions to read sleep field" to the regulator tree

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2020-03-24 16:52 UTC 

[PATCH] block, nvme: Increase max segments parameter setting value
 2020-03-24 16:51 UTC  (6+ messages)

[PATCH v6 0/2] rtw88: update regulatory settings
 2020-03-24 16:51 UTC  (3+ messages)
` [PATCH v6 1/2] rtw88: add regulatory process strategy for different chipset

[PATCH] affine kernel threads to specified cpumask
 2020-03-24 16:50 UTC  (7+ messages)
      ` [PATCH v2] isolcpus: "

[RFC] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-24 16:50 UTC  (3+ messages)

[PATCH] qemu.inc: Always disable compile time git updating
 2020-03-24 16:50 UTC 

[v1,1/1] hwmon: (nct7904) Add watchdog function
 2020-03-24 16:49 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-03-24 16:50 UTC 

backup transaction with io-thread core dumps
 2020-03-24 16:49 UTC  (5+ messages)

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 10 warnings (v4.19.109-202-g69e7137de31c)
 2020-03-24 16:49 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 8e79af6b684844272589bdf63257503e7d0fe722
 2020-03-24 16:48 UTC 

[PATCH 3/4] kvm: Replace vcpu->swait with rcuwait
 2020-03-24 16:47 UTC  (4+ messages)

[RFC PATCH v2 0/3] KASAN/KUnit Integration
 2020-03-24 16:48 UTC  (7+ messages)
` [RFC PATCH v2 1/3] Add KUnit Struct to Current Task
` [RFC PATCH v2 2/3] KUnit: KASAN Integration
` [RFC PATCH v2 3/3] KASAN: Port KASAN Tests to KUnit

[PATCH v3] x86/vmlinux: Fix vmlinux.lds.S with pre-2.23 binutils
 2020-03-24 16:48 UTC  (13+ messages)
      ` [PATCH] Documentation/changes: Raise minimum supported binutils version to 2.23

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 102 warnings (v4.14.173-155-g78d092884075)
 2020-03-24 16:48 UTC 

[PATCH 1/2] arm64: lib: Use .arch_extension
 2020-03-24 16:48 UTC  (4+ messages)
` [PATCH 2/2] arm64: crypto: "

linux-next: Tree for Mar 20
 2020-03-24 16:47 UTC  (3+ messages)
` linux-next: Tree for Mar 20 (objtool warnings)

[PATCH v1 0/2] btusb: Introduce the use of vendor extension(s)
 2020-03-24 16:45 UTC  (10+ messages)
` [PATCH v1 1/2] Bluetooth: btusb: Indicate Microsoft vendor extension for Intel 9460/9560 and 9160/9260

[PATCH v2 0/5] Introduce drm scaling filter property
 2020-03-24 16:46 UTC  (11+ messages)
` [PATCH v2 3/5] drm/i915: Introduce scaling filter related registers and bit fields
      ` [Intel-gfx] "
` [PATCH v2 5/5] drm/i915: Enable scaling filter for plane and CRTC
        ` [Intel-gfx] "

linux-next: Tree for Mar 18
 2020-03-24 16:44 UTC  (11+ messages)
` linux-next: Tree for Mar 18 (objtool)

[PATCH 1/3] drm/virtio: random virtgpu_drv.h cleanups
 2020-03-24 16:44 UTC  (3+ messages)
` [PATCH 2/3] drm/virtio: delete notify after virtio_gpu_cmd_context_create
` [PATCH 3/3] drm/virtio: delete notify in virtio_gpu_object_create

[PATCH] staging: vt6656: Use DIV_ROUND_UP macro instead of specific code
 2020-03-24 16:43 UTC  (4+ messages)

[PATCH 0/3] ACPI / APEI: Kick the memory_failure() queue for synchronous errors
 2020-03-24 16:41 UTC  (4+ messages)
` [PATCH 3/3] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[PATCH] MIPS: mark some functions as weak to avoid conflict with Octeon ones
 2020-03-24 16:40 UTC 

testing for disable-dontaudit in C code
 2020-03-24 16:40 UTC  (2+ messages)

[PATCH] ASoC: tas2562: Fixed incorrect amp_level setting
 2020-03-24 16:37 UTC  (3+ messages)
` Applied "ASoC: tas2562: Fixed incorrect amp_level setting." to the asoc tree

[yocto] What .c/.h etc files were used to compile?
 2020-03-24 16:37 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-03-24 16:37 UTC 

BUG: stack guard page was hit in match_held_lock
 2020-03-24 16:36 UTC  (2+ messages)

[PATCHv9 00/15] remoteproc: updates for omap remoteproc support
 2020-03-24 16:35 UTC  (3+ messages)
` [PATCHv9 14/15] remoteproc/omap: Add watchdog functionality for remote processors

[PATCH v4 0/4] tty: serial: fsl_lpuart: various fixes and LS1028A support
 2020-03-24 16:35 UTC  (7+ messages)
` [PATCH v4 1/4] tty: serial: fsl_lpuart: fix DMA operation when using IOMMU
        ` [EXT] "

[PATCHSET 00/10] perf: Improve cgroup profiling (v5)
 2020-03-24 16:34 UTC  (3+ messages)

[RFC PATCH v2 0/9] s390x/vfio-ccw: Channel Path Handling
 2020-03-24 16:34 UTC  (5+ messages)
` [RFC PATCH v2 7/9] vfio-ccw: Wire up the CRW irq and CRW region

[PATCH 0/3] iio: adc: Add support for QCOM SPMI PMIC7 ADC
 2020-03-24 16:33 UTC  (3+ messages)
` [PATCH 3/3] iio: adc: Add support for "

Deadlock during PCIe hot remove
 2020-03-24 16:32 UTC  (6+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/execlists: Pull tasklet interrupt-bh local to direct submission
 2020-03-24 16:32 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/srini/nvmem
 2020-03-24 16:32 UTC 

qemu-system-aarch64 windows binary run Arm64 defconfig kernel not working
 2020-03-24 16:30 UTC  (6+ messages)

Sighting: Kernel fault with large write (512k) and io_uring
 2020-03-24 16:31 UTC  (14+ messages)

[igt-dev] [PATCH i-g-t v4] tests/kms_atomic: add test to validate immutable zpos
 2020-03-24 16:31 UTC  (2+ messages)

[Xen-devel] [PATCH 0/7] x86emul: (mainly) vendor specific behavior adjustments
 2020-03-24 16:29 UTC  (7+ messages)
` [Xen-devel] [PATCH 2/7] x86emul: vendor specific near RET behavior in 64-bit mode
` [Xen-devel] [PATCH 3/7] x86emul: vendor specific direct branch "
` [Xen-devel] [PATCH 4/7] x86emul: vendor specific near indirect "
` [Xen-devel] [PATCH 5/7] x86emul: vendor specific SYSENTER/SYSEXIT behavior in long mode
` [Xen-devel] [PATCH 6/7] x86emul: vendor specific SYSCALL behavior
` [Xen-devel] [PATCH 7/7] x86emul: support SYSRET

[PATCH] btrfs-progs: check/lowmem: Fix a false alert caused by hole beyond isize check
 2020-03-24 16:28 UTC  (5+ messages)

[docs] [PATCH] yocto-docs: remove refrence to mpc8315e-rdb
 2020-03-24 16:29 UTC 

[PATCH RESEND net 1/3] class: add class_find_and_get_file_ns() helper function
 2020-03-24 16:28 UTC  (3+ messages)

[RFC PATCH 0/3] Use per-CPU temporary mappings for patching
 2020-03-24 16:25 UTC  (3+ messages)
` [RFC PATCH 3/3] powerpc/lib: Use a temporary mm for code patching

[PATCH 00/12] device-dax: Support sub-dividing soft-reserved ranges
 2020-03-24 16:27 UTC  (4+ messages)
` [PATCH 12/12] device-dax: Introduce 'mapping' devices

iproute2: tc deletion freezes whole server
 2020-03-24 16:27 UTC  (3+ messages)

ioremap and dma cleanups and fixes for superh
 2020-03-24 16:26 UTC  (11+ messages)
` [PATCH 01/10] sh: remove -Werror from Makefiles
` [PATCH 02/10] sh: sort the selects for SUPERH alphabetically
` [PATCH 03/10] sh: remove __KERNEL__ ifdefs from non-UAPI headers
` [PATCH 04/10] sh: move ioremap_fixed details out of <asm/io.h>
` [PATCH 05/10] sh: move the ioremap implementation out of line
` [PATCH 06/10] sh: don't include <asm/io_trapped.h> in <asm/io.h>
` [PATCH 07/10] sh: unexport register_trapped_io and match_trapped_io_handler
` [PATCH 08/10] dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig
` [PATCH 09/10] sh: don't allow non-coherent DMA for NOMMU
` [PATCH 10/10] sh: use the generic dma coherent remap allocator


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.