All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-21 09:52:40 to 2019-06-21 10:16:06 UTC [more...]

[PATCH v7 00/25] Unify vDSOs across more architectures
 2019-06-21  9:52 UTC  (17+ 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 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] mm/gup: speed up check_and_migrate_cma_pages() on huge page
 2019-06-21 10:15 UTC 

[PATCH 0/2] mm/vmscan: calculate reclaimed slab in all reclaim paths
 2019-06-21 10:14 UTC  (3+ messages)
` [PATCH 1/2] mm/vmscan: add a new member reclaim_state in struct shrink_control
` [PATCH 2/2] mm/vmscan: calculate reclaimed slab caches in all reclaim paths

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

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-06-21  9:38 UTC  (60+ 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 43/59] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH 44/59] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH 45/59] KVM: arm64: nv: Handle traps for timer _EL02 and _EL2 sysregs accessors
` [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 48/59] KVM: arm64: nv: Load timer before the GIC
` [PATCH 49/59] KVM: arm64: nv: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 50/59] KVM: arm64: nv: Nested GICv3 Support
` [PATCH 51/59] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH 52/59] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH 53/59] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH 54/59] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH 55/59] arm64: KVM: nv: Add handling of EL2-specific timer registers
` [PATCH 56/59] arm64: KVM: nv: Honor SCTLR_EL2.SPAN on entering vEL2
` [PATCH 57/59] arm64: KVM: nv: Handle SCTLR_EL2 RES0/RES1 bits
` [PATCH 58/59] arm64: KVM: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH 59/59] arm64: KVM: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT

[igt-dev] [RFC v2 00/43] Upgrading the Engine discovery
 2019-06-21 10:14 UTC  (49+ 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

[LTP] [PATCH] daemonlib.sh: call tty before executing service
 2019-06-21 10:13 UTC  (2+ messages)

[Xen-devel] [PATCH] x86/svm: Drop svm_vm{load,save}() helpers
 2019-06-21 10:12 UTC  (2+ messages)

GPIO Driver for Skylake-Y PCH
 2019-06-21 10:12 UTC  (11+ messages)

[Qemu-devel] [PATCH] blk: postpone request execution on a context protected with "drained section"
 2019-06-21  9:59 UTC  (11+ messages)
                  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PULL 00/10] MIPS queue for June 21st, 2019
 2019-06-21  9:54 UTC  (11+ 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 05/10] tests/tcg: target/mips: Include isa/ase and group name in test output
` [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> "

[RESEND,v2] cpufreq: s5pv210: Don't flood kernel log after cpufreq change
 2019-06-21 10:10 UTC 

[PATCH V2 0/4] csky: Use generic asid function from arm
 2019-06-21 10:10 UTC  (3+ messages)
` [PATCH V2 2/4] csky: Add new asid lib code "

[PATCH v7 00/21] MT8183 IOMMU SUPPORT
 2019-06-21 10:10 UTC  (6+ messages)
` [PATCH v7 19/21] iommu/mediatek: Rename enable_4GB to dram_is_4gb

[PATCH] mfd: da9063: occupy second I2C address, too
 2019-06-21 10:09 UTC  (4+ messages)

[PATCH v6 0/7] I2C IRQ Probe Improvements
 2019-06-21 10:08 UTC  (16+ 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

[PATCH] mips: Remove q-accessors from non-64bit platforms
 2019-06-21 10:09 UTC  (5+ messages)

[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

[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 

[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)

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


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.