All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-01 09:59:13 to 2015-06-01 11:02:41 UTC [more...]

[PATCH 0/8] arm64 UEFI early FDT handling
 2015-06-01 11:02 UTC  (7+ messages)
` [PATCH 1/8] of/fdt: split off FDT self reservation from memreserve processing

[RFC] Export alignment requirements for buffers
 2015-06-01 11:02 UTC  (3+ messages)

[RFC PATCH] ARM: add fixmap based earlycon support
 2015-06-01 11:00 UTC  (5+ messages)

[PATCHv2] bnep: Fix using uninitialized variable
 2015-06-01 11:00 UTC  (3+ messages)

[Qemu-devel] [PATCH V4 0/4] fw-cfg: cleanup and user-provided command line blobs
 2015-06-01 11:00 UTC  (13+ messages)
` [Qemu-devel] [PATCH V4 4/4] fw_cfg: insert fw_cfg file blobs via qemu cmdline

[PATCH ] unit/sdp: Use update_db_timestamp() of sdpd-service
 2015-06-01 10:59 UTC  (3+ messages)

[PATCH] strbuf_read: skip unnecessary strbuf_grow at eof
 2015-06-01 10:59 UTC  (2+ messages)

[PATCH] Optimise nfq_queue_cb
 2015-06-01 11:03 UTC  (2+ messages)

linux-next: manual merge of the target-updates tree with Linus' tree
 2015-06-01 10:58 UTC 

[PATCH 0/6] scsi: storvsc: Some miscellaneous cleanup
 2015-06-01 10:56 UTC  (7+ messages)
` [PATCH 1/6] scsi: storvsc: Rather than look for sets of specific protocol versions, make decisions based on ranges
  ` [PATCH 3/6] hv:scsi:Untangle the storage protocol negotiation from the vmbus protocol negotiation

[PATCH v2 00/11] KVM: arm: debug infrastructure support
 2015-06-01 10:56 UTC  (7+ messages)
` [PATCH v2 01/11] KVM: arm: plug guest debug exploit
` [PATCH v2 09/11] KVM: arm: disable debug mode if we don't actually need it

[PATCH 1/2] monitor: Use black font for white background
 2015-06-01 10:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/3] target-mips: Add support for misaligned accesses
 2015-06-01  8:29 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 1/3] target-mips: Misaligned memory accesses for R6

[Qemu-devel] [PATCH] tcg: Mask TCGMemOp appropriately for indexing
 2015-06-01  9:42 UTC  (2+ messages)

Running 3.9 kernel in domU with 3.11 kernel in dom0
 2015-06-01 10:55 UTC  (2+ messages)

[PATCH v2] unit: Use g_memdup replacing g_malloc0+memcpy
 2015-06-01 10:54 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] Add cortex-a53 cpu support for kvm-arm and virt
 2015-06-01 10:54 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] target-arm/kvm64: Add cortex-a53 cpu support
` [Qemu-devel] [PATCH 2/2] hw/arm/virt: Add cortex-a53 cpu support in machine virt

[PATCH 0/2] don't add duplicate paths to info/alternates
 2015-06-01 10:53 UTC  (4+ messages)
` [PATCH 1/2] add_to_alternates_file: don't add duplicate paths

[PATCH] ARM: v7 setup function should invalidate L1 cache
 2015-06-01 10:53 UTC  (11+ messages)

[PATCH] android/pts: Update MAP test results
 2015-06-01 10:52 UTC 

