All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-21 09:47:19 to 2019-06-21 10:08:42 UTC [more...]

[PATCH v6 0/7] I2C IRQ Probe Improvements
 2019-06-21 10:08 UTC  (10+ messages)
` [PATCH v6 1/7] i2c: core: Allow whole core to use i2c_dev_irq_from_resources
` [PATCH v6 2/7] i2c: acpi: Use available IRQ helper functions
` [PATCH v6 3/7] i2c: acpi: Factor out getting the IRQ from ACPI
` [PATCH v6 4/7] i2c: core: Make i2c_acpi_get_irq available to the rest of the I2C core
` [PATCH v6 5/7] i2c: core: Move ACPI IRQ handling to probe time
` [PATCH v6 6/7] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
` [PATCH v6 7/7] i2c: core: Tidy up handling of init_irq

[igt-dev] [RFC v2 00/43] Upgrading the Engine discovery
 2019-06-21 10:08 UTC  (47+ messages)
` [igt-dev] [RFC v2 01/43] test/i915: gem_bad_reloc: use the gem_engine_topology library
` [igt-dev] [RFC v2 02/43] test/i915: gem_exec_async: "
` [igt-dev] [RFC v2 03/43] test/i915: gem_exec_capture: "
` [igt-dev] [RFC v2 04/43] test/i915: gem_exec_params: "
` [igt-dev] [RFC v2 05/43] lib/i915: Helper func for engine class to exec_flag
` [igt-dev] [RFC v2 06/43] test/prime_vgem: use the gem_engine_topology library
` [igt-dev] [RFC v2 07/43] tests/i915/gem_exec_reuse: "
` [igt-dev] [RFC v2 08/43] tests/i915/gem_sync: "
` [igt-dev] [RFC v2 09/43] tests/i915/gem_busy: "
` [igt-dev] [RFC v2 10/43] tests/i915/gem_concurrent_all: "
` [igt-dev] [RFC v2 11/43] tests/i915/gem_cs_prefetch: "
` [igt-dev] [RFC v2 12/43] tests/i915/gem_ctx_create: "
` [igt-dev] [RFC v2 13/43] tests/i915/gem_ctx_isolation: "
` [igt-dev] [RFC v2 14/43] tests/i915/gem_ctx_switch: "
` [igt-dev] [RFC v2 15/43] tests/i915/gem_ctx_thrash: "
` [igt-dev] [RFC v2 16/43] tests/i915/gem_eio: "
` [igt-dev] [RFC v2 17/43] tests/i915/gem_exec_await: "
` [igt-dev] [RFC v2 18/43] tests/i915/gem_exec_create: "
` [igt-dev] [RFC v2 19/43] tests/i915/gem_exec_fence: "
` [igt-dev] [RFC v2 20/43] tests/i915/gem_exec_flush: "
` [igt-dev] [RFC v2 21/43] tests/i915/gem_exec_gttfill: "
` [igt-dev] [RFC v2 22/43] tests/i915/gem_exec_latency: "
` [igt-dev] [RFC v2 23/43] tests/i915/gem_exec_nop: "
` [igt-dev] [RFC v2 24/43] tests/i915/gem_exec_reloc: "
` [igt-dev] [RFC v2 25/43] tests/i915/gem_exec_schedule: "
` [igt-dev] [RFC v2 26/43] tests/i915/gem_exec_suspend: "
` [igt-dev] [RFC v2 27/43] tests/i915/gem_exec_whisper: "
` [igt-dev] [RFC v2 28/43] tests/i915/gem_mocs_settings: "
` [igt-dev] [RFC v2 29/43] tests/i915/gem_reset_stats: "
` [igt-dev] [RFC v2 30/43] tests/i915/gem_ring_sync_loop: "
` [igt-dev] [RFC v2 31/43] tests/i915/gem_ringfill: "
` [igt-dev] [RFC v2 32/43] tests/i915/gem_shrink: "
` [igt-dev] [RFC v2 33/43] tests/i915/gem_spin_batch: "
` [igt-dev] [RFC v2 34/43] tests/i915/gem_storedw_loop: "
` [igt-dev] [RFC v2 35/43] tests/i915/gem_userptr_blits: "
` [igt-dev] [RFC v2 36/43] tests/i915/i915_hangman: "
` [igt-dev] [RFC v2 37/43] tests/i915/i915_module_load: "
` [igt-dev] [RFC v2 38/43] tests/kms_busy: "
` [igt-dev] [RFC v2 39/43] tests/prime_busy: "
` [igt-dev] [RFC v2 40/43] tests/amdgpu/amd_prime: "
` [igt-dev] [RFC v2 41/43] tests/i915/gem_ctx_shared: "
` [igt-dev] [RFC v2 42/43] lib: replace the legacy funcs with gem_engine_topology libraries
` [igt-dev] [RFC v2 43/43] lib/gem_engine_topology: rename the macros

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-06-21  9:38 UTC  (45+ messages)
` [PATCH 01/59] KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s
` [PATCH 02/59] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH 03/59] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 04/59] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 05/59] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 06/59] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 07/59] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 08/59] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH 09/59] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH 10/59] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH 11/59] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH 12/59] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH 13/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH 14/59] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH 15/59] KVM: arm64: nv: Refactor vcpu_{read,write}_sys_reg
` [PATCH 16/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH 17/59] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH 18/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH 19/59] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH 20/59] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH 21/59] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH 22/59] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH 23/59] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH 24/59] KVM: arm64: nv: Respect virtual CPTR_EL2.TFP setting
` [PATCH 25/59] KVM: arm64: nv: Don't expose SVE to nested guests
` [PATCH 26/59] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH 27/59] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH 28/59] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH 29/59] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH 30/59] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH 31/59] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH 32/59] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH 33/59] KVM: arm64: nv: Pretend we only support larger-than-host page sizes
` [PATCH 34/59] KVM: arm/arm64: nv: Factor out stage 2 page table data from struct kvm
` [PATCH 35/59] KVM: arm/arm64: nv: Support multiple nested stage 2 mmu structures
` [PATCH 36/59] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH 37/59] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH 38/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH 39/59] KVM: arm64: nv: Move last_vcpu_ran to be per s2 mmu
` [PATCH 40/59] KVM: arm64: nv: Don't always start an S2 MMU search from the beginning
` [PATCH 41/59] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH 42/59] KVM: arm64: nv: Rework the system instruction emulation framework
` [PATCH 46/59] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH 47/59] KVM: arm64: nv: Propagate CNTVOFF_EL2 to the virtual EL1 timer

[PATCH stable-5.1 1/3] drm/i915: Save the old CDCLK atomic state
 2019-06-21 10:07 UTC  (6+ messages)
` [PATCH stable-5.1 v2 0/4] drm/i915: Prevent screen from flickering when the CDCLK changes
  ` [PATCH stable-5.1 v2 1/4] drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
  ` [PATCH stable-5.1 v2 2/4] drm/i915: Save the old CDCLK atomic state
  ` [PATCH stable-5.1 v2 3/4] drm/i915: Remove redundant store of logical CDCLK state
  ` [PATCH stable-5.1 v2 4/4] drm/i915: Skip modeset for cdclk changes if possible

