All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-03 10:56:40 to 2015-12-03 11:23:25 UTC [more...]

[PATCH 00/15] ASoC: hdac_hdmi: Add DP & notification support
 2015-12-03 16:08 UTC  (8+ messages)
` [PATCH 01/15] ASoC: hdac_hdmi: Fix to check num nodes correctly
  ` [PATCH 12/15] drm/edid: Add API to help find connection type
        ` [alsa-devel] "

[v9, 0/6] Freescale DPAA FMan
 2015-12-03  7:19 UTC  (5+ messages)
` [v9, 1/6] fsl/fman: Add FMan MURAM support
` [v9, 2/6] fsl/fman: Add FMan support
` [v9, 4/6] fsl/fman: Add FMan SP support
` [v9, 6/6] fsl/fman: Add FMan MAC driver

[Qemu-devel] [Minios-devel] [PATCH v6 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2015-12-03 11:23 UTC  (60+ messages)
` [PATCH XEN v6 00/32] "
  ` [PATCH XEN v6 01/32] x86/libxc: add an arch domain config parameter to xc_domain_create
  ` [PATCH XEN v6 02/32] mce-test: do not include libxenguest internal headers
  ` [PATCH XEN v6 03/32] tools/ocaml: simplify compile/link of test apps
  ` [PATCH XEN v6 04/32] tools/Rules.mk: Properly handle libraries with recursive dependencies
  ` [PATCH XEN v6 05/32] tools: Refactor "xentoollog" into its own library
  ` [PATCH XEN v6 06/32] tools/libxc: Remove osdep indirection for xc_evtchn
  ` [PATCH XEN v6 07/32] tools: Refactor /dev/xen/evtchn wrappers into libxenevtchn
  ` [PATCH XEN v6 08/32] tools: Arrange to check public headers for ANSI compatiblity
  ` [PATCH XEN v6 09/32] tools/libxc: Remove osdep indirection for xc_gnt{shr, tab}
  ` [PATCH XEN v6 10/32] tools: Refactor /dev/xen/gnt{dev, shr} wrappers into libxengnttab
  ` [PATCH XEN v6 11/32] tools/libxc: Remove osdep indirection for privcmd
  ` [PATCH XEN v6 12/32] tools: Refactor hypercall calling wrappers into libxencall
  ` [PATCH XEN v6 13/32] tools/libxc: drop xc_map_foreign_bulk_compat wrappers
  ` [PATCH XEN v6 14/32] tools: Remove xc_map_foreign_batch
  ` [PATCH XEN v6 15/32] tools: Implement xc_map_foreign_range(s) in terms of common helper
  ` [PATCH XEN v6 16/32] tools: Refactor foreign memory mapping into libxenforeignmemory
  ` [PATCH XEN v6 17/32] tools/libs/foreignmemory: provide xenforeignmemory_unmap
  ` [PATCH XEN v6 18/32] tools/libs/foreignmemory: use size_t for size arguments
  ` [PATCH XEN v6 19/32] tools/libs/foreignmemory: Mention restrictions on fork in docs
  ` [PATCH XEN v6 20/32] tools/libs/foreignmemory: Support err == NULL to map
  ` [PATCH XEN v6 21/32] tools/libs/foreignmemory: pull array length argument to map forward
  ` [PATCH XEN v6 22/32] tools/libs/foreignmemory: optimise map(num==1, err==NULL) case
  ` [PATCH XEN v6 23/32] tools/libs/evtchn: Review and update doc comments
  ` [PATCH XEN v6 24/32] tools/libs: Clean up hard tabs
  ` [PATCH XEN v6 25/32] tools/libs/gnttab: Extensive updates to API documentation
  ` [PATCH XEN v6 26/32] tools/libs/call: Update some log messages to not refer to xc
  ` [PATCH XEN v6 27/32] tools/libs/call: Describe return values and error semantics for xencall*
  ` [PATCH XEN v6 28/32] tools/libs/call: Avoid xc_memalign in netbsd and solaris backends
  ` [PATCH XEN v6 29/32] tools/libs/call: Use O_CLOEXEC when opening /dev/xen/privcmd on Linux
  ` [PATCH XEN v6 30/32] tools/libs/call: linux: avoid forking between mmap and madvise
  ` [PATCH XEN v6 31/32] tools: Update CFLAGS for qemu-xen to allow it to use new libraries
  ` [PATCH XEN v6 32/32] HACK: Update Config.mk to pull all the right bits from my xenbits trees
