All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-04 12:59:28 to 2014-04-04 13:52:32 UTC [more...]

[U-Boot] [PULL] : Please pull u-boot-imx
 2014-04-04 13:52 UTC  (5+ messages)

[RFC 1/3] drm/ttm: Add a priority queue
 2014-04-04 13:52 UTC 

[RFC 0/3] TTM priority queue logic
 2014-04-04 13:52 UTC 

copying media files to qemux86
 2014-04-04 13:50 UTC  (4+ messages)

[PATCH] nfs: don't pass non-NULL-terminated string to pr_notice()
 2014-04-04 13:51 UTC  (2+ messages)

[libvirt] [PATCH v2] libxl: Implement basic video device selection
 2014-04-04 13:51 UTC  (5+ messages)

[review-request] Implement "Task covered by" in task.html #5925
 2014-04-04 13:50 UTC  (4+ messages)

Can I make USB IP addresses persist across unplug-replug events
 2014-04-04 13:47 UTC 

[PATCH 00/10] new transaction infrastructure for nf_tables (v3)
 2014-04-04 13:48 UTC  (11+ messages)
` [PATCH 01/10] netfilter: nf_tables: deconstify table and chain in context structure
` [PATCH 02/10] netfilter: nf_tables: generalise transaction infrastructure
` [PATCH 03/10] netfilter: nf_tables: relocate commit and abort routines in the source file
` [PATCH 04/10] netfilter: nf_tables: add message type to transactions
` [PATCH 05/10] netfilter: nf_tables: use new transaction infrastructure to handle sets
` [PATCH 06/10] netfilter: nf_tables: use new transaction infrastructure to handle chain
` [PATCH 07/10] netfilter: nf_tables: disabling table hooks always succeeds
` [PATCH 08/10] netfilter: nf_tables: pass context to nf_tables_uptable
` [PATCH 09/10] netfilter: nf_tables: use new transaction infrastructure to handle table
` [PATCH 10/10] netfilter: nf_tables: use new transaction infrastructure to handle elements

[Qemu-devel] [PATCH for-2.0 0/3] bdrv_open() fixes
 2014-04-04 13:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] block: Don't parse 'filename' option
` [Qemu-devel] [PATCH 2/3] qemu-iotests: Remove CR line endings in reference output

[U-Boot] altera socfpga: mmc boot fails as soon as I enable DEBUG
 2014-04-04 13:47 UTC 

[review-request] correct package count
 2014-04-04 13:46 UTC  (2+ messages)

mach header files
 2014-04-04 13:44 UTC  (9+ messages)

[GIT PULL] ext4 changes for 3.15
 2014-04-04 13:44 UTC  (4+ messages)

SELinux Coloring Book will be at the Red Hat Summit
 2014-04-04 13:43 UTC  (2+ messages)

[review-request} bbarrosp/front-end
 2014-04-04 13:43 UTC  (2+ messages)

[PATCH V2 00/17] ARM: exynos: cpuidle: Move the driver to drivers/cpuidle
 2014-04-04 13:43 UTC  (36+ messages)
` [PATCH V2 01/17] ARM: exynos: cpuidle: Prevent forward declaration
` [PATCH V2 02/17] ARM: exynos: cpuidle: use cpuidle_register
` [PATCH V2 03/17] ARM: exynos: cpuidle: change function name prefix
` [PATCH V2 04/17] ARM: exynos: cpuidle: encapsulate register access inside a function
` [PATCH V2 05/17] ARM: exynos: cpuidle: Move some code inside the idle_finisher
` [PATCH V2 06/17] ARM: exynos: cpuidle: Fix S5P_WAKEUP_STAT call
` [PATCH V2 07/17] ARM: exynos: cpuidle: Use the cpu_pm notifier
` [PATCH V2 08/17] ARM: exynos: cpuidle: Move scu_enable in "
` [PATCH V2 09/17] ARM: exynos: cpuidle: Remove ifdef for scu_enable
` [PATCH V2 10/17] ARM: exynos: cpuidle: Move exynos_set_wakeupmask in the cpu_pm notifier
` [PATCH V2 11/17] ARM: exynos: cpuidle: Move the power sequence call "
` [PATCH V2 12/17] ARM: exynos: cpuidle: Move S5P_CHECK_AFTR in a header
` [PATCH V2 13/17] ARM: exynos: cpuidle: Move clock setup to pm.c
` [PATCH V2 14/17] ARM: exynos: cpuidle: Move the boot vector in pm.c
` [PATCH V2 15/17] ARM: exynos: cpuidle: Pass the AFTR callback to the platform_data
` [PATCH V2 16/17] ARM: exynos: cpuidle: Move the driver to drivers/cpuidle directory
` [PATCH V2 17/17] ARM: exynos: config: Enable cpuidle