[Qemu-devel] [PULL 00/10] MIPS queue for June 21st, 2019
 2019-06-21  9:54 UTC  (10+ messages)
` [Qemu-devel] [PULL 01/10] MAINTAINERS: Update file items for MIPS Malta board
` [Qemu-devel] [PULL 02/10] MAINTAINERS: Consolidate MIPS disassembler-related items
` [Qemu-devel] [PULL 03/10] target/mips: Fix some space checkpatch errors in translate.c
` [Qemu-devel] [PULL 04/10] target/mips: Fix if-else-switch-case arms "
` [Qemu-devel] [PULL 06/10] tests/tcg: target/mips: Amend tests for MSA pack instructions
` [Qemu-devel] [PULL 07/10] target/mips: Fix emulation of ILVEV.<B|H|W> on big endian host
` [Qemu-devel] [PULL 08/10] target/mips: Fix emulation of ILVOD.<B|H|W> "
` [Qemu-devel] [PULL 09/10] target/mips: Fix emulation of ILVL.<B|H|W> "
` [Qemu-devel] [PULL 10/10] target/mips: Fix emulation of ILVR.<B|H|W> "

[PATCH 1/7] video: add HDMI state notifier support
 2019-06-21  9:39 UTC  (12+ messages)
` [alsa-devel] "