` [Qemu-devel] [PATCH QEMU-XEN v6 0/8] Begin to disentangle libxenctrl and provide some stable libraries
  ` [Qemu-devel] [PATCH QEMU-XEN v6 1/8] xen_console: correctly cleanup primary console on teardown
  `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v6 2/8] xen: Switch to libxenevtchn interface for compat shims
  `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v6 3/8] xen: Switch to libxengnttab "
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v6 4/8] xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v6 5/8] xen: Switch uses of xc_map_foreign_{pages, bulk} to use libxenforeignmemory API
    `  "
  ` [PATCH QEMU-XEN v6 6/8] xen: Use stable library interfaces when they are available
  ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH QEMU-XEN v6 7/8] xen: domainbuild: reopen libxenctrl interface after forking for domain watcher
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v6 8/8] xen: make it possible to build without the Xen PV domain builder
    `  "
` [PATCH QEMU-XEN v6 0/8] Begin to disentangle libxenctrl and provide some stable libraries
` [PATCH QEMU-XEN-TRADITIONAL v6 0/5] "
  ` [PATCH QEMU-XEN-TRADITIONAL v6 1/5] qemu-xen-traditional: Use xentoollog as a separate library
  ` [PATCH QEMU-XEN-TRADITIONAL v6 2/5] qemu-xen-traditional: Use libxenevtchn
  ` [PATCH QEMU-XEN-TRADITIONAL v6 3/5] qemu-xen-traditional: Use libxengnttab
  ` [PATCH QEMU-XEN-TRADITIONAL v6 4/5] qemu-xen-traditional: Add libxencall to rpath-link
  ` [PATCH QEMU-XEN-TRADITIONAL v6 5/5] qemu-xen-traditional: Add libxenforeignmemory "
` [PATCH MINI-OS v6 0/5] Begin to disentangle libxenctrl and provide some stable libraries
  ` [PATCH MINI-OS v6 1/5] mini-os: Include libxentoollog with libxc

[Qemu-devel] [TCG only][Migration Bug? ] Occasionally, the content of VM's memory is inconsistent between Source and Destination of migration
 2015-12-03 11:22 UTC  (5+ messages)

[U-Boot] [PATCH] dm: core: Distinguish between OF_TRANSLATE and SPL_OF_TRANSLATE
 2015-12-03 11:22 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Use intel_pipe_will_have_type() in ironlake_crtc_compute_clock()
 2015-12-03 11:21 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Allow PCH DPLL sharing regardles of DPLL_SDVO_HIGH_SPEED

[PATCH v5 0/12] cpufreq: Add support for Exynos 5800, 5420, and 5422
 2015-12-03 11:21 UTC  (8+ messages)

