All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-25 01:46:35 to 2016-02-25 02:52:44 UTC [more...]

[PATCH net-next V2 00/16] net: fec: cleanup and fixes
 2016-02-25  2:52 UTC  (2+ messages)

[Intel-wired-lan] [PATCH 1/3] igb: Enable the ethtool interface fo Rx filter
 2016-02-25  2:52 UTC  (3+ messages)

[PATCH] staging: android: Replace min_t/max_t with min/max
 2016-02-25  2:48 UTC 

[PATCH] mm: limit direct reclaim for higher order allocations
 2016-02-25  2:47 UTC  (5+ messages)

[PATCH v13 0/2] Add VT-d Posted-Interrupts support
 2016-02-25  2:46 UTC  (7+ messages)
` [PATCH v13 1/2] vmx: VT-d posted-interrupt core logic handling

using git-diff as a diff replacement?
 2016-02-25  2:43 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 0/3] modify vote rules for flush operation
 2016-02-25  2:44 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 2/3] qmp event: Refactor QUORUM_REPORT_BAD

[linux-linus test] 83810: regressions - FAIL
 2016-02-25  2:42 UTC 

[PATCH 0/3] thermal: hisilicon: enable power allocator for Hi6220
 2016-02-25  2:41 UTC  (5+ messages)
` [PATCH 3/3] arm64: dts: register Hi6220's thermal zone for power allocator

[U-Boot] [PATCH] serial: Move carriage return before line feed for some serial drivers
 2016-02-25  2:41 UTC 

[PATCH] writeback: call writeback tracepoints withoud holding list_lock in wb_writeback()
 2016-02-25  2:40 UTC  (3+ messages)

Project Idea
 2016-02-25  2:40 UTC  (3+ messages)

[Qemu-devel] [GIT PULL] pseries: Update SLOF firmware image to 20160223
 2016-02-25  2:38 UTC  (2+ messages)

[PATCH] boost.inc: enable more verbose build logs
 2016-02-25  2:30 UTC 

[PATCH v10 00/59] PCI: Resource allocation cleanup for v4.6
 2016-02-25  2:12 UTC  (60+ messages)
` [PATCH v10 01/59] PCI: Add pci_find_root_bus_resource()
` [PATCH v10 02/59] sparc/PCI: Use correct bus address to resource offset
` [PATCH v10 03/59] sparc/PCI: Reserve legacy mmio after PCI mmio
` [PATCH v10 04/59] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v10 05/59] sparc/PCI: Keep resource idx order with bridge register number
` [PATCH v10 06/59] PCI: Kill wrong quirk about M7101
` [PATCH v10 07/59] PCI: Ignore BAR for ALi M1533 PCI-ISA bridge
` [PATCH v10 08/59] powerpc/PCI: Keep resource idx order with bridge register number
` [PATCH v10 09/59] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v10 10/59] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v10 11/59] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v10 12/59] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v10 14/59] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v10 15/59] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v10 16/59] PCI: Don't release fixed resource for realloc
` [PATCH v10 17/59] PCI: Claim fixed resource during remove/rescan path
` [PATCH v10 18/59] PCI: Set resource to FIXED for LSI devices
` [PATCH v10 20/59] PCI: Treat optional as required in first try for bridge rescan
` [PATCH v10 21/59] PCI: Get new realloc size for bridge for last try
` [PATCH v10 22/59] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v10 24/59] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v10 25/59] PCI: Use correct align for optional only resources during sorting
` [PATCH v10 26/59] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v10 27/59] PCI: Optimize bus align/size calculation for optional "
` [PATCH v10 28/59] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v10 29/59] PCI: Reorder resources list for required/optional resources
` [PATCH v10 30/59] PCI: Remove duplicated code for resource sorting
` [PATCH v10 31/59] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()
` [PATCH v10 32/59] PCI: Treat ROM resource as optional during realloc
` [PATCH v10 33/59] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v10 34/59] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v10 35/59] PCI: Add __add_to_list()
` [PATCH v10 36/59] PCI: Cache window alignment value during bus sizing
` [PATCH v10 37/59] PCI: Check if resource is allocated before trying to assign one
` [PATCH v10 38/59] PCI: Separate out save_resources()/restore_resources()
` [PATCH v10 39/59] PCI: Move comment to pci_need_to_release()
` [PATCH v10 40/59] PCI: Separate required+optional assigning to another function
` [PATCH v10 41/59] PCI: Skip required+optional if there is no optional
` [PATCH v10 42/59] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v10 43/59] PCI: Add alt_size ressource allocation support
` [PATCH v10 44/59] PCI: Add support for more than two alt_size entries under same bridge
` [PATCH v10 45/59] PCI: Fix size calculation with old_size on rescan path
` [PATCH v10 46/59] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v10 47/59] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v10 48/59] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v10 49/59] PCI: Unify calculate_size() for io port and MMIO
` [PATCH v10 50/59] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v10 51/59] PCI: Unify skip_ioresource_align()
` [PATCH v10 52/59] PCI: Kill macro checking for bus io port sizing
` [PATCH v10 53/59] resources: Make allocate_resource() return best fit resource
` [PATCH v10 54/59] PCI, x86: Allocate from high in available window for MMIO
` [PATCH v10 55/59] PCI: Add debug print out for min_align and alt_size
` [PATCH v10 56/59] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
` [PATCH v10 57/59] PCI: Introduce resource_disabled()
` [PATCH v10 58/59] PCI: Don't set flags to 0 when assign resource fail
` [PATCH v10 59/59] PCI: Only try to assign io port only for root bus that support it

