All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-08 16:31:01 to 2018-02-08 17:22:29 UTC [more...]

[PATCH 00/16] kvm: arm64: Support for dynamic IPA size
 2018-02-08 17:22 UTC  (13+ messages)
` [PATCH v1 08/16] kvm: arm/arm64: Clean up stage2 pgd life time
` [PATCH v1 09/16] kvm: arm/arm64: Delay stage2 page table allocation
` [PATCH v1 14/16] kvm: arm64: Switch to per VM IPA

[Qemu-devel] [PATCH 0/2] aspeed: simplify using the 'unimplemented device' for aspeed_soc.io
 2018-02-08 17:22 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] hw/arm/aspeed: directly map the serial device to the system address space
` [Qemu-devel] [PATCH 2/2] hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.io

[PATCH] coresight replicator: set default y after Kconfig rename
 2018-02-08 17:22 UTC  (4+ messages)

[ANNOUNCE] libgpiod v1.0
 2018-02-08 17:22 UTC  (3+ messages)

[PATCH v1] name-hash: properly fold directory names in adjust_dirname_case()
 2018-02-08 17:21 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/3] Add and connect the ZynqMP RTC
 2018-02-08 17:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 2/3] xlnx-zynqmp-rtc: Add basic time support

[Qemu-arm] [PATCH v5 00/14] Initial i.MX7 support
 2018-02-08 17:20 UTC  (10+ messages)
` [Qemu-arm] [PATCH v5 09/14] pci: Use pci_config_size in pci_data_* accessors
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v5 12/14] i.MX: Add i.MX7 SOC implementation
      ` [Qemu-devel] "
` [Qemu-devel] [PATCH v5 00/14] Initial i.MX7 support

[RFC PATCH 0/7] Kconfig: add new special property shell= to test compiler options in Kconfig
 2018-02-08 17:19 UTC  (5+ messages)
` [RFC PATCH 5/7] kconfig: invoke silentoldconfig when compiler is updated

[PATCH RFC] x86: KASAN: Sanitize unauthorized irq stack access
 2018-02-08 17:20 UTC  (8+ messages)

[PATCH v4 0/2] failsafe: fix calling device during RMV events
 2018-02-08 17:19 UTC  (6+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] net/failsafe: fix hotplug alarm cancel
  ` [PATCH v5 2/3] net/failsafe: fix removal scope
  ` [PATCH v5 3/3] net/failsafe: fix calling device during RMV events

[PATCH v2] blk-mq: Fix race between resetting the timer and completion handling
 2018-02-08 17:19 UTC  (13+ messages)

[Qemu-devel] [PATCH v11 00/30] SDHCI: clean v1/2 Specs, UHS-I cards tuning sequence
 2018-02-08 16:48 UTC  (36+ messages)
` [Qemu-devel] [PATCH v11 01/30] sdhci: use error_propagate(local_err) in realize()
` [Qemu-devel] [PATCH v11 02/30] sdhci: add qtest to check the SD capabilities register
` [Qemu-devel] [PATCH v11 03/30] sdhci: add check_capab_readonly() qtest
` [Qemu-devel] [PATCH v11 04/30] sdhci: add a check_capab_baseclock() qtest
` [Qemu-devel] [PATCH v11 05/30] sdhci: add a check_capab_sdma() qtest
` [Qemu-devel] [PATCH v11 06/30] sdhci: add qtest to check the SD Spec version
` [Qemu-devel] [PATCH v11 07/30] sdhci: add a 'spec_version property' (default to v2)
` [Qemu-devel] [PATCH v11 08/30] sdhci: use a numeric value for the default CAPAB register
` [Qemu-devel] [PATCH v11 09/30] sdhci: simplify sdhci_get_fifolen()
` [Qemu-devel] [PATCH v11 10/30] sdhci: check the Spec v1 capabilities correctness
` [Qemu-devel] [PATCH v11 12/30] sdhci: Fix 64-bit ADMA2
` [Qemu-devel] [PATCH v11 13/30] sdhci: check Spec v2 capabilities (DMA and 64-bit bus)
` [Qemu-arm] [PATCH v11 14/30] hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v11 15/30] hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v11 16/30] hw/arm/xilinx_zynq: fix the capabilities register to match the datasheet
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v11 18/30] sdhci: rename the hostctl1 register
` [Qemu-devel] [PATCH v11 19/30] sdhci: implement the Host Control 2 register (tuning sequence)
` [Qemu-devel] [PATCH v11 20/30] sdbus: add trace events
` [Qemu-devel] [PATCH v11 21/30] sdhci: implement UHS-I voltage switch
` [Qemu-devel] [PATCH v11 22/30] sdhci: implement CMD/DAT[] fields in the Present State register
` [Qemu-devel] [PATCH v11 23/30] hw/arm/bcm2835_peripherals: implement SDHCI Spec v3
` [Qemu-arm] [PATCH v11 24/30] hw/arm/bcm2835_peripherals: change maximum block size to 1kB
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v11 25/30] hw/arm/fsl-imx6: implement SDHCI Spec. v3
` [Qemu-devel] [PATCH v11 26/30] hw/arm/xilinx_zynqmp: fix the capabilities/spec version to match the datasheet
` [Qemu-arm] [PATCH v11 27/30] hw/arm/xilinx_zynqmp: enable the UHS-I mode
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v11 28/30] sdhci: check Spec v3 capabilities qtest
` [Qemu-devel] [PATCH v11 29/30] sdhci: add a check_capab_v3() qtest

