All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-12 10:14:14 to 2018-04-12 11:14:31 UTC [more...]

[PATCH v7 00/26] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM)
 2018-04-12 11:14 UTC  (54+ messages)
` [PATCH v7 01/26] PM / Domains: Don't treat zero found compatible idle states as an error
` [PATCH v7 02/26] PM / Domains: Deal with multiple states but no governor in genpd
` [PATCH v7 03/26] PM / Domains: Add generic data pointer to genpd_power_state struct
` [PATCH v7 04/26] PM / Domains: Add support for CPU devices to genpd
` [PATCH v7 05/26] PM / Domains: Add helper functions to attach/detach CPUs to/from genpd
` [PATCH v7 06/26] timer: Export next wakeup time of a CPU
` [PATCH v7 07/26] PM / Domains: Add genpd governor for CPUs
` [PATCH v7 08/26] PM / Domains: Extend genpd CPU governor to cope with QoS constraints
` [PATCH v7 09/26] kernel/cpu_pm: Manage runtime PM in the idle path for CPUs
` [PATCH v7 10/26] dt: psci: Update DT bindings to support hierarchical PSCI states
` [PATCH v7 11/26] of: base: Add of_get_cpu_state_node() to get idle states for a CPU node
` [PATCH v7 12/26] cpuidle: dt: Support hierarchical CPU idle states
` [PATCH v7 13/26] drivers: firmware: psci: Move psci to separate directory
` [PATCH v7 14/26] MAINTAINERS: Update files for PSCI
` [PATCH v7 15/26] drivers: firmware: psci: Split psci_dt_cpu_init_idle()
` [PATCH v7 16/26] drivers: firmware: psci: Support hierarchical CPU idle states
` [PATCH v7 17/26] drivers: firmware: psci: Simplify error path of psci_dt_init()
` [PATCH v7 18/26] drivers: firmware: psci: Announce support for OS initiated suspend mode
` [PATCH v7 19/26] drivers: firmware: psci: Prepare to use "
` [PATCH v7 20/26] drivers: firmware: psci: Share a few internal PSCI functions
` [PATCH v7 21/26] drivers: firmware: psci: Add support for PM domains using genpd
` [PATCH v7 22/26] drivers: firmware: psci: Introduce psci_dt_topology_init()
` [PATCH v7 23/26] drivers: firmware: psci: Try to attach CPU devices to their PM domains
` [PATCH v7 24/26] drivers: firmware: psci: Deal with CPU hotplug when using OSI mode
` [PATCH v7 25/26] arm64: kernel: Respect the hierarchical CPU topology in DT for PSCI
` [PATCH v7 26/26] arm64: dts: Convert to the hierarchical CPU topology layout for MSM8916

[PATCH v4.9.y 00/42] arm64 spectre patches
 2018-04-12 11:11 UTC  (43+ messages)