[PATCH] mm/oom: Suppress unnecessary "sharing same memory" message
 2015-06-01 10:51 UTC  (9+ messages)
  ` [PATCH] mm/oom: Suppress unnecessary "sharing same memory"message

[PATCH v4 00/27] drm/i915: Convert to atomic, part 2
 2015-06-01 10:50 UTC  (28+ messages)
` [PATCH v4 01/27] drm/i915: get rid of put_shared_dpll
` [PATCH v4 02/27] drm/i915: get rid of intel_crtc_disable and related code, v3
` [PATCH v4 03/27] drm/i915: add intel_display_suspend, v2
` [PATCH v4 04/27] drm/i915: use intel_crtc_control everywhere, v3
` [PATCH v4 05/27] drm/i915: Use drm_atomic_helper_update_legacy_modeset_state, v2
` [PATCH v4 06/27] drm/i915: Make __intel_set_mode() take only atomic state as argument
` [PATCH v4 07/27] drm/i915: Set mode_changed for audio in intel_modeset_pipe_config()
` [PATCH v4 08/27] drm/i915: Use crtc_state->active instead of crtc_state->enable
` [PATCH v4 09/27] drm/i915: Make sure all planes and connectors are added on modeset
` [PATCH v4 10/27] drm/i915: update plane state during init
` [PATCH v4 11/27] drm/i915: do not wait for vblank when crtc is off
` [PATCH v4 12/27] drm/i915: calculate primary visibility changes instead of calling from set_config
` [PATCH v4 13/27] drm/i915: Support modeset across multiple pipes
` [PATCH v4 14/27] drm/i915: Zap call to drm_plane_helper_disable, v2
` [PATCH v4 15/27] drm/i915: Use global atomic state for staged pll config, v2
` [PATCH v4 16/27] drm/i915: Use drm_atomic_helper_swap_state in intel_atomic_commit
` [PATCH v4 17/27] drm/i915: Swap planes on each crtc separately, v2
` [PATCH v4 18/27] drm/i915: Move cdclk and pll setup to intel_modeset_compute_config(), v2
` [PATCH v4 19/27] drm/i915: Read hw state into an atomic state struct, v2
` [PATCH v4 20/27] drm/i915: Implement intel_crtc_control using atomic state, v4
` [PATCH v4 21/27] drm/i915: Make intel_display_suspend atomic, v2
` [PATCH v4 22/27] drm/i915: move swap state to the right place
` [PATCH v4 23/27] drm/i915: Use crtc->hwmode for vblanks, v2
` [PATCH v4 24/27] drm/i915: Remove use of crtc->config from i915_debugfs.c
` [PATCH v4 25/27] drm/i915: Calculate haswell plane workaround, v5
` [PATCH v4 26/27] drm/i915: Use atomic state for calculating DVO_2X_MODE on i830
` [PATCH v4 27/27] drm/i915: use calculated state for vblank evasion

[cdc_ncm] guidance and help refactoring cdc_ncm
 2015-06-01 10:49 UTC  (6+ messages)

[GIT PULL] ARM perf updates for 4.2
 2015-06-01 10:50 UTC 

[PATCH v3] powerpc/configs: enable RTC class support
 2015-06-01 10:48 UTC 

[PATCH v3 1/2] efi: Fix allocation problems if ExitBootServices() fails
 2015-06-01 10:48 UTC  (4+ messages)
` [PATCH v3 2/2] efi: Avoid calling boot services after ExitBootServices()

linux-next: manual merge of the target-updates tree with Linus' tree
 2015-06-01 10:48 UTC 

[Qemu-devel] [PATCH 1/1] pl061: fix wrong calculation of GPIOMIS register
 2015-06-01 10:47 UTC  (2+ messages)

[PATCH 2/2] setup-local: treat ubuntu as debian
 2015-06-01 10:46 UTC 

[PATCH 1/2] Disable turbostat monitoring if no MSR in cpu
 2015-06-01 10:46 UTC 

[PATCH v2] powerpc/perf: Fix book3s kernel to userspace backtraces
 2015-06-01 10:45 UTC 

[PATCH v2] xen: netback: fix printf format string warning
 2015-06-01 10:30 UTC 

[PATCH v2 net] xen: netback: read hotplug script once at start of day
 2015-06-01 10:30 UTC 

[PATCH] ASoC: rsnd: Document r8a7778-specific binding
 2015-06-01 10:44 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/2] block: enforce minimal 4096 alignment in qemu_blockalign
 2015-06-01 10:41 UTC  (12+ messages)
` [Qemu-devel] [Qemu-block] "

Poor snapshot performance in linux-3.19
 2015-06-01 10:39 UTC 

[PATCH] mmc: core: Fix off-by-one error in mmc_do_calc_max_discard()
 2015-06-01 10:36 UTC  (2+ messages)

[PATCH ] unit: Use g_memdup replacing g_malloc0+memcpy
 2015-06-01 10:39 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/31] target-i386: SMM improvements and partial support under KVM
 2015-06-01 10:38 UTC  (7+ messages)
