All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-21 07:09:58 to 2016-01-21 08:19:00 UTC [more...]

[PATCH v2] Patch introducing API to read/write Intel Architecture Model Specific Registers (MSR)
 2016-01-21  8:18 UTC  (2+ messages)
` [PATCH v3] "

[BUG REPORT] ktime_get_ts64 causes Hard Lockup
 2016-01-21  8:18 UTC  (11+ messages)

[Ocfs2-devel] [PATCH] ocfs2: dlmglue: fix false deadlock caused by clearing UPCONVERT_FINISHING too early
 2016-01-21  8:18 UTC  (4+ messages)

[PATCH 01/27] staging: wilc1000: rename struct __Message_struct
 2016-01-21  8:18 UTC  (3+ messages)
` [PATCH 25/27] staging: wilc1000: fix coding style of kmalloc usage

[PATCH 0/4] add support for vNVDIMM
 2016-01-21  8:18 UTC  (13+ messages)
` [PATCH 4/4] hvmloader: add support to load extra ACPI tables from qemu

[Buildroot] [PATCH v3 1/1] iputils: resolve musl compatibility
 2016-01-21  8:17 UTC  (4+ messages)

[PATCH kernel 0/4] KVM: PPC: Add in-kernel acceleration for 64bit DMA
 2016-01-21  8:15 UTC  (10+ messages)
` [PATCH kernel 1/4] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_64 capability number
` [PATCH kernel 2/4] KVM: PPC: Add @page_shift to kvmppc_spapr_tce_table
` [PATCH kernel 3/4] KVM: PPC: Add @offset "
` [PATCH kernel 4/4] KVM: PPC: Add support for 64bit TCE windows

[PATCH 0/1] insane.bbclass: do_package_qa depends on WARN_QA and ERROR_QA
 2016-01-21  8:16 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 1/2] drm/radeon: Use drm_vblank_off/on to fix vblank counter trouble
 2016-01-21  8:16 UTC 

[PATCH 0/9] v4.4-rt2: fix compilation warnings and errors
 2016-01-21  8:14 UTC  (6+ messages)
` [PATCH 5/9] drivers/clocksource: timer-atmel-st: fix unused var 'ret'

Ceph scale testing
 2016-01-21  8:12 UTC  (2+ messages)

[PATCH v2] lib/spinlock_debug.c: prevent an infinite recursive cycle in spin_dump()
 2016-01-21  8:12 UTC  (3+ messages)

[RFC 0/4] MIPS: ath79: introduce AR9331 devicetree support
 2016-01-21  8:12 UTC  (5+ messages)
` [RFC 1/4] WIP: MIPS: ath79: make ar933x clks more devicetree-friendly

[PATCH] mmc: dw_mmc: remove struct block_settings
 2016-01-21  8:06 UTC 

[PATCH kernel v2 0/6] KVM: PPC: Add in-kernel multitce handling
 2016-01-21  8:09 UTC  (18+ messages)
` [PATCH kernel v2 1/6] KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlers
` [PATCH kernel v2 2/6] KVM: PPC: Use RCU for arch.spapr_tce_tables
` [PATCH kernel v2 3/6] KVM: PPC: Account TCE-containing pages in locked_vm
` [PATCH kernel v2 4/6] KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4K
` [PATCH kernel v2 5/6] KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers
` [PATCH kernel v2 6/6] KVM: PPC: Add support for multiple-TCE hcalls

[PATCH igt] igt/gem_softpin: Remove false dependencies on esoteric features
 2016-01-21  8:08 UTC  (3+ messages)

[RFC PATCH 0/4] Multi-instance vTPM driver
 2016-01-21  8:07 UTC  (3+ messages)
` [RFC PATCH 1/4] New flags for TPM chip avoiding filesystem registrations

[PATCH] pci: fix unavailable irq number 255 reported by BIOS
 2016-01-21  8:02 UTC  (7+ messages)

[RESEND PATCH] arm64: Store breakpoint single step state into pstate
 2016-01-21  8:06 UTC  (8+ messages)
