All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-10 12:43:44 to 2015-11-10 13:33:46 UTC [more...]

[PATCH 0/3] tools/vm: trivial fixes
 2015-11-10 13:32 UTC  (4+ messages)
` [PATCH 1/3] tools/vm: fix Makefile multi-targets

[lustre-devel] [PATCH] Staging: lustre: lustre_mds: Remove unused md_should_create
 2015-11-10 13:33 UTC  (3+ messages)

[PATCH v5 0/6] arm64: ftrace: fix incorrect output from stack tracer
 2015-11-10 13:32 UTC  (5+ messages)

[Qemu-devel] [PULL 00/15] Tracing patches
 2015-11-10 13:31 UTC  (16+ messages)
` [Qemu-devel] [PULL 01/15] trace: fix make foo-timestamp rules
` [Qemu-devel] [PULL 02/15] trace: add make dependencies on tracetool source
` [Qemu-devel] [PULL 03/15] trace: count number of enabled events
` [Qemu-devel] [PULL 04/15] trace: track enabled events in a separate array
` [Qemu-devel] [PULL 05/15] trace: fix documentation
` [Qemu-devel] [PULL 06/15] trace: split trace_init_events out of trace_init_backends
` [Qemu-devel] [PULL 07/15] trace: split trace_init_file "
` [Qemu-devel] [PULL 08/15] trace: no need to call trace_backend_init in different branches now
` [Qemu-devel] [PULL 09/15] trace: add "-trace enable=..."
` [Qemu-devel] [PULL 10/15] trace: add "-trace help"
` [Qemu-devel] [PULL 11/15] log: do not unnecessarily include qom/cpu.h
` [Qemu-devel] [PULL 12/15] log: move qemu-log.c into util/ directory
` [Qemu-devel] [PULL 13/15] trace: convert stderr backend to log
` [Qemu-devel] [PULL 14/15] trace: switch default backend to "log"
` [Qemu-devel] [PULL 15/15] log: add "-d trace:PATTERN"

[PATCH, REPORT] bpf_trace: build error without PERF_EVENTS
 2015-11-10 13:31 UTC  (4+ messages)

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2015-11-10_05-01-41
 2015-11-10 13:31 UTC 

[PATCH v5] Add git-grep threads param
 2015-11-10 13:28 UTC 

[Buildroot] [PATCH] ipset: bump to version 6.27
 2015-11-10 13:27 UTC  (2+ messages)

[PATCH 0/4] Implement access checks in iommu page fault paths
 2015-11-10 13:26 UTC  (10+ messages)
` [PATCH 1/4] iommu/amd: Do proper access checking before calling handle_mm_fault()
` [PATCH 2/4] iommu/amd: Correctly set flags for handle_mm_fault call
` [PATCH 3/4] iommu/amd: Cleanup error handling in do_fault()
` [PATCH 4/4] iommu/vt-d: Do access checks before calling handle_mm_fault()

[Xenomai] panic macro interference with xerces api
 2015-11-10 13:26 UTC 

[Qemu-devel] [PATCH] nand: fix address overflow
 2015-11-10 13:25 UTC 

[PATCH 6/6] net: dsa: mv88e6060: replace magic values with register defines
 2015-11-10 13:25 UTC 

[PATCH 5/6] net: dsa: mv88e6060: add register defines header file
 2015-11-10 13:25 UTC 

[PATCH 4/6] net: dsa: mv88e6060: use the correct bit shift for mac0
 2015-11-10 13:25 UTC 

[PATCH 3/6] net: dsa: mv88e6060: use the correct MaxFrameSize bit
 2015-11-10 13:25 UTC 

[PATCH 2/6] net: dsa: mv88e6060: use the correct InitReady bit
 2015-11-10 13:25 UTC 

[PATCH 1/6] net: dsa: mv88e6060: remove poll_link callback
 2015-11-10 13:25 UTC 

[PATCH 0/6] net: dsa: mv88e6060: cleanup and fix setup
 2015-11-10 13:25 UTC 

[PATCH 00/25] Exynos DRM: new life of IPP (Image Post Processing) subsystem
 2015-11-10 13:23 UTC  (26+ messages)
