All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-01-28 12:37:43 to 2020-01-28 13:42:34 UTC [more...]

[PATCH v2 0/1] config: read instructions from stdin
 2020-01-28 13:42 UTC  (5+ messages)
` [PATCH v2 1/1] config: learn the --stdin option for instructions

[PATCH v3 0/7] board: toradex: prepare and add Verdin iMX8M Mini support
 2020-01-28 13:42 UTC  (8+ messages)
` [PATCH v3 1/7] arm: dts: imx8mm-pinfunc: sync latest linux-next pin func header
` [PATCH v3 2/7] toradex: tdx-cfg-block: add Apalis iMX8X support
` [PATCH v3 3/7] toradex: tdx-cfg-block: add Verdin iMX8M Mini/Nano support
` [PATCH v3 4/7] board: toradex: Add Verdin iMX8M Mini support
` [PATCH v3 5/7] board: toradex: verdin-imx8mm: add README
` [PATCH v3 6/7] board: toradex: verdin-imx8mm: add MAINTAINERS
` [PATCH v3 7/7] imx: imx8mm_evk: spelling in readme file

[RFC PATCH] hw/arm/virt: Support NMI injection
 2020-01-28  8:29 UTC  (3+ messages)

[LTP] [PATCH V2 1/2] Add Syscall numbers for io_pgetevents
 2020-01-28 13:42 UTC  (2+ messages)

[Xen-devel] [PATCH v3 0/2] docs: Migration design documents
 2020-01-28 13:41 UTC  (5+ messages)
` [Xen-devel] [PATCH v3 1/2] docs/designs: Add a design document for non-cooperative live migration
` [Xen-devel] [PATCH v3 2/2] docs/designs: Add a design document for migration of xenstore data

[PATCH] sched, fair: Allow a per-cpu kthread waking a task to stack on the same CPU
 2020-01-28 13:41 UTC 

[PATCH 1/4] drm: Complain if drivers still use the ->load callback
 2020-01-28 13:41 UTC  (3+ messages)
  ` [Intel-gfx] "

[LTP] [PATCH V2 2/2] syscalls/io_pgetevents
 2020-01-28 13:40 UTC  (3+ messages)
` [LTP] [PATCH V4 2/2] syscalls/io_pgetevents: New tests

[PATCH 0/7] iio: light: AL3010 introduction
 2020-01-28 13:30 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: iio: light: add support for Dyna-Image AL3320A
` [PATCH v2 2/7] dt-bindings: iio: light: add support for Dyna-Image AL3010
` [PATCH v2 3/7] iio: light: al3320a slightly improve code formatting
` [PATCH v2 4/7] iio: light: add Dyna-Image AL3010 driver
` [PATCH v2 5/7] iio: light: al3010 implement suspend support
` [PATCH v2 6/7] iio: light: al3320a "
` [PATCH v2 7/7] iio: light: al3320a allow module autoload and polish

[Xen-devel] [PATCH] x86/suspend: disable watchdog before calling console_start_sync()
 2020-01-28 13:39 UTC  (2+ messages)

possible deadlock in sidtab_sid2str_put
 2020-01-28 13:39 UTC  (3+ messages)

[PATCH libdrm] intel: drm_intel_bo_gem_create_from_* on platforms w/o HW tiling
 2020-01-28 13:38 UTC  (4+ messages)
` [PATCH libdrm v2] "
  ` [Intel-gfx] "

[v1] arm64: dts: sc7180: add dsi controller and phy entries for idp dts
 2020-01-28 13:36 UTC 

soft_spi does not get probed in DM
 2020-01-28 13:37 UTC 