[Minios-devel] [PATCH v6 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2015-12-03 11:21 UTC 

[Qemu-devel] net: vmxnet3: memory leakage issue
 2015-12-03 11:20 UTC  (3+ messages)

redirect traffic to loopback
 2015-12-03 11:21 UTC 

[PATCH] iommu/quirk: disable shared EPT for Sandybridge and earlier processors
 2015-12-03 11:19 UTC  (10+ messages)

[PATCH v10 0/7] Add VT-d Posted-Interrupts support
 2015-12-03 11:19 UTC  (2+ messages)

[PATCH v2] mk: fix compile error and ABI versioning for combined shared library
 2015-12-03 11:18 UTC  (3+ messages)

[Cluster-devel] [GFS2 PATCH 0/2] GFS2: Avoid inode shrinker-related deadlocks
 2015-12-03 11:18 UTC  (10+ messages)
` [Cluster-devel] [GFS2 PATCH 1/2] GFS2: Make gfs2_clear_inode() queue the final put

[PATCH 0/3] fixes to support multi-functions device
 2015-12-03 11:17 UTC  (4+ messages)
` [PATCH 1/3] PCI: altera: fix incorrect devfn for requester ID
` [PATCH 2/3] PCI: altera: check TLP completion status
` [PATCH 3/3] PCI: altera: fix error when INTX is 4

[net-next v5 0/8] dpaa_eth: Add the Freescale DPAA Ethernet driver
 2015-12-03 12:09 UTC  (11+ messages)
` [net-next v5 1/8] devres: add devm_alloc_percpu()
` [net-next v5 2/8] dpaa_eth: add support for DPAA Ethernet
` [net-next v5 3/8] dpaa_eth: add support for S/G frames
` [net-next v5 4/8] dpaa_eth: add driver's Tx queue selection
` [net-next v5 5/8] dpaa_eth: add ethtool functionality
` [net-next v5 6/8] dpaa_eth: add ethtool statistics
` [net-next v5 7/8] dpaa_eth: add sysfs exports
` [net-next v5 8/8] dpaa_eth: add trace points

[PATCH 00/10] HSW/BDW PCH modeset fixes and stuff
 2015-12-03 11:16 UTC  (5+ messages)
` [PATCH 05/10] drm/i915: Disable CLKOUT_DP bending on LPT/WPT as needed

[PATCH] ASoC: da7218: Enable mic level detection reporting to user-space
 2015-12-03 11:15 UTC  (4+ messages)

[PATCH v6] sched/deadline: fix earliest_dl.next logic
 2015-12-03 11:15 UTC  (2+ messages)

Updates to meta-fsl-arm (master) in 2015-12-03
 2015-12-03 11:14 UTC 

[PATCH 0/3] ASoC: sti: correction for HBRA support
 2015-12-03 11:13 UTC  (5+ messages)
` [PATCH 1/3] ALSA: pcm: add IEC958 channel status update

[patch net-next v3 00/28] bonding/team offload + mlxsw implementation
 2015-12-03 11:12 UTC  (29+ messages)
` [patch net-next v3 01/28] net: Check CHANGEUPPER notifier return value
` [patch net-next v3 02/28] net: Add support for CHANGEUPPER notifier error injection
` [patch net-next v3 03/28] bonding: add 802.3ad support for 100G speeds
` [patch net-next v3 04/28] net: add netif_is_team_master helper
` [patch net-next v3 05/28] net: add netif_is_team_port helper
` [patch net-next v3 06/28] net: add netif_is_lag_master helper
` [patch net-next v3 07/28] net: add netif_is_lag_port helper
` [patch net-next v3 08/28] net: propagate upper priv via netdev_master_upper_dev_link
` [patch net-next v3 09/28] net: add possibility to pass information about upper device via notifier
` [patch net-next v3 10/28] net: add info struct for LAG changeupper
` [patch net-next v3 11/28] team: fill-up LAG changeupper info struct and pass it along
` [patch net-next v3 12/28] bonding: "
` [patch net-next v3 13/28] net: introduce change lower state notifier
` [patch net-next v3 14/28] net: introduce lower state changed info structure for LAG lowers
` [patch net-next v3 15/28] team: rtnl_lock for options set
` [patch net-next v3 16/28] team: implement lower state change propagation
` [patch net-next v3 17/28] bonding: allow notifications for bond_set_slave_link_state
` [patch net-next v3 18/28] bonding: implement lower state change propagation
` [patch net-next v3 19/28] bonding: set inactive flags on release
` [patch net-next v3 20/28] mlxsw: spectrum: Add set_rx_mode ndo stub
` [patch net-next v3 21/28] mlxsw: core: Add support for packets received from LAG port
` [patch net-next v3 22/28] mlxsw: pci: Implement LAG processing for received packets
` [patch net-next v3 23/28] mlxsw: reg: Add link aggregation configuration registers definitions
` [patch net-next v3 24/28] mlxsw: reg: Add definition of LAG unicast record for SFD register
` [patch net-next v3 25/28] mlxsw: reg: Add definition of LAG unicast record for SFN register
` [patch net-next v3 26/28] mlxsw: spectrum: Implement LAG port join/leave
` [patch net-next v3 27/28] mlxsw: spectrum: Implement FDB add/remove/dump for LAG
` [patch net-next v3 28/28] mlxsw: spectrum: Implement LAG tx enabled lower state change

[dm-crypt] Cryptsetup FAQ monthly pointer 12/2015
 2015-12-03 11:12 UTC 

[PATCH] drm: Fix an unwanted master inheritance v2
 2015-12-03 11:12 UTC  (3+ messages)

CodingStyle on existing code
 2015-12-03 11:12 UTC  (6+ messages)

[PATCH v2 0/3] sched/fair: Reduce contention on tg's load_avg
 2015-12-03 11:12 UTC  (3+ messages)
` [PATCH v2 2/3] sched/fair: Move hot load_avg into its own cacheline

Updates to meta-fsl-arm-extra (master) in 2015-12-03
 2015-12-03 11:11 UTC 

Updates to meta-fsl-arm-extra (jethro) in 2015-12-03
 2015-12-03 11:11 UTC 

iw ignores channel switch
 2015-12-03 11:01 UTC 

[PATCH 00/12] drm/msm/dsi: Add support for DSI on MSM8960/APQ8064
 2015-12-03 11:11 UTC  (11+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 10/10] dt-bindings: Add DSIv2 documentation

Updates to meta-fsl-arm-extra (fido) in 2015-12-03
 2015-12-03 11:10 UTC 

[PATCH 00/10] standard make install
 2015-12-03 11:10 UTC  (7+ messages)
` [PATCH v2 00/12] "

[PATCHv6] 00/28] Kconfig conversion
 2015-12-03 11:10 UTC  (6+ messages)

Emulating in response of an int3 vm_event
 2015-12-03 11:09 UTC  (7+ messages)

[PATCH] drm_modes: calculate nominal vrefresh in drm_display_mode_from_videomode
 2015-12-03 11:09 UTC  (4+ messages)

[Qemu-devel] [PULL 0/2] Migration PULL request
 2015-12-03 11:08 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 00/13] Dirty bitmaps migration
 2015-12-03 11:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH 04/13] block: add meta bitmaps

