All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-11 04:09:59 to 2015-12-11 06:08:23 UTC [more...]

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

[PATCH V4 1/2] dp/mst: add SDP stream support
 2015-12-11  6:07 UTC  (5+ messages)
` [PATCH V4 2/2] drm/i915: start adding dp mst audio

(no subject)
 2015-12-11  5:32 UTC 

linux-next: Tree for Dec 11
 2015-12-11  6:05 UTC 

[PATCH] drm/i915: Correct max delay for HDMI hotplug live status checking
 2015-12-11  6:04 UTC  (3+ messages)

[Buildroot] Can I built from two sources in one package?
 2015-12-11  6:04 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/9] x86: fsp: Move platform-specific config to chipset directory
 2015-12-11  6:03 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] x86: fsp: Simplify fsp_continue()
` [U-Boot] [PATCH v2 2/9] x86: fsp: Avoid cast stack_top in struct shared_data
` [U-Boot] [PATCH v2 3/9] x86: fsp: Add boot_mode as a member of "
` [U-Boot] [PATCH v2 4/9] x86: fsp: Rename shared_data to fsp_config_data
` [U-Boot] [PATCH v2 5/9] x86: fsp: Rename update_fsp_upd() and change its signature
` [U-Boot] [PATCH v2 6/9] x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option
` [U-Boot] [PATCH v2 7/9] x86: queensbay: Remove invalid comments in update_fsp_configs()
` [U-Boot] [PATCH v2 8/9] x86: fsp: Move struct fspinit_rtbuf definition to chipset header
` [U-Boot] [PATCH v2 9/9] x86: fsp: Set up init runtime buffer in update_fsp_configs()

[PATCH 00/37] Add rdma verbs transport library
 2015-12-11  6:02 UTC  (9+ messages)
` [PATCH 02/37] IB/rdmavt: Consolidate dma ops in rdmavt

[Resend 0/2] Add support for APQ8084 and MSM8916 Regulators
 2015-12-11  6:01 UTC  (6+ messages)
` [Resend 1/2] regulator: qcom-smd: Add PM8916 support
` [Resend 2/2] regulator: qcom-smd: Add support for PMA8084

[PATCH] Staging:rtl8192u: fixes the following sparse warning:
 2015-12-11  5:52 UTC 

[PATCH v11] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-12-11  5:58 UTC  (8+ messages)

[PATCH] x86/efi-bgrt: Fix kernel panic when mapping BGRT data
 2015-12-11  5:58 UTC  (4+ messages)

[PATCH] pwm: Avoid double mutex lock on pwm_enable
 2015-12-11  5:57 UTC  (15+ messages)

[U-Boot] [PATCH] dm: core: Add platform specific bus translation function
 2015-12-11  5:54 UTC  (22+ messages)

[PATCH v4 0/5] Qualcomm PCIe driver and designware fixes
 2015-12-11  5:48 UTC  (10+ messages)
` [PATCH v4 1/5] PCI: designware: add memory barrier after enabling region

[PATCH v3 0/2] mm: Introduce kernelcore=mirror option
 2015-12-11  5:53 UTC  (9+ messages)
` [PATCH v3 2/2] "

[PATCH] MAINTAINERS: Add missing platform maintainers for dts files
 2015-12-11  5:50 UTC  (4+ messages)

Add support for Geneve udp port offload
 2015-12-11  5:45 UTC  (5+ messages)
` [PATCH v3 2/4] i40e: geneve tunnel offload support
` [PATCH v3 3/4] i40e: Kernel dependency update for i40e to support geneve offload

[PATCH] powerpc/nvram: Fix an incorrect partition merge
 2015-12-11  5:42 UTC  (2+ messages)

[PATCH v5 0/7] cpufreq: add generic cpufreq driver support for Exynos542x/5800 platforms
 2015-12-11  5:41 UTC  (22+ messages)
` [PATCH v5 3/7] ARM: dts: Exynos542x/5800: add CPU OPP properties

[PATCH v10 0/6] Support for creating/using Stolen memory backed objects
 2015-12-11  5:22 UTC  (14+ messages)
` [PATCH 5/6] drm/i915: Support for pread/pwrite from/to non shmem "
` [PATCH 6/6] drm/i915: Migrate stolen objects before hibernation

[PATCH v4 0/3] Badblock tracking for gendisks
 2015-12-11  5:40 UTC  (2+ messages)

[PATCH v2 RESEND] usb: Use memdup_user to reuse the code
 2015-12-11  5:40 UTC 

[PATCH v2 0/2] VT-d flush issue
 2015-12-11  5:37 UTC  (4+ messages)
` [PATCH v2 2/2] VT-d: Fix vt-d flush timeout issue

[Bug 93341] GPU lockups on RadeonHD 7770 (radeonsi driver) when running OpenGL games
 2015-12-11  5:36 UTC 

[U-Boot] [PATCH 1/2] ns16550: update compatible and reg-shift binding
 2015-12-11  5:35 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] ns16550: zap the rockchip serial compatible string

[U-Boot] Please pull from u-boot-i2c
 2015-12-11  5:33 UTC 

[U-Boot] Driver model test breakages
 2015-12-11  5:31 UTC  (2+ messages)

[PATCH v3 00/20] PM / devferq: Add generic exynos bus frequency driver and new passive governor
 2015-12-11  5:07 UTC  (23+ messages)