[PATCHSET 00/18] perf tools: Add support for hierachy view (v7)
 2016-02-25  2:27 UTC  (8+ messages)
` [PATCH v7 05/18] perf hists: Introduce hist_entry__filter()

[Qemu-devel] [RFC] QMP: add query-hotpluggable-cpus
 2016-02-25  1:25 UTC  (22+ messages)

[net-next v2 00/15][pull request] 1GbE Intel Wired LAN Driver Updates 2016-02-24
 2016-02-25  2:15 UTC  (16+ messages)
` [net-next v2 01/15] e1000e: Increase ULP timer
` [net-next v2 02/15] e1000e: Increase PHY PLL clock gate timing
` [net-next v2 03/15] e1000e: Set HW FIFO minimum pointer gap for non-gig speeds
` [net-next v2 04/15] e1000e: Clear ULP configuration register on ULP exit
` [net-next v2 05/15] e1000e: Initial support for KabeLake
` [net-next v2 06/15] igb: When GbE link up, wait for Remote receiver status condition
` [net-next v2 07/15] igb: constify e1000_phy_operations structure
` [net-next v2 08/15] igb: enable WoL for OEM devices regardless of EEPROM setting
` [net-next v2 09/15] igb: add conditions for I210 to generate periodic clock output
` [net-next v2 10/15] igb: rename igb define to be more generic
` [net-next v2 11/15] igb: Add support for generic Tx checksums
` [net-next v2 12/15] igbvf: "
` [net-next v2 13/15] igbvf: remove "link is Up" message when registering mcast address
` [net-next v2 14/15] igb: Fix VLAN tag stripping on Intel i350
` [net-next v2 15/15] igb: call ndo_stop() instead of dev_close() when running offline selftest

[PATCH RFC 0/3] leds: Add driver for the ISSI IS31FL32xx family of LED drivers
 2016-02-25  2:24 UTC  (4+ messages)
` [PATCH RFC 3/3] "

[PATCH v3 0/6] rockchip: power-domain: fix pm domain for support RK3399 SoC
 2016-02-25  2:16 UTC  (17+ messages)
` [PATCH v3 1/6] rockchip: power-domain: make idle handling optional
  ` [PATCH v3 2/6] power-domain: allow domains only handling idle requests
  ` [PATCH v3 3/6] rockchip: power-domain: add support for sub-power domains
  ` [PATCH v3 6/6] dt/bindings: rockchip: modify document of Rockchip power domains
` [PATCH v3 4/6] dt/bindings: power: add RK3399 SoCs header for power-domain
` [PATCH v3 5/6] rockchip: power-domain: Modify power domain driver for rk3399

[PATCH 0/9] ARM: uniphier: UniPhier updates for Linux 4.6-rc1
 2016-02-25  2:22 UTC  (5+ messages)
` [PATCH 2/9] ARM: dts: uniphier: rework UniPhier System Bus nodes

