All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-13 09:51:51 to 2015-06-13 14:21:09 UTC [more...]

[Qemu-devel] [PATCH 00/11] Sprint to the finish: purge QError
 2015-06-13 14:20 UTC  (5+ messages)
` [Qemu-devel] [PATCH 02/11] vl: Avoid qerror_report() outside QMP command handlers
` [Qemu-devel] [PATCH 03/11] vl: Use error_report() for --display errors
` [Qemu-devel] [PATCH 04/11] qerror: Eliminate QERR_DEVICE_NOT_FOUND
` [Qemu-devel] [PATCH 06/11] tpm: Avoid qerror_report() outside QMP command handlers

[PATCH] x86: General protection fault after STR (32 bit systems only)
 2015-06-13 14:20 UTC  (9+ messages)

[PATCH v2 0/6] Introduce Allwinner A33 support
 2015-06-13 14:18 UTC  (10+ messages)
` [PATCH v2 6/6] ARM: sun8i: dts: Add Ippo-q8h v1.2 with A33 and 1024x600 lcd support

Problem with GT218 (GeForce GT210)
 2015-06-13 14:18 UTC  (10+ messages)
` Fwd: "

[PATCH] mac80211: enable assoc check for mesh interfaces
 2015-06-13 14:16 UTC 

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

[PATCH] More separation of C and assembly functions
 2015-06-13 14:11 UTC 

[PATCH 1/3] EDAC, mce_amd_inj: Cleanup and simplify README
 2015-06-13 14:11 UTC  (5+ messages)
` [PATCH 3/3] EDAC, mce_amd_inj: Set MISCV on injection

work with
 2015-06-13 14:08 UTC 

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

[Buildroot] Major update of autobuild.buildroot.org toolchains
 2015-06-13 14:00 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] abb27be4d99aaca2eaa3454735db99ba610f936d BUILD SUCCESS
 2015-06-13 13:59 UTC 

[B.A.T.M.A.N.] batman-adv: Force line topology
 2015-06-13 13:58 UTC  (2+ messages)

PROBLEM: XFS on ARM corruption 'Structure needs cleaning'
 2015-06-13 13:55 UTC  (11+ messages)

[Qemu-devel] PXB changes for QEMU, and extra root buses for OVMF, round 2
 2015-06-13 13:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 0/4] PXB changes
  ` [Qemu-devel] [PATCH v4 1/4] hw/pci-bridge: create interrupt-less, hotplug-less bridge for PXB
  ` [Qemu-devel] [PATCH v4 2/4] hw/core: rebase sysbus_get_fw_dev_path() to g_strdup_printf()
  ` [Qemu-devel] [PATCH v4 3/4] hw/core: explicit OFW unit address callback for SysBusDeviceClass
  ` [Qemu-devel] [PATCH v4 4/4] hw/pci-bridge: format SeaBIOS-compliant OFW device node for PXB

[PATCH 0/8] mfd/power/phy: Add support for otg vbus detection via axp pmic
 2015-06-13 13:50 UTC  (6+ messages)
` [PATCH 2/8] mfd: axp20x: Add a cell for the usb power_supply part of the axp20x PMICs
          ` [linux-sunxi] "

writing an alsa driver
 2015-06-13 13:47 UTC  (12+ messages)

How do I make 'btrfs scrub' report errors via email?
 2015-06-13 13:48 UTC 

[PATCHv3 00/16] vme DMA and user space driver improvements
 2015-06-13 13:34 UTC  (6+ messages)
` [PATCHv4 0/4] "
  ` [PATCHv4 1/4] staging: vme_user: remove forward declarations
  ` [PATCHv4 2/4] staging: vme_user: remove open/release
  ` [PATCHv4 3/4] staging: vme_user: remove buf_unalloc helper
  ` [PATCHv4 4/4] staging: vme_user: provide DMA functionality

[PATCH 00/20] ARM: dts: Add USB and OTG related nodes and enable on various boards
 2015-06-13 13:30 UTC  (6+ messages)

[PATCH 1/2] ideapad: fix software rfkill setting
 2015-06-13 13:24 UTC  (2+ messages)
