All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-30 08:32:38 to 2018-04-30 09:16:03 UTC [more...]

[PATCH] i2c: rcar: enhance comment to avoid regressions
 2018-04-30  9:16 UTC  (2+ messages)

[PATCH v5 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-30  9:07 UTC  (14+ messages)
` [PATCH v5 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v5 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v5 03/12] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v5 04/12] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v5 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v5 06/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v5 07/12] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v5 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v5 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v5 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v5 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v5 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512

[PATCH v4 00/10] Add the I3C subsystem
 2018-04-30  9:10 UTC  (6+ messages)
` [PATCH v4 03/10] i3c: Add sysfs ABI spec

kselftest archives etc
 2018-04-30  9:15 UTC  (4+ messages)

[PATCH v2 0/3] Rework write error handling in pblk
 2018-04-30  9:14 UTC  (7+ messages)
` [PATCH v2 1/3] lightnvm: pblk: rework write error recovery path
` [PATCH v2 2/3] lightnvm: pblk: garbage collect lines with failed writes

[Qemu-devel] [PATCH] hw/s390x: Allow to configure the consoles with the "-serial" parameter
 2018-04-30  9:14 UTC  (2+ messages)

[PATCH V3 0/4] Pwrap: Mediatek pwrap driver for mt6797
 2018-04-30  9:14 UTC  (6+ messages)
` [PATCH V3 3/4] soc: mediatek: pwrap: add mt6351 for mt6797 SoCs

[PATCH] mmc: disable card sleep via device-tree
 2018-04-30  9:13 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add Dell XPS 13 9360 to btusb_needs_reset_resume_table
 2018-04-30  9:13 UTC  (2+ messages)

[Qemu-devel] [ARM/FDPIC v4 0/4] FDPIC ABI for ARM
 2018-04-30  9:12 UTC  (6+ messages)

[PATCH][for iio-for-4.17b] iio: humidity: hts221: Fix sensor reads after resume
 2018-04-30  9:12 UTC  (6+ messages)

[PATCH 00/61] tree-wide: simplify getting .drvdata
 2018-04-30  9:12 UTC  (9+ messages)
` [PATCH 10/61] gpio: "

[Qemu-devel] [PULL 00/42] Linux user for 2.13 patches
 2018-04-30  9:10 UTC  (43+ messages)
` [Qemu-devel] [PULL 01/42] linux-user: set minimum uname for RISC-V
` [Qemu-devel] [PULL 02/42] linux-user: Fix getdents emulation for 64 bit guest on 32 bit host
` [Qemu-devel] [PULL 03/42] linux-user: create a dummy per arch signal.c
` [Qemu-devel] [PULL 04/42] linux-user: move aarch64 signal.c parts to aarch64 directory
` [Qemu-devel] [PULL 05/42] linux-user: move arm signal.c parts to arm directory
` [Qemu-devel] [PULL 06/42] linux-user: move sh4 signal.c parts to sh4 directory
` [Qemu-devel] [PULL 07/42] linux-user: move microblaze signal.c parts to microblaze directory
` [Qemu-devel] [PULL 08/42] linux-user: move cris signal.c parts to cris directory
` [Qemu-devel] [PULL 09/42] linux-user: move nios2 signal.c parts to nios2 directory
` [Qemu-devel] [PULL 10/42] linux-user: move openrisc signal.c parts to openrisc directory
` [Qemu-devel] [PULL 11/42] linux-user: move s390x signal.c parts to s390x directory
` [Qemu-devel] [PULL 12/42] linux-user: move m68k signal.c parts to m68k directory
` [Qemu-devel] [PULL 13/42] linux-user: move alpha signal.c parts to alpha directory
` [Qemu-devel] [PULL 14/42] linux-user: move tilegx signal.c parts to tilegx directory
` [Qemu-devel] [PULL 15/42] linux-user: move riscv signal.c parts to riscv directory
` [Qemu-devel] [PULL 16/42] linux-user: move hppa signal.c parts to hppa directory
` [Qemu-devel] [PULL 17/42] linux-user: move xtensa signal.c parts to xtensa directory
` [Qemu-devel] [PULL 18/42] linux-user: move i386/x86_64 signal.c parts to i386 directory
` [Qemu-devel] [PULL 19/42] linux-user: move sparc/sparc64 signal.c parts to sparc directory
` [Qemu-devel] [PULL 20/42] linux-user: move mips/mips64 signal.c parts to mips directory
` [Qemu-devel] [PULL 21/42] linux-user: move ppc/ppc64 signal.c parts to ppc directory
` [Qemu-devel] [PULL 22/42] linux-user: define TARGET_ARCH_HAS_SETUP_FRAME
` [Qemu-devel] [PULL 23/42] linux-user: create a dummy per arch cpu_loop.c
` [Qemu-devel] [PULL 24/42] linux-user: move i386/x86_64 cpu loop to i386 directory
` [Qemu-devel] [PULL 25/42] linux-user: move aarch64 cpu loop to aarch64 directory
` [Qemu-devel] [PULL 26/42] linux-user: move arm cpu loop to arm directory
` [Qemu-devel] [PULL 27/42] linux-user: move sparc/sparc64 cpu loop to sparc directory
` [Qemu-devel] [PULL 28/42] linux-user: move ppc/ppc64 cpu loop to ppc directory
` [Qemu-devel] [PULL 29/42] linux-user: move mips/mips64 cpu loop to mips directory
` [Qemu-devel] [PULL 30/42] linux-user: move nios2 cpu loop to nios2 directory
` [Qemu-devel] [PULL 31/42] linux-user: move openrisc cpu loop to openrisc directory
` [Qemu-devel] [PULL 32/42] linux-user: move sh4 cpu loop to sh4 directory
` [Qemu-devel] [PULL 33/42] linux-user: move cris cpu loop to cris directory
` [Qemu-devel] [PULL 34/42] linux-user: move microblaze cpu loop to microblaze directory
` [Qemu-devel] [PULL 35/42] linux-user: move m68k cpu loop to m68k directory
` [Qemu-devel] [PULL 36/42] linux-user: move alpha cpu loop to alpha directory
` [Qemu-devel] [PULL 37/42] linux-user: move s390x cpu loop to s390x directory
` [Qemu-devel] [PULL 38/42] linux-user: move tilegx cpu loop to tilegx directory
` [Qemu-devel] [PULL 39/42] linux-user: move riscv cpu loop to riscv directory
` [Qemu-devel] [PULL 40/42] linux-user: move hppa cpu loop to hppa directory
` [Qemu-devel] [PULL 41/42] linux-user: move xtensa cpu loop to xtensa directory
` [Qemu-devel] [PULL 42/42] linux-user: Add ARM get_tls syscall support

[PATCH v2 1/2] soc: mediatek: introduce a CAPS flag for scp_domain_data
 2018-04-30  9:10 UTC  (9+ messages)
` [PATCH v2 2/2] soc: mediatek: add a fixed wait for SRAM stable

[V2 PATCH 00/11] lightnvm: pblk: small fixes
 2018-04-30  9:10 UTC  (12+ messages)
` [PATCH 01/11] lightnvm: pblk: fail gracefully on line alloc. failure
` [PATCH 02/11] lightnvm: pblk: recheck for bad lines at runtime
` [PATCH 03/11] lightnvm: pblk: check read lba on gc path
` [PATCH 04/11] lightnvn: pblk: improve error msg on corrupted LBAs
` [PATCH 05/11] lightnvm: pblk: warn in case of corrupted write buffer
` [PATCH 06/11] lightnvm: pblk: return NVM_ error on failed submission
` [PATCH 07/11] lightnvm: pblk: remove unnecessary indirection
` [PATCH 08/11] lightnvm: pblk: remove unnecessary argument
` [PATCH 09/11] lightnvm: pblk: check for chunk size before allocating it
` [PATCH 10/11] lightnvn: pass flag on graceful teardown to targets
` [PATCH 11/11] lightnvm: pblk: remove dead function

[PATCH] drm/tinydrm/mi0283qt: Always set rotation value
 2018-04-30  9:09 UTC  (3+ messages)

[U-Boot] [PATCH v2] arm: zynqmp: Add ZynqMP minimal R5 support
 2018-04-30  9:07 UTC  (4+ messages)

[RFC PATCH] xfs: skip discard of unwritten extents
 2018-04-30  9:06 UTC  (2+ messages)

[U-Boot] [PATCH] image: fit: Show signatures and hashes for configurations
 2018-04-30  9:06 UTC 

[PATCH v5 0/6] x86/microcode/AMD: Check microcode file sanity before loading it
 2018-04-30  9:05 UTC  (9+ messages)
` [PATCH v5 2/6] x86/microcode/AMD: Add microcode container data checking functions
` [PATCH v5 3/6] x86/microcode/AMD: Check microcode container data in the early loader
` [PATCH v5 4/6] x86/microcode/AMD: Check microcode container data in the late loader
` [PATCH v5 6/6] x86/microcode/AMD: Check the equivalence table size when scanning it

[PATCH bpf-next] selftests/bpf: bpf tunnel test
 2018-04-30  9:05 UTC  (4+ messages)

[dm-crypt] mdadm, luks, lvm, vm & trim
 2018-04-30  9:05 UTC  (5+ messages)

[PATCH 1/2] drm/vc4: Skip ULPS latching when we're in that ULPS state already
 2018-04-30  9:04 UTC  (6+ messages)
` [PATCH 2/2] drm/panel: Enable DSI transactions on the RPi panel

[PATCH] Input: serio - add writing multiple bytes at once
 2018-04-30  9:03 UTC 

[Bug 199567] New: [amdgpu] just a black screen irrespective of amdgpu.dc=1 or 0 at boot on kernels 4.17-rc2 and onwards
 2018-04-30  9:03 UTC  (2+ messages)
` [Bug 199567] "

[U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP
 2018-04-30  9:02 UTC  (2+ messages)

[RFC PATCH 0/2] HISI LPC: Add PNP device support
 2018-04-30  9:00 UTC  (13+ messages)
` [RFC PATCH 1/2] ACPI / PNP: Don't add "enumeration_by_parent" devices

[PATCH v3 0/9] Coverity fixes for EAL memory
 2018-04-30  9:00 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/9] mem: fix potential double close

[Bug 106317] System lock up after monitors wake from DPMS on Ryzen 3 2200g
 2018-04-30  9:00 UTC  (2+ messages)

[PATCH 0/4] support for write combining
 2018-04-30  8:58 UTC  (7+ messages)

[PATCH 0/8] ICL PLLs, DP/HDMI and misc display, v2
 2018-04-30  8:57 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for ICL PLLs, DP/HDMI and misc display (rev6)
` ✗ Fi.CI.BAT: failure "

[PATCH] ASoC: da7219: read fmw property to get mclk for non-dts systems
 2018-04-30  8:57 UTC  (3+ messages)
` [alsa-devel] "

master - [scripts] remove scripts/vg_convert
 2018-04-30  8:56 UTC 

master - Merge branch 'master' of git+ssh://sourceware.org/git/lvm2
 2018-04-30  8:56 UTC 

master - [metadata-liblvm.c] comment out some dead code and add a FIXME
 2018-04-30  8:56 UTC 

master - build: rename configure.in -> configure.ac
 2018-04-30  8:56 UTC 

master - [lvmetad.h] Use static inline functions to stub out functions
 2018-04-30  8:56 UTC 

master - [build] uncomment 'serial 3' in an m4 file
 2018-04-30  8:56 UTC 

BUG report: unicode normalization on APFS (Mac OS High Sierra)
 2018-04-30  8:55 UTC  (4+ messages)
` [PATCH v1 1/1] test: Correct detection of UTF8_NFD_TO_NFC for APFS

[U-Boot] [RFC PATCH v1 0/5] Add fastboot UDP support
 2018-04-30  8:56 UTC  (10+ messages)

[PATCH 0/3] pinctrl: meson: add support for the Meson8m2 SoC
 2018-04-30  8:55 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: "
` [PATCH 2/3] pinctrl: meson: meson8: "
` [PATCH 3/3] pinctrl: meson: meson8: add the RGMII RXD2/RXD3 and TXD2/TXD3 signals

[U-Boot] [PATCH v2] arm64: zynqmp: Setup MMU map for DDR at run time
 2018-04-30  8:55 UTC  (3+ messages)

[Bug 106225] Kernel panic after modesetting (not on every boot) on ryzen 5 2400g
 2018-04-30  8:55 UTC  (2+ messages)

[PATCH] ACPI: APD: Add AMD misc clock handler support
 2018-04-30  8:53 UTC  (3+ messages)

[PATCH] Bluetooth: Add a new 13d3:3496 QCA_ROME device
 2018-04-30  8:53 UTC  (2+ messages)

[PATCH v3 00/14] kernel/locking: qspinlock improvements
 2018-04-30  8:53 UTC  (7+ messages)
` [PATCH v3 05/14] locking/qspinlock: Remove unbounded cmpxchg loop from locking slowpath

[PATCH] Bluetooth: btusb: Only check needs_reset_resume DMI table for QCA rome chipsets
 2018-04-30  8:52 UTC  (2+ messages)

[PATCH 0/5] arm64: imx: add imx8qxp support
 2018-04-30  8:50 UTC  (5+ messages)
` [PATCH 3/5] arm64: dts: "

[PATCH] gpio: pcie-idio-24: Fix off-by-one error in get_multiple loop
 2018-04-30  8:48 UTC  (2+ messages)

LS1043A : "synchronous abort" at boot due to PCI config read
 2018-04-30  8:46 UTC  (6+ messages)

[PATCH BlueZ v2 0/1] Allow Non-Ephemeral ECC Key Sets
 2018-04-30  8:46 UTC  (3+ messages)
` [PATCH BlueZ v2 1/1] shared/ecc: Allow pre-composed Private Keys

master - tests: add also snapshot monitoring
 2018-04-30  8:43 UTC 

master - mirror: improve table update
 2018-04-30  8:42 UTC 

master - aux: enhance teardown to better handle weird names
 2018-04-30  8:42 UTC 

[Qemu-devel] [PATCH v2 0/9] block: Add COR filter driver
 2018-04-30  8:41 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 3/9] block: Add BDRV_REQ_WRITE_UNCHANGED flag

[PATCH v2] drm: rcar-du: track dma-buf fences
 2018-04-30  8:40 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/7] Provide SPL support for bootcount (in the case of using falcon boot mode)
 2018-04-30  8:39 UTC  (4+ messages)
` [U-Boot] [PATCH v3 3/7] bootcount: Add function wrappers to handle bootcount increment and error checking

[U-Boot] [PATCH 3/5] api: Flush cache when closing api
 2018-04-30  8:37 UTC  (2+ messages)

[PATCH v3 0/6] Add chrdev and name query support for GLINK
 2018-04-30  8:36 UTC  (4+ messages)
` [PATCH v3 4/6] rpmsg: Guard against null endpoint ops in destroy

[patch V7 00/15] SBB 0
 2018-04-30  8:35 UTC  (5+ messages)
` [patch V7 13/15] SBB 13
  ` [MODERATED] "

[Buildroot] [PATCH v6 0/4] llvm for mesa3d
 2018-04-30  8:35 UTC  (6+ messages)
` [Buildroot] [PATCH v6 2/4] package/libclc: new package

[PATCH] Revert "powerpc/powernv: Increase memory block size to 1GB on radix"
 2018-04-30  8:34 UTC 

master - Merge branch 'master' of git+ssh://sourceware.org/git/lvm2 into merge
 2018-04-30  8:34 UTC 

[PATCH] pwm: meson: fix allocation of meson_pwm_channel array
 2018-04-30  8:34 UTC  (3+ messages)

master - build: Calculate dependencies at same time as compiling
 2018-04-30  8:34 UTC 

[U-Boot] [PATCH 5/5] cmd: bootelf: Flush cache before starting
 2018-04-30  8:34 UTC 

[U-Boot] [PATCH 4/5] cmd: go: Flush cache before starting
 2018-04-30  8:34 UTC 

[U-Boot] [PATCH 2/5] arch: arm: Select SYS_HAVE_{D, I}CACHE_MAINTENANCE kconfig where appropriate
 2018-04-30  8:34 UTC 

[U-Boot] [PATCH v4 0/4] tools: zynqmpimage: Support partitions
 2018-04-30  8:34 UTC  (4+ messages)
` [U-Boot] [PATCH v4 3/4] MAINTAINERS: Declare tools/zynq*.{c, h} as Xilinx maintained

[U-Boot] [PATCH 1/5] arch: Add SYS_HAVE_DCACHE_MAINTENANCE and SYS_HAVE_ICACHE_MAINTENANCE
 2018-04-30  8:34 UTC 

[U-Boot] [PATCH 0/5] Add KConfig option for cache maintenance availability
 2018-04-30  8:33 UTC 

[PATCH v3 00/19] rtlwifi: halmac: Add new module halmac
 2018-04-30  8:33 UTC  (6+ messages)

[U-Boot] [RFC PATCH v2 00/20] Add fastboot UDP support
 2018-04-30  8:32 UTC  (18+ messages)
` [U-Boot] [RFC PATCH v2 04/20] fastboot: Extract fastboot_okay/fail to fb_common.c
` [U-Boot] [RFC PATCH v2 05/20] fastboot: Introduce fastboot_response and refactor fastboot_okay/fail
` [U-Boot] [RFC PATCH v2 06/20] fastboot: Correct dependencies in FASTBOOT_FLASH
` [U-Boot] [RFC PATCH v2 07/20] net: fastboot: Merge AOSP UDP fastboot
` [U-Boot] [RFC PATCH v2 08/20] net: fastboot: Support building without MMC
` [U-Boot] [RFC PATCH v2 09/20] fastboot: Refactor write_fb_response into fastboot_okay/fail/response
` [U-Boot] [RFC PATCH v2 10/20] fastboot: Merge USB and UDP getvar implementation
` [U-Boot] [RFC PATCH v2 11/20] fastboot: net: Change 'continue' so it matches USB fastboot
` [U-Boot] [RFC PATCH v2 12/20] fastboot: net: Convert command lookup to a table
` [U-Boot] [RFC PATCH v2 13/20] fastboot: Merge reboot-bootloader handling
` [U-Boot] [RFC PATCH v2 14/20] fastboot: Avoid re-parsing cmd_string for boot/reboot
` [U-Boot] [RFC PATCH v2 15/20] fastboot: Merge boot common across USB and UDP
` [U-Boot] [RFC PATCH v2 16/20] fastboot: net: Add NAND support
` [U-Boot] [RFC PATCH v2 17/20] fastboot: Guard getvar:partition-type/size with MMC
` [U-Boot] [RFC PATCH v2 18/20] fastboot: Check if part_name is NULL before using it
` [U-Boot] [RFC PATCH v2 19/20] fastboot: Add missing newlines
` [U-Boot] [RFC PATCH v2 20/20] fastboot: net: Split fastboot protocol out from net


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.