[PATCH 00/28] ata: optimize core code size on PATA only setups
 2020-01-28 13:33 UTC  (29+ messages)
    ` [PATCH 01/28] ata: remove stale maintainership information from core code
    ` [PATCH 02/28] ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
    ` [PATCH 03/28] ata: make SATA_PMP option selectable only if any SATA host driver is enabled
    ` [PATCH 04/28] sata_promise: use ata_cable_sata()
    ` [PATCH 05/28] ata: simplify ata_scsiop_inq_89()
    ` [PATCH 06/28] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
    ` [PATCH 07/28] ata: optimize struct ata_force_param size
    ` [PATCH 08/28] ata: move EXPORT_SYMBOL_GPL()s close to exported code
    ` [PATCH 09/28] ata: remove EXPORT_SYMBOL_GPL()s not used by modules
    ` [PATCH 10/28] ata: separate PATA timings code from libata-core.c
    ` [PATCH 11/28] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
    ` [PATCH 12/28] ata: start separating SATA specific code from libata-core.c
    ` [PATCH 13/28] ata: move ata_do_link_spd_horkage() to libata-core-sata.c
    ` [PATCH 14/28] ata: move ata_dev_config_ncq*() "
    ` [PATCH 15/28] ata: move sata_print_link_status() "
    ` [PATCH 16/28] ata: move sata_down_spd_limit() "
    ` [PATCH 17/28] ata: move *sata_set_spd*() "
    ` [PATCH 18/28] ata: move sata_link_{debounce,resume}() "
    ` [PATCH 19/28] ata: move sata_link_hardreset() "
    ` [PATCH 20/28] ata: move sata_link_init_spd() "
    ` [PATCH 21/28] ata: move ata_qc_complete_multiple() "
    ` [PATCH 22/28] ata: move sata_scr_*() "
    ` [PATCH 23/28] ata: move sata_deb_timing_*() "
    ` [PATCH 24/28] ata: start separating SATA specific code from libata-scsi.c
    ` [PATCH 25/28] ata: move ata_sas_*() to libata-scsi-sata.c
    ` [PATCH 26/28] ata: start separating SATA specific code from libata-eh.c
    ` [PATCH 27/28] ata: move ata_eh_analyze_ncq_error() & co. to libata-core-sata.c
    ` [PATCH 28/28] ata: move ata_eh_set_lpm() "

[MPTCP] Re: [PATCH v3 net-next 1/2] mptcp: protocol: fix panic on user pointer access
 2020-01-28 13:35 UTC 

[PATCH] .travis.yml: Add description to each job
 2020-01-28 13:33 UTC  (6+ messages)

[PATCH RFC 0/2] Add basic generic ACPI soc driver
 2020-01-28 13:33 UTC  (5+ messages)
` [PATCH RFC 2/2] soc: Add a basic ACPI generic driver

[Patch v8 0/7] Introduce Thermal Pressure
 2020-01-28 13:32 UTC  (7+ messages)
` [Patch v8 1/7] sched/pelt: Add support to track thermal pressure

[dpdk-dev] [PATCH] doc: thunderx: explain which PCI is secondary VF
 2020-01-28 13:31 UTC 

[PATCH v4 1/2] Kconfig: add btrfs to distro boot
 2020-01-28 13:31 UTC  (8+ messages)

e56b43b971 ("reimplement path_mountpoint() with less magic"): kernel BUG at fs/namei.c:676!
 2020-01-28 13:30 UTC  (5+ messages)

[PATCH 4.19 000/306] 4.19.87-stable review
 2020-01-28 13:29 UTC  (8+ messages)

[PATCH rc3 00/30] target/avr merger
 2020-01-28 13:27 UTC  (8+ messages)
` [PATCH rc3 01/30] target/avr: Add basic parameters for new AVR platform
` [PATCH rc3 23/30] hw/core/loader: Let load_elf populate the processor-specific flags

[PATCH] crypto: engine - support for parallel requests
 2020-01-28 13:28 UTC  (4+ messages)

bluetooth: If unknown option in L2CAP Configuration Request is a hint, Bluetooth stack responds with "Command Reject" instead of "Configuration Response"
 2020-01-28 13:27 UTC 

[PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-01-28 13:25 UTC 

[PATCH 0/2] drm/i915/gem: conversion to new drm logging macros
 2020-01-28 13:25 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/gem: initial conversion to new logging macros using coccinelle
  ` [Intel-gfx] "

[v4] arm64: dts: sc7180: add display dt nodes
 2020-01-28 13:24 UTC 

[Xen-devel] [ovmf test] 146548: regressions - FAIL
 2020-01-28 13:24 UTC 

[PATCH v2] usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fields
 2020-01-28 13:22 UTC  (2+ messages)

vcnl3020 hwmon/proximity driver
 2020-01-28 13:22 UTC  (2+ messages)

device blacklisting and suspend issue
 2020-01-28 13:22 UTC 

[PATCH 2/4] Add the NetBSD Virtual Machine Monitor accelerator
 2020-01-28 13:20 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] gpio/sifive: fix static checker warning
 2020-01-28 13:21 UTC  (3+ messages)

[PATCH liburing] test/read-write: fixed output, and added 'nonvec', when VERBOSE
 2020-01-28 13:20 UTC 

tegra30 tdm audio support
 2020-01-28 13:19 UTC  (21+ messages)
` [PATCH v5 2/7] ASoC: tegra: Allow 24bit and 32bit samples
                      ` [Linux-kernel] "
                          ` [alsa-devel] "

[PATCH nf-next v4 00/10] netfilter: nft_bitwise: shift support
 2020-01-28 13:18 UTC  (8+ messages)

[Xen-devel] [PATCH] x86/HVM: fix PM timer I/O port range version check
 2020-01-28 13:17 UTC 

[PATCH] serial: 8250_early: Add earlycon for BCM2835 aux uart
 2020-01-28 12:42 UTC  (3+ messages)

[Xen-devel] [PATCH] x86/HVM: relinquish resources also from hvm_domain_destroy()
 2020-01-28 13:16 UTC 

[PATCH] drm/radeon: avoid page fault during gpu reset
 2020-01-28 13:15 UTC  (2+ messages)

powerpc Linux scv support and scv system call ABI proposal
 2020-01-28 13:09 UTC  (2+ messages)

[Xen-devel] [qemu-mainline test] 146550: regressions - FAIL
 2020-01-28 13:11 UTC 

Git clone issue
 2020-01-28 13:11 UTC 

[PATCH] drm/etnaviv: only reject timeouts with tv_nsec >= 2 seconds
 2020-01-28 13:07 UTC  (9+ messages)

[PATCH] Revert "drm/etnaviv: reject timeouts with tv_nsec >= NSEC_PER_SEC"
 2020-01-28 13:06 UTC  (2+ messages)

[PATCH liburing 0/1] test: add epoll test case
 2020-01-28 13:06 UTC  (6+ messages)
` [PATCH liburing 1/1] "

[igt-dev] [PATCH i-g-t] lib: Report wait() failures
 2020-01-28 13:06 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[Xen-devel] [PATCH v1 0/4] x86/microcode: Improve documentation and code
 2020-01-28 13:05 UTC  (5+ messages)
` [Xen-devel] [PATCH v1 2/4] x86/microcode: Improve parsing for ucode=

[PATCH v5 0/10] ceph: add perf metrics support
 2020-01-28 13:02 UTC  (11+ messages)
` [PATCH v5 01/10] ceph: add caps perf metric for each session
` [PATCH v5 02/10] ceph: move ceph_osdc_{read,write}pages to ceph.ko
` [PATCH v5 03/10] ceph: add r_end_stamp for the osdc request
` [PATCH v5 04/10] ceph: add global read latency metric support
` [PATCH v5 05/10] ceph: add global write "
` [PATCH v5 06/10] ceph: add global metadata perf "
` [PATCH v5 07/10] ceph: periodically send perf metrics to MDS
` [PATCH v5 08/10] ceph: add CEPH_DEFINE_RW_FUNC helper support
` [PATCH v5 09/10] ceph: add reset metrics support
` [PATCH v5 10/10] ceph: send client provided metric flags in client metadata

[PATCH v2 0/7] ARM virt: Add NVDIMM support
 2020-01-28 13:02 UTC  (3+ messages)
` [PATCH v2 4/7] hw/arm/virt: Add nvdimm hot-plug infrastructure

[PATCH v2 0/8] board: toradex: prepare and add Verdin iMX8M Mini support
 2020-01-28 13:03 UTC  (8+ messages)
` [PATCH v2 2/8] dt-bindings: pinctrl: imx8mm: add alternative uart muxings
` [PATCH v2 5/8] board: toradex: Add Verdin iMX8M Mini support

[dpdk-dev] [PATCH 00/14] add eventmode to ipsec-secgw
 2020-01-28 13:00 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 00/12] "

[PATCH v3 0/3] Enhancements to at91-sama5d2_adc driver
 2020-01-28 12:57 UTC  (8+ messages)
` [PATCH v3 1/3] iio: adc: at91-sama5d2_adc: fix differential channels in triggered mode
` [PATCH v3 2/3] iio: adc: at91-sama5d2_adc: handle unfinished conversions
` [PATCH v3 3/3] iio: adc: at91-sama5d2_adc: update for other trigger usage

[igt-dev] [PATCH i-g-t v4 0/1] tests/i915/gem_ctx_persistence: Set context with supported engines
 2020-01-28 12:57 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/gem_ctx_persistence: Set context with supported engines (rev5)

[PATCH v5 0/4] perf: Refactor the block info implementation
 2020-01-28 12:55 UTC  (5+ messages)
` [PATCH v5 1/4] perf util: Move block_pair_cmp to block-info
` [PATCH v5 2/4] perf util: Validate map/dso/sym before comparing blocks
` [PATCH v5 3/4] perf util: Flexible to set block info output formats
` [PATCH v5 4/4] perf util: Support color ops to print block percents in color

KVM call for agenda for 2020-02-11
 2020-01-28 12:55 UTC 

Making QEMU easier for management tools and applications
 2020-01-28 12:54 UTC  (11+ messages)

KVM call for agenda for 2020-01-28
 2020-01-28 12:54 UTC  (2+ messages)

e2fsck fails with unable to set superblock
 2020-01-28 12:53 UTC  (4+ messages)
        `  "

[PATCH] locking/osq_lock: fix a data race in osq_wait_next
 2020-01-28 12:53 UTC  (2+ messages)

[PATCH] wg-quick: Linux and FreeBSD: Add support to search domain in wg-quick
 2020-01-28 12:52 UTC  (4+ messages)

[Xen-devel] [PATCH] x86/apic: Improve current_local_apic_mode()
 2020-01-28 12:52 UTC 

[Intel-gfx] [PATCH 1/6] drm/i915: Skip capturing errors from internal contexts
 2020-01-28 12:50 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915/gt: Reorganise gen8+ interrupt handler
` [Intel-gfx] [PATCH 6/6] drm/i915/gt: Lift set-wedged engine dumping out of user paths

[PATCH] dmaengine: doc: Properly indent metadata title
 2020-01-28 12:50 UTC 

KASAN: slab-out-of-bounds Write in vgacon_scroll
 2020-01-28 12:49 UTC 

Performance hit in qemu-system-ppc
 2020-01-28 12:48 UTC  (2+ messages)

[PATCH] libxcrypt: Enable static builds
 2020-01-28 12:48 UTC  (3+ messages)

[Xen-devel] [linux-5.4 test] 146544: regressions - FAIL
 2020-01-28 12:47 UTC 

stable-rc 4.9.212-rc1/2e383da55e49: regressions detected in project stable v4.9.y on OE
 2020-01-28 12:47 UTC  (3+ messages)

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_balancer: Convert to use gem_mmap__device_coherent()
 2020-01-28 12:45 UTC  (3+ messages)
  ` [igt-dev] "

[PATCH] Handling SIGSETXID used by glibc NPTL setuid/setgid
 2020-01-28 12:45 UTC  (4+ messages)

[PATCH v4 0/2] Adding support for Versal CPM as Root Port driver
 2020-01-28 12:44 UTC  (3+ messages)
` [PATCH v4 1/2] PCI: xilinx-cpm: Add device tree binding for Versal CPM host bridge
` [PATCH v4 2/2] PCI: xilinx-cpm: Add Versal CPM Root Port driver

Unexpected deletion behaviour between subvolume and normal directory
 2020-01-28 12:44 UTC  (3+ messages)

[PATCH for-next 0/4] dmaengine: ti: k3-udma: Updates for next
 2020-01-28 12:44 UTC  (5+ messages)
` [PATCH for-next 1/4] dmaengine: ti: k3-udma: Use ktime/usleep_range based TX completion check

[PATCH v2 2/2] Add dt-bindings for Cadence XSPI controller
 2020-01-28 12:43 UTC  (2+ messages)

[PATCH] iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)
 2020-01-28 12:42 UTC  (4+ messages)