` [PATCH] ideapad: add rfkill whitelist entry for Yoga 3 1170

[PATCH] Btrfs: fix crash on close_ctree() if cleaner starts new transaction
 2015-06-13  5:55 UTC 

[Qemu-devel] [PATCH 00/10 v12] tilegx: Firstly add tilegx target for linux-user
 2015-06-13 13:22 UTC  (11+ messages)
` [Qemu-devel] [PATCH 01/10 v12] linux-user: tilegx: Firstly add architecture related features
` [Qemu-devel] [PATCH 02/10 v12] linux-user: Support tilegx architecture in linux-user
` [Qemu-devel] [PATCH 03/10 v12] linux-user/syscall.c: conditionally define syscalls which are not defined in tilegx
` [Qemu-devel] [PATCH 04/10 v12] target-tilegx: Add opcode basic implementation from Tilera Corporation
` [Qemu-devel] [PATCH 05/10 v12] target-tilegx/opcode_tilegx.h: Modify it to fit QEMU usage
` [Qemu-devel] [PATCH 07/10 v12] target-tilegx: Add cpu basic features for linux-user
` [Qemu-devel] [PATCH 06/10 v12] target-tilegx: Add special register information from Tilera Corporation
` [Qemu-devel] [PATCH 08/10 v12] target-tilegx: Add several helpers for instructions translation
` [Qemu-devel] [PATCH 09/10 v12] target-tilegx: Generate tcg instructions to finish "Hello world"
` [Qemu-devel] [PATCH 10/10 v12] target-tilegx: Add TILE-Gx building files

[BUG ?] regmap: debugfs: WARN_ON at regmap-debugfs.c:151
 2015-06-13 13:21 UTC 

[PATCH 1/2] Btrfs: use kmem_cache_free when freeing entry in inode cache
 2015-06-13  5:52 UTC  (2+ messages)
` [PATCH 2/2] Btrfs: fix race between caching kthread and returning inode to "

[ovmf bisection] complete build-amd64
 2015-06-13 13:13 UTC 

[PATCH] efi: rtc-efi: use correct EFI 'epoch'
 2015-06-13 12:57 UTC  (4+ messages)
` [PATCH v2] "
      ` [rtc-linux] "

Loan of any Amount
 2015-06-13 12:56 UTC 

[Buildroot] [PATCH] sysstat: fix hash
 2015-06-13 12:53 UTC  (2+ messages)

[Buildroot] [PATCH] bc: patch makeinfo logic
 2015-06-13 12:53 UTC  (3+ messages)

[Buildroot] [PATCH] atf: needs mmu
 2015-06-13 12:53 UTC  (2+ messages)

[Buildroot] [git commit] bc: patch makeinfo logic
 2015-06-13 12:53 UTC 

[Buildroot] [git commit] sysstat: fix hash
 2015-06-13 12:52 UTC 

[Buildroot] [git commit] atf: needs mmu
 2015-06-13 12:52 UTC 

Adding file handle support to NFS client code
 2015-06-13 12:48 UTC  (2+ messages)

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

[PATCH v5 0/3] musb: sunxi: Add support for the Allwinner sunxi musb
 2015-06-13 12:42 UTC  (8+ messages)
` [PATCH v5 1/3] musb: sunxi: Add support for the Allwinner sunxi musb controller
` [PATCH v5 2/3] musb: sunxi: Add support for musb controller in A31 SoC
` [PATCH v5 3/3] musb: sunxi: Add support for musb controller in A33 SoC

[PATCH v5 0/7] phy-sun4i-usb: Add OTG and newer SoC support
 2015-06-13 12:37 UTC  (16+ messages)
` [PATCH v5 1/7] phy-sun4i-usb: Add id and vbus detection support for the otg phy (phy0)
` [PATCH v5 2/7] phy-sun4i-usb: Add extcon "
` [PATCH v5 3/7] phy-sun4i-usb: Swap check for disconnect threshold
` [PATCH v5 4/7] phy-sun4i-usb: Add support for the usb-phys on the sun8i-a23 SoC
` [PATCH v5 5/7] phy-sun4i-usb: Add support for the usb-phys on the sun8i-a33 SoC
` [PATCH v5 6/7] phy-sun4i-usb: Add support for boards with broken Vusb-detection
` [PATCH v5 7/7] phy-sun4i-usb: Add support for monitoring vbus via a power-supply

[PATCH v4 0/2] staging: ion: Add generic ion-physmem driver
 2015-06-13 12:33 UTC  (4+ messages)