` [PATCH 01/25] ARM: dts: exynos4: add rotator nodes
` [PATCH 02/25] ARM: dts: exynos542x: add rotator node
` [PATCH 03/25] drm/exynos: gsc: prepare and unprepare gsc clock
` [PATCH 04/25] drm/exynos: gsc: fix wrong pm_runtime state
` [PATCH 05/25] drm/exynos: gsc: add device tree support and remove usage of static mappings
` [PATCH 06/25] drm/exynos: fix to calculate offset of each plane for ipp fimc
` [PATCH 07/25] drm/exynos: fix to calculate offset of each plane for ipp gsc
` [PATCH 08/25] drm/exynos: rotator: convert to common clock framework
` [PATCH 09/25] drm/exynos: exynos7-decon: remove excessive check
` [PATCH 10/25] drm/exynos: move dma_addr attribute from exynos plane to exynos fb
` [PATCH 11/25] drm/exynos: introduce exynos_drm_plane_state structure
` [PATCH 12/25] drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->mode
` [PATCH 13/25] drm/exynos: mixer: enable video overlay plane only when VP is available
` [PATCH 14/25] drm/exynos: introduce exynos_drm_plane_config structure
` [PATCH 15/25] drm/exynos: add generic check for plane state
` [PATCH 16/25] drm/exynos: mixer: use ratio precalculated in exynos_state
` [PATCH 17/25] drm/exynos: fix clipping when scalling is enabled
` [PATCH 18/25] drm/exynos: fimd: fix dma burst size setting for small plane size
` [PATCH 19/25] drm/exynos: add fb pointer to exynos_drm_plane_state
` [PATCH 20/25] drm/exynos: gem: set default alignment for dumb GEM buffers
` [PATCH 21/25] drm/exynos: gem: remove old unused prototypes
` [PATCH 22/25] drm/exynos: gem: simplify access to exynos gem object
` [PATCH 23/25] drm/exynos: ipp: make framework context global
` [PATCH 24/25] drm/exynos: add generic plane rotation property support
` [PATCH 25/25] drm/exynos: add support for plane scaling

[PATCH 00/29] Add gobject introspection support to oe-core
 2015-11-10 13:25 UTC  (4+ messages)
` [PATCH 08/29] python-pygtk: remove the recipe

