All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-23 10:40:31 to 2015-11-23 11:42:17 UTC [more...]

[RFC 00/37] Preemption support for GPU scheduler
 2015-11-23 11:41 UTC  (3+ messages)
` [RFC 01/37] drm/i915: update ring space correctly
` [RFC 02/37] drm/i915: recalculate ring space after reset

[meta-qt5][PATCH] qt5: overwrite RRECOMMENDS_${PN} for native packages
 2015-11-23 11:42 UTC 

[PATCH v2 1/2] drm/panel: Add Sharp LS043T1LE01 panel binding documentation
 2015-11-23 11:42 UTC  (3+ messages)

[PATCH] eal: fix plugindir processing to be filesystem agnostic
 2015-11-23 11:42 UTC  (5+ messages)

[[PATCH v2]] toaster: projectconf Add feature for free form IMAGE_FSTYPES
 2015-11-23 11:41 UTC 

[PATCH] ASoC: Intel: Skylake: fix memory leak
 2015-11-23 11:41 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: fix memory leak" to the asoc tree

[PATCH] ASoC: rcar: remove unused variable
 2015-11-23 11:41 UTC  (2+ messages)
` Applied "ASoC: rcar: remove unused variable" to the asoc tree

[PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding
 2015-11-23 11:40 UTC  (2+ messages)
` Applied "ASoC: Atmel: ClassD: add GCK's parent clock in DT binding" to the asoc tree

[PATCH] spi: pl022: handle EPROBE_DEFER for dma
 2015-11-23 11:41 UTC  (2+ messages)
  ` Applied "spi: pl022: handle EPROBE_DEFER for dma" to the spi tree

[PATCH] ASoC: davinci-mcasp: Fix master capture only mode
 2015-11-23 11:41 UTC  (2+ messages)
` Applied "ASoC: davinci-mcasp: Fix master capture only mode" to the asoc tree

Nested HVM in xen-unstable tests
 2015-11-23 11:40 UTC  (4+ messages)
` [PATCH OSSTEST] make-flight: Run separate nested jobs on AMD and Intel

[PATCH 00/39] GPU scheduler for i915 driver
 2015-11-23 11:39 UTC  (40+ messages)
` [PATCH 01/39] drm/i915: Add total count to context status debugfs output
` [PATCH 02/39] drm/i915: Updating assorted register and status page definitions
` [PATCH 03/39] drm/i915: Explicit power enable during deferred context initialisation
` [PATCH 04/39] drm/i915: Prelude to splitting i915_gem_do_execbuffer in two
` [PATCH 05/39] drm/i915: Split i915_dem_do_execbuffer() in half
` [PATCH 06/39] drm/i915: Re-instate request->uniq because it is extremely useful
` [PATCH 07/39] drm/i915: Start of GPU scheduler
` [PATCH 08/39] drm/i915: Prepare retire_requests to handle out-of-order seqnos
` [PATCH 09/39] drm/i915: Disable hardware semaphores when GPU scheduler is enabled
` [PATCH 10/39] drm/i915: Force MMIO flips when scheduler enabled
` [PATCH 11/39] drm/i915: Added scheduler hook when closing DRM file handles
` [PATCH 12/39] drm/i915: Added scheduler hook into i915_gem_request_notify()
` [PATCH 13/39] drm/i915: Added deferred work handler for scheduler
` [PATCH 14/39] drm/i915: Redirect execbuffer_final() via scheduler
` [PATCH 15/39] drm/i915: Keep the reserved space mechanism happy
` [PATCH 16/39] drm/i915: Added tracking/locking of batch buffer objects
` [PATCH 17/39] drm/i915: Hook scheduler node clean up into retire requests
` [PATCH 18/39] drm/i915: Added scheduler support to __wait_request() calls
` [PATCH 19/39] drm/i915: Added scheduler support to page fault handler
` [PATCH 20/39] drm/i915: Added scheduler flush calls to ring throttle and idle functions
` [PATCH 21/39] drm/i915: Added a module parameter for allowing scheduler overrides
` [PATCH 22/39] drm/i915: Support for 'unflushed' ring idle
` [PATCH 23/39] drm/i915: Defer seqno allocation until actual hardware submission time
` [PATCH 24/39] drm/i915: Added immediate submission override to scheduler
` [PATCH 25/39] drm/i915: Add sync wait support "
` [PATCH 26/39] drm/i915: Connecting execbuff fences "
` [PATCH 27/39] drm/i915: Added trace points "
` [PATCH 28/39] drm/i915: Added scheduler queue throttling by DRM file handle
` [PATCH 29/39] drm/i915: Added debugfs interface to scheduler tuning parameters
` [PATCH 30/39] drm/i915: Added debug state dump facilities to scheduler
` [PATCH 31/39] drm/i915: Add early exit to execbuff_final() if insufficient ring space
` [PATCH 32/39] drm/i915: Added scheduler statistic reporting to debugfs
` [PATCH 33/39] drm/i915: Added seqno values to scheduler status dump
` [PATCH 34/39] drm/i915: Add scheduler support functions for TDR
` [PATCH 35/39] drm/i915: GPU priority bumping to prevent starvation
` [PATCH 36/39] drm/i915: Scheduler state dump via debugfs
` [PATCH 37/39] drm/i915: Enable GPU scheduler by default
` [PATCH 38/39] drm/i915: Add scheduling priority to per-context parameters
` [PATCH 39/39] drm/i915: Allow scheduler to manage inter-ring object synchronisation