` [PATCH v4.9.y 01/42] arm64: barrier: Add CSDB macros to control data-value prediction
` [PATCH v4.9.y 02/42] arm64: Implement array_index_mask_nospec()
` [PATCH v4.9.y 03/42] arm64: move TASK_* definitions to <asm/processor.h>
` [PATCH v4.9.y 04/42] arm64: Make USER_DS an inclusive limit
` [PATCH v4.9.y 05/42] arm64: Use pointer masking to limit uaccess speculation
` [PATCH v4.9.y 06/42] arm64: entry: Ensure branch through syscall table is bounded under speculation
` [PATCH v4.9.y 07/42] arm64: uaccess: Prevent speculative use of the current addr_limit
` [PATCH v4.9.y 08/42] arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
` [PATCH v4.9.y 09/42] arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
` [PATCH v4.9.y 10/42] arm64: futex: Mask __user pointers prior to dereference
` [PATCH v4.9.y 11/42] arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
` [PATCH v4.9.y 12/42] arm64: Run enable method for errata work arounds on late CPUs
` [PATCH v4.9.y 13/42] arm64: cpufeature: Pass capability structure to ->enable callback
` [PATCH v4.9.y 14/42] drivers/firmware: Expose psci_get_version through psci_ops structure
` [PATCH v4.9.y 15/42] arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro
` [PATCH v4.9.y 16/42] arm64: Move post_ttbr_update_workaround to C code
` [PATCH v4.9.y 17/42] arm64: Add skeleton to harden the branch predictor against aliasing attacks
` [PATCH v4.9.y 18/42] arm64: Move BP hardening to check_and_switch_context
` [PATCH v4.9.y 19/42] mm: Introduce lm_alias
` [PATCH v4.9.y 20/42] arm64: KVM: Use per-CPU vector when BP hardening is enabled
` [PATCH v4.9.y 21/42] arm64: entry: Apply BP hardening for high-priority synchronous exceptions
` [PATCH v4.9.y 22/42] arm64: entry: Apply BP hardening for suspicious interrupts from EL0
` [PATCH v4.9.y 23/42] arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
` [PATCH v4.9.y 24/42] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
` [PATCH v4.9.y 25/42] arm64: Implement branch predictor hardening for affected Cortex-A CPUs
` [PATCH v4.9.y 26/42] arm64: Branch predictor hardening for Cavium ThunderX2
` [PATCH v4.9.y 27/42] arm64: KVM: Increment PC after handling an SMC trap
` [PATCH v4.9.y 28/42] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH v4.9.y 29/42] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH v4.9.y 30/42] arm/arm64: KVM: Add smccc accessors to PSCI code
` [PATCH v4.9.y 31/42] arm/arm64: KVM: Implement PSCI 1.0 support
` [PATCH v4.9.y 32/42] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH v4.9.y 33/42] arm64: KVM: Make PSCI_VERSION a fast path
` [PATCH v4.9.y 34/42] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH v4.9.y 35/42] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v4.9.y 36/42] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH v4.9.y 37/42] firmware/psci: Expose PSCI conduit
` [PATCH v4.9.y 38/42] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH v4.9.y 39/42] arm/arm64: smccc: Make function identifiers an unsigned quantity
` [PATCH v4.9.y 40/42] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH v4.9.y 41/42] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v4.9.y 42/42] arm64: Kill PSCI_GET_VERSION as a variant-2 workaround

[PATCH] wcn36xx: pass correct BSS index when deleting BSS keys
 2018-04-12 11:13 UTC 

[virtio] [RFC PATCH 0/3] rework notifications terminology
 2018-04-12 11:12 UTC  (6+ messages)
` [virtio] [RFC PATCH 3/3] ccw: map common notifications terminology to ccw
  ` [virtio] "
    ` [virtio] Re: [virtio-dev] "

[Qemu-devel] [PATCH 00/19] Drain fixes and cleanups, part 3
 2018-04-12 11:11 UTC  (6+ messages)
` [Qemu-devel] [PATCH 07/19] block: Really pause block jobs on drain

[igt-dev] [PATCH i-g-t 01/20] tests/psr: Print the reason for skipping when sink lacks PSR support
 2018-04-12 11:11 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 07/20] tests/psr: Kill MMAP_GTT_WAITING

[PATCH 0/5] mmc: renesas_sdhi_internal_dmac: DMA handling fixes
 2018-04-12 11:11 UTC  (4+ messages)
` [PATCH 1/5] mmc: renesas_sdhi_internal_dmac: limit DMA RX for old SoCs

[Buildroot] [PATCH 1/2] linux: bump default to version 4.16.2
 2018-04-12 11:11 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{15, 16}.x series

[PATCH v1 5/6] drm/i915: Do not do fb src adjustments for NV12
 2018-04-12 11:10 UTC 

fsync() errors is unsafe and risks data loss
 2018-04-12 11:09 UTC  (8+ messages)

[PATCH 0/2] sched: pick and check task if double_lock_balance() unlock the rq
 2018-04-12 10:58 UTC  (3+ messages)
` [PATCH 1/2] sched/rt.c: "
` [PATCH 2/2] sched/deadline.c: "

[RFC PATCH v2 00/14] Introducing AF_XDP support
 2018-04-12 11:08 UTC  (4+ messages)