[Qemu-devel] (no subject)
 2016-02-25  1:59 UTC  (7+ messages)
` [Qemu-devel] [PATCH RESEND v2 1/2] qemu-file: Fix qemu_put_compression_data flaw

[PATCH] fetch: mark a file-local symbol as static
 2016-02-25  2:21 UTC 

[PATCH v5 00/11] Add DRM Driver for HiSilicon Kirin hi6220 SoC
 2016-02-25  2:21 UTC  (5+ messages)
` [PATCH v5 01/11] drm/hisilicon: Add device tree binding for hi6220 display subsystem

[meta-python][PATCH 01/11] python-ujson: update to 0.35
 2016-02-25  2:19 UTC  (6+ messages)
` [meta-python][PATCH 08/11] python-mock: update to 1.3.0
    ` python-setuptools fetch issues Was: "
      ` [OE-core] "
        ` python-setuptools fetch issues Was: [oe] "

[PATCH][meta-filesystems] yaffs2-utils: set EXTRA_OEMAKE as required
 2016-02-25  2:13 UTC 

[PATCH 00/12] KVM: MMU: cleanup around kvm_sync_page, and a few micro-optimizations
 2016-02-25  2:15 UTC  (3+ messages)
` [PATCH 09/12] KVM: MMU: coalesce zapping page after mmu_sync_children

[PATCH 0/4] minor gstreamer recipe cleanups
 2016-02-25  2:15 UTC  (5+ messages)
` [PATCH 1/4] gstreamer1.0-libav_git: add --ranlib option to LIBAV_EXTRA_CONFIGURE_COMMON_ARG
` [PATCH 2/4] gstreamer1.0-libav: move LIBAV_EXTRA_CONFIGURE_COMMON_ARG into .inc
` [PATCH 3/4] gstreamer1.0.inc: add explicit PACKAGECONFIG init
` [PATCH 4/4] gstreamer1.0-plugins-XXX: move inherit gettext into common .inc file

[PATCH] wlcore: Fix regression in wlcore_set_partition()
 2016-02-25  2:13 UTC  (8+ messages)
`  "

[PATCH v3 1/2] mm: introduce page reference manipulation functions
 2016-02-25  2:11 UTC  (6+ messages)

Problems with swapping in v4.5-rc on POWER
 2016-02-25  2:10 UTC  (2+ messages)

[PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister}
 2016-02-25  2:10 UTC  (4+ messages)
` [PATCH 26/50] pinctrl: spear: Use devm_pinctrl_register() for pinctrl registration

[Qemu-devel] [PATCH] qga: implement the guest-set-vcpus for windows
 2016-02-25  2:08 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-ga: Fixed minor version switch issue
 2016-02-25  2:07 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] qga: Support enum names in guest-file-seek
 2016-02-25  2:06 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] qga: win32 guest-set-user-password improvements
 2016-02-25  2:09 UTC  (2+ messages)

Fun BTRFS Stuff:
 2016-02-25  2:07 UTC  (4+ messages)

[GIT PULL 00/31] perf/core improvements and fixes
 2016-02-25  1:58 UTC  (32+ messages)
` [PATCH 01/31] perf mem record: Check for memory events support
` [PATCH 02/31] perf mem: Introduce perf_mem_events__name function
` [PATCH 03/31] perf tools: Introduce perf_mem__tlb_scnprintf function
` [PATCH 04/31] perf tools: Introduce perf_mem__lvl_scnprintf function
` [PATCH 05/31] perf tools: Introduce perf_mem__snp_scnprintf function
` [PATCH 06/31] perf tools: Introduce perf_mem__lck_scnprintf function
` [PATCH 07/31] perf tools: Change perf_mem__tlb_scnprintf to return nb of displayed bytes
` [PATCH 08/31] perf tools: Change perf_mem__lvl_scnprintf "
` [PATCH 09/31] perf tools: Change perf_mem__snp_scnprintf "
` [PATCH 10/31] perf tools: Change perf_mem__lck_scnprintf "
` [PATCH 11/31] perf script: Display data_src values
` [PATCH 12/31] perf tools: Make binary data printer code in trace_event public available
` [PATCH 13/31] perf script: Print bpf-output events in 'perf script'
` [PATCH 14/31] perf tools: Add helper functions for some sort keys
` [PATCH 15/31] perf hists: Basic support of hierarchical report view
` [PATCH 16/31] perf hists: Resort hist entries with hierarchy
` [PATCH 17/31] perf hists: Add helper functions for hierarchy mode
` [PATCH 18/31] perf hists: Introduce hist_entry__filter()
` [PATCH 19/31] perf hists: Support filtering in hierarchy mode
` [PATCH 20/31] perf hists: Resort after filtering hierarchy
` [PATCH 21/31] perf hists: Count number of sort keys
` [PATCH 22/31] perf ui/stdio: Implement hierarchy output mode
` [PATCH 23/31] perf ui/stdio: Align column header for hierarchy output
` [PATCH 24/31] perf hists browser: Count number of hierarchy entries
` [PATCH 25/31] perf hists browser: Support collapsing/expanding whole entries in hierarchy
` [PATCH 26/31] perf hists browser: Implement hierarchy output
` [PATCH 27/31] perf hists browser: Align column header in hierarchy mode
` [PATCH 28/31] perf ui/gtk: Implement hierarchy output mode
` [PATCH 29/31] perf report: Add --hierarchy option
` [PATCH 30/31] perf hists: Support decaying in hierarchy mode
` [PATCH 31/31] perf top: Add --hierarchy option