` [Qemu-devel] [PATCH 15/31] target-i386: use memory API to implement SMRAM

[U-Boot] [PATCH 00/11] Add GPIO driver for Freescale Vybrid platform
 2015-06-01 10:35 UTC  (10+ messages)
` [U-Boot] [PATCH V2 "
  ` [U-Boot] [PATCH V2 03/11] colibri_vf: Add pinmux entries for GPIOs
  ` [U-Boot] [PATCH V2 08/11] colibri-vf: Enable SPI support
  ` [U-Boot] [PATCH V2 09/11] colibri_vf: Add separate defconfig for device tree support
  ` [U-Boot] [PATCH V2 11/11] colibri_vf: Enable board specific USB initialisation for USB pen gpio

[PATCH] vfs: Minor documentation fix
 2015-06-01 10:34 UTC 

A question about state machine function state_next()
 2015-06-01 10:33 UTC  (6+ messages)

git imap-send: International folder names don't work
 2015-06-01 10:31 UTC 

[PATCH v6 0/8] vhost: support for cross endian guests
 2015-06-01 10:30 UTC  (7+ messages)
` [PATCH v6 2/8] tun: add tun_is_little_endian() helper
` [PATCH v6 3/8] macvtap: introduce macvtap_is_little_endian() helper

[GIT PULL] ARM: mediatek: arm64 updates for v4.2
 2015-06-01 10:30 UTC  (2+ messages)

[PATCH v2 net] xen: netback: read hotplug script once at start of day
 2015-06-01 10:30 UTC 

More updates for event lists in perf list
 2015-06-01 10:29 UTC  (3+ messages)
` [PATCH 1/3] perf, tools: Add override support for event list CPUID

[PATCH v2] xen: netback: fix printf format string warning
 2015-06-01 10:30 UTC 

[Qemu-devel] [PATCH 0/6] pci/isa: QOMify
 2015-06-01 10:25 UTC  (4+ messages)

arm syscall fast path can miss a ptrace syscall-exit
 2015-06-01 10:24 UTC  (7+ messages)

[qemu-mainline test] 57666: regressions - trouble: broken/fail/pass
 2015-06-01 10:24 UTC 

[PATCH] checkout: don't check worktrees when not necessary
 2015-06-01 10:23 UTC  (2+ messages)

git gc gives "error: Could not read..."
 2015-06-01 10:22 UTC  (8+ messages)

[PATCH v2 0/7] Add Per-context WA using WA batch buffers
 2015-06-01 10:22 UTC  (6+ messages)
` [PATCH v2 1/7] drm/i915/gen8: Add infrastructure to initialize "

[PATCH RFC v2] fs/9p: add new feature of xattr cache
 2015-06-01 10:22 UTC 

Master-aware devices and sideband ID data
 2015-06-01 10:22 UTC  (6+ messages)

[PATCH] clk: shmobile: div6: Document mandatory compatible fallback
 2015-06-01 10:21 UTC  (2+ messages)

[PATCH v3 0/4] Fix HVM vNUMA
 2015-06-01 10:19 UTC  (5+ messages)
` [PATCH v3 1/4] libxc/libxl: fill xc_hvm_build_args in libxl
` [PATCH v3 2/4] libxc: print more error messages when failed
` [PATCH v3 3/4] libxc: rework vnuma bits in setup_guest
` [PATCH v3 4/4] libxl: fix HVM vNUMA

seg fault in "git format-patch"
 2015-06-01 10:20 UTC  (3+ messages)
` [PATCH] format-patch: dereference tags with --ignore-if-in-upstream

[BUG] Again panning problems on i830 chipsets
 2015-06-01  9:33 UTC 

[PATCH] mmc: core: Attach PM domain prior probing of SDIO func driver
 2015-06-01 10:18 UTC 

[PATCH] clk: shmobile: r8a7794: Document DIV6 clock bindings
 2015-06-01 10:17 UTC  (2+ messages)

[GIT PULL] ARM: mediatek: Fix for v4.1
 2015-06-01 10:17 UTC  (2+ messages)

[Xenomai] Gpg signatures of releases
 2015-06-01 10:17 UTC  (2+ messages)

[PATCH] vivid: move video loopback control to the capture device
 2015-06-01 10:15 UTC 

[Qemu-devel] [RFC PATCH] hw/arm/virt-acpi-build: Add GICv2m description in ACPI MADT table
 2015-06-01 10:15 UTC 

[Qemu-devel] [PATCH 1/1] net: fix queue's purge on VM stop
 2015-06-01 10:14 UTC  (3+ messages)

[PATCH] spi: Fix per-page mapping of unaligned vmalloc-ed buffer
 2015-06-01 10:14 UTC 

[PATCH v3] Add TI CDCE925 I2C controlled clock synthesizer driver
 2015-06-01 10:13 UTC  (2+ messages)

Build regressions/improvements in v4.1-rc6
 2015-06-01 10:13 UTC  (2+ messages)

[PATCH] libxl: Don't insert PCI device into xenstore for HVM guests
 2015-06-01 10:12 UTC  (2+ messages)

[PATCHv2] android/pts: Update L2CAP test results
 2015-06-01 10:12 UTC  (2+ messages)
` [PATCHv3] "

[PATCH] shared/att: Fix boolean check in handle_notify()
 2015-06-01 10:11 UTC  (3+ messages)
` [PATCHv2] "

[PATCH i-g-t] gem_userptr_benchmark: Test overlapping bo mmu notifier performance impact
 2015-06-01 10:11 UTC 

[PATCH v7 00/25] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-06-01 10:10 UTC  (15+ messages)
` [PATCH 0/6] Exynos SYSMMU (IOMMU) dts and arch updates
  ` [PATCH 1/6] ARM: Exynos: pm_domains: register power domain driver from core_initcall
  ` [PATCH 2/6] ARM: dts: exynos4: add sysmmu nodes
  ` [PATCH 3/6] ARM: dts: exynos3250: "
  ` [PATCH 4/6] ARM: dts: exynos4415: "
  ` [PATCH 5/6] ARM: dts: exynos5250: "
  ` [PATCH 6/6] ARM: dts: exynos5420: "

[PATCH 0/10] crypto: Convert pcrypt/cryptd/aesni to new AEAD interface
 2015-06-01 10:08 UTC  (4+ messages)
` [v3 PATCH] crypto: aesni - Convert rfc4106 "

Fwd: [RFC] make kthread_worker_fn to be freezable
 2015-06-01 10:05 UTC 

[PATCH] KVM: arm: vgic: Drop useless Group0 warning
 2015-06-01 10:05 UTC  (2+ messages)

[PATCH 4/4]:dt-binding:Documents the mbigen bindings
 2015-06-01 10:04 UTC  (3+ messages)

[LTP] [PATCH 1/2] sched_setparam/9-1: cleanup code and fix memory leak
 2015-06-01 10:02 UTC  (2+ messages)
` [LTP] [PATCH 2/2] fork/7-1.c: close file descriptor before return

[xen-4.2-testing test] 57630: regressions - FAIL
 2015-06-01 10:02 UTC  (4+ messages)
  ` [PATCH OSSTEST] Toolstack: Do not pass -F to xm shutdown (Was: Re: [xen-4.2-testing test] 57630: regressions - FAIL)

[RFC PATCH v5 00/30] perf tools: filtering events using eBPF programs
 2015-06-01  7:38 UTC  (14+ messages)
` [RFC PATCH v5 04/30] bpf tools: Introduce 'bpf' library to tools
` [RFC PATCH v5 05/30] bpf tools: Allow caller to set printing function
` [RFC PATCH v5 06/30] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v5 07/30] bpf tools: Check endianess and make libbpf fail early
` [RFC PATCH v5 08/30] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v5 10/30] bpf tools: Collect map definitions from 'maps' section
` [RFC PATCH v5 15/30] bpf tools: Add bpf.c/h for common bpf operations
` [RFC PATCH v5 19/30] bpf tools: Load eBPF programs in object files into kernel
` [RFC PATCH v5 21/30] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v5 22/30] bpf tools: Link all bpf objects onto a list
` [RFC PATCH v5 23/30] perf tools: Make perf depend on libbpf
` [RFC PATCH v5 25/30] perf tools: Parse probe points of eBPF programs during preparation
` [RFC PATCH v5 26/30] perf probe: Attach trace_probe_event with perf_probe_event

[PATCH 0/10] perf: Add support for PMU events in JSON format
 2015-06-01 10:01 UTC  (7+ messages)
` [PATCH 04/10] perf, tools: Handle header line in mapfile

[PATCH] ext4 crypto: handle ENOKEY correctly
 2015-06-01  9:59 UTC  (4+ messages)

sched_setscheduler() vs idle_balance() race
 2015-06-01 10:00 UTC  (7+ messages)

[xen-unstable test] 57644: regressions - trouble: blocked/broken/fail/pass
 2015-06-01  9:59 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.