All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-13 06:47:10 to 2015-06-13 11:25:07 UTC [more...]

post-receive: pub/scm/linux/kernel/git/linusw/linux-stericsson
 2015-06-13 11:25 UTC 

post-receive: pub/scm/linux/kernel/git/linusw/linux-stericsson
 2015-06-13 11:24 UTC 

[Qemu-devel] [PATCH v2 0/7] qdev: Mostly wean off QError
 2015-06-13 11:18 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/7] qdev: Deprecated qdev_init() is finally unused, drop
` [Qemu-devel] [PATCH v2 2/7] qdev: Un-deprecate qdev_init_nofail()
` [Qemu-devel] [PATCH v2 3/7] qdev-monitor: Stop error avalance in qbus_find_recursive()
` [Qemu-devel] [PATCH v2 4/7] qdev-monitor: Fix check for full bus
` [Qemu-devel] [PATCH v2 5/7] qdev-monitor: Convert qbus_find() to Error
` [Qemu-devel] [PATCH v2 6/7] qdev-monitor: Propagate errors through set_property()
` [Qemu-devel] [PATCH v2 7/7] qdev-monitor: Propagate errors through qdev_device_add()

[PATCH 0/1] cputime: Make the reported utime+stime correspond to the actual runtime
 2015-06-13 11:17 UTC  (4+ messages)
` [PATCH 1/1] "

[BUG] usb/at91: usb hub does not work
 2015-06-13 11:13 UTC  (4+ messages)

[PATCH v2 0/3] iio-tools out-of-staging cleanup
 2015-06-13 11:11 UTC  (7+ messages)
` [PATCH v2 1/3] tools:iio:iio_event_monitor: check if event is fully read

[Bug 90728] dvd playback with vlc and vdpau causes segmentation fault
 2015-06-13 11:06 UTC 

[U-Boot] [PATCH 7/8] ARM: highbank: remove DRAM bank setup
 2015-06-13 11:01 UTC  (3+ messages)
` [U-Boot] [U-Boot,7/8] "

Dear Sir/Madam
 2015-06-13  0:37 UTC 

[BUG ?] irda: via-ircc: condition with no effect
 2015-06-13 10:47 UTC 

[BUG ?] rtlwifi: rtl8723be: condition with no effect
 2015-06-13 10:43 UTC  (2+ messages)

[BUG ?] pmcraid: condition with no effect
 2015-06-13 10:39 UTC 

[Buildroot] [PATCH v5 0/3] kyua: new package and dependencies
 2015-06-13 10:45 UTC  (5+ messages)
` [Buildroot] [PATCH v5 3/3] kyua: new package

[PATCH v2 00/17] x86/tsc: Clean up rdtsc helpers
 2015-06-13 10:45 UTC  (7+ messages)
` [PATCH v2 08/17] baycom_epp: Replace rdtscl() with native_read_tsc()
` [PATCH v2 13/17] x86/tsc: Rename native_read_tsc() to rdtsc_unordered()
` [PATCH v2 15/17] x86: Add rdtsc_ordered() and use it in trivial call sites

ASoC: How to declare volume TLV dB scale?
 2015-06-13 10:45 UTC  (8+ messages)

[U-Boot] [PATCH 6/8] ARM: bootm: allow skipping fdt memory node fixup
 2015-06-13 10:43 UTC  (2+ messages)
` [U-Boot] [PATCH] fdt: prevent clearing memory node if there are no banks

[BUG ?] staging: rtl8723au: condition with no effect
 2015-06-13 10:31 UTC 

[PATCH] rtc: hym8563: make the irq optional
 2015-06-13 10:34 UTC  (3+ messages)
` [rtc-linux] "

[U-Boot] [PATCH] kconfiglib: update to the latest version
 2015-06-13 10:32 UTC  (2+ messages)

[PATCH] Separation C and assembly functions to different files
 2015-06-13 10:20 UTC  (2+ messages)

[Bug 90967] New: System freeze using nouveau
 2015-06-13 10:18 UTC  (4+ messages)
  ` [Bug 90967] "

I2C slave support on Xilinx Zybo
 2015-06-13 10:17 UTC  (3+ messages)

