All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-20 23:16:37 to 2015-03-21 00:07:13 UTC [more...]

[PATCH v1 00/47] mtrr/x86/drivers: bury MTRR
 2015-03-20 23:52 UTC  (99+ messages)
` [PATCH v1 01/47] x86: mtrr: annotate mtrr_type_lookup() is only implemented on generic_mtrr_ops
` [PATCH v1 02/47] x86: mtrr: generalize run time disabling of MTRR
` [PATCH v1 03/47] devres: add devm_ioremap_wc()
` [PATCH v1 04/47] pci: add pci_ioremap_wc_bar()
` [PATCH v1 05/47] pci: add pci_iomap_wc() variants
` [PATCH v1 06/47] mtrr: add __arch_phys_wc_add()
` [PATCH v1 07/47] video: fbdev: atyfb: move framebuffer length fudging to helper
` [PATCH v1 08/47] video: fbdev: atyfb: clarify ioremap() base and length used
` [PATCH v1 09/47] vidoe: fbdev: atyfb: remove and fix MTRR MMIO "hole" work around
` [PATCH v1 10/47] video: fbdev: atyfb: use arch_phys_wc_add() and ioremap_wc()
` [PATCH v1 11/47] IB/qib: add acounting for MTRR
` [PATCH v1 12/47] IB/qib: use arch_phys_wc_add()
` [PATCH v1 13/47] IB/ipath: add counting for MTRR
` [PATCH v1 14/47] IB/ipath: use __arch_phys_wc_add()
` [PATCH v1 15/47] [media] media: ivtv: "
` [PATCH v1 16/47] fusion: "
` [PATCH v1 17/47] video: fbdev: vesafb: only support MTRR_TYPE_WRCOMB
` [PATCH v1 18/47] vidoe: fbdev: vesafb: add missing mtrr_del() for added MTRR
` [PATCH v1 19/47] video: fbdev: vesafb: use arch_phys_wc_add()
` [PATCH v1 20/47] mtrr: avoid ifdef'ery with phys_wc_to_mtrr_index()
` [PATCH v1 21/47] ethernet: myri10ge: use arch_phys_wc_add()
` [PATCH v1 22/47] staging: sm750fb: use arch_phys_wc_add() and ioremap_wc()
` [PATCH v1 23/47] staging: xgifb: "
` [PATCH v1 24/47] video: fbdev: arkfb: use arch_phys_wc_add() and pci_iomap_wc()
` [PATCH v1 25/47] video: fbdev: radeonfb: use arch_phys_wc_add() and ioremap_wc()
` [PATCH v1 26/47] video: fbdev: gbefb: add missing mtrr_del() calls
` [PATCH v1 27/47] video: fbdev: gbefb: use arch_phys_wc_add() and devm_ioremap_wc()
` [PATCH v1 28/47] video: fbdev: intelfb: use arch_phys_wc_add() and ioremap_wc()
` [PATCH v1 29/47] video: fbdev: matrox: "
` [PATCH v1 30/47] video: fbdev: neofb: "
` [PATCH v1 31/47] video: fbdev: s3fb: use arch_phys_wc_add() and pci_iomap_wc()
` [PATCH v1 32/47] video: fbdev: nvidia: use arch_phys_wc_add() and ioremap_wc()
` [PATCH v1 33/47] video: fbdev: savagefb: "
` [PATCH v1 34/47] video: fbdev: sisfb: "
` [PATCH v1 35/47] video: fbdev: aty: "
` [PATCH v1 36/47] video: fbdev: i810: "
` [PATCH v1 37/47] video: fbdev: i740fb: use arch_phys_wc_add() and pci_ioremap_wc_bar()
` [PATCH v1 38/47] video: fbdev: kyrofb: "
` [PATCH v1 39/47] video: fbdev: pm2fb: use arch_phys_wc_add() and ioremap_wc()
` [PATCH v1 40/47] video: fbdev: pm3fb: "
` [PATCH v1 41/47] video: fbdev: rivafb: "
` [PATCH v1 42/47] video: fbdev: tdfxfb: "
` [PATCH v1 43/47] video: fbdev: vt8623fb: use arch_phys_wc_add() and pci_iomap_wc()
` [PATCH v1 44/47] video: fbdev: atmel_lcdfb: use ioremap_wc() for framebuffer
` [PATCH v1 45/47] video: fbdev: geode gxfb: "
` [PATCH v1 46/47] video: fbdev: gxt4500: use pci_ioremap_wc_bar() "
` [PATCH v1 47/47] mtrr: bury MTRR - unexport mtrr_add() and mtrr_del()

[Xenomai] ARMv8 (ARM64) port of Xenomai
 2015-03-21  0:06 UTC  (3+ messages)

[PATCH v4 14/19] IB/core: Add IB_DEVICE_OPA_MAD_SUPPORT device cap flag
 2015-03-21  0:05 UTC  (2+ messages)

[PATCH 00/21 v2] Adding support for skylake shared scalers
 2015-03-21  0:04 UTC  (22+ messages)
` [PATCH 01/21 v2] drm/i915: Adding drm helper function drm_plane_from_index()
` [PATCH 02/21 v2] drm/i915: Register definitions for skylake scalers
` [PATCH 03/21 v2] drm/i915: Enable get_colorkey functions for primary plane
` [PATCH 04/21 v2] drm/i915: skylake scaler structure definitions
` [PATCH 05/21 v2] drm/i915: Initialize skylake scalers
` [PATCH 06/21 v2] drm/i915: Dump scaler_state too as part of dumping crtc_state
` [PATCH 07/21 v2] drm/i915: Helper function to update skylake scaling ratio
` [PATCH 08/21 v2] drm/i915: Add helper function to update scaler_users in crtc_state
` [PATCH 09/21 v2] drm/i915: Add atomic function to setup scalers scalers for a crtc
` [PATCH 10/21 v2] drm/i915: Helper function to detach a scaler from a plane or crtc
` [PATCH 11/21 v2] drm/i915: Ensure planes begin with no scaler
` [PATCH 12/21 v2] drm/i915: Ensure colorkey and scaling aren't enabled at same time
` [PATCH 13/21 v2] drm/i915: Preserve scaler state when clearing crtc_state
` [PATCH 14/21 v2] drm/i915: use current scaler state during readout_hw_state
` [PATCH 15/21 v2] drm/i915: Update scaling ratio as part of crtc_compute_config
` [PATCH 16/21 v2] drm/i915: Ensure setting up scalers into staged crtc_state
` [PATCH 17/21 v2] drm/i915: copy staged scaler state from drm state to crtc->config
` [PATCH 18/21 v2] drm/i915: stage panel fitting scaler request for fixed mode panel
` [PATCH 19/21 v2] drm/i915: Enable skylake panel fitting using skylake shared scalers
` [PATCH 20/21 v2] drm/i915: Enable skylake primary plane scaling using "
` [PATCH 21/21 v2] drm/i915: Enable skylake sprite "