` [PATCH v2] "

Huawei 3131 with idVendor=12d1, idProduct=14fe
 2016-01-21  8:05 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/55] dm: x86: Convert ivybridge code to use driver model
 2016-01-21  8:04 UTC  (129+ messages)
` [U-Boot] [PATCH v2 01/55] dm: core: Display the error number when driver binding fails
` [U-Boot] [PATCH v2 02/55] dm: usb: Add a compatible string for PCI EHCI controller
` [U-Boot] [PATCH v2 03/55] dm: syscon: Allow finding devices by driver data
` [U-Boot] [PATCH v2 04/55] dm: pci: Convert bios_emu to use the driver model PCI API
` [U-Boot] [PATCH v2 05/55] x86: ivybridge: Set up the LPC device using driver model
` [U-Boot] [PATCH v2 06/55] x86: ivybridge: Move lpc_early_init() to probe()
` [U-Boot] [PATCH v2 07/55] x86: ivybridge: Move more init to the probe() function
` [U-Boot] [PATCH v2 08/55] x86: ivybridge: Rename bd82x6x_init()
` [U-Boot] [PATCH v2 09/55] dm: x86: Add a northbridge uclass
` [U-Boot] [PATCH v2 10/55] x86: ivybridge: Add a driver for the bd82x6x northbridge
` [U-Boot] [PATCH v2 11/55] x86: ivybridge: Move northbridge init into the probe() method
` [U-Boot] [PATCH v2 12/55] x86: ivybridge: Move LPC and PCH init into northbridge probe()
` [U-Boot] [PATCH v2 13/55] x86: ivybridge: Rename lpc_init() to lpc_init_extra()
` [U-Boot] [PATCH v2 14/55] x86: ivybridge: Probe the LPC in CPU init
` [U-Boot] [PATCH v2 15/55] x86: ivybridge: Move graphics init much later
` [U-Boot] [PATCH v2 16/55] x86: ivybridge: Move sandybridge init to the lpc probe() method
` [U-Boot] [PATCH v2 17/55] x86: ivybridge: Move GPIO init to the LPC init() method
` [U-Boot] [PATCH v2 18/55] x86: ivybridge: Use common CPU init code
` [U-Boot] [PATCH v2 19/55] x86: ivybridge: Move CPU init code into the driver
` [U-Boot] [PATCH v2 20/55] x86: ivybridge: Set up the thermal target correctly
` [U-Boot] [PATCH v2 21/55] x86: ivybridge: Drop the dead MTRR code
` [U-Boot] [PATCH v2 22/55] x86: ivybridge: Move early init code into northbridge.c
` [U-Boot] [PATCH v2 23/55] x86: Make x86_init_cpus() static
` [U-Boot] [PATCH v2 24/55] x86: Don't show an error when the MRC cache is up to date
` [U-Boot] [PATCH v2 25/55] x86: Bring up northbridge, pch and lpc after the CPUs
` [U-Boot] [PATCH v2 26/55] x86: ivybridge: Move northbridge and PCH init into drivers
` [U-Boot] [PATCH v2 27/55] x86: ivybridge: Use driver model PCI API in bd82x6x.c
` [U-Boot] [PATCH v2 28/55] x86: ivybridge: Drop unnecessary northbridge setup
` [U-Boot] [PATCH v2 29/55] ahci: Add a disk-controller uclass
` [U-Boot] [PATCH v2 30/55] x86: ivybridge: Do the SATA init before relocation
` [U-Boot] [PATCH v2 31/55] x86: ivybridge: Drop the unused bd82x6x_init_extra()
` [U-Boot] [PATCH v2 32/55] x86: ivybridge: Use the SATA driver to do the init
` [U-Boot] [PATCH v2 33/55] x86: ivybridge: Use driver model PCI API in sata.c
` [U-Boot] [PATCH v2 34/55] x86: ivybridge: Move lpc_enable() into gma.c
` [U-Boot] [PATCH v2 35/55] x86: ivybridge: Move LPC init into the LPC probe() method
` [U-Boot] [PATCH v2 36/55] x86: ivybridge: Drop the special PCI driver
` [U-Boot] [PATCH v2 37/55] x86: ivybridge: Convert lpc init code to DM PCI API
` [U-Boot] [PATCH v2 38/55] x86: Enable DM_USB for link and panther
` [U-Boot] [PATCH v2 39/55] x86: i2c: Add a stub driver for Intel I2C/SMbus
` [U-Boot] [PATCH v2 40/55] x86: ivybridge: Use the I2C driver to perform SMbus init
` [U-Boot] [PATCH v2 41/55] x86: ivybridge: Convert enable_usb_bar() to use DM PCI API
` [U-Boot] [PATCH v2 42/55] x86: ivybridge: Convert dram_init() "
` [U-Boot] [PATCH v2 43/55] x86: ivybridge: Convert sdram_initialise() "
` [U-Boot] [PATCH v2 44/55] x86: chromebook_link: Enable the syscon uclass
` [U-Boot] [PATCH v2 45/55] x86: ivybridge: Convert SDRAM init to use driver model
` [U-Boot] [PATCH v2 46/55] x86: ivybridge: Convert report_platform to DM PCI API
` [U-Boot] [PATCH v2 47/55] x86: ivybridge: Convert pch.c to use "
` [U-Boot] [PATCH v2 48/55] x86: ivybridge: Move code from pch.c to bd82x6x.c
` [U-Boot] [PATCH v2 49/55] x86: ivybridge: Sort out the calls to bridge_silicon_revision()
` [U-Boot] [PATCH v2 50/55] x86: ivybridge: Drop special EHCI init
` [U-Boot] [PATCH v2 51/55] x86: ivybridge: Drop XHCI support
` [U-Boot] [PATCH v2 52/55] x86: ivybridge: Drop the SMM-locking code
` [U-Boot] [PATCH v2 53/55] x86: Set up a shared syscon numbering schema
` [U-Boot] [PATCH v2 54/55] x86: ivybridge: Use syscon for the GMA device
` [U-Boot] [PATCH v2 55/55] x86: fdt: Drop the unused compatible strings in fdtdec