[PATCH 1/2] Add correct PLL settings for DragonBall VZ
 2014-04-04 13:42 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/35] pc: ACPI memory hotplug
 2014-04-04 13:37 UTC  (33+ messages)
` [Qemu-devel] [PATCH 01/35] qemu-option: introduce qemu_find_opts_singleton
` [Qemu-devel] [PATCH 02/35] vl: convert -m to QemuOpts
` [Qemu-devel] [PATCH 03/35] object_add: allow completion handler to get canonical path
` [Qemu-devel] [PATCH 04/35] add memdev backend infrastructure
` [Qemu-devel] [PATCH 05/35] vl.c: extend -m option to support options for memory hotplug
` [Qemu-devel] [PATCH 06/35] add pc-{i440fx,q35}-2.1 machine types
` [Qemu-devel] [PATCH 07/35] pc: create custom generic PC machine type
` [Qemu-devel] [PATCH 08/35] qdev: hotplug for buss-less devices
` [Qemu-devel] [PATCH 09/35] qdev: expose DeviceState.hotplugged field as a property
` [Qemu-devel] [PATCH 10/35] dimm: implement dimm device abstraction
` [Qemu-devel] [PATCH 11/35] memory: add memory_region_is_mapped() API
` [Qemu-devel] [PATCH 12/35] dimm: do not allow to set already busy memdev
` [Qemu-devel] [PATCH 13/35] pc: initialize memory hotplug address space
` [Qemu-devel] [PATCH 14/35] pc: exit QEMU if slots > 256
` [Qemu-devel] [PATCH 15/35] pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
` [Qemu-devel] [PATCH 16/35] pc: add memory hotplug handler to PC_MACHINE
` [Qemu-devel] [PATCH 17/35] dimm: add busy address check and address auto-allocation
` [Qemu-devel] [PATCH 18/35] dimm: add busy slot check and slot auto-allocation
` [Qemu-devel] [PATCH 19/35] acpi: rename cpu_hotplug_defs.h to acpi_defs.h
` [Qemu-devel] [PATCH 20/35] acpi: memory hotplug ACPI hardware implementation
` [Qemu-devel] [PATCH 22/35] trace: add DIMM slot & address allocation for target-i386
` [Qemu-devel] [PATCH 23/35] acpi:piix4: make plug/unlug callbacks generic
` [Qemu-devel] [PATCH 24/35] acpi:piix4: add memory hotplug handling
` [Qemu-devel] [PATCH 25/35] pc: ich9 lpc: make it work with global/compat properties
` [Qemu-devel] [PATCH 26/35] acpi:ich9: add memory hotplug handling
` [Qemu-devel] [PATCH 27/35] pc: migrate piix4 & ich9 MemHotplugState
` [Qemu-devel] [PATCH 29/35] pc: ACPI BIOS: punch holes in PCI0._CRS for memory hotplug IO region
` [Qemu-devel] [PATCH 31/35] pc: ACPI BIOS: implement memory hotplug interface
` [Qemu-devel] [PATCH 32/35] pc: ACPI BIOS: use enum for defining memory affinity flags
` [Qemu-devel] [PATCH 33/35] pc: ACPI BIOS: reserve SRAT entry for hotplug mem hole
` [Qemu-devel] [PATCH 34/35] pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machines
` [Qemu-devel] [PATCH 35/35] pc: ACPI BIOS: update pregenerated ACPI table blobs

ti_am33x_adc sampling bugs
 2014-04-04 13:41 UTC  (10+ messages)

[PATCH v2] umount: fix typo in usage
 2014-04-04 13:41 UTC  (2+ messages)