[Qemu-devel] [PATCH 0/3] block: fix blk_aio_*() segfault when blk->root == NULL
 2018-02-08 17:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] block: add BlockBackend->in_flight counter
` [Qemu-devel] [PATCH 2/3] block: test blk_aio_flush() with blk->root == NULL
` [Qemu-devel] [PATCH 3/3] Revert "IDE: Do not flush empty CDROM drives"

Interface between LTE devices and Linux
 2018-02-08 17:18 UTC  (2+ messages)

INFO: task hung in sync_blockdev
 2018-02-08 17:17 UTC  (10+ messages)

[PATCH] staging: fsl-dpaa2/eth: Defer probing if no MC portal available
 2018-02-08 17:16 UTC 

[PATCH 0/2] 8250_omap: Fix issues with throttling of 8250 port
 2018-02-08 17:15 UTC  (6+ messages)
` [PATCH 1/2] serial: 8250: Don't service RX FIFO if interrupts are disabled

[PATCH] git should ignore the generated nfsref executable
 2018-02-08 17:15 UTC 

[PATCH] drm/i915: Disable unused-but-set compiler warning
 2018-02-08 17:14 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[STABLE 4.9.y PATCH 0/9] Backport of KVM Speculation Control support
 2018-02-08 17:14 UTC  (5+ messages)

[PATCH v7 00/24] Speculative page faults
 2018-02-08 17:14 UTC  (7+ messages)
` [PATCH v7 04/24] mm: Dont assume page-table invariance during faults

[PATCH 1/2] Remove nsdb_display_fedfsconnectionsec()
 2018-02-08 17:13 UTC  (2+ messages)
` [PATCH 2/2] Remove fedfs_admin.h

x86/microcode/intel: Division by zero panic in 4.9.79 and 4.4.114
 2018-02-08 17:12 UTC  (12+ messages)
                ` [PATCH 1/2] x86/microcode/AMD: Do not load when running on a hypervisor
                  ` [PATCH 2/2] x86/microcode: Do the family check first

[PATCH 0/6] s390: improve speculative execution handling v3
 2018-02-08 17:11 UTC  (9+ messages)
` [PATCH 6/6] s390: introduce execute-trampolines for branches

[Buildroot] [PATCH 1/1] Bumping liblo from 0.26 to 0.29. C++ wrappers for this lib started appearing in 0.28 so I think this is valid
 2018-02-08 17:11 UTC  (5+ messages)

Records call-graphs on ARM, reporting on x86_64
 2018-02-08 17:09 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] S390: Expose s390-specific CPU info
 2018-02-08 17:07 UTC  (2+ messages)

[PATCH 0/2] Fix kernel buffer overruns caused by bit flips
 2018-02-08 17:07 UTC  (4+ messages)