[PATCH v13 00/20] KVM: ARM64: Add guest PMU support
 2016-02-25  2:02 UTC  (6+ messages)
` [PATCH v13 01/20] ARM64: Move PMU register related defines to asm/perf_event.h

[ovmf test] 83833: regressions - FAIL
 2016-02-25  2:05 UTC 

[PATCH v5][RFC]xen: sched: convert RTDS from time to event driven model
 2016-02-25  2:02 UTC  (2+ messages)

[PATCH 0/2 v2] ALSA: oxfw: implement retries for scs1x at transaction failure
 2016-02-25  2:00 UTC  (3+ messages)

[PATCH] ASoC: nau8825: Modify power management and add interrupt wakeup
 2016-02-25  1:55 UTC  (4+ messages)

[PATCH] ASoC: Extend FLL function
 2016-02-25  1:55 UTC  (4+ messages)

[PATCHv16 0/7] Expose submodule parallelism to the user
 2016-02-25  1:54 UTC  (4+ messages)
` [PATCH 3/7] run_processes_parallel: rename parameters for the callbacks

[PATCH v4 0/4] Add tunnel filter support for IP in GRE on i40e
 2016-02-25  1:50 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] lib/ether: optimize the'rte_eth_tunnel_filter_conf' structure
  ` [PATCH v5 3/4] driver/i40e: implement tunnel filter for IP in GRE

[PATCH] ASoC: arizona: Make logging of FLL calculations clearer
 2016-02-25  1:53 UTC  (4+ messages)

[PATCH] doc: Malicious Driver Detection not supported by ixgbe
 2016-02-25  1:13 UTC  (3+ messages)

[Bug 113051] New: Crash on resume
 2016-02-25  1:52 UTC  (2+ messages)
` [Bug 113051] "

Applied "regulator: core: fix crash in error path of regulator_register" to the regulator tree
 2016-02-25  1:51 UTC 

[PATCH][net-next][v2] bridge: allow the maximum mtu to 64k
 2016-02-25  1:50 UTC  (3+ messages)

[PATCH 31/35] block, fs: remove old REQ definitions
 2016-02-25  0:54 UTC  (3+ messages)

[GIT PULL] at91: dt for 4.6 #1
 2016-02-25  1:19 UTC  (2+ messages)

[GIT PULL] at91: drivers for 4.6 #1
 2016-02-25  1:18 UTC  (2+ messages)

[GIT PULL] at91: defconfig for 4.6 #1
 2016-02-25  0:56 UTC  (2+ messages)

[PATCH v4 00/12] Add support for the Armada 3700 SoC an mvebu ARM64 based
 2016-02-25  0:47 UTC  (3+ messages)
` [PATCH v4 12/12] arm64: defconfig: enable Armada 3700 related config


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.