[PATCH] drm/i915: Make contexts non-snooped on non-LLC platforms
 2014-04-04 13:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs: fix reversed warning condition in btrfs_delayed_inode_reserve_metadata
 2014-04-04 13:40 UTC  (5+ messages)

[PATCH 00/75] l2c series
 2014-04-04 13:40 UTC  (4+ messages)
` [PATCH 59/75] ARM: l2c: prima2: remove cache size override

[PATCH] drm/i915: Always use kref tracking for all contexts
 2014-04-04 13:40 UTC  (2+ messages)

[PATCH 0/2] introduce devm_mdiobus_alloc/devm_mdiobus_free
 2014-04-04 13:40 UTC  (5+ messages)
  ` [PATCH 1/2] mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free
  ` [PATCH 2/2] net: davinci_mdio: use devm_* api

New section mismatch warnings
 2014-04-04 13:39 UTC 

[PATCH] x86: Try the BIOS reboot method before the PCI reboot method
 2014-04-04 13:38 UTC  (5+ messages)
` [tip:x86/reboot] "

[Xenomai] Command line freeze during xeno-regression-test on omap4460
 2014-04-04 13:38 UTC  (5+ messages)

[RFC, PATCH 0/6] xfs: delalloc, DIO and corruption
 2014-04-04 13:37 UTC  (3+ messages)
` [PATCH 5/6] xfs: splitting delalloc extents can run out of reservation

[patch net-next] net: make packet_type->ak_packet_priv generic
 2014-04-04 13:36 UTC  (4+ messages)

[PATCH RFC] Btrfs: device_list_add() should not update list when mounted
 2014-04-04 13:35 UTC  (3+ messages)
` [PATCH RFC v2] "

[review-request] 6067 "catch IndexError errors for get_dict_value "
 2014-04-04 13:34 UTC  (2+ messages)

[PATCH] usb: ohci-exynos: Remove locks for 'ohci' in suspend callback
 2014-04-04 13:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v7] target-ppc: gdbstub allow byte swapping for reading/writing registers
 2014-04-04 13:33 UTC  (2+ messages)

[Bug 76957] New: Pixel artifacts and corruption plus system freeze and instabilities with the free radeon driver (AMD HD 6570)
 2014-04-04 13:33 UTC  (2+ messages)
` [Bug 76957] "

[PATCH][review-request] toaster.bbclass: image file is missing a "/"
 2014-04-04 13:32 UTC  (2+ messages)

[PATCH 00/20] FDT clean-ups and libfdt support
 2014-04-04 13:32 UTC  (9+ messages)
` [PATCH 09/20] of/fdt: create common debugfs

[PATCH 0/4] hugetlb: add support gigantic page allocation at runtime
 2014-04-04 13:30 UTC  (5+ messages)
` [PATCH 4/4] hugetlb: add support for "

[PATCH 3.13 00/22] 3.13.9-stable review
 2014-04-04 13:30 UTC  (4+ messages)

[review-request] 6033 (v2)
 2014-04-04 13:30 UTC  (2+ messages)

[PATCH 00/49] rc-core: my current patch queue
 2014-04-04 13:30 UTC  (7+ messages)
` [PATCH 04/49] rc-core: do not change 32bit NEC scancode format for now
` [PATCH 05/49] rc-core: split dev->s_filter
` [PATCH 06/49] rc-core: remove generic scancode filter

[Patch net-next] pktgen: small code cleanup
 2014-04-04 13:29 UTC  (3+ messages)

[review-request] Changes to help strings
 2014-04-04 13:29 UTC  (3+ messages)

[review-request] Changes to help strings (v2)
 2014-04-04 13:28 UTC  (2+ messages)

[PATCH v2] tools: implement initial ramdisk support for ARM
 2014-04-04 13:28 UTC 

[PATCH v2 00/15] xen/arm: Add GICv3 support
 2014-04-04 13:27 UTC  (16+ messages)
` [PATCH v2 01/15] xen/arm: register mmio handler at runtime
` [PATCH v2 02/15] xen/arm: move vgic rank data to gic header file
` [PATCH v2 03/15] arm/xen: move gic save and restore registers to gic driver
` [PATCH v2 04/15] xen/arm: move gic definitions to seperate file