[net-next v2 00/15][pull request] Intel Wired LAN Driver Updates 2015-12-03
 2015-12-03 11:07 UTC  (16+ messages)
` [net-next v2 01/15] ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
` [net-next v2 02/15] ixgbe: Add support for newer thermal alarm
` [net-next v2 03/15] ixgbe: Use private workqueue to avoid certain possible hangs
` [net-next v2 04/15] ixgbevf: Use a "
` [net-next v2 05/15] ixgbevf: Minor cleanups
` [net-next v2 06/15] ixgbe: Refactor MAC address configuration code
` [net-next v2 07/15] ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
` [net-next v2 08/15] ixgbe: Allow FDB entries access to more RAR filters
` [net-next v2 09/15] ixgbe: Update PTP to support X550EM_x devices
` [net-next v2 10/15] ixgbe: Correct spec violations by waiting after reset
` [net-next v2 11/15] ixgbe: Wait for master disable to be set
` [net-next v2 12/15] ixgbe: Save VF info and take references
` [net-next v2 13/15] ixgbe: Handle extended IPv6 headers in Tx path
` [net-next v2 14/15] ixgbe: Always turn PHY power on when requested
` [net-next v2 15/15] ixgbevf: Handle extended IPv6 headers in Tx path

[PATCH] ASoC: mediatek: Use current HW pointer for pointer callback
 2015-12-03 11:07 UTC  (7+ messages)
` [alsa-devel] "

linux-next: build failure after merge of the block tree
 2015-12-03 11:07 UTC  (10+ messages)

[PATCH 0/2] Introduce the request handling for dm-crypt
 2015-12-03 11:07 UTC  (11+ messages)
            ` [dm-devel] "

[PATCH 0/3] KVM: arm64: BUG FIX: Correctly handle zero register transfers
 2015-12-03 11:08 UTC  (4+ messages)
` [PATCH 2/3] KVM: arm64: Correctly handle zero register in system register accesses

[PATCH 1/2] edac: mpc52xx: Use platform_register/unregister_drivers()
 2015-12-03 11:06 UTC  (3+ messages)
` [PATCH 2/2] edac: mv64x60: "

[bug] Volume at maximum when track with different frequency is played with my RME sound card
 2015-12-03 11:05 UTC  (8+ messages)

Reshape stalls and fails when SELinux is enabled
 2015-12-03 11:04 UTC 

[PATCH 1/1] systemd.class - Allow enabling of parameterised services
 2015-12-03 11:04 UTC  (2+ messages)

[PATCH v2] edac: mpc85xx: Use platform_register/unregister_drivers()
 2015-12-03 11:04 UTC  (2+ messages)

[PATCH v6 0/4] examples: add performance-thread
 2015-12-03 11:03 UTC  (2+ messages)

[Buildroot] [PATCH] python-backports-abc: new package
 2015-12-03 11:02 UTC 

[RFC PATCH 0/3] ACPI PCI support for arm64
 2015-12-03 11:02 UTC  (3+ messages)

[PATCH 0/4] support acl/lpm/table/pipeline libs for armv7 and armv8
 2015-12-03 11:02 UTC  (6+ messages)
` [PATCH 3/4] eal/arm: Enable lpm/table/pipeline libs

[PATCH v2 0/3] VPMU fixes
 2015-12-03 11:02 UTC  (7+ messages)

[PATCH] ignore writes to GICD_ICACTIVER ... GICD_ICACTIVERN
 2015-12-03 11:02 UTC 

[PATCH 0/9] drm/atomic: Add encoder_mask and connector_mask to crtc_state
 2015-12-03 11:01 UTC  (4+ messages)
` [PATCH 9/9] drm/atomic: Add encoder_mask "
  ` [Intel-gfx] "

[PATCH 1/3] ARM: dts: rockchip: make sure edp_24m is associated to xin24m on veyron
 2015-12-03 11:01 UTC  (6+ messages)
` [PATCH 3/3] ARM: dts: rockchip: add veyron-minnie board

Domain faults when CONFIG_CPU_SW_DOMAIN_PAN is enabled
 2015-12-03 11:00 UTC  (3+ messages)

[PATCH]mm:Correctly update number of rotated pages on active list
 2015-12-03 10:59 UTC  (3+ messages)

[RFC 0/9] i2c: add generic support for timing parameters
 2015-12-03 10:59 UTC  (5+ messages)
` [RFC 5/9] i2c: rcar: honor additional i2c timings from DT

[V2 PATCH 0/9] x86/hvm: pkeys, add memory protection-key support
 2015-12-03 10:56 UTC  (7+ messages)
` [V2 PATCH 8/9] x86/hvm: pkeys, add xstate support for pkeys


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.