[question] hw/arm/virt: about the default gic-version in accelerated mode
 2020-01-28 12:41 UTC  (5+ messages)

[PATCH v2 1/2] Add Cadence XSPI driver
 2020-01-28 12:41 UTC  (2+ messages)

[PATCH v2 0/2] spi: cadence-xspi: Add support for Cadence XSPI controller
 2020-01-28 12:40 UTC  (2+ messages)

[Xen-devel] [PATCH] docs: fix StudlyCaps in libxl-migration-stream.pandoc
 2020-01-28 12:41 UTC  (2+ messages)

[PATCH 0/6] Introduce ID_PFR2 and other CPU feature changes
 2020-01-28 12:39 UTC  (16+ messages)
` [PATCH 1/6] arm64/cpufeature: Introduce ID_PFR2 CPU register
` [PATCH 2/6] arm64/cpufeature: Add DIT and CSV2 feature bits in ID_PFR0 register
` [PATCH 3/6] arm64/cpufeature: Add remaining feature bits in ID_MMFR4 register
` [PATCH 4/6] arm64/cpufeature: Define an explicit ftr_id_isar0[] for ID_ISAR0 register
` [PATCH 5/6] arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 register
` [PATCH 6/6] arm64/cpufeature: Replace all open bits shift encodings with macros

[Xen-devel] [PATCH] docs: Fix StudlyCaps in libxc-migration-stream.pandoc and xl.1.pod
 2020-01-28 12:40 UTC  (3+ messages)

[PATCH REPOST v3 00/80] refactor main RAM allocation to use hostmem backend
 2020-01-28 12:37 UTC  (7+ messages)
` [PATCH REPOST v3 78/80] hostmem: fix strict bind policy

[PATCH] cred: Use RCU primitives to access RCU pointers
 2020-01-28 12:38 UTC  (6+ messages)
      ` [Linux-kernel-mentees] "

system freeze - beaglebone black xenomai - gpio interrupts driver
 2020-01-28 12:37 UTC  (11+ messages)

[Question]:How to build kernel as externalsrc that is missing .git?
 2020-01-28 12:37 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.