` [RFC PATCH v2 14/14] samples/bpf: sample application for AF_XDP sockets

[PATCH ndctl 0/2] Documentation: add asciidoctor support
 2018-04-12 11:07 UTC  (3+ messages)
` [PATCH ndctl 1/2] Documentation: fix title and section markers
` [PATCH ndctl 2/2] Documentation: Add the support for asciidoctor

[PATCH] cxl: Set the PBCQ Tunnel BAR register when enabling capi mode
 2018-04-12 11:06 UTC 

[Qemu-devel] [PATCH v3 00/12] Introduce new iommu notifier framework for virt-SVA
 2018-04-12 11:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 05/12] hw/pci: introduce PCISVAOps to PCIDevice

[U-Boot] chiliSOM: USB bug
 2018-04-12 11:05 UTC  (6+ messages)

[linux-next test] 122172: regressions - FAIL
 2018-04-12 11:05 UTC 

ppc compat v4.16 regression: sending SIGTRAP or SIGFPE via kill() returns wrong values in si_pid and si_uid
 2018-04-12 11:03 UTC  (6+ messages)
` sparc/ppc/arm compat siginfo ABI regressions: sending "
      ` sparc/ppc/arm compat siginfo ABI regressions: sending SIGFPE via kill() returns wrong values in

[PATCH 0/2] Documentation: add asciidoctor support
 2018-04-12 11:02 UTC  (3+ messages)
` [PATCH 1/2] Documentation: fix title markers
` [PATCH 2/2] Documentation: allow to format with asciidoctor

v4.15.17 build: 11 failures 0 warnings (v4.15.17)
 2018-04-12 11:00 UTC  (2+ messages)

v4.14.34 build: 11 failures 4 warnings (v4.14.34)
 2018-04-12 11:00 UTC  (2+ messages)

[PATCH v3 1/3] dell-led: Change dell-led.h to dell-common.h
 2018-04-12 10:59 UTC  (8+ messages)
` [PATCH v3 2/3] platform/x86: dell-*: Add interface for switchable graphics status query
` [PATCH v3 3/3] ALSA: hda: Disabled unused audio controller for Dell platforms with Switchable Graphics

[PATCH for 4.7-rc 1/2] btrfs: Remove first key verification since it's causing false alerts
 2018-04-12 10:59 UTC  (3+ messages)
` [PATCH 2/2] btrfs: Do first key check under proper lock context

[PATCH] iommu/arm-smmu-v3: Set GBPA to abort all transactions
 2018-04-12 10:55 UTC  (8+ messages)

[U-Boot] [PATCH][v2] armv8: sec_firmware: Remove JR3 from device tree node in all cases
 2018-04-12 10:54 UTC 

[RFCv11 PATCH 00/29] Request API
 2018-04-12 10:52 UTC  (7+ messages)
` [RFCv11 PATCH 05/29] media-request: add request ioctls
` [RFCv11 PATCH 06/29] media-request: add media_request_find

[Bug 105819] Window system hang due to GPU Fault
 2018-04-12 10:52 UTC  (2+ messages)

second wifi card enforce CN reg dom
 2018-04-12 10:51 UTC  (4+ messages)

[igt-dev] [PATCH igt] igt/kms_plane_scaling: Open DRM_MASTER
 2018-04-12 10:48 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Bug 104216] Firefox quirks (black and/or white squares)
 2018-04-12 10:41 UTC  (2+ messages)

Linux kernel 4.16.2 released
 2018-04-12 10:40 UTC 

Linux kernel 4.15.17 released
 2018-04-12 10:40 UTC 

[U-Boot] [PATCH] arm: zynq: Sync zc770 xm011 defconfigs
 2018-04-12 10:40 UTC 

[cip-dev] IRC cip-dev meeting minutes: week 15
 2018-04-12 10:39 UTC 

[PATCH][meta-gnome] add metacity back
 2018-04-12 10:37 UTC  (2+ messages)

[U-Boot] [PATCH] arm: zynq: Disable NFS and MII on zc770 xm011
 2018-04-12 10:35 UTC 

[PATCH 0/1] History for interactive shell across sessions
 2018-04-12 10:34 UTC  (2+ messages)