[PATCH net-next v2 0/3] switchdev: add swdev ops
 2015-03-21  0:04 UTC  (5+ messages)
` [PATCH net-next v2 1/3] "

[PATCH] powerpc32: fix warning from include/asm-generic/termios-base.h
 2015-03-21  0:01 UTC  (3+ messages)
`  "

[cbootimage PATCH v1 0/2] *** Add support for Tegra210 ***
 2015-03-20 23:58 UTC  (8+ messages)
` [cbootimage PATCH v1 1/2] Add support for Tegra210

[Qemu-devel] [PATCH 1/6 v7] target-tilegx: Firstly add TILE-Gx with minimized features
 2015-03-20 23:57 UTC  (7+ messages)

[PATCH] ext4: fix loss of delalloc extent info in ext4_zero_range()
 2015-03-20 23:53 UTC 

Why people recommend to disable NCQ for MD RAID ?
 2015-03-20 23:52 UTC 

[U-Boot] [PATCH] dm: serial: remove bogus include <ns16550.h>
 2015-03-20 23:52 UTC  (3+ messages)

[Buildroot] openssl 1.0.2 with sed error of unknown option
 2015-03-20 23:52 UTC  (2+ messages)

[rumpuserxen test] 36570: regressions - FAIL
 2015-03-20 23:52 UTC 

[PATCH] powerpc32: fix warning from include/linux/mm.h
 2015-03-20 23:52 UTC  (3+ messages)
`  "

[PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT
 2015-03-20 23:48 UTC  (10+ messages)
` [PATCH V3 3/7] of: Document {little,big,native}-endian bindings

[cbootimage PATCH v2 0/2] Add support for Tegra210
 2015-03-20 23:45 UTC  (3+ messages)
  ` [cbootimage PATCH v2 1/2] "
  ` [cbootimage PATCH v2 2/2] Bump to version 1.5

[PATCH 0/8] gpio: omap: cleanup: get rid of system GPIO <-> GPIO offset converseations
 2015-03-20 23:44 UTC  (5+ messages)
` [RFT OMAP1 PATCH 7/8] gpio: omap: get rid of omap_irq_to_gpio()

[PATCH net-next RFC v2] switchdev: bridge: drop hardware forwarded packets
 2015-03-20 23:43 UTC  (10+ messages)

[PATCH] usb: gadget: Check for NULL pointer in disconnect
 2015-03-20 23:40 UTC 

[PATCH] sdk-install: Modify create-sdcard with user-supplied installation directory
 2015-03-20 23:39 UTC  (2+ messages)

[PATCH] drm/i915: Use usleep_range() in wait_for()
 2015-03-20 23:38 UTC  (2+ messages)

[PATCH] tisdk-image: Generate software manifest text file
 2015-03-20 23:38 UTC  (2+ messages)

[PATCHv5 00/35] ARM: OMAP2+: PRCM/SCM cleanups against 4.0-rc
 2015-03-20 23:30 UTC  (8+ messages)
` [PATCHv5 27/35] ARM: dts: am33xx: add minimal l4 bus layout with control module support

JFS readdir() issues in stable 3.2
 2015-03-20 23:33 UTC 

[PATCH v9 tip 0/9] tracing: attach eBPF programs to kprobes
 2015-03-20 23:30 UTC  (13+ messages)
` [PATCH v9 tip 1/9] bpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefs
` [PATCH v9 tip 2/9] tracing: add kprobe flag
` [PATCH v9 tip 3/9] tracing: attach BPF programs to kprobes
` [PATCH v9 tip 4/9] tracing: allow BPF programs to call bpf_ktime_get_ns()
` [PATCH v9 tip 5/9] tracing: allow BPF programs to call bpf_trace_printk()
` [PATCH v9 tip 6/9] samples: bpf: simple non-portable kprobe filter example
` [PATCH v9 tip 7/9] samples: bpf: counting example for kfree_skb and write syscall
` [PATCH v9 tip 8/9] samples: bpf: IO latency analysis (iosnoop/heatmap)
` [PATCH v9 tip 9/9] samples: bpf: kmem_alloc/free tracker

[PATCH 0/3] tty slave device support - version 3
 2015-03-20 23:31 UTC  (7+ messages)
` [PATCH 3/3] tty/slaves: add a driver to power on/off UART attached devices
  ` [Gta04-owner] "

Building dizzy with meta-qt5 on an imx28evk
 2015-03-20 23:24 UTC 

What's cooking in git.git (Mar 2015, #07; Fri, 20)
 2015-03-20 23:29 UTC  (3+ messages)

Kernel thread scheduling
 2015-03-20 23:27 UTC  (2+ messages)

[PATCH] PCI: mvebu: add suspend/resume support
 2015-03-20 23:27 UTC  (3+ messages)

[PATCH] app/testpmd: Fix not set need_reconfig flag when port id is RTE_PORT_ALL
 2015-03-20 23:26 UTC  (3+ messages)

[PATCH 0/2] Tracking user space vDSO remaping
 2015-03-20 23:19 UTC  (5+ messages)
` [PATCH 1/2] mm: Introducing arch_remap hook

[PATCH] drm/i915/skl: Enabling PSR2 SU with frame sync
 2015-03-20 23:26 UTC  (2+ messages)

[PATCH 1/1] mn88473: implement lock for all delivery systems
 2015-03-20 23:25 UTC  (4+ messages)

Fwd: something wrong with the latest kernel
 2015-03-20 23:18 UTC 

[Buildroot] [PATCH 1/5] kconfig-package: add support for config fragments
 2015-03-20 23:23 UTC  (7+ messages)
` [Buildroot] [PATCH 3/5] busybox: add option to specify "
` [Buildroot] [PATCH 4/5] uclibc: "
` [Buildroot] [PATCH 5/5] barebox: "

[PATCH] ARM: add PCI hotplug support
 2015-03-20 23:22 UTC  (2+ messages)

[PATCH v1 00/47] mtrr/x86/drivers: bury MTRR
 2015-03-20 23:17 UTC 

[PATCH 0/25] detecting &&-chain breakage
 2015-03-20 23:18 UTC  (2+ messages)

[PATCH] ipumm-fw: dra7xx variant is reused for am57x MACHINE too
 2015-03-20 22:17 UTC 

[U-Boot] [PATCH] exynos5: add trace feature #ifdef in exynos5-common.h
 2015-03-20 23:17 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/22] Add driver model support for PCI
 2015-03-20 23:16 UTC  (11+ messages)
` [U-Boot] [PATCH v2 18/22] dm: sandbox: pci: Enable PCI for sandbox
` [U-Boot] [PATCH v2 19/22] dm: x86: pci: Add a PCI driver for driver model
` [U-Boot] [PATCH v2 20/22] dm: x86: pci: Convert coreboot to use driver model for pci
` [U-Boot] [PATCH v2 21/22] dm: x86: pci: Convert chromebook_link "
` [U-Boot] [PATCH v2 22/22] dm: pci: Add driver model tests for PCI


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.