All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-18 14:14:50 to 2016-02-18 14:36:01 UTC [more...]

[U-Boot] Beaglebone Black broken since commit fd61d39970b9901217efc7536d9f3a61b4e1752a
 2016-02-18 14:36 UTC  (9+ messages)
` [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

[PATCH v2 0/8] arm64: Introduce Allwinner A64 and Pine64 support
 2016-02-18 14:36 UTC  (11+ messages)
` [PATCH v2 2/8] drivers: pinctrl: add driver for Allwinner A64 SoC
` [PATCH v2 3/8] DT: clk: sunxi: add binding doc for the multi-bus-gates clock
` [PATCH v2 5/8] arm64: dts: add Allwinner A64 SoC .dtsi

[PATCH v3 00/30] i40e base driver update
 2016-02-18 14:34 UTC  (31+ messages)
  ` [PATCH v3 01/30] i40e/base: use explicit cast from u16 to u8
  ` [PATCH v3 02/30] i40e/base: acquire NVM, before issuing an AQ read nvm command
  ` [PATCH v3 03/30] i40e/base: add hw flag for SRCTL access using AQ for X722
  ` [PATCH v3 04/30] i40e/base: add changes in nvm read to support X722
  ` [PATCH v3 05/30] i40e/base: limit DCB FW version checks to XL710/X710 devices
  ` [PATCH v3 06/30] i40e/base: check for stopped admin queue
  ` [PATCH v3 07/30] i40e/base: set aq count after memory allocation
  ` [PATCH v3 08/30] i40e/base: clean event descriptor before use
  ` [PATCH v3 09/30] i40e/base: add new device IDs and delete deprecated one
  ` [PATCH v3 10/30] i40e/base: fix up recent proxy and wol bits for X722_SUPPORT
  ` [PATCH v3 11/30] i40e/base: define function capabilities in only one place
  ` [PATCH v3 12/30] i40e/base: fix for PHY NVM interaction problem
  ` [PATCH v3 13/30] i40e/base: set shared bit for multicast filters
  ` [PATCH v3 14/30] i40e/base: add APIs to Add/remove port mirroring rules
  ` [PATCH v3 15/30] i40e/base: add VEB stat control and remove L2 cloud filter
  ` [PATCH v3 16/30] i40e/base: implement the API function for aq_set_switch_config
  ` [PATCH v3 17/30] i40e/base: add functions to blink led on Coppervale PHY
  ` [PATCH v3 18/30] i40e/base: apply promisc mode to Tx Traffic
  ` [PATCH v3 19/30] i40e/base: increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
  ` [PATCH v3 20/30] i40e/base: save off VSI resource count when updating VSI
  ` [PATCH v3 21/30] i40e/base: coding style fixes
  ` [PATCH v3 22/30] i40e/base: use FW to read/write rx control registers
  ` [PATCH v3 23/30] i40e/base: expose some registers to program parser, FD and RSS logic
  ` [PATCH v3 24/30] i40e/base: add a Virtchnl offload for RSS PCTYPE V2
  ` [PATCH v3 25/30] i40e/base: add AQ thermal sensor control struct
  ` [PATCH v3 26/30] i40e/base: add/update structure and macro definitions
  ` [PATCH v3 27/30] i40e: add base driver release info
  ` [PATCH v3 28/30] i40e: add/remove new device IDs
  ` [PATCH v3 29/30] i40e: use rx control function for rx control registers
  ` [PATCH v3 30/30] i40evf: use base driver defined interface

[Qemu-devel] [PULL 00/36] target-arm queue
 2016-02-18 14:35 UTC  (37+ messages)
