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

[PATCH v1 00/47] mtrr/x86/drivers: bury MTRR
 2015-03-20 23:18 UTC  (33+ 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] 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  (52+ messages)
` [U-Boot] [PATCH v2 01/22] sandbox: Update device tree 'reg' properties for I2C and SPI
` [U-Boot] [PATCH v2 02/22] fdt: Export fdtdec_get_number() for general use
` [U-Boot] [PATCH v2 03/22] x86: Add a x86_ prefix to the x86-specific PCI functions
` [U-Boot] [PATCH v2 04/22] dm: Add a new CPU init function which can use driver model
` [U-Boot] [PATCH v2 05/22] x86: Split up arch_cpu_init()
` [U-Boot] [PATCH v2 06/22] Correct map_sysmem() logic in do_mem_mw()
` [U-Boot] [PATCH v2 07/22] fdt: Tighten up error handling in fdtdec_get_pci_addr()
` [U-Boot] [PATCH v2 08/22] dm: core: Add dev_get_uclass_priv() to access uclass private data
` [U-Boot] [PATCH v2 09/22] dm: core: Mark device as active before calling its probe() method
` [U-Boot] [PATCH v2 10/22] dm: core: Add a uclass pre_probe() method for devices
` [U-Boot] [PATCH v2 11/22] dm: Show both allocated and requested seq numbers in 'dm uclass'
` [U-Boot] [PATCH v2 12/22] dm: pci: Move common PCI functions into their own file
` [U-Boot] [PATCH v2 13/22] dm: pci: Add a uclass for PCI
` [U-Boot] [PATCH v2 14/22] dm: sandbox: pci: Add PCI support for sandbox
` [U-Boot] [PATCH v2 15/22] dm: sandbox: Add a simple PCI driver
` [U-Boot] [PATCH v2 16/22] dm: sandbox: pci: Add a PCI emulation uclass
` [U-Boot] [PATCH v2 17/22] dm: sandbox: Add a emulated PCI device as an example
` [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

[PATCH] staging: ozwpan: implement error handling in ozwpan_init()
 2015-03-20 23:15 UTC 

[Buildroot] [PATCH 1/5] kconfig-package: add support for config fragments
 2015-03-20 23:15 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] linux: add option to specify "

[U-Boot] [PATCH] x86: Add ramboot and nfsboot commands in x86-common.h
 2015-03-20 23:14 UTC  (2+ messages)

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

[U-Boot] [PATCH v2 1/6] x86: Support machines with >4GB of RAM
 2015-03-20 23:13 UTC  (13+ messages)
` [U-Boot] [PATCH v2 2/6] x86: video: Allow keyboard presence to be controlled by device tree
` [U-Boot] [PATCH v2 3/6] x86: pci: Add PCI IDs for lynxpoint
` [U-Boot] [PATCH v2 4/6] x86: spi: Add support "
` [U-Boot] [PATCH v2 5/6] x86: Move common Chromebook config into a separate file
` [U-Boot] [PATCH v2 6/6] x86: Add support for panther (Asus Chromebox)

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

+ mm-memcg-sync-allocation-and-memcg-charge-gfp-flags-for-thp-fix.patch added to -mm tree
 2015-03-20 23:11 UTC 

+ mm-memcg-sync-allocation-and-memcg-charge-gfp-flags-for-thp.patch added to -mm tree
 2015-03-20 23:11 UTC 

[PATCH] libxl: fix dom0 balloon logic
 2015-03-20 23:10 UTC 

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

[PATCH 1/5] Documentation: devicetree: add Broadcom SATA binding
 2015-03-20 23:02 UTC  (7+ messages)
` [PATCH 3/5] ata: add Broadcom AHCI SATA3 driver for STB chips
` [PATCH 4/5] phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCs

[U-Boot] [PATCH v5 0/27] Add Driver Model support to network stack
 2015-03-20 23:01 UTC  (4+ messages)
` [U-Boot] [PATCH v6 "
  ` [U-Boot] [PATCH v6 09/27] net: Remove the bd* parameter from net stack functions

[PATCH iproute2 v3] man ip-netns: Notice about loose device when do 'del'
 2015-03-20 23:01 UTC  (2+ messages)

[U-Boot] [PATCH 01/28] armv8/fsl-lsch3: Implement workaround for erratum A008585
 2015-03-20 23:01 UTC  (3+ messages)
` [U-Boot] [PATCH 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform

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

[Buildroot] [PATCH] glibc: disable eglibc 2.18 for sparc
 2015-03-20 23:00 UTC  (5+ messages)

[PATCH net-next] net: bcmgenet: add support for Hardware Filter Block
 2015-03-20 23:00 UTC  (2+ messages)

[PATCH v3] drm/i915: Optimistically spin for the request completion
 2015-03-20 22:59 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v2 0/3] toshiba_acpi: Hotkey handling and keymap updates
 2015-03-20 22:55 UTC  (4+ messages)
` [PATCH v2 1/3] toshiba_acpi: Add Hotkey Event Type function and definitions
` [PATCH v2 2/3] toshiba_acpi: Use the Hotkey Event Type function for keymap choosing
` [PATCH v2 3/3] toshiba_acpi: Fix the enabling of the Special Functions

[Qemu-devel] [PATCH 1/6 v6] target-tilegx: Firstly add TILE-Gx with minimized features
 2015-03-20 22:55 UTC  (5+ messages)

modprobe sctp error
 2015-03-20 22:52 UTC  (2+ messages)

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

[PATCH] mm: Use GFP_KERNEL allocation for the page cache in page_cache_read
 2015-03-20 22:51 UTC  (9+ messages)

[PATCH 4/5] exynos: fimg2d: add g2d_exec2
 2015-03-20 22:51 UTC  (2+ messages)
` [PATCH 5/5] tests/exynos: add fimg2d event test

[PATCH net-next 0/3] net: introduce IFF_PROTO_DOWN flag
 2015-03-20 22:51 UTC  (5+ messages)

4.0.0-rc4: panic in free_block
 2015-03-20 22:49 UTC  (4+ messages)

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

+ mm-move-lazy-free-pages-to-inactive-list.patch added to -mm tree
 2015-03-20 22:47 UTC 

[PATCH net-next 0/2] act_bpf update
 2015-03-20 22:45 UTC  (5+ messages)

[PATCH] clk: debugfs: Support frequency stats accounting
 2015-03-20 22:44 UTC 

[PATCH] PCI: rcar: Add PCIE_CONF_REGNO macro for PCIECAR register
 2015-03-20 22:44 UTC  (2+ messages)

[Buildroot] [PATCH 0/2] uclibc: fix getsubopt issues
 2015-03-20 22:44 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] uclibc: Fix getopt implementations conditional compilation