[PATCH] iio: adc: rockchip_saradc: add missing MODULE_* data
 2015-06-13 10:13 UTC  (3+ messages)

[U-Boot] [PATCH v3 2/6] x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS
 2015-06-13 10:11 UTC  (5+ messages)
` [U-Boot] [PATCH v3 3/6] x86: Move MP initialization codes into a common place
` [U-Boot] [PATCH v3 4/6] x86: Move lapic_setup() call into init_bsp()
` [U-Boot] [PATCH v3 5/6] x86: Clean up lapic codes
` [U-Boot] [PATCH v3 6/6] x86: crownbay: Add MP initialization

[U-Boot] [PATCH v3 1/6] dm: cpu: Add a new get_count method to cpu uclass
 2015-06-13 10:11 UTC 

[RFC/PATCH 00/25] perf stat: Introduce --per-task option
 2015-06-13 10:10 UTC  (6+ messages)
` [PATCH 01/25] perf tools: Fix python code with missing stat dependency

Feedback on hardware support for Odroid U3
 2015-06-13  9:58 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-06-13  9:56 UTC 

[PATCH 00/12, v2] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2015-06-13  9:49 UTC  (26+ messages)
` [PATCH 01/12] x86/mm/pat: Don't free PGD entries on memory unmap
` [PATCH 02/12] x86/mm/hotplug: Remove pgd_list use from the memory hotplug code
` [PATCH 03/12] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
` [PATCH 04/12] x86/mm/hotplug: Simplify sync_global_pgds()
` [PATCH 05/12] mm: Introduce arch_pgd_init_late()
` [PATCH 06/12] x86/mm: Enable and use the arch_pgd_init_late() method
` [PATCH 07/12] x86/virt/guest/xen: Remove use of pgd_list from the Xen guest code
` [PATCH 08/12] x86/mm: Remove pgd_list use from vmalloc_sync_all()
` [PATCH 09/12] x86/mm/pat/32: Remove pgd_list use from the PAT code
` [PATCH 10/12] x86/mm: Make pgd_alloc()/pgd_free() lockless
` [PATCH 11/12] x86/mm: Remove pgd_list leftovers
` [PATCH 12/12] x86/mm: Simplify pgd_alloc()

[survey] BTRFS_IOC_DEVICES_READY return status
 2015-06-13  9:51 UTC  (6+ messages)
` [systemd-devel] "
` btrfs filesystem show confused when label is same as mountpoint

btrfs filesystem show confused when label is same as mountpoint
 2015-06-13  9:50 UTC 

[ANNOUNCE] rt-tests v0.92
 2015-06-13  9:41 UTC  (2+ messages)

[RFC v1 00/25] Optimize irq flow handler
 2015-06-13  9:32 UTC  (8+ messages)
` [RFC v1 14/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t

[Qemu-devel] [RFC] QOM design - add instance data to Object
 2015-06-13  9:29 UTC  (3+ messages)

[nightly] Core TISDK 2015.06 build 2015-06-12_22-00-51
 2015-06-13  9:23 UTC 

Hammer Backports integration branch population
 2015-06-13  9:22 UTC 

[PATCH] ath9k_htc: add support of channel switch
 2015-06-13  9:13 UTC  (2+ messages)

[RFC/RFT PATCH v2] PCI: move pci_read_bridge_bases to the generic PCI layer
 2015-06-13  9:12 UTC  (3+ messages)

[U-Boot] [PATCH] build: create time and date independent binary
 2015-06-13  9:10 UTC  (3+ messages)
  ` [U-Boot] [Reproducible-builds] "

[PATCH net-next] rocker: gaurd against NULL rocker_port when removing ports
 2015-06-13  9:07 UTC  (2+ messages)

R: R: SELinux: Interface Labeling Problem
 2015-06-13  9:02 UTC 

[PATCH v4 0/7] staging: fsl-mc: New functionality to the MC bus driver
 2015-06-13  8:58 UTC  (4+ messages)
  ` doubt about sm7xxfb (was: "
    ` doubt about sm7xxfb (was: Re: [PATCH v4 0/7] staging: fsl-mc: New functionality to the MC bus driver)

[PATCH v2 0/4] x86, mwaitt: introduce AMD mwaitt support
 2015-06-13  8:48 UTC  (7+ messages)
` [PATCH v2 3/4] x86, mwaitt: introduce mwaix delay with a configurable timer

[PATCH 0/8] object_id part 2
 2015-06-13  8:45 UTC  (10+ messages)

[PATCH v7 00/10] tracing: 'hist' triggers
 2015-06-13  8:45 UTC  (4+ messages)
` [PATCH v3 01/10] tracing: Update cond flag when enabling or disabling a trigger

[PATCH V7 0/3] OPP: Introduce OPP (V2) bindings
 2015-06-13  8:40 UTC  (4+ messages)
` [PATCH V7 3/3] OPP: Add binding for 'opp-suspend'

[U-Boot] [PATCH v2 0/3] common: cmd_part: start and size sub-commands introduction
 2015-06-13  8:38 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] common: cmd_part: Proper alignment
` [U-Boot] [PATCH v2 2/3] common: cmd_part: start and size sub-commands introduction
` [U-Boot] [PATCH v2 3/3] common: cmd_part: Error prints on failures

[RFC] drm/i915: prevent out of range pt in the PDE macros (take 2)
 2015-06-13  8:28 UTC  (2+ messages)

[PATCH V3 0/4] map GHES memory region with EFI memory map
 2015-06-13  8:27 UTC  (5+ messages)
` [PATCH V3 4/4] acpi, apei: use EFI memmap to map GHES memory

[PATCH v2] HID: support i2c write-read and large transfers in hid-cp2112
 2015-06-13  8:26 UTC 

[PATCH v2 net-next 0/3] bpf: share helpers between tracing and networking
 2015-06-13  8:23 UTC  (4+ messages)
` [PATCH v2 net-next 3/3] bpf: let kprobe programs use bpf_get_smp_processor_id() helper

panning crash
 2015-06-13  8:19 UTC  (2+ messages)

exynos4412: Audio dies after one day on kernel 4.0
 2015-06-13  8:15 UTC  (9+ messages)

[PATCH] partitions/msdos: Support relative offset BSD partitions
 2015-06-13  8:10 UTC 

[PATCH v2 0/5] Broadcom Bluetooth UART device driver
 2015-06-13  8:04 UTC  (9+ messages)
` [PATCH v2 3/5] Broadcom Bluetooth UART Platform Driver
` [PATCH v2 5/5] BlueZ Broadcom UART Protocol

[Buildroot] [git commit] bc: bump version to 1.06.95
 2015-06-13  8:02 UTC 

[Buildroot] [PATCH v2 1/1] Bump bc version to 1.06.95
 2015-06-13  8:01 UTC  (2+ messages)

[qemu-upstream-unstable test] 58415: tolerable FAIL - PUSHED
 2015-06-13  7:53 UTC 

[Qemu-devel] openbios.git mirror on git.qemu.org
 2015-06-13  7:53 UTC  (8+ messages)

[RFC PATCH 00/12] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2015-06-13  7:51 UTC  (25+ messages)
` [PATCH 02/12] x86/mm/hotplug: Remove pgd_list use from the memory hotplug code
` [PATCH 04/12] x86/mm/hotplug: Simplify sync_global_pgds()
` [PATCH 05/12] mm: Introduce arch_pgd_init_late()
` [PATCH 06/12] x86/mm: Enable and use the arch_pgd_init_late() method
` [PATCH 07/12] x86/virt/guest/xen: Remove use of pgd_list from the Xen guest code

Intel HDA & Realtek issues on ASUS G751JM
 2015-06-13  7:45 UTC  (13+ messages)

lånetilbud
 2015-06-10 10:25 UTC 

lånetilbud
 2015-06-10 10:25 UTC 

lånetilbud
 2015-06-10 10:25 UTC 

[PATCH v2] Kconfig: disable Media Controller for DVB
 2015-06-13  7:36 UTC  (2+ messages)

[PATCH v2] selinux: reduce locking overhead in inode_free_security()
 2015-06-13  7:35 UTC  (6+ messages)

[GIT PULL] sound fixes for 4.1-rc8
 2015-06-13  7:35 UTC 

[U-Boot] [PATCH 4/9] x86: Move MP initialization codes into a common place
 2015-06-13  7:34 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2015-06-13  7:31 UTC 

[U-Boot] [PATCH] fastboot: Dynamic controller index for usb_gadget_handle_interrupts
 2015-06-13  7:27 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2015-06-13  7:27 UTC 

[PATCH v2 1/1] usb: core: lpm: set lpm_capable for root hub device
 2015-06-13  7:23 UTC 

[Xenomai] RTDM-native mainlining - status?
 2015-06-13  7:19 UTC  (4+ messages)

Upstream mlx4 driver very broken (when using SRIOV)
 2015-06-13  7:18 UTC  (2+ messages)

[PATCH 0/5 v2] Fixes for leapsecond expiring early ABS_TIME CLOCK_REALTIME timers
 2015-06-13  7:17 UTC  (6+ messages)

[PATCH] hda-beep: Update authors dead email address
 2015-06-13  7:16 UTC 

[PATCH] x86: General protection fault after STR (32 bit systems only)
 2015-06-13  7:15 UTC  (13+ messages)
    ` [PATCH, DEBUG] x86/32: Add small delay after resume

[PATCH v5] Fix the resolution issue in ChromeOS
 2015-06-13  7:04 UTC  (7+ messages)

[meta-qt5][PATCH] qt5-opengles2-test: update to last commit
 2015-06-13  7:02 UTC 

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2015-06-13  7:00 UTC 

[GIT PULL FOR v4.2] Miscellaneous VSP1 changes
 2015-06-13  6:58 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 0da359511dded829cf436ce4cae758a0992d59dd BUILD SUCCESS
 2015-06-13  6:56 UTC 

[PATCH 0/7] instruction of cyapa gen6 and proximity patches
 2015-06-13  6:56 UTC  (3+ messages)
` [PATCH 2/7] input: cyapa: add gen6 device module support in driver

[RFC 00/14] DSI Command mode(DBI mode) enabling on CHT
 2015-06-13  6:54 UTC  (4+ messages)
` [RFC 11/14] drm/i915: Enable MIPI display self refresh mode

[PATCH 00/19] Fix Intel IOMMU breakage in kdump kernel
 2015-06-13  6:47 UTC  (37+ messages)
` [PATCH 01/19] iommu/vt-d: Cleanup log messages
` [PATCH 02/19] iommu/vt-d: Init QI before root entry is allocated
` [PATCH 03/19] iommu/vt-d: Make root entry visible for hardware right after allocation
` [PATCH 04/19] iommu/vt-d: Detect pre enabled translation
` [PATCH 05/19] iommu/vt-d: Copy translation tables from old kernel
` [PATCH 06/19] iommu/vt-d: Do not re-use domain-ids from the "
` [PATCH 07/19] iommu/vt-d: Mark copied context entries
` [PATCH 08/19] iommu/vt-d: Allocate si_domain in init_dmars()
` [PATCH 09/19] iommu/vt-d: Don't do early domain assignment if kdump kernel
` [PATCH 10/19] iommu/vt-d: Don't copy translation tables if RTT bit needs to be changed
` [PATCH 11/19] iommu/vt-d: Don't disable translation prior to OS handover
` [PATCH 12/19] iommu/vt-d: Enable Translation only if it was previously disabled
` [PATCH 13/19] iommu/vt-d: Move EIM detection to intel_prepare_irq_remapping
` [PATCH 14/19] iommu/vt-d: Move QI initializationt to intel_setup_irq_remapping
` [PATCH 15/19] iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remapping
` [PATCH 16/19] iommu/vt-d: Set IRTA in intel_setup_irq_remapping
` [PATCH 17/19] iommu/vt-d: Copy IR table from old kernel when in kdump mode
` [PATCH 18/19] iommu/vt-d: Make sure copied over IR entries are not reused
` [PATCH 19/19] iommu/vt-d: Don't disable IR when it was previously enabled

[PATCH 1/5] drm/i915: PSR: Remove wrong LINK_DISABLE
 2015-06-13  6:47 UTC  (8+ messages)
` [PATCH 5/5] drm/i915: Enable PSR by default


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.