[Qemu-devel] qxl : no mouse cursor with sdl2/gtk UI
 2016-01-21  8:03 UTC  (6+ messages)

mtd: spi-nor: fsl-quadspi: add support for ls1021a
 2016-01-21  7:53 UTC  (4+ messages)
` [PATCH v3 1/3] mtd: spi-nor: fsl-quadspi: add big-endian support
` [PATCH v3 2/3] mtd: spi-nor: fsl-quadspi: add support for ls1021a
` [PATCH v3 3/3] mtd: spi-nor: fsl-quadspi: add support for layerscape

[PATCH v2 1/1] x86/platform/quark: Print boundaries correctly
 2016-01-21  8:00 UTC  (2+ messages)
` [tip:x86/urgent] "

[Bug 93753] Sometimes wrong clk frequency of Display after dpms mode changes
 2016-01-21  8:01 UTC  (2+ messages)

linux-4.4 bisected: kwin5 stuck on kde5 loading screen with radeon
 2016-01-21  7:58 UTC  (11+ messages)

[PATCH] ARM: dts: omap3-n900: Allow gpio keys to be disabled
 2016-01-21  7:58 UTC  (4+ messages)

[PATCH 0/1] insane.bbclass: print more info for build-deps and file-rdeps
 2016-01-21  7:57 UTC  (2+ messages)
` [PATCH 1/1] "

[RFC PATCH] mmc: dw_mmc: remove redundant num_slots check
 2016-01-21  7:52 UTC 

[RFC PATCH 1/2] lightnvm: specify target's logical address area
 2016-01-21  7:53 UTC  (5+ messages)
` [RFC PATCH 2/2] lightnvm: add non-continuous lun target creation support

[PATCH v3 00/16] add Intel X722 iWARP driver
 2016-01-21  7:53 UTC  (5+ messages)

[PATCH 0/2] Add floating VEB support for i40e
 2016-01-21  7:53 UTC  (5+ messages)
` PATCH 1/2] i40e: support floating VEB config
` [PATCH 2/2] i40e: Add floating VEB support in i40e

[PATCH] PM / devfreq: tegra: Set freq in rate callback
 2016-01-21  7:52 UTC 

[RFC V2] xen: interface: introduce pvclk interface
 2016-01-21  7:53 UTC  (10+ messages)

Question about AVRCP and MediaPlayer API
 2016-01-21  7:52 UTC  (3+ messages)

[PATCH v3 1/4] Documentation: fsl-quadspi: Add fsl,ls2080a-dspi compatible string
 2016-01-21  7:09 UTC  (4+ messages)
` [PATCH v3 2/4] Documentation: fsl-quadspi: Add fsl, ls2080a-qspi "
` [PATCH v3 3/4] dts/ls2080a: update the DTS for QSPI and DSPI support
` [PATCH v3 4/4] Documentation: fsl-quadspi: Add optional properties

[PATCH 1/1] Revert "genirq: Remove the second parameter from handle_irq_event_percpu()"
 2016-01-21  7:52 UTC  (3+ messages)
` [V2 PATCH 1/1] genirq: fix desc->action become NULL error

[Qemu-devel] [PATCH v2 00/17] Support LUKS encryption in block devices
 2016-01-21  7:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 04/17] crypto: add support for generating initialization vectors

[Qemu-devel] [RFC PATCH] vfio: Add sysfsdev property for pci & platform
 2016-01-21  7:51 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] pc: allow raising low memory via max-ram-below-4g option
 2016-01-21  7:48 UTC  (7+ messages)

[RFC][PATCH 0/9] cleanup packaging of bash completions
 2016-01-21  7:47 UTC  (3+ messages)