` [PATCH 1/1] Client: Added support for the history file

Potential problem with 31e77c93e432dec7 ("sched/fair: Update blocked load when newly idle")
 2018-04-12 10:33 UTC  (2+ messages)

[PATCH 1/2] drm/prime: Iterate SG DMA addresses separately
 2018-04-12 10:33 UTC  (6+ messages)

[PATCH] swiotlb: Fix unexpected swiotlb_alloc_coherent() failures
 2018-04-12 10:32 UTC  (12+ messages)

[U-Boot] [PATCH] microblaze: Dont enable UBI support by default
 2018-04-12 10:32 UTC 

[U-Boot] [PATCH] arm64: zynqmp: Add new defconfig for zc1275 revB
 2018-04-12 10:31 UTC 

[PATCH] vfio: platform: Fix using devices in PM Domains
 2018-04-12 10:31 UTC  (3+ messages)
` [PATCH v3 2/2] vfio: platform: Add generic DT reset support

[PATCH 0/4] Random ov7740 fixes
 2018-04-12 10:30 UTC  (6+ messages)
` [PATCH 1/4] ov7740: Fix number of controls hint
` [PATCH 2/4] ov7740: Check for possible NULL return value in control creation
` [PATCH 3/4] ov7740: Fix control handler error at the end of control init
  ` [PATCH v1.1 "
` [PATCH 4/4] ov7740: Set subdev HAS_EVENT flag

[PATCH xf86-video-amdgpu 0/5] Implementing non-legacy color management
 2018-04-12 10:30 UTC  (7+ messages)
` [PATCH xf86-video-amdgpu 3/5] Keep CRTC properties consistent

Getting the version of Yocto that is being used
 2018-04-12 10:25 UTC  (3+ messages)

[U-Boot] [PATCH] env: Relocate env drivers if manual reloc is required
 2018-04-12 10:26 UTC 

[PATCH] externalsrc: Change absolute symlinks to relative ones
 2018-04-12 10:26 UTC  (4+ messages)

[PATCH] libsemanage: do not change file mode of seusers and users_extra
 2018-04-12 10:26 UTC 

[PATCH] fetch2/git.py: Added handling of the user's password in url
 2018-04-12 10:16 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: mv_sdhci: zero out sdhci_host structure
 2018-04-12 10:24 UTC  (2+ messages)

[Xenomai] Possible Xenomai fuse filesystem/registry queue status files issue?
 2018-04-12 10:23 UTC  (9+ messages)

[PATCH 0/4] rte_flow extension for vSwitch acceleration
 2018-04-12 10:22 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/4] ether: add packet modification aciton in flow API

[PATCH] selftests: add headers_install to lib.mk
 2018-04-12 10:23 UTC  (4+ messages)

[U-Boot] [PATCH] net: zynq_gem: Use max-speed property from dt
 2018-04-12 10:22 UTC 

[PATCH] drm/gpu-sched: fix force APP kill hang(v3)
 2018-04-12 10:22 UTC 

[U-Boot] [PATCH] net: mvneta: support setting hardware address
 2018-04-12 10:20 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: discard RAMBlocks of type ram_device
 2018-04-12 10:18 UTC 

[PATCH] memory-model: fix cheat sheet typo
 2018-04-12 10:18 UTC  (8+ messages)

[PATCH] drm/arm/malidp: Preserve LAYER_FORMAT contents when setting format
 2018-04-12 10:17 UTC  (3+ messages)

crash in csched_load_balance after xl vcpu-pin
 2018-04-12 10:16 UTC  (13+ messages)

[Qemu-arm] [PATCH v5 0/3] target/arm: Add a dynamic XML-description of the cp-registers to GDB
 2018-04-12 10:14 UTC  (6+ messages)
` [Qemu-arm] [PATCH v5 3/3] target/arm: Add the XML dynamic generation
      ` [Qemu-devel] "

How to achieve minimum bandwidth for VM
 2018-04-12 10:15 UTC 

[PATCH v2 0/4] Refactor TPM event log code
 2018-04-12 10:13 UTC  (5+ messages)
` [PATCH v2 1/4] tpm: Add explicit endianness cast
` [PATCH v2 2/4] tpm: Move eventlog files to a subdirectory
` [PATCH v2 3/4] tpm: Move shared eventlog functions to common.c
` [PATCH v2 4/4] tpm: Move eventlog declarations to its own header


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.