` [PATCH 1/2] tpm: fix potential buffer overruns caused by bit glitches on the bus

[v3,1/5] ACPI / bus: Return error code from __acpi_match_device() in one case
 2018-02-08 17:06 UTC  (7+ messages)
` [v3,2/5] ACPI / bus: Do not traverse through non-existed device table
    ` [PATCH v3 2/5] "

Add patch "kernel/exit.c: export abort() to modules" to 4.14-stable tree
 2018-02-08 17:05 UTC  (5+ messages)

[PATCH] ACPI / CPPC: Use 64-bit arithmetic instead of 32-bit
 2018-02-08 16:40 UTC  (3+ messages)

[Buildroot] [PATCH v2] configs: beaglebone: bump kernel and uboot version
 2018-02-08 17:04 UTC  (2+ messages)

USB rndis_host - slow download transfers, RX errors
 2018-02-08 17:02 UTC  (5+ messages)

Fetch-hooks
 2018-02-08 17:02 UTC  (5+ messages)

[Qemu-devel] [PATCH] S390: Expose s390-specific CPU info
 2018-02-08 17:02 UTC  (7+ messages)

[BUG] x86 : i486 reporting to be vulnerable to Meltdown/Spectre_V1/Spectre_V2
 2018-02-08 17:02 UTC  (7+ messages)

TPM selftest failure in 4.15
 2018-02-08 17:02 UTC  (14+ messages)
      ` TPM selftest failure in 4.15 (Dell XPS 13, Nuvoton 6xx)

[PATCH] cpufreq: schedutil: rate limits for SCHED_DEADLINE
 2018-02-08 17:01 UTC 

[PATCH v2 2/3] x86/svm: add EFER SVME support for VGIF/VLOAD
 2018-02-08 17:01 UTC  (2+ messages)
` [PATCH v3 "

[PATCH] vhost: fix offset while mmaping log base address
 2018-02-08 16:59 UTC 

[PATCH 1/3] ntb: intel: header definitions refactor
 2018-02-08 16:58 UTC  (3+ messages)
` [PATCH 2/3] ntb: intel: split out the gen3 code

[PATCH v2 00/20] arm64: Rework cpu capabilities handling
 2018-02-08 16:58 UTC  (7+ messages)
` [PATCH v2 17/20] arm64: bp hardening: Allow late CPUs to enable work around

[PATCH v2] tests/xfs: rmapbt swapext block reservation overrun test
 2018-02-08 16:58 UTC  (2+ messages)

[Patch net] ipt_CLUSTERIP: fix a race condition of proc file creation
 2018-02-08 16:58 UTC  (2+ messages)

[PATCH 00/10] Enable auto wattman feature on Polaris
 2018-02-08 16:58 UTC  (9+ messages)
` [PATCH 10/10] drm/amd/pp: Enable auto automan "

[U-Boot] [PATCH] Fix --noheader on fw_printenv
 2018-02-08 16:57 UTC  (5+ messages)

Luminous v12.2.3 approvals
 2018-02-08 16:56 UTC  (4+ messages)

[PATCH 4.14.y] crypto: tcrypt - fix S/G table for test_aead_speed()
 2018-02-08 16:56 UTC  (2+ messages)

Slow HVM boot time, was "HVM boot time optimization"
 2018-02-08 16:56 UTC  (4+ messages)

[PATCH] cec: improve debugging
 2018-02-08 16:55 UTC 

How to retrieve original source address with FTP/NAT/TPROXY
 2018-02-08 16:55 UTC  (2+ messages)

[PATCH] puzzles: Fix warnings seen with clang 6.0
 2018-02-08 16:55 UTC 

[PATCH v2] xfs_io: support a basic extent swap command
 2018-02-08 16:54 UTC  (2+ messages)

[VDSO]: vdso_test failing on arm 32 bit
 2018-02-08 16:53 UTC  (5+ messages)