` [RFC][PATCH 2/9] bash-completion: build nativesdk variant

[PATCH] e2fsprogs: disable libblkid again
 2016-01-21  7:44 UTC  (3+ messages)

Use of snd_pcm_format_set_silence
 2016-01-21  7:43 UTC  (4+ messages)

[PATCH] cfgfile: support looking up sections by index
 2016-01-21  7:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] scsi: Fix endless loop of ATA hard resets due to VPD reads
 2016-01-21  7:40 UTC  (6+ messages)
` [PATCH 1/2] scsi: Do not attach VPD to devices that don't support it
` [PATCH 2/2] scsi: Fix RCU handling for VPD pages

[RFA] timestamp field
 2016-01-21  7:40 UTC  (4+ messages)

Sumario de Mensagens em Quarentena - cultura.mg.gov.br
 2016-01-21  7:36 UTC 

Backports for Xen 4.6
 2016-01-21  7:37 UTC  (3+ messages)

[PATCH kernel] powerpc: Make vmalloc_to_phys() public
 2016-01-21  7:35 UTC 

[LTP] get_mempolicy failing to compile
 2016-01-21  7:36 UTC  (2+ messages)

VPMU backports for 4.6
 2016-01-21  7:35 UTC  (4+ messages)

[Ocfs2-devel] ocfs2: A race between refmap setting and clearing
 2016-01-21  7:34 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2016-01-20
 2016-01-21  7:30 UTC 

[PATCH RFC ] locking/mutexes: don't spin on owner when wait list is not NULL
 2016-01-21  7:29 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update mailing list for Renesas ARM64 SoC Development
 2016-01-21  7:29 UTC  (3+ messages)

echo do not print NUL byte
 2016-01-21  7:18 UTC  (2+ messages)

[PATCH] man: Document ulimit -v
 2016-01-21  7:25 UTC  (3+ messages)

[meta-oe][PATCH] various: delete qt4 recipes that break parsing due to missing classes
 2016-01-21  7:26 UTC  (4+ messages)

[Intel-wired-lan] [next, S23, 06/13 v2] i40e/i40evf: tunnels can be generic
 2016-01-21  7:25 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] docs/manual: document format specifying licenses
 2016-01-21  7:24 UTC 

[Resend PATCH V5 1/1] NTB: Add support for AMD PCI-Express Non-Transparent Bridge
 2016-01-21 11:47 UTC  (3+ messages)

[PATCH v6 0/3] mtd: Qualcomm NAND controller driver
 2016-01-21  7:23 UTC  (6+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/3] mtd: nand: don't select chip in nand_chip's block_bad op
  ` [PATCH v7 2/3] mtd: nand: Qualcomm NAND controller driver
  ` [PATCH v7 3/3] dt/bindings: qcom_nandc: Add DT bindings

[PATCH v3] clk: rockchip: Add support for multiple clock providers
 2016-01-21  7:22 UTC  (2+ messages)

[PATCH 0/1] e2fsprogs: 1.42.9 -> 1.43-WIP
 2016-01-21  7:21 UTC  (3+ messages)
` [PATCH 1/1] "

[Qemu-devel] [PATCH v9 00/37] qapi visitor cleanups (post-introspection cleanups subset E)
 2016-01-21  7:19 UTC  (9+ messages)
` [Qemu-devel] [PATCH v9 07/37] qapi: Improve generated event use of qapi visitor
` [Qemu-devel] [PATCH v9 08/37] qapi: Track all failures between visit_start/stop

co-maintainance of remoteproc/rpmsg/hwspinlock
 2016-01-21  7:18 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: remove the prepare_command hook
 2016-01-21  7:14 UTC  (2+ messages)

[linux-linus test] 78586: regressions - FAIL
 2016-01-21  7:13 UTC 

[PATCH 00/13] drm/msm/hdmi: HDMI support on MSM8996
 2016-01-21  7:09 UTC  (11+ messages)
` [PATCH 04/13] drm/msm/hdmi: Clean up connector gpio usage
` [PATCH 05/13] drm/msm/hdmi: Fix connector detect when there is no hpd gpio
` [PATCH 06/13] drm/msm/hdmi: Update generated headers to split PHY/PLL offsets
` [PATCH 07/13] drm/msm/hdmi: Create a separate hdmi phy driver
` [PATCH 08/13] drm/msm/hdmi: Make hdmi core get its phy
` [PATCH 09/13] drm/msm/hdmi: Manage hdmi PLL through phy driver
` [PATCH 10/13] drm/msm/hdmi: Convert phy files according to new design
` [PATCH 11/13] drm/msm/hdmi: Update generated headers for hdmi 8996 phy
` [PATCH 12/13] drm/msm/hdmi: HDMI 8996 PHY/PLL support
` [PATCH 13/13] dt/bindings: drm/msm/hdmi: Add hdmi phy bindings


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.