[PATCH] staging: comedi: drivers: pcl812.c: fixed a coding style issue
 2014-04-04 13:26 UTC  (5+ messages)

[PATCH 0/2] Trivial in-kernel API documentation fixes
 2014-04-04 13:24 UTC  (3+ messages)
` [PATCH 1/2] media: v4l: V4L2_MBUS_FRAME_DESC_FL_BLOB is about 1D DMA
` [PATCH 2/2] media: v4l: Remove documentation for nonexistend input field in v4l2_buffer

[Qemu-devel] [PATCH v5 00/37] AArch64 system emulation
 2014-04-04 13:25 UTC  (9+ messages)
` [Qemu-devel] [PATCH v5 06/37] target-arm: Provide syndrome information for MMU faults
` [Qemu-devel] [PATCH v5 34/37] target-arm: Implement CBAR for Cortex-A57

Need help on bluez emulator
 2014-04-04 13:24 UTC 

[PATCH 0/7] ASoC:davinci-mcasp: bc polarity fix and proper format support
 2014-04-04 13:24 UTC  (2+ messages)

[PATCH 00/49] Execlists
 2014-04-04 13:24 UTC  (4+ messages)
` [PATCH 42/49] drm/i915/bdw: Get prepared for a two-stage execlist submit process

[PATCH] RSI 91x firmware
 2014-04-04 13:20 UTC 

[PATCH V2 0/2] FAULT_AROUND_ORDER patchset performance data for powerpc
 2014-04-04 13:17 UTC  (5+ messages)
` [PATCH V2 1/2] mm: move FAULT_AROUND_ORDER to arch/

[GIT PULL v2] remove xend and libxen for 4.5
 2014-04-04 13:20 UTC 

Intel I350 mini-PCIe card (igb) on Mirabox (mvebu / Armada 370)
 2014-04-04 13:19 UTC  (13+ messages)

[PATCH v3 00/13] IOMMU support for ARM
 2014-04-04 13:18 UTC  (17+ messages)
` [PATCH v3 12/13] xen/arm: Add the property "protected-devices" in the hypervisor node

[PATCH v9 0/1] Tracepoint API simplification, text size shrink
 2014-04-04 13:19 UTC  (7+ messages)
` [PATCH v9 1/1] Tracepoint: register/unregister struct tracepoint

Updates to meta-fsl-arm (master) in 2014-04-04
 2014-04-04 13:16 UTC 

Updates to meta-fsl-arm-extra (master) in 2014-04-04
 2014-04-04 13:15 UTC 

[Qemu-devel] [PATCH] spapr: skip adding usb keyboard/mouse in case of -nodefaults
 2014-04-04 13:14 UTC  (5+ messages)

Crash in rbd, need advice
 2014-04-04 13:10 UTC  (4+ messages)

Things I wish I'd known about Inotify
 2014-04-04 13:08 UTC  (5+ messages)

[PATCH] ASoC: cs42l52: Report correct chip id and revision
 2014-04-04 13:08 UTC 

[ANNOUNCE] xfstests: updated to cf1ed54
 2014-04-04 13:07 UTC  (3+ messages)

[PATCH 0/9] Add Qualcomm crypto driver
 2014-04-04 13:07 UTC  (4+ messages)
` [PATCH 3/9] crypto: qce: Add dma and sg helpers

[review-request] 5778 detail page sorts and 6061 disable image sort by size percent
 2014-04-04 13:04 UTC  (2+ messages)

AFTR does not work on arndale 5250
 2014-04-04 13:06 UTC 

[crypto:master 60/60] arch/x86/crypto/ghash-clmulni-intel_glue.c:71:25: sparse: cast to restricted __be64
 2014-04-04 13:06 UTC  (5+ messages)

[PATCH] umount: fix typo in usage
 2014-04-04 13:08 UTC 

[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
 2014-04-04 13:00 UTC  (5+ messages)
` [PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation

[PATCH v2 00/16] ASoC: fsl-ssi: Driver cleanup
 2014-04-04 12:59 UTC  (7+ messages)
    ` [alsa-devel] "


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.