` [PATCH v4 1/2] "

[PATCH 00/12] ACPI: constify patches and other minor fixes
 2015-06-13 12:27 UTC  (13+ messages)
` [PATCH 01/12] ACPI / AC: constify DMI system id table
` [PATCH 02/12] ACPI / LPSS: constify device descriptors
` [PATCH 03/12] ACPI / processor: remove bogus __refdata annotation
` [PATCH 04/12] ACPI / PNP: constify device IDs
` [PATCH 05/12] ACPI / battery: constify the offset tables
` [PATCH 06/12] ACPI / battery: minor tweaks to acpi_battery_units()
` [PATCH 07/12] ACPI / battery: mark DMI table as __initconst
` [PATCH 08/12] ACPI / HED: constify ACPI device ids
` [PATCH 09/12] ACPI / processor: constify DMI system id table
` [PATCH 10/12] ACPI / scan: constify ACPI device ids
` [PATCH 11/12] ACPI / video: constify ACPI and DMI id tables
` [PATCH 12/12] ACPI: Constify ACPI device IDs in documentation

[PATCH 0/4] ASoC: constification patches
 2015-06-13 12:25 UTC  (5+ messages)
` [PATCH 1/4] ASoC: max98090: Constify ACPI device ids and register map
` [PATCH 2/4] ASoC: rt5640: "
` [PATCH 3/4] ASoC: rt5670: "
` [PATCH 4/4] ASoC: intel: Constify ACPI device ids

Darlehen
 2015-06-13 20:19 UTC 

[rtc-linux] [PATCH v3 1/3] NTP: rtc: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronization
 2015-06-13 12:23 UTC  (4+ messages)
`  "
  ` [rtc-linux] "

[PATCH] spi: spi-pxa2xx: Constify ACPI device ids
 2015-06-13 12:22 UTC 

[PATCH] mfd: intel_soc_pmic: Constify ACPI device ids
 2015-06-13 12:20 UTC 

[PATCH] ipmi: constify ACPI device ids
 2015-06-13 12:19 UTC 

mn10300 build fails
 2015-06-13 12:14 UTC 

Lieber Freund!!!
 2015-06-13 12:14 UTC 

Lieber Freund!!!
 2015-06-13 12:14 UTC  (2+ messages)

Lieber Freund!!!
 2015-06-13 12:14 UTC 

High CPU load when turning off BT keyboard
 2015-06-13 12:13 UTC 

I2C slave support on Xilinx Zybo
 2015-06-13 12:06 UTC  (4+ messages)

Lieber Freund!!!
 2015-06-13 12:04 UTC 

[PATCH] staging: rtl8712: fix else after break or return warning
 2015-06-13 12:04 UTC 

Recent changes (master)
 2015-06-13 12:00 UTC 

[stericsson:kasan 32/32] arch/arm/mm/mmu.c:1395:13: error: redefinition of 'map_kasan'
 2015-06-13 11:56 UTC 

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

[PATCH v2 1/3] dt-bindings: Add Raspberry Pi compatible string for watchdog
 2015-06-13 11:39 UTC  (9+ messages)
` [PATCH v2 2/3] watchdog: bcm2835: Add poweroff code for the Raspberry Pi
` [PATCH v2 3/3] ARM: dts: bcm2835-rpi: Add "brcm, raspberrypi-pm-wdt" to wdt compatible
  ` [PATCH v2 3/3] ARM: dts: bcm2835-rpi: Add "brcm,raspberrypi-pm-wdt" "

[PATCH 00/15] Kill off set_irq_flags
 2015-06-13 11:32 UTC  (5+ messages)
` [PATCH 01/15] ARM: kill off set_irq_flags usage

[rumpuserxen test] 58459: regressions - FAIL
 2015-06-13 11:30 UTC 

lening aanbieding
 2015-06-07  7:03 UTC 

[qemu-mainline test] 58416: regressions - FAIL
 2015-06-13 11:25 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

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

[PATCH v2 00/17] x86/tsc: Clean up rdtsc helpers
 2015-06-13 10:45 UTC  (3+ messages)
` [PATCH v2 08/17] baycom_epp: Replace rdtscl() with native_read_tsc()

[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] "

[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)

[PATCH 00/12, v2] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2015-06-13  9:49 UTC  (3+ messages)
` [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

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


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.