[Buildroot] [git commit] uclibc: enable UCLIBC_HAS_GNU_GETSUBOPT in all configs
 2015-03-20 22:44 UTC 

[Buildroot] [git commit] uclibc: Fix getopt implementations conditional compilation
 2015-03-20 22:44 UTC 

[PATCH 1/4] mm: free swp_entry in madvise_free
 2015-03-20 22:43 UTC  (4+ messages)
` [PATCH 3/4] mm: move lazy free pages to inactive list

[Buildroot] [PATCH 1/3] luarocks: bump to version 2.2.1
 2015-03-20 22:43 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] ljsyscall: refactor with BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS

[PATCH] Documentation: Add target to build PDF manpages
 2015-03-20 22:42 UTC  (7+ messages)

[PATCH 4/4] unit: Add a message builder unit test for genl
 2015-03-20 22:41 UTC  (2+ messages)

[U-Boot] [PATCH v6 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board
 2015-03-20 22:41 UTC  (6+ messages)
` [U-Boot] [PATCH v6 1/8] lpc32xx: add Ethernet support
  ` [U-Boot] [PATCH v6 2/8] lpc32xx: mtd: nand: add MLC NAND controller

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

[Buildroot] [PATCH v3] package: add hwloc 1.10.1
 2015-03-20 22:39 UTC  (4+ messages)

[PATCH 1/1] Make bm_blocks to match previous semantic
 2015-03-20 22:37 UTC  (4+ messages)

[v1 PATCH 0/7] rhashtable: Introduce inlined interface
 2015-03-20 22:37 UTC  (6+ messages)

[v1 PATCH 7/14] netfilter: Use rhashtable_lookup instead of lookup_compare
 2015-03-20 22:36 UTC  (15+ messages)

+ mm-change-deactivate_page-with-deactivate_file_page.patch added to -mm tree
 2015-03-20 22:32 UTC 

[Qemu-devel] Mac OS X no longer boots from cd
 2015-03-20 22:31 UTC  (4+ messages)

[PATCH V2 0/2] Rework mce_severity
 2015-03-20 22:31 UTC  (4+ messages)
` [PATCH V2 1/2] x86, mce, severities: Add AMD severities function
` [PATCH V2 2/2] x86, mce, severities: Define mce_severity function pointer

[PATCH] bonding: ban stacked bonding support
 2015-03-20 22:30 UTC  (6+ messages)
  ` [PATCH v2] "

[Buildroot] [PATCH v3 1/2] package/avrdude: optionally depends on libftdi or libftdi1
 2015-03-20 22:30 UTC  (2+ messages)

[Buildroot] [git commit] package/openocd: depends on libftdi1 instead of libftdi
 2015-03-20 22:30 UTC 

[Buildroot] [git commit] package/avrdude: optionally depends on libftdi or libftdi1
 2015-03-20 22:29 UTC 

+ mm-free-swp_entry-in-madvise_free.patch added to -mm tree
 2015-03-20 22:29 UTC 

inconsistent timestamp update in rename() of xfs/fat/gfs2/ramfs/jffs2
 2015-03-20 22:28 UTC  (3+ messages)

