All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-30 08:25:40 to 2017-06-30 08:52:29 UTC [more...]

[Buildroot] [PATCH v6] autofs: allow to use libtirpc instead of internal C implementation
 2017-06-30  8:52 UTC 

Service lcores and Application lcores
 2017-06-30  8:52 UTC  (5+ messages)

[PATCH V2 0/2] rt: Increase/decrease the nr of migratory tasks when enabling/disabling migration
 2017-06-30  8:51 UTC  (4+ messages)
` [PATCH V2 2/2] "

[PATCH] irqchip: gicv3-its: Use NUMA aware memory allocation for ITS tables
 2017-06-30  8:51 UTC  (5+ messages)

[PATCH 1/3] gcc-6.3: Fix libgfortran build
 2017-06-30  8:51 UTC  (3+ messages)
` [PATCH 2/3] libgfortran: Add missing dependency gcc-cross
` [PATCH 3/3] libgfortran: Add missing fincludes

[U-Boot] [PATCH next 1/3] mx6: soc: Move mxs_dma_init() into the mxs nand driver
 2017-06-30  8:51 UTC  (2+ messages)

[Buildroot] [RFC PATCH v3 00/10] Make the SDK relocatable
 2017-06-30  8:50 UTC  (16+ messages)

[PATCH 0/8] RPi touchscreen panel driver v4
 2017-06-30  8:48 UTC  (7+ messages)
` [PATCH 6/8] drm: Allow DSI devices to be registered before the host registers

[PATCH 1/2] ext4, project: expand inode extra size if possible
 2017-06-30  8:48 UTC  (2+ messages)

[BISECTED, REGRESSION] v4.12-rc: omapdrm fails to probe on Nokia N900
 2017-06-30  8:47 UTC  (6+ messages)

[PATCH 0/6] i2c: pca-platform: additional improvements
 2017-06-30  8:48 UTC  (9+ messages)
` [PATCH 3/6] i2c: pca-platform: propagate error from i2c_pca_add_numbered_bus
` [PATCH 5/6] i2c: pca-platform: use device_property_read_u32

[PATCH] usb: host: ehci: workaround PME bug on AMD EHCI controller
 2017-06-30  8:44 UTC  (6+ messages)
` [PATCH] PCI / PM: Avoid using device_may_wakeup() for runtime PM
  ` [PATCH v2] "

Regarding your thread on LKML - drm_radeon spamming alloc_contig_range [WAS: Re: PROBLEM-PERSISTS: dmesg spam: alloc_contig_range: [XX, YY) PFNs busy]
 2017-06-30  8:46 UTC  (3+ messages)

[GIT PULL] KVM/ARM updates for 4.13
 2017-06-30  8:45 UTC  (118+ messages)