` [Qemu-devel] [PULL 01/36] target-arm: correct CNTFRQ access rights
` [Qemu-devel] [PULL 02/36] target-arm: Fix handling of SCR.SMD
` [Qemu-devel] [PULL 03/36] target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA traps
` [Qemu-devel] [PULL 04/36] target-arm: Implement MDCR_EL2.TDRA traps
` [Qemu-devel] [PULL 05/36] target-arm: Implement MDCR_EL3.TDA and MDCR_EL2.TDA traps
` [Qemu-devel] [PULL 06/36] target-arm: Report correct syndrome for FPEXC32_EL2 traps
` [Qemu-devel] [PULL 07/36] target-arm: Clean up trap/undef handling of SRS
` [Qemu-devel] [PULL 08/36] target-arm: Move get/set_r13_banked() to op_helper.c
` [Qemu-devel] [PULL 09/36] target-arm: Move bank_number() into internals.h
` [Qemu-devel] [PULL 10/36] target-arm: Combine user-only and softmmu get/set_r13_banked()
` [Qemu-devel] [PULL 11/36] target-arm: UNDEF in the UNPREDICTABLE SRS-from-System case
` [Qemu-devel] [PULL 12/36] target-arm: Add the pmceid0 and pmceid1 registers
` [Qemu-devel] [PULL 13/36] target-arm: Add the pmovsclr_el0 and pmintenclr_el1 registers
` [Qemu-devel] [PULL 14/36] target-arm: Add PMUSERENR_EL0 register
` [Qemu-devel] [PULL 15/36] ARM: PL061: Clear PL061 device state after reset
` [Qemu-devel] [PULL 16/36] ARM: PL061: Cleaning field of PL061 device state
` [Qemu-devel] [PULL 17/36] hw/sd/sdhci.c: Remove x-drive property
` [Qemu-devel] [PULL 18/36] hw/sd/sd.c: QOMify
` [Qemu-devel] [PULL 19/36] hw/sd/sd.c: Convert sd_reset() function into Device reset method
` [Qemu-devel] [PULL 20/36] hw/sd: Add QOM bus which SD cards plug in to
` [Qemu-devel] [PULL 21/36] hw/sd/sdhci.c: Update to use SDBus APIs
` [Qemu-devel] [PULL 22/36] sdhci_sysbus: Create SD card device in users, not the device itself
` [Qemu-devel] [PULL 23/36] hw/sd/pxa2xx_mmci: convert to SysBusDevice object
` [Qemu-devel] [PULL 24/36] hw/sd/pxa2xx_mmci: Update to use new SDBus APIs
` [Qemu-devel] [PULL 25/36] hw/sd/pxa2xx_mmci: Convert to VMStateDescription
` [Qemu-devel] [PULL 26/36] hw/sd/pxa2xx_mmci: Add reset function
` [Qemu-devel] [PULL 27/36] hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibility
` [Qemu-devel] [PULL 28/36] hw/sd: model a power-up delay, as a workaround for an EDK2 bug
` [Qemu-devel] [PULL 29/36] hw/sd: use guest error logging rather than fprintf to stderr
` [Qemu-devel] [PULL 30/36] hw/timer: QOM'ify arm_timer (pass 1)
` [Qemu-devel] [PULL 31/36] hw/timer: QOM'ify arm_timer (pass 2)
` [Qemu-devel] [PULL 32/36] hw/timer: QOM'ify exynos4210_mct
` [Qemu-devel] [PULL 33/36] hw/timer: QOM'ify exynos4210_pwm
` [Qemu-devel] [PULL 34/36] hw/timer: QOM'ify exynos4210_rtc
` [Qemu-devel] [PULL 35/36] hw/timer: QOM'ify pl031
` [Qemu-devel] [PULL 36/36] hw/timer: QOM'ify pxa2xx_timer

[PATCH RFC v5 0/8] Implement generic ASoC HDMI codec and use it in tda998x
 2016-02-18 14:35 UTC  (3+ messages)
` [PATCH RFC v5 4/8] drm/i2c: tda998x: Add support of a DT graph of ports

[Qemu-devel] [PATCH v11 00/15] prune some QAPI visitor cruft (was qapi cleanups subset E)
 2016-02-18 14:35 UTC  (3+ messages)
` [Qemu-devel] [PATCH v11 10/15] qapi: Emit structs used as variants in topological order