[PATCH] PCI: keystone: fix crash with deferred probe
 2015-11-23 11:39 UTC  (7+ messages)

RfC: Handle SPI controller limitations like maximum message length
 2015-11-23 11:38 UTC  (12+ messages)
            ` [PATCH 1/3] spi: core: add max_msg_size to spi_master

[RFC 00/12] Convert requests to use struct fence
 2015-11-23 11:38 UTC  (14+ messages)
` [RFC 01/12] staging/android/sync: Support sync points created from dma-fences
` [RFC 02/12] staging/android/sync: add sync_fence_create_dma
` [RFC 03/12] staging/android/sync: Move sync framework out of staging
` [RFC 04/12] drm/i915: Convert requests to use struct fence
` [RFC 05/12] drm/i915: Removed now redudant parameter to i915_gem_request_completed()
` [RFC 06/12] drm/i915: Add per context timelines to fence object
` [RFC 07/12] drm/i915: Delay the freeing of requests until retire time
` [RFC 08/12] drm/i915: Interrupt driven fences
` [RFC 09/12] drm/i915: Updated request structure tracing
` [RFC 10/12] android/sync: Fix reversed sense of signaled fence
` [RFC 11/12] drm/i915: Add sync framework support to execbuff IOCTL
` [RFC 12/12] drm/i915: Cache last IRQ seqno to reduce IRQ overhead

wireless-testing repo
 2015-11-23 11:38 UTC  (3+ messages)

[PATCH v3 00/62] Add ACPI support for arm64 on Xen
 2015-11-23 11:37 UTC  (14+ messages)
` [PATCH v3 05/62] acpi: Don't do traditional BIOS table scan for ARM64
` [PATCH v3 06/62] acpi: Refactor acpi_os_map_memory to be architecturally independent
  ` [Xen-devel] "
` [PATCH v3 07/62] arm/acpi: Add arch_acpi_os_map_memory helper function for ARM

[PATCH 1/3] drm/dsi: Add support for Turn on/Shutdown peripheral packets
 2015-11-23 11:33 UTC  (7+ messages)
` [PATCH 2/3] panel/panasonic-vvx10f034n00: Add DT bindings
` [PATCH 3/3] drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel

linux-4.4-rc1: TIF_MEMDIE without SIGKILL pending?
 2015-11-23 11:33 UTC  (4+ messages)

[PATCH v2 0/3] powerpc/tm: MSR oops printing and selftests
 2015-11-23 11:32 UTC  (3+ messages)
` [PATCH v2 2/3] selftests/powerpc: Add TM signal return test

[PATCH v5 0/4] docs: Document xenstore paths
 2015-11-23 11:32 UTC  (7+ messages)
` [PATCH v5 2/4] docs: Introduce xenstore paths for PV driver information
` [PATCH v5 3/4] docs: Introduce xenstore paths for hotplug features
` [PATCH v5 4/4] docs: Introduce xenstore paths for guest network address information

hwrng: Some concerns about add_hwgenerator_randomness
 2015-11-23 11:32 UTC  (2+ messages)

[refpolicy] Transition not working as expected with boolean cron_userdomain_transition set to on
 2015-11-23 11:31 UTC 

multi-codec support for arizona-ldo1 was Re: System with multiple arizona (wm5102) codecs
 2015-11-23 11:30 UTC  (11+ messages)

[PATCH v4 0/6] ARM: sunxi: Introduce Allwinner H3 support
 2015-11-23 11:29 UTC  (16+ messages)
` [PATCH v4 4/6] reset: sunxi: Add Allwinner H3 bus resets
        ` [linux-sunxi] "
` [PATCH v4 5/6] ARM: dts: sunxi: Add Allwinner H3 DTSI
        ` [linux-sunxi] "
          `  "