` [PATCH 01/58] KVM: arm: Restore banked registers and physical timer access on hyp_panic()
` [PATCH 02/58] KVM: arm64: Restore host "
` [PATCH 03/58] KVM: arm/arm64: Allow GICv2 to supply a uaccess register function
` [PATCH 04/58] KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}active
` [PATCH 05/58] KVM: arm/arm64: Simplify active_change_prepare and plug race
` [PATCH 06/58] KVM: arm/arm64: Use uaccess functions for GICv3 {sc}active
` [PATCH 07/58] KVM: improve arch vcpu request defining
` [PATCH 08/58] KVM: add kvm_request_pending
` [PATCH 09/58] KVM: Add documentation for VCPU requests
` [PATCH 10/58] KVM: arm/arm64: properly use vcpu requests
` [PATCH 11/58] KVM: arm/arm64: replace pause checks with vcpu request checks
` [PATCH 12/58] KVM: arm/arm64: use vcpu requests for power_off
` [PATCH 13/58] KVM: arm/arm64: optimize VCPU RUN
` [PATCH 14/58] KVM: arm/arm64: change exit request to sleep request
` [PATCH 15/58] KVM: arm/arm64: use vcpu requests for irq injection
` [PATCH 16/58] KVM: arm/arm64: PMU: remove request-less vcpu kick
` [PATCH 17/58] KVM: arm/arm64: timer: "
` [PATCH 18/58] KVM: arm64: Allow creating the PMU without the in-kernel GIC
` [PATCH 19/58] KVM: arm: Handle VCPU device attributes in guest.c
` [PATCH 20/58] KVM: arm/arm64: Move irq_is_ppi() to header file
` [PATCH 21/58] KVM: arm/arm64: Move timer IRQ default init to arch_timer.c
` [PATCH 22/58] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
` [PATCH 23/58] KVM: arm/arm64: Introduce an allocator for in-kernel irq lines
` [PATCH 24/58] KVM: arm/arm64: Check if irq lines to the GIC are already used
` [PATCH 25/58] KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines
` [PATCH 26/58] KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQ
` [PATCH 27/58] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH 28/58] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
` [PATCH 29/58] KVM: arm64: Make kvm_condition_valid32() accessible from EL2
` [PATCH 30/58] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
` [PATCH 31/58] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
` [PATCH 32/58] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
` [PATCH 33/58] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
` [PATCH 34/58] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH 35/58] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
` [PATCH 36/58] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH 37/58] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
` [PATCH 38/58] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
` [PATCH 39/58] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH 40/58] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH 41/58] KVM: arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH 42/58] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
` [PATCH 43/58] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
` [PATCH 44/58] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH 45/58] arm64: Add workaround for Cavium Thunder erratum 30115
` [PATCH 46/58] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
` [PATCH 47/58] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
` [PATCH 48/58] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
` [PATCH 49/58] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
` [PATCH 50/58] KVM: arm64: Enable GICv3 common sysreg trapping via command-line
` [PATCH 51/58] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
` [PATCH 52/58] KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
` [PATCH 53/58] KVM: arm64: Log an error if trapping a write-to-read-only "
` [PATCH 54/58] arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1
` [PATCH 55/58] arm64/kvm: vgic: use SYS_DESC()
` [PATCH 56/58] KVM: ARM64: fix phy counter access failure in guest
` [PATCH 57/58] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory
` [PATCH 58/58] arm64: Remove a redundancy in sysreg.h

[task_work] 46a4746d9a: inconsistent{IN-HARDIRQ-W}->{HARDIRQ-ON-W}usage
 2017-06-30  8:45 UTC  (3+ messages)

[RFC 0/5] drivers: Add boot constraints core
 2017-06-30  8:43 UTC  (12+ messages)

[PATCH V2 33/37] perf intel-pt: Synthesize new power and ptwrite events
 2017-06-30  8:36 UTC  (2+ messages)
` [PATCH V3 "

[PATCH V2 25/37] perf script: Add synthesized Intel PT power and ptwrite events
 2017-06-30  8:36 UTC  (2+ messages)
` [PATCH V3 "

8db0604fcd ("lirc_dev: sanitize locking"): WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup
 2017-06-30  8:42 UTC  (2+ messages)

[PATCH] lirc_dev: sanitize locking (v2)
 2017-06-30  8:41 UTC 

[PATCH 1/5] eventdev: introduce a helper function for enqueue burst
 2017-06-30  8:40 UTC  (3+ messages)
` [PATCH 2/5] eventdev: introduce specialized enqueue new op variant

[RFC PATCH 0/2] mm, memory_hotplug: remove zone onlining restriction
 2017-06-30  8:39 UTC  (5+ messages)
` [PATCH 2/2] mm, memory_hotplug: remove zone restrictions

[PATCH v2 0/5] #11662 - wic should mount /boot
 2017-06-30  8:37 UTC  (7+ messages)

[Buildroot] [RFC PATCH v5 00/11] Make the SDK relocatable
 2017-06-30  8:37 UTC  (12+ messages)
` [Buildroot] [RFC PATCH v5 01/11] package/patchelf: use most recent version as a base for rpath sanitation
` [Buildroot] [RFC PATCH v5 02/11] package/patchelf: add patch for rpath sanitation under a root directory
` [Buildroot] [RFC PATCH v5 03/11] support/scripts: add fix-rpath script to sanitize the rpath
` [Buildroot] [RFC PATCH v5 04/11] pkg-generic: create a list af installed files per step and package
` [Buildroot] [RFC PATCH v5 05/11] core: we need host-patchelf as the very first package for RPATH sanitation
` [Buildroot] [RFC PATCH v5 06/11] pkg-generic: add GLOBAL_INSTRUMENTATION_HOOKS for rpath sanitation
` [Buildroot] [RFC PATCH v5 07/11] support/scripts: add reloacte-sdk.sh script for SDK relocation
` [Buildroot] [RFC PATCH v5 08/11] core: install relocation script and location at the end of the build
` [Buildroot] [RFC PATCH v5 09/11] external-toolchain: check if a buildroot SDK has already been relocated
` [Buildroot] [RFC PATCH v5 10/11] support/scripts: check-host-rpath now handles $ORIGIN as well
` [Buildroot] [RFC PATCH v5 11/11] package/qt5base: provide "qt.conf" to make "qmake" relocatable

[PATCH v9 0/2] Balanced allocation of hugepages
 2017-06-30  8:36 UTC  (4+ messages)
  ` [PATCH v10 "

[PATCH] amdgpu: Set cik/si_support to 1 by default if radeon isn't built
 2017-06-30  8:36 UTC 

[PATCH] cpuidle: menu: allow state 0 to be disabled
 2017-06-30  8:35 UTC  (3+ messages)

[PATCH BlueZ 0/9] client: Add GATT application support
 2017-06-30  8:34 UTC  (4+ messages)
` [PATCH BlueZ 2/9] client: Add register-service command

[PATCH v3 1/2] mbuf: introduce new Tx offload flag for MPLS-in-UDP
 2017-06-30  8:33 UTC  (3+ messages)
` [PATCH v4 "

Any tips for moving to reflink?
 2017-06-30  8:33 UTC 

[PATCH v1 0/2] drm: rcar-du: Repair vblank event handling
 2017-06-30  8:32 UTC  (4+ messages)
` [PATCH v1.1 2/2] drm: rcar-du: Repair vblank for DRM page flips using the VSP1

[PATCH v2 0/8] x86: undwarf unwinder
 2017-06-30  8:32 UTC  (3+ messages)
` [PATCH v2 3/8] objtool: stack validation 2.0

[PATCH 00/15] megaraid_sas: Updates for scsi-next
 2017-06-30  8:30 UTC  (16+ messages)
` [PATCH 01/15] megaraid_sas: mismatch of allocated MFI frame size and length exposed in MFI MPT pass through command
` [PATCH 02/15] megaraid_sas: set minimum value of resetwaittime to be 1 secs
` [PATCH 03/15] megaraid_sas: Use synchronize_irq in target reset case
` [PATCH 04/15] megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while there are pending commands
` [PATCH 05/15] megaraid_sas: Do not re-fire shutdown DCMD after OCR
` [PATCH 06/15] megaraid_sas: Fix endianness issues in DCMD handling
` [PATCH 07/15] megaraid_sas: Check valid aen class range to avoid kernel panic
` [PATCH 08/15] megaraid_sas: Use SMID for Task abort case only
` [PATCH 09/15] megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID map
` [PATCH 10/15] megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE in case adapter is dead
` [PATCH 11/15] megaraid_sas: Set device queue_depth same as HBA can_queue value in scsi-mq mode
` [PATCH 12/15] megaraid_sas: replace internal FALSE/TRUE definitions with false/true
` [PATCH 13/15] megaraid_sas: modified few prints in OCR and IOC INIT path
` [PATCH 14/15] megaraid_sas: call megasas_dump_frame with correct IO frame size
` [PATCH 15/15] megaraid_sas: driver version upgrade

(unknown),
 2017-06-30  8:29 UTC 

[PATCH] git-p4: parse marshal output "p4 -G" in p4 changes
 2017-06-30  8:26 UTC  (2+ messages)

[PATCH v2 00/20] Introduce struct layout randomization plugin
 2017-06-30  8:27 UTC  (8+ messages)
` [PATCH v2 04/20] gcc-plugins: Add the randstruct plugin
            ` [kernel-hardening] "

[Qemu-devel] [RFC 0/7] tcg: parallel code generation (Work in Progress)
 2017-06-30  8:25 UTC  (2+ messages)

[v3 0/6] cgroup-aware OOM killer
 2017-06-30  8:25 UTC  (6+ messages)
` [v3 5/6] mm, oom: don't mark all oom victims tasks with TIF_MEMDIE

[PATCH RFC] x86/smpboot: Unbreak CPU0 hotplug
 2017-06-30  8:25 UTC  (2+ messages)


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.