[PATCH v7 1/2] mmc: OCTEON: Add DT bindings for OCTEON MMC controller
 2016-02-18 14:35 UTC  (2+ messages)

[RFC 1/4] powerpc/mm: Rename variable to reflect start address of a section
 2016-02-18 14:34 UTC  (7+ messages)
` [RFC 2/4] powerpc/mm: Add comments to the vmemmap layout
` [RFC 3/4] powerpc/mm: Rename the vmemmap_backing struct and its elements

[PATCH] PCI: mvebu: Restrict build to 32-bit ARM
 2016-02-18 14:34 UTC  (8+ messages)

[Buildroot] [git commit] Update for 2016.02-rc2
 2016-02-18 14:34 UTC 

"Age" of git.kernel.org isn't right?
 2016-02-18 14:33 UTC 

[Qemu-devel] [PATCH v3 10/16] hw/timer: QOM'ify m48txx_sysbus (pass 2)
 2016-02-18 14:31 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 12/16] hw/timer: QOM'ify pl031
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v3 16/16] hw/timer: QOM'ify tusb6010
  ` [Qemu-arm] "

[PATCH] ALSA: oxfw: use workqueue instead of tasklet for scs1x
 2016-02-18 14:30 UTC  (2+ messages)

[PATCH/RFT] clk: shmobile: div6: Fix .recalc_rate() using a stale divisor
 2016-02-18 14:30 UTC 

[PATCH 1/2] mm: introduce page reference manipulation functions
 2016-02-18 14:29 UTC  (11+ messages)
` [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[PATCH 00/15] portability fixes in the mix (OSX)
 2016-02-18 14:28 UTC  (5+ messages)
` [PATCH 07/15] include: provide MAP_ANONYMOUS on OSX

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

[PATCH v12] Add Mediatek thermal support
 2016-02-18 14:28 UTC  (12+ messages)
` [PATCH 2/3] thermal: Add Mediatek thermal controller support

Softlockup when doing fallocate on 4.4.1
 2016-02-18 14:28 UTC 

perf object code reading test crashes
 2016-02-18 14:27 UTC  (2+ messages)

[PATCH 0/9] ARM: randconfig testing fallout
 2016-02-18 14:26 UTC  (7+ messages)
` [PATCH 2/9] ARM: change NR_IPIS to 8
` [PATCH 9/9] ARM: fix kprobe test with CONFIG_CPU_32v3

[PATCH v6 0/7] Convert requests to use struct fence
 2016-02-18 14:24 UTC  (8+ messages)
` [PATCH v6 1/7] drm/i915: "
` [PATCH v6 2/7] drm/i915: Removed now redudant parameter to i915_gem_request_completed()
` [PATCH v6 3/7] drm/i915: Add per context timelines to fence object
` [PATCH v6 4/7] drm/i915: Delay the freeing of requests until retire time
` [PATCH v6 5/7] drm/i915: Interrupt driven fences
` [PATCH v6 6/7] drm/i915: Updated request structure tracing
` [PATCH v6 7/7] drm/i915: Cache last IRQ seqno to reduce IRQ overhead

[PATCH v3 1/3] ARM: dts: vf-colibri: remove regulator container node
 2016-02-18 14:23 UTC  (4+ messages)

[PATCH 00/39] GPU scheduler for i915 driver
 2016-02-18 14:22 UTC  (5+ messages)
` [PATCH v4 00/38] "
  ` [PATCH v4 07/38] drm/i915: Start of GPU scheduler

[linux-lvm] Repair thin pool
 2016-02-18 14:22 UTC 

net/bluetooth: workqueue destruction WARNING in hci_unregister_dev
 2016-02-18 14:22 UTC  (3+ messages)

[PATCH v3 0/3] dra7xx: get pcie working in mainline
 2016-02-18 14:21 UTC  (21+ messages)
` [PATCH v3 3/3] pci: dra7xx: use pdata callbacks to perform reset

[PATCH 0/2] Adding support to show SoC revision in /proc/cpuinfo
 2016-02-18 14:22 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: meson: Adding hwrev syscon node

[PATCH v2 0/2] efi: ARM/arm64: wire up ESRT table
 2016-02-18 14:21 UTC  (12+ messages)
` [PATCH v2 1/2] efi: esrt: use memremap not ioremap to access ESRT table in memory

[RFC v2 0/6] sti: add audio interface to the hdmi driver
 2016-02-18 14:20 UTC  (3+ messages)
` [RFC v2 1/6] video: hdmi: add helper function for N and CTS

[PATCH v4 1/3] staging: rtl8723au: use list_for_each_entry*()
 2016-02-18 14:19 UTC  (5+ messages)
` [PATCH v5 0/3] staging: rtl8723au: use list_for_each_entry*() and cleaning
  ` [PATCH v5 1/3] staging: rtl8723au: use list_for_each_entry*()
    ` [PATCH v5 2/3] staging: rtl8723au: core: rtw_recv: remove useless codes
      ` [PATCH v5 3/3] staging: rtl8723au: whitespace and blank line cleaning

[PATCH] libexport.a: fix missing brace in host_ntop() fallback
 2016-02-18 14:20 UTC 

[Buildroot] [PATCH 1/2] package/Makefile.in: append endianness argument to TARGET_LD for MIPS
 2016-02-18 14:20 UTC  (6+ messages)

[PATCH v6 00/11] ref-filter: use parsing functions
 2016-02-18 14:19 UTC  (6+ messages)
` [PATCH v6 01/11] ref-filter: use string_list_split over strbuf_split

[PATCH 1/3] irqchip: gic/realview: support more RealView DCC variants
 2016-02-18 14:19 UTC  (5+ messages)

[Qemu-devel] [RFC v7 00/16] Slow-path for atomic instruction translation
 2016-02-18 14:18 UTC  (13+ messages)
` [Qemu-devel] [RFC v7 08/16] softmmu: Honor the new exclusive bitmap
` [Qemu-devel] [RFC v7 09/16] softmmu: Include MMIO/invalid exclusive accesses
` [Qemu-devel] [RFC v7 10/16] softmmu: Protect MMIO exclusive range
` [Qemu-devel] [RFC v7 13/16] softmmu: Add history of excl accesses

[PATCH v2 0/2] devtool: create kernel config fragment
 2016-02-18 14:18 UTC  (3+ messages)
` [PATCH v2 1/2] devtool: sync: update kernel config
` [PATCH v2 2/2] devtool: update-recipe: create config fragment

[PART1 RFC 0/9] KVM: x86: Introduce SVM AVIC support
 2016-02-18 14:18 UTC  (10+ messages)
` [PART1 RFC 5/9] svm: Add VMEXIT handlers for AVIC

[PATCH] x86/hvm_event: fix uninitialized struct field usage introduced by c/s f5365e6
 2016-02-18 14:18 UTC  (5+ messages)

[PATCH] MAINTAINERS: Update Kselftest Framework mailing list
 2016-02-18 14:16 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/16] QOM'ify hw/timer/*
 2016-02-18 14:16 UTC  (3+ messages)
` [Qemu-arm] "

[PATCH] ASoC: Add max9867 codec driver
 2016-02-18 14:16 UTC  (2+ messages)

[PATCH 00/15] Add a plugin for Exynos4 camera
 2016-02-18 14:15 UTC  (4+ messages)
` [PATCH 01/15] mediactl: Introduce v4l2_subdev structure

[RFC][PATCH] sched: Kick bandwidth timer immediately on start up
 2016-02-18 14:15 UTC  (2+ messages)

[RFC PATCH 1/2] PCI: Add PCI device flag PCI_DEV_FLAGS_BRIDGE_SKIP_ALIAS
 2016-02-18 14:14 UTC  (9+ 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.