[U-Boot] [PATCH v3 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-11-23 11:29 UTC  (6+ messages)
` [U-Boot] [PATCH v3 10/16] drivers: mtd: spi: sf_probe: add compatible for spansion spi flash

[PATCH v3 0/6] Qualcomm PCIe driver and designware fixes
 2015-11-23 11:27 UTC  (4+ messages)
` [PATCH v3 2/6] PCI: designware: add memory barrier after enabling region

[PATCH] drm/panel: simple: Add Innolux N133HSE panel support
 2015-11-23 11:26 UTC  (2+ messages)

Best practice setup for github projects on server
 2015-11-23 11:19 UTC 

[PATCH 1/2] Add binding documentation for Zodiac Watchdog Timer
 2015-11-23 11:25 UTC  (4+ messages)
` [PATCH 2/2] Zodiac Aerospace RAVE Switch Watchdog Processor Driver

[PATCH] crypto: Docs blurb about templates
 2015-11-23 11:25 UTC  (2+ messages)

[PATCH RFC] libxl: use libxl_event_wait to process libxl events
 2015-11-23 11:24 UTC 

[PATCH v2 0/2] RFC: kvm stat enhancements
 2015-11-23 11:24 UTC  (3+ messages)
` [PATCH 1/2] KVM: Remove unnecessary debugfs dentry references
` [PATCH 2/2] KVM: Create debugfs dir and stat files for each VM

[V11 0/3] add xsaves/xrstors support
 2015-11-23 11:24 UTC  (6+ messages)
` [V11 1/3] x86/xsaves: enable xsaves/xrstors/xsavec in xen

thermal: introduce the Power Allocator governor
 2015-11-23 11:23 UTC  (2+ messages)
` [PATCH] thermal: power_allocator: req_range multiplication should be a 64 bit type

[PATCH 1/2] arm64: mm: detect bad __create_mapping uses
 2015-11-23 11:21 UTC  (5+ messages)

[RFC PATCH 0/7] perf tools: Config BPF maps through perf cmdline
 2015-11-23 11:20 UTC  (3+ messages)
` [RFC PATCH 1/7] perf tools: Add API to config maps in bpf object

[PATCH] drm/panel: simple: Add support for G121X1-L03
 2015-11-23 11:20 UTC  (3+ messages)

[direct] e594571852: xfstests.generic.299.fail
 2015-11-23 11:20 UTC  (3+ messages)
` [lkp] "

[distros-debian-sid test] 38323: regressions - FAIL
 2015-11-23 11:17 UTC 

[Buildroot] [PATCH] collectd: fix musl builds (ipc module)
 2015-11-23 11:17 UTC  (3+ messages)

[PATCH RESEND 00/16] Support TI LMU devices
 2015-11-23 11:17 UTC  (8+ messages)
` [PATCH RESEND 15/16] leds: add LM3633 driver

[PATCH] spi: i.MX: optimize transfers for ECSPI v2.3
 2015-11-23 11:14 UTC 

[PATCH] ARM: tegra: Ensure entire dcache is flushed on entering LP0/1
 2015-11-23 11:14 UTC  (3+ messages)

branch --set-upstream-to unexpectedly fails with "starting point ... is no branch"
 2015-11-23 11:04 UTC 

[PATCH net-next 00/18] Introducing ConnectX-4 Ethernet SRIOV
 2015-11-23 11:11 UTC  (19+ messages)
` [PATCH net-next 01/18] net/mlx5_core: Modify enable/disable hca functions
` [PATCH net-next 02/18] net/mlx5_core: Add base sriov support
` [PATCH net-next 03/18] net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
` [PATCH net-next 04/18] net/mlx5: Update access functions to Query/Modify vport MAC address
` [PATCH net-next 05/18] net/mlx5: Introduce access functions to modify/query vport mac lists
` [PATCH net-next 06/18] net/mlx5: Introduce access functions to modify/query vport state
` [PATCH net-next 07/18] net/mlx5: Introduce access functions to modify/query vport promisc mode
` [PATCH net-next 08/18] net/mlx5: Introduce access functions to modify/query vport vlans
` [PATCH net-next 09/18] net/mlx5e: Write UC/MC list and promisc mode into vport context
` [PATCH net-next 10/18] net/mlx5e: Write vlan list "
` [PATCH net-next 11/18] net/mlx5: Introducing E-Switch and l2 table
` [PATCH net-next 12/18] net/mlx5: E-Switch, Introduce FDB hardware capabilities
` [PATCH net-next 13/18] net/mlx5: E-Switch, Add SR-IOV (FDB) support
` [PATCH net-next 14/18] net/mlx5: E-Switch, Introduce Vport administration functions
` [PATCH net-next 15/18] net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
` [PATCH net-next 16/18] net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
` [PATCH net-next 17/18] net/mlx5: E-Switch, Introduce get vf statistics
` [PATCH net-next 18/18] net/mlx5e: Add support for SR-IOV ndos

[PATCH] x86: correct saving and restoring of lapic vectors in suspend/resume
 2015-11-23 11:13 UTC  (2+ messages)

[PATCH] i40e: configure the vector PMD option as no for default for l3fwd undefined ptype issue
 2015-11-23 11:11 UTC  (3+ messages)

[Buildroot] [PATCH v2] collectd: fix musl builds (ipc module)
 2015-11-23 11:12 UTC 

New Netfilter core team PGP key (0x26D292E4)
 2015-11-23 11:12 UTC 

patch for restricted vPMU modes
 2015-11-23 11:12 UTC  (3+ messages)

[fsl-imx6][how to run qemu on x86 system]
 2015-11-23 11:11 UTC  (2+ messages)

[PATCH] memory: emif: use of_property_read_u32()
 2015-11-23 11:09 UTC 

[PATCHv3] arm64: efi: correctly map runtime regions
 2015-11-23 11:09 UTC 

[Xenomai] how to install XENOMAI on beaglebone black and raspberry pi
 2015-11-23 11:08 UTC 

[PATCH conntrack-tools] src: fix build with musl libc
 2015-11-23 11:07 UTC  (2+ messages)

Does XFS support cgroup writeback limiting?
 2015-11-23 11:05 UTC 

[PATCHv2 2/2] net: add driver for Netronome NFP4000/NFP6000 NIC VFs
 2015-11-23 11:04 UTC  (4+ messages)
` [PATCH net-next v3 0/2] Netronome NFP4000/NFP6000 NIC VF driver
  ` [PATCH net-next v3 1/2] pci_ids: add Netronome Systems vendor
  ` [PATCH net-next v3 2/2] net: add driver for Netronome NFP4000/NFP6000 NIC VFs

[PATCH v3 4/6] PCI: qcom: Add Qualcomm PCIe controller driver
 2015-11-23 11:02 UTC  (4+ messages)

[PATCH 1/4] pinctrl/lantiq: update devicetree bindings Documentation
 2015-11-23 11:00 UTC  (6+ messages)
` [PATCH 2/4] pinctrl/lantiq: introduce new dedicated devicetree bindings

[PATCH] drivers/reset: appropriate __init annotation for const data
 2015-11-23 10:56 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.5] vhost-user: clarify start and enable
 2015-11-23 10:54 UTC 