[PATCH 1/2] pigz: provide gzip
 2019-06-21 10:00 UTC  (3+ messages)
` [PATCH 2/2] default-providers: use pigz as gzip
` ✗ patchtest: failure for "pigz: provide gzip..." and 1 more

[PATCH] DT node for SiFive FU540 Ethernet Controller driver
 2019-06-21  9:59 UTC  (4+ messages)
` [PATCH] riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver

INFO: task syz-executor can't die for more than 143 seconds
 2019-06-21  9:58 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1
 2019-06-21  9:58 UTC  (2+ messages)

[f2fs-dev] [PATCH] fsf2: Use DIV_ROUND_UP() instead of open-coding
 2019-06-21  9:58 UTC  (3+ messages)
  `  "

[PATCH] xfce4-screensaver: 0.1.4 -> 0.1.5
 2019-06-21  9:57 UTC 

[f2fs-dev] [PATCH -next] f2fs: Use div_u64*() for 64-bit divisions
 2019-06-21  9:55 UTC  (5+ messages)
  `  "

[PATCH] s390/cio: introduce driver_override on the css bus
 2019-06-21  9:56 UTC  (2+ messages)

[PATCH] ubloxmodem: fix maybe-unitialized error
 2019-06-21  9:56 UTC 

[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v10
 2019-06-21  9:55 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] ABI: sysfs-driver-mlxreg-io: fix the what fields
 2019-06-21  9:54 UTC 

[PATCHv2 0/2] coresight: Do not default to CPU0 for missing CPU phandle
 2019-06-21  9:40 UTC  (3+ messages)
` [PATCHv2 2/2] coresight: Abort probe if cpus are not available

[ANNOUNCE] git.zx2c4.com ssh host fingerprints changed
 2019-06-21  9:53 UTC 

[PATCH 0/7] clk: at91: sckc: improve error path
 2019-06-21  9:33 UTC  (4+ messages)

[GIT PULL] mali-dp and komeda patches for drm-next
 2019-06-21  9:53 UTC  (3+ messages)

[LTP] [PATCH] daemonlib.sh: call tty before executing service
 2019-06-21  9:53 UTC 

[PATCH v1 5/5] coresight: etm4x: save/restore state across CPU low power states
 2019-06-21  9:29 UTC  (11+ messages)

[Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging
 2019-06-21  9:36 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/3] ethdev: avoid error on PCI unplug of already closed ethdev
 2019-06-21  9:52 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH v7 00/25] Unify vDSOs across more architectures
 2019-06-21  9:52 UTC  (26+ messages)
` [PATCH v7 01/25] kernel: Standardize vdso_datapage
` [PATCH v7 02/25] kernel: Define gettimeofday vdso common code
` [PATCH v7 03/25] kernel: Unify update_vsyscall implementation
` [PATCH v7 04/25] arm64: Substitute gettimeofday with C implementation
` [PATCH v7 05/25] arm64: Build vDSO with -ffixed-x18
` [PATCH v7 06/25] arm64: compat: Add missing syscall numbers
` [PATCH v7 07/25] arm64: compat: Expose signal related structures
` [PATCH v7 08/25] arm64: compat: Generate asm offsets for signals
` [PATCH v7 09/25] lib: vdso: Add compat support
` [PATCH v7 10/25] arm64: compat: Add vDSO
` [PATCH v7 11/25] arm64: Refactor vDSO code
` [PATCH v7 12/25] arm64: compat: vDSO setup for compat layer
` [PATCH v7 13/25] arm64: elf: vDSO code page discovery
` [PATCH v7 14/25] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH v7 15/25] arm64: Add vDSO compat support
` [PATCH v7 16/25] arm: Add support for generic vDSO
` [PATCH v7 17/25] arm: Add clock_getres entry point
` [PATCH v7 18/25] arm: Add clock_gettime64 "
` [PATCH v7 19/25] mips: Add support for generic vDSO
` [PATCH v7 20/25] mips: Add clock_getres entry point
` [PATCH v7 21/25] mips: Add clock_gettime64 "
` [PATCH v7 22/25] x86: Add support for generic vDSO
` [PATCH v7 23/25] x86: Add clock_getres entry point
` [PATCH v7 24/25] x86: Add clock_gettime64 "
` [PATCH v7 25/25] kselftest: Extend vDSO selftest