[PATCH 1/5] x86: change THREAD_INFO definition to not depend on KERNEL_STACK_OFFSET
 2015-03-20 22:27 UTC  (2+ messages)

drm/exynos: add async G2D execution to libdrm
 2015-03-20 22:25 UTC  (4+ messages)
` [PATCH 1/5] tests/exynos: add fimg2d performance analysis
` [PATCH 2/5] exynos: add EXYNOS_G2D_EVENT to drmHandleEvent
` [PATCH 3/5] exynos/fimg2d: add g2d_config_event

ASoC: Max98090 Codec DAPM Widget setup in Open Embedded
 2015-03-20 22:25 UTC 

[PATCH V14 00/21] Enable SRIOV on Power8
 2015-03-20 22:24 UTC  (4+ messages)

XIP_KERNEL and !ARCH_MULTIPLATFORM
 2015-03-20 22:23 UTC  (9+ messages)

[Buildroot] [PATCH v4 1/3] dtc: add host build
 2015-03-20 22:22 UTC  (6+ messages)
` [Buildroot] [PATCH v4 2/3] dtc: add patches for raspberry pi overlay support
` [Buildroot] [PATCH v4 3/3] linux: install dtc only in case package host dtc is not selected

[Buildroot] [PATCH v2 1/1] quagga: option for vtysh
 2015-03-20 22:21 UTC  (2+ messages)

[Buildroot] [git commit] quagga: option for vtysh
 2015-03-20 22:20 UTC 

+ allow-compaction-of-unevictable-pages.patch added to -mm tree
 2015-03-20 22:19 UTC 

[PATCH V7] Allow compaction of unevictable pages
 2015-03-20 22:19 UTC  (6+ messages)

[net-next:master 925/931] include/linux/rhashtable.h:522:13: error: 'EEXIST' undeclared
 2015-03-20 22:19 UTC  (2+ messages)

[PATCH v3] staging: p80211conv: Replace memcpy with ether_addr_copy
 2015-03-20 22:16 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 1/2] bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsets
 2015-03-20 22:14 UTC  (2+ messages)
` [PATCH 2/2] bgmac: allow enabling on ARCH_BCM_5301X

[PATCH libdrm 1/1] tests/exynos: Fix warnings
 2015-03-20 22:14 UTC  (4+ messages)

Trying to update sysadm module in CLIP
 2015-03-20 22:14 UTC  (3+ messages)

[Buildroot] [PATCH v4 1/1] tovid: new package
 2015-03-20 22:13 UTC  (2+ messages)

[PATCH v2] t1700: make test pass with index-v4
 2015-03-20 22:12 UTC  (5+ messages)
` [PATCH 0/2] fix test suite with split index
  ` [PATCH 1/2] test-lib: allow using split index in the test suite

[PATCH libdrm 1/4] drmSL: Fix neighbor printing
 2015-03-20 22:10 UTC  (4+ messages)
` [PATCH libdrm 2/4] drmSL: Split tests to a separate file
` [PATCH libdrm 3/4] drmsltest: Check expected neighbours
` [PATCH libdrm 4/4] drmSL: Remove test parts

[PATCH 13/15] v4l: of: Read lane-polarity endpoint property
 2015-03-20 22:08 UTC  (2+ messages)
` [PATCH v1.1 13/15] v4l: of: Read lane-polarities "

[PATCH 1/2] PCI: allow MSI chip providers to implement their own multiple MSI setup
 2015-03-20 22:07 UTC  (3+ messages)
` [PATCH 2/2] PCI: designware: implement multiple MSI irq setup

[Buildroot] [PATCH v2] pulseview: new package
 2015-03-20 22:07 UTC  (2+ messages)

cgroup matches in INPUT chain
 2015-03-20 22:07 UTC  (7+ messages)

[PATCH 12/15] dt: bindings: Add lane-polarity property to endpoint nodes
 2015-03-20 22:07 UTC  (2+ messages)
` [PATCH v1.1 "

[Buildroot] [git commit] pulseview: new package
 2015-03-20 22:05 UTC 

[PATCH 14/15] omap3isp: Add support for the Device Tree
 2015-03-20 22:05 UTC  (2+ messages)
` [PATCH v1.1 "

What's cooking in git.git (Mar 2015, #07; Fri, 20)
 2015-03-20 22:02 UTC 

nouveau locking up on Debian Jessie
 2015-03-20 22:02 UTC 

[PATCH] lib/librte_vhost: fix build errors
 2015-03-20 22:01 UTC  (3+ messages)

[PATCH libdrm 0/8] Warnings fixes
 2015-03-20 22:00 UTC  (5+ messages)
` [PATCH libdrm 4/8] xf86drmSL: Fix neighbour printing

[PATCH v3 0/2] HID: HID Sensor: Custom and Generic sensor support
 2015-03-20 21:58 UTC  (3+ messages)
` [PATCH v3 2/2] HID: HID Sensor: Update document for custom sensor


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.