[Qemu-trivial] [PATCH] misc: fix spelling
 2018-02-08 16:52 UTC  (3+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

[PATCH 0/5] blk-mq/scsi-mq: support global tags & introduce force_blk_mq
 2018-02-08 16:53 UTC  (11+ messages)

[PATCH] platform/x86: dell-laptop: Removed duplicates in DMI whitelist
 2018-02-08 16:52 UTC  (2+ messages)

[PATCH v2 0/3] Update blocked load
 2018-02-08 16:52 UTC  (6+ messages)
` [PATCH v2 1/3] sched: Stop nohz stats when decayed

[PATCH 0/2] SDM845 System Cache Driver
 2018-02-08 16:52 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: Documentation for qcom,llcc

[PATCH] [RFC] sidtab: use memset vs loop for init
 2018-02-08 16:51 UTC  (6+ messages)

[Qemu-devel] [PULL v2 00/20] tcg generic vectors
 2018-02-08 16:49 UTC  (2+ messages)
` [Qemu-devel] [PULL v2 01/20] tcg: Allow multiple word entries into the constant pool

[Buildroot] [RFCv2 0/1] gobject-introspection: new series
 2018-02-08 16:48 UTC  (7+ messages)
` [Buildroot] [RFCv2 2/3] gobject-introspection: new package

[PATCH v2] printk: Relocate wake_klogd check close to the end of console_unlock()
 2018-02-08 16:48 UTC  (3+ messages)

[PATCH v2] drm/bridge/synopsys: dsi: Adopt SPDX identifiers
 2018-02-08 16:46 UTC  (3+ messages)

Bug 198731
 2018-02-08 16:45 UTC 

[Qemu-devel] [PATCH v2] qmp: add query-cpus-fast
 2018-02-08 16:17 UTC 

[PATCH lttng-tools 2/5] Fix: should pass the reg_enum_lookup pointer directly
 2018-02-08 16:42 UTC 

Nehalem Intel Xeon X5506 architecture and PCIe NIC association to Numa node
 2018-02-08 16:42 UTC  (2+ messages)

[PATCH] KVM: nVMX: Fix CR4 after VMLAUNCH/VMRESUME failure
 2018-02-08 16:40 UTC  (10+ messages)

[virtio-dev] [PATCH v4 0/3] virtio_net: allow hypervisor to indicate linkspeed and duplex setting
 2018-02-08 16:39 UTC  (6+ messages)
` [virtio-dev] [PATCH v4 3/3] qemu: add linkspeed and duplex settings to virtio-net
  ` [Qemu-devel] "
    `  "
    ` [virtio-dev] "

[PATCH] drm/i915/crt: Silence compiler warning for uninitialised status
 2018-02-08 16:39 UTC 

[PATCH v3 0/8] use 64-bit arithmetic instead of 32-bit
 2018-02-08 16:39 UTC  (4+ messages)
` [PATCH v3 4/8] i2c: ov9650: "

[PATCH V2]nvme-pci: Fixes EEH failure on ppc
 2018-02-08 16:39 UTC  (4+ messages)

[PATCH 1/2] net/mlx5: increase async EQ to avoid EQ overrun
 2018-02-08 16:39 UTC  (7+ messages)

[Qemu-devel] [PATCH] libvhost-user: Support across-memory-boundary access
 2018-02-08 16:38 UTC  (2+ messages)

[Qemu-devel] [PATCH] libvhost-user: Fix resource leak
 2018-02-08 16:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/23] RISC-V QEMU Port Submission
 2018-02-08 16:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 12/23] RISC-V HTIF Console
` [Qemu-devel] [PATCH v5 13/23] RISC-V HART Array

[PATCH v1] net/mlx: control netdevices through ioctl only
 2018-02-08 16:37 UTC 

[PATCH 00/10] 'test_i18ngrep'-related fixes and improvements
 2018-02-08 16:36 UTC  (5+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 8/9] t: validate 'test_i18ngrep's parameters

[PATCH 18/27] drm/i915/icl: Update subslice define for ICL 11
 2018-02-08 16:35 UTC  (3+ messages)
` [PATCH v2] "

[LTP] [PATCH] openposix: mmap/21-1: adjust the test to work with MAP_SHARED_VALIDATE
 2018-02-08 16:34 UTC  (2+ messages)

[PATCH] unit: Fix typo in pbkdf2 output
 2018-02-08 16:34 UTC  (2+ messages)

Unable to query reply direction with conntrack-tools / libnetfilter_conntrack
 2018-02-08 16:34 UTC  (2+ messages)

[PATCH 0/4] misc. fstests changes
 2018-02-08 16:30 UTC  (4+ messages)
` [PATCH 4/4] xfs/348: dir->symlink corruption must not be allowed

[PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol
 2018-02-08 16:33 UTC  (7+ messages)
` [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL
      ` [PATCH v2] "

[PATCH] bcma: add HP Stream Notebook
 2018-02-08 16:25 UTC 

[PATCH v2 08/20] arm64: capabilities: Group handling of features and errata
 2018-02-08 16:31 UTC  (5+ messages)
` [PATCH 1/2] arm64: capabilities: Allow flexibility in scope


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.