[PATCH v2 0/5] Panel rotation patches
 2019-06-21  9:19 UTC  (5+ messages)
` [PATCH 3/5] drm/panel: Add attach/detach callbacks

[Qemu-devel] [PATCH 0/3] Add block size histogram qapi interface
 2019-06-21  9:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] block/accounting: rename struct BlockLatencyHistogram
` [Qemu-devel] [PATCH 2/3] block/accounting: introduce block size histogram

[GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3
 2019-06-21  9:16 UTC  (3+ messages)
` [PATCH 1/2] arm64: defconfig: Enable TDA19988
` [PATCH 2/2] arm64: defconfig: enable TYPEC_HD3SS3220 config option

Compiling: error: cast increases required alignment of target type [-Werror=cast-align]
 2019-06-21  9:52 UTC  (2+ messages)

[PATCH v2 0/8] staging: erofs: decompression inplace approach
 2019-06-21  9:51 UTC  (10+ messages)
` [PATCH v2 6/8] staging: erofs: introduce LZ4 decompression inplace
` [PATCH v2 7/8] staging: erofs: switch to new decompression backend
` [PATCH v2 8/8] staging: erofs: integrate decompression inplace

[LTP] [PATCH] syscalls/clock_adjtime: Fix unsupported WARN
 2019-06-21  9:51 UTC 

[GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.3
 2019-06-21  9:16 UTC  (11+ messages)
` [PATCH 22/53] arm64: dts: renesas: r8a7796: Create thermal zone to support IPA
` [PATCH 25/53] arm64: dts: renesas: r8a77965: Add dynamic power coefficient
` [PATCH 27/53] arm64: dts: renesas: r8a77990: "
` [PATCH 29/53] arm64: dts: renesas: Add HiHope RZ/G2M main board support
` [PATCH 31/53] arm64: dts: renesas: Add HiHope RZ/G2M sub "
` [PATCH 33/53] arm64: dts: renesas: hihope-common: Declare pcie bus clock
` [PATCH 35/53] arm64: dts: renesas: hihope-common: Add RWDT support
` [PATCH 50/53] arm64: dts: renesas: r8a774a1: Add dynamic power coefficient
` [PATCH 51/53] arm64: dts: renesas: r8a774a1: Add HDMI encoder instance
` [PATCH 53/53] arm64: dts: renesas: hihope-common: Remove "label" from LEDs

[PATCH 00/14] Add support to generate ABI documentation at admin-guide
 2019-06-21  9:49 UTC  (9+ messages)
` [PATCH 04/14] ABI: better identificate tables

[PATCH v2 0/1] cobalt/rtdm: allow for device teardown
 2019-06-21  9:49 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #13]
 2019-06-21  9:47 UTC  (3+ messages)
` [PATCH 02/25] vfs: Allow fsinfo() to query what's in an fs_context "

[PATCH 0/8] ALSA: firewire: minor code refactoring and bug
 2019-06-21  9:47 UTC  (2+ messages)

[PATCH v3 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates
 2019-06-21  9:46 UTC  (2+ messages)
` [PATCH v3 1/3] net: fddi: skfp: Rename local PCI defines to match generic PCI defines


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.