[LTP] [PATCH] controllers/cgroup_fj: add tests
 2015-11-23 10:52 UTC 

[Buildroot] Which package contains modprobe in buildroot
 2015-11-23 10:51 UTC  (3+ messages)

[PATCH] iio/adc/ad9467.c: Add support for AD9649
 2015-11-23 10:46 UTC  (2+ messages)

[PATCH net-next v2 0/9] net: ipmr: cleanups and minor improvements
 2015-11-23 10:49 UTC  (7+ messages)
` [PATCH net-next v2 4/9] net: ipmr: fix code and comment style
` [PATCH net-next v2 8/9] net: ipmr: rearrange and cleanup setsockopt

[PATCH 00/21] arm64: KVM: world switch in C
 2015-11-23 10:47 UTC  (4+ messages)
` [PATCH 05/21] arm64: KVM: Implement timer save/restore

[Bug 71659] New: [NVD9] Hangs under load with ![ PFIFO][0000:01:00.0] unhandled status 0x00800000
 2015-11-23 10:46 UTC  (2+ messages)
  ` [Bug 71659] "

[Bug 92961] New: Xorg freezes (only mouse and ssh are still working)
 2015-11-23 10:46 UTC  (2+ messages)
  ` [Bug 92961] "

[Qemu-devel] [PATCH] linux-user,sh4: fix signal retcode address
 2015-11-23 10:45 UTC  (2+ messages)
` [Qemu-devel] [PATCH] linux-user, sh4: "

[PATCH] drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc()
 2015-11-23 10:44 UTC 

snd-fireworks requires larger period sizes than FFADO
 2015-11-23 10:40 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.