` [PATCH v3 01/20] PM / devfreq: exynos: Add generic exynos bus frequency driver
` [PATCH v3 02/20] PM / devfreq: exynos: Add documentation for "
` [PATCH v3 03/20] ARM: dts: Add DMC bus node for Exynos3250
` [PATCH v3 04/20] ARM: dts: Add DMC bus frequency for exynos3250-rinato/monk
` [PATCH v3 05/20] PM / devfreq: Add new passive governor
` [PATCH v3 06/20] PM / devfreq: Add devfreq_get_devfreq_by_phandle()
` [PATCH v3 07/20] PM / devfreq: Show the related information according to governor type
` [PATCH v3 08/20] PM / devfreq: exynos: Add support of bus frequency of sub-blocks using passive governor
` [PATCH v3 09/20] PM / devfreq: exynos: Update documentation for bus devices "
` [PATCH v3 10/20] PM / devfreq: exynos: Add the detailed correlation between sub-blocks and power line
` [PATCH v3 11/20] PM / devfreq: exynos: Remove unused exynos4/5 busfreq driver
` [PATCH v3 12/20] MAINTAINERS: Add samsung bus frequency driver entry
` [PATCH v3 13/20] ARM: dts: Add bus nodes using VDD_INT for Exynos3250
` [PATCH v3 14/20] ARM: dts: Add bus nodes using VDD_MIF for Exynos4x12
` [PATCH v3 15/20] ARM: dts: Add bus nodes using VDD_INT "
` [PATCH v3 16/20] ARM: dts: Add bus nodes using VDD_MIF for Exynos4210
` [PATCH v3 17/20] ARM: dts: Add exynos4412-ppmu-common dtsi to delete duplicate PPMU node
` [PATCH v3 18/20] ARM: dts: Add support of bus frequency using VDD_INT for exynos3250-rinato
` [PATCH v3 19/20] ARM: dts: Expand the voltage range of buck1/3 regulator for exynos4412-odroidu3
` [PATCH v3 20/20] ARM: dts: Add support of bus frequency for exynos4412-trats/odroidu3

new warning on sysrq kernel crash trigger
 2015-12-11  5:26 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] Error reporting cleanups
 2015-12-11  5:26 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/4] error: Strip trailing '\n' from error string arguments (again)

percpu irq APIs and perf
 2015-12-11  5:26 UTC  (4+ messages)

[Bug 93144] [radeonsi] Alien: Isolation bug
 2015-12-11  5:21 UTC  (2+ messages)

[PATCH 092/182] pinctrl: bcm2835: use gpiochip data pointer
 2015-12-11  5:20 UTC  (2+ messages)

[PATCH RFC 0/4] ARM: bcm2835: assign pins to sdhci pinctrl
 2015-12-11  5:19 UTC  (11+ messages)
` [PATCH RFC 1/4] ARM: bcm2835: remove sdhci pins from GPIO pinctrl
` [PATCH RFC 2/4] ARM: bcm2835: rename sdhci pin group

[PATCH 0/15] copy offload patches
 2015-12-11  5:06 UTC  (3+ messages)
  ` [dm-devel] "

[RFC] kprobe'ing conditionally executed instructions
 2015-12-11  5:05 UTC  (2+ messages)

[patch] update perf_event_open support to 4.4-rc4
 2015-12-11  5:03 UTC 

xenstore domain
 2015-12-11  5:01 UTC  (9+ messages)

Update dw-mmc controller
 2015-12-11  4:57 UTC 

device attr cleanup (was: Handle mlx4 max_sge_rd correctly)
 2015-12-11  4:56 UTC  (9+ messages)

Commit 81a43adae3b9 (locking/mutex: Use acquire/release semantics) causing failures on arm64 (ThunderX)
 2015-12-11  4:51 UTC  (4+ messages)
  ` FW: "

[RFC v1 0/3] iio: chemical: add Atlas pH-SM sensor support
 2015-12-11  4:50 UTC  (4+ messages)
` [RFC v1 3/3] "

performance improvement, stop channel tracing, etc
 2015-12-11  4:44 UTC 

[U-Boot] [PATCH] arm: cache: Implement cache range check for v7
 2015-12-11  4:36 UTC  (3+ messages)

[dm-crypt] Cannot wipe header on device
 2015-12-11  4:33 UTC  (3+ messages)

GiB vs GB
 2015-12-11  4:27 UTC  (3+ messages)

xfstests failures with xfs, dax and v4.4-rc3
 2015-12-11  4:26 UTC  (8+ messages)

[PATCH 1/7] printk: Hand over printing to console if printing too long
 2015-12-11  4:27 UTC  (2+ messages)

[PATCH v5 0/5] Add memory mapped read support for ti-qspi
 2015-12-11  4:10 UTC  (9+ messages)
` [PATCH v5 1/5] spi: introduce accelerated read support for spi flash devices
` [PATCH v5 2/5] spi: spi-ti-qspi: add mmap mode read support
` [PATCH v5 3/5] mtd: devices: m25p80: add support for mmap read request
` [PATCH v5 4/5] ARM: dts: DRA7: add entry for qspi mmap region
` [PATCH v5 5/5] ARM: dts: AM4372: "

[PATCH resend 0/6] ARM: sunxi: Add support for A10/A20 Video Engine clocks
 2015-12-11  4:09 UTC  (4+ messages)
` [PATCH resend 2/6] clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]i


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.