[Qemu-devel] [PATCH v10 00/30] qapi member collision (post-introspection cleanups, subset C')
 2015-11-10 13:24 UTC  (11+ messages)
` [Qemu-devel] [PATCH v10 23/30] qapi: Check for qapi collisions of flat union branches
` [Qemu-devel] [PATCH v10 24/30] qapi: Factor out QAPISchemaObjectType.check_clash()

[Buildroot] [git commit branch/next] ipset: bump to version 6.27
 2015-11-10 13:24 UTC 

[PATCH 00/13] drm/exynos: async G2D and g2d_move()
 2015-11-10 13:24 UTC  (6+ messages)
` [PATCH 09/13] exynos/fimg2d: add g2d_move

[Qemu-devel] [PATCH v4 0/5] KVM: Hyper-V synthetic interrupt controller
 2015-11-10 12:36 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/5] kvm/irqchip: kvm_arch_irq_routing_update renaming split
` [Qemu-devel] [PATCH v4 2/5] kvm/x86: split ioapic-handled and EOI exit bitmaps
` [Qemu-devel] [PATCH v4 3/5] kvm/x86: per-vcpu apicv deactivation support
` [Qemu-devel] [PATCH v4 4/5] kvm/x86: Hyper-V synthetic interrupt controller
` [Qemu-devel] [PATCH v4 5/5] kvm/x86: Hyper-V kvm exit

[Qemu-devel] [PATCH v2 0/5] QEMU: Hyper-V SynIC support
 2015-11-10 13:14 UTC  (14+ messages)
`  "
` [Qemu-devel] [PATCH v2 1/5] headers: Linux kernel Hyper-V SynIC defines
  `  "
` [Qemu-devel] [PATCH v2 2/5] target-i386/kvm: Hyper-V SynIC MSR's support
  `  "
` [Qemu-devel] [PATCH v2 3/5] kvm: Hyper-V SynIC irq routing support
  `  "
` [Qemu-devel] [PATCH v2 4/5] target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exit
  `  "
` [Qemu-devel] [PATCH v2 5/5] hw/misc: Hyper-V test device 'hyperv-testdev'
  `  "

[PATCH v4] tests/exynos: add fimg2d performance analysis
 2015-11-10 13:23 UTC  (5+ messages)

[PATCH v3] mmc: sdhci at91: add PM support
 2015-11-10 13:23 UTC  (3+ messages)

[RFC PATCH v2 0/3] CFS idle injection
 2015-11-10 13:23 UTC  (3+ messages)
` [RFC PATCH v2 3/3] sched: introduce synchronized "

[PATCH 0/5] memcg/kmem: switch to white list policy
 2015-11-10 13:23 UTC  (7+ messages)
` [PATCH 5/5] Account certain kmem allocations to memcg

[PATCH v2 00/14] Kill off intel_crtc->atomic, rework
 2015-11-10 13:21 UTC  (3+ messages)
` [PATCH v2 12/14] drm/i915: Nuke fbc members from intel_crtc->atomic

[PATCH v2] mmc: sdhci at91: add PM support
 2015-11-10 13:21 UTC  (5+ messages)

binutils failing in FIDO branch
 2015-11-10 13:20 UTC  (5+ messages)

[Qemu-devel] [PATCH v5 0/8] e1000: Various fixes and registers' implementation
 2015-11-10 13:19 UTC  (5+ messages)

[LTP] [PATCH] [PATCH] sched_setattr/sched_setattr01: Add new testcase for sched_setattr
 2015-11-10 13:19 UTC  (2+ messages)

[KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: Kernel 4.3 breaks security in systems using capabilities
 2015-11-10 13:19 UTC  (11+ messages)
  ` [KERNEL] "
    `  "
      ` [KERNEL] "
          ` [KERNEL] "
              ` [KERNEL] "
                  ` [KERNEL] [PATCH] "

[PATCH v5 00/11] exynos-ufs: add support for Exynos
 2015-11-10 13:18 UTC  (5+ messages)
` [PATCH v5 10/11] Documentation: devicetree: ufs: Add DT bindings for exynos UFS host controller

[U-Boot] [PATCH v2 1/5] arm: ls1021a: merge SoC specific code in a separate file
 2015-11-10 13:18 UTC  (6+ messages)
` [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

[U-Boot] [PATCH] omap3: cm-t3517: add board specific get_board_rev()
 2015-11-10 13:17 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[PATCH v3 00/32] HiSilicon SAS driver
 2015-11-10 13:16 UTC  (5+ messages)
` [PATCH v3 02/32] devicetree: bindings: scsi: HiSi SAS

[PATCH] ARM/arm64: KVM: test properly for a PTE's uncachedness
 2015-11-10 13:15 UTC  (2+ messages)
    ` [PATCH v2] "

Add SUSE 42.1 "Leap" to SANITY_TESTED_DISTROS
 2015-11-10 13:15 UTC  (4+ messages)

[ANNOUNCEMENT] Yocto Project 1.7.3 (fido 12.0.3) Released
 2015-11-10 13:14 UTC  (4+ messages)
` [yocto-announce] "

Bug in dm_any_congested?
 2015-11-10 13:14 UTC 

[PATCH 1/1] Update libusb1 from 1.0.19 to 1.0.20
 2015-11-10 13:14 UTC  (6+ messages)

[U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text
 2015-11-10 13:14 UTC  (4+ messages)

[PATCH 0/8] ath10k: clean up ath10k_skb_cb
 2015-11-10 13:10 UTC  (21+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] ath10k: merge is_protected with nohwcrypt
  ` [PATCH v2 2/9] ath10k: rename function to adhere to naming convention
  ` [PATCH v2 3/9] ath10k: remove txmode from skb_cb
  ` [PATCH v2 4/9] ath10k: remove is_offchan
  ` [PATCH v2 5/9] ath10k: remove freq from skb_cb
  ` [PATCH v2 6/9] ath10k: pack up flags in skb_cb
  ` [PATCH v2 7/9] ath10k: fix tx header parsing
  ` [PATCH v2 8/9] ath10k: replace vdev_id and tid in skb cb
  ` [PATCH v2 9/9] ath10k: store msdu_id instead of txbuf pointers

[PATCH BlueZ] shared/gatt-client: Don't reset database on service changed
 2015-11-10 13:13 UTC 

Runtime services support for Xen on ARM
 2015-11-10 13:12 UTC  (2+ messages)

Critique of the Xen Security Process
 2015-11-10 13:09 UTC  (5+ messages)
  ` [qubes-devel] "

[PATCH v4 0/6] ASoC: Add HDA HDMI codec driver
 2015-11-10 13:12 UTC  (7+ messages)
` [PATCH v4 1/6] ALSA: hdac: structure definition for ext_dma_params
` [PATCH v4 2/6] ASoC: hdac-hdmi: Add hdmi driver
` [PATCH v4 3/6] ASoC: hdac_hdmi: Add PM support for HDMI
` [PATCH v4 4/6] ASoC: hdac_hdmi: Add hdac hdmi dai ops
` [PATCH v4 5/6] ASoC: hdac_hdmi: Setup and start infoframe
` [PATCH v4 6/6] ASoC: hdac_hdmi: Use i915 component framework for PM

[PATCH] u-boot.inc: properly specify CC for EXTRA_OEMAKE
 2015-11-10 13:09 UTC  (6+ messages)

[PATCH RFC 0/3] Introduce device attribute rdma_read_access_flags
 2015-11-10 13:06 UTC  (6+ messages)
` [PATCH RFC 1/3] IB/core: Expose a device attribute for rdma_read access flags

[PATCH 00/13] Yet another FBC series, v3 part 1
 2015-11-10 13:04 UTC  (5+ messages)
` [PATCH 10/13] drm/i915: fix the CFB size check

[RFC PATCH v2 0/5] ACPICA / debugger: Add in-kernel AML debugger support
 2015-11-10 13:04 UTC  (5+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 5/7] ACPI / x86: introduce acpi_os_readable() support

[Qemu-devel] [PATCH] hw/arm/virt: error_report cleanups
 2015-11-10 13:02 UTC  (11+ messages)

[PATCH 0/2] thermal: rcar_thermal: tidyup rebind issue
 2015-11-10 13:00 UTC  (7+ messages)
  ` [PATCH 2/2] thermal: rcar_thermal: use pm_runtime_put_sync()

[U-Boot] [PATCH v3] net: phy: Add support for Texas Instruments DP83867
 2015-11-10 13:00 UTC 

Recent changes (master)
 2015-11-10 13:00 UTC 

[U-Boot] [PATCH v2] net: phy: Add support for Texas Instruments DP83867
 2015-11-10 12:59 UTC  (3+ messages)

[U-Boot] ARM configurations with no MAINTAINERS file entries
 2015-11-10 12:58 UTC 

Updates to meta-browser (master) in 2015-11-10
 2015-11-10 12:58 UTC 

Grafting old platform drivers onto a new DT kernel
 2015-11-10 12:56 UTC  (13+ messages)

[PATCH 0/2] git-candidate: git based patch tracking and review
 2015-11-10 12:56 UTC  (3+ messages)
` [PATCH 1/2] contrib: Add git-candidate subcommand
` [PATCH 2/2] contrib/git-candidate: Add README

Updates to meta-java (master) in 2015-11-10
 2015-11-10 12:56 UTC 

[Qemu-devel] [PATCH v2] hw/misc: Add support for ADC controller in Xilinx Zynq 7000
 2015-11-10 12:55 UTC  (4+ messages)

[Qemu-devel] [PATCH 2.5 v5 0/11] dataplane snapshot fixes
 2015-11-10 12:55 UTC  (6+ messages)

[iproute PATCH] iproute: restrict hoplimit values to be in range [1;255]
 2015-11-10 12:54 UTC 

[PATCH] libxfs: Optimize the loop for xfs_bitmap_empty
 2015-11-10 12:54 UTC  (2+ messages)

[PATCH] drm/i915: A better maximum brightness for users
 2015-11-10 12:57 UTC  (5+ messages)
` [PATCH v2] drm/i915: Respect the brightness range from VBT

[PATCH v2] Bluetooth: Add support for controller specific logging
 2015-11-10 12:53 UTC  (4+ messages)

[PATCH v2] u-boot: Update to 2015.10 release
 2015-11-10 12:53 UTC  (2+ messages)

[PATCH 0/3] __GFP_REPEAT cleanup
 2015-11-10 12:51 UTC  (5+ messages)
` [PATCH 1/3] tree wide: get rid of __GFP_REPEAT for order-0 allocations part I

[PATCH] drm/i915: Reset dpll_hw_state when selecting a new pll on hsw
 2015-11-10 12:53 UTC  (12+ messages)

[Qemu-devel] [Minios-devel] [PATCH v4 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2015-11-10 12:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH QEMU-XEN v5 0/9] "
  ` [Qemu-devel] [PATCH QEMU-XEN v5 9/9] xen: make it possible to build without the Xen PV domain builder
    `  "

[Qemu-devel] [PATCH v9 00/15] blockdev: BlockBackend and media
 2015-11-10 12:48 UTC  (3+ messages)
` [Qemu-devel] [PATCH v9 11/15] qmp: Introduce blockdev-change-medium

[RFC PATCH 0/3] x86/cpufeature: Cleanup stuff
 2015-11-10 12:37 UTC  (4+ messages)
` [RFC PATCH 3/3] x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros

[PATCH] IB: start documenting device capabilities
 2015-11-10 12:46 UTC  (2+ messages)

DPDK ArmV7 autotests
 2015-11-10 12:45 UTC  (4+ messages)

[PATCH] net: netfilter: fix GCC uninitialized warning
 2015-11-10 12:45 UTC  (4+ messages)

[Qemu-devel] [PULL 00/57] Migration pull
 2015-11-10 12:43 UTC  (8+ 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.