All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-11 10:11:15 to 2013-12-11 10:40:31 UTC [more...]

[PATCH 0/2] Add initial support of PMU and CMU for exynos5260
 2013-12-11 10:40 UTC  (5+ messages)
` [PATCH 1/2] ARM: EXYNOS: Add initial support of PMU for Exynos5260
` [PATCH 2/2] ARM: EXYNOS: Add CMU virtual addresses for exynos5260

[PATCHv3 0/2] CMA for arm64
 2013-12-11 10:40 UTC  (3+ messages)
` [PATCHv3 2/2] arm64: Enable CMA

btrfs/024 is unhappy on current HEAD
 2013-12-11 10:39 UTC 

[PATCH v5 00/14] kexec kernel efi runtime support
 2013-12-11 10:39 UTC  (11+ messages)
` [PATCH v5 01/14] x86/mm: sparse warning fix for early_memremap
` [PATCH v5 02/14] efi: use early_memremap and early_memunmap

[Qemu-devel] [PATCH v2] char: restore read callback on a reattached (hotplug) chardev
 2013-12-11 10:36 UTC  (2+ messages)

perf: hsw model numbers
 2013-12-11 10:36 UTC 

[Qemu-devel] [PATCH v10 0/5] add allwinner A10 SoC support
 2013-12-11 10:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH v10 5/5] hw/arm: add cubieboard support

[Qemu-devel] [PATCH v4 0/8] spapr: bootindex support
 2013-12-11 10:36 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 1/8] qom: do not register interface "types" in the type table
` [Qemu-devel] [PATCH v4 2/8] qom: detect bad reentrance during object_class_foreach
` [Qemu-devel] [PATCH v4 3/8] boot: extend get_boot_devices_list() to ignore suffixes
` [Qemu-devel] [PATCH v4 4/8] spapr-llan: add to boot device list
` [Qemu-devel] [PATCH v4 5/8] spapr-vio: fix firmware names
` [Qemu-devel] [PATCH v4 6/8] qdev: introduce FWPathProvider interface
` [Qemu-devel] [PATCH v4 7/8] vl: allow customizing the class of /machine
` [Qemu-devel] [PATCH v4 8/8] spapr: define interface to fix device pathname

[PATCH 0/2] Completion for 'perf kvm'
 2013-12-11 10:34 UTC  (3+ messages)
` [PATCH 1/2] perf completion: complete "
` [PATCH 2/2] perf tools: ignore files generated by "

[PATCH 00/50] more drm de-midlayering
 2013-12-11 10:35 UTC  (51+ messages)
` [PATCH 01/50] drm/rcar: call drm_put_dev directly in the ->remove hook
` [PATCH 02/50] drm/exynos: call drm_put_dev directly from ->remove
` [PATCH 03/50] drm/imx: directly call drm_put_dev in ->remove
` [PATCH 04/50] drm/tilcdc: call drm_put_dev directly from ->remove
` [PATCH 05/50] drm/omap: call drm_put_dev directly in ->remove
` [PATCH 06/50] drm/shmob: call drm_put_dev directly from ->remove hook
` [PATCH 07/50] drm/armada: directly call drm_put_dev in ->remove
` [PATCH 08/50] drm/msm: call drm_put_dev directly "
` [PATCH 09/50] drm: rip out drm_platform_exit
` [PATCH 10/50] drm: restrict the device list for shadow attached drivers
` [PATCH 11/50] drm/bufs: remove handling of _DRM_GEM mappings
` [PATCH 12/50] drm: kill DRIVER_REQUIRE_AGP
` [PATCH 13/50] drm: ->agp_init can't fail
` [PATCH 14/50] drm: rip out drm_core_has_AGP
` [PATCH 15/50] drm: remove agp_init() bus callback
` [PATCH 16/50] drm: inline drm_agp_destroy
` [PATCH 17/50] drm: kill the ->agp_destroy callback
` [PATCH 18/50] drm: remove global_mutex locking around agp_init
` [PATCH 19/50] drm: rip out DRM_AGP_MEM and DRM_AGP_KERN
` [PATCH 20/50] drm: Kill DRM_HZ
` [PATCH 21/50] drm: Kill DRM_IRQ_ARGS
` [PATCH 22/50] drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE
` [PATCH 23/50] drm: Kill DRM_COPY_(TO|FROM)_USER
` [PATCH 24/50] drm: Kill DRM_*MEMORYBARRIER
` [PATCH 25/50] drm: Kill DRM_SUSER
` [PATCH 26/50] drm/gma500: Remove dead code
` [PATCH 27/50] drm/irq: Replace DRM_WAIT_ON with wait_event
` [PATCH 28/50] drm: Remove DRM_WAIT_ON from all drivers
` [PATCH 29/50] drm/irq: simplify irq checks in drm_wait_vblank
` [PATCH 30/50] drm/pci: fold in irq_by_busid support
` [PATCH 31/50] drm/irq: drm_control is a legacy ioctl, so pci devices only
` [PATCH 32/50] drm/irq: remove cargo-culted locking from irq_install/unistall
` [PATCH 33/50] drm: remove drm_dev_to_irq from drivers
` [PATCH 34/50] drm: kill drm_bus->bus_type
` [PATCH 35/50] drm: Rip out totally bogus vga_switcheroo->can_switch locking
` [PATCH 36/50] drm: rename dev->count_lock to dev->buf_lock
` [PATCH 37/50] drm/irq: track the irq installed in drm_irq_install in dev->irq
` [PATCH 38/50] drm/irq: Look up the pci irq directly in the drm_control ioctl
` [PATCH 39/50] drm: pass the irq explicitly to drm_irq_install
` [PATCH 40/50] drm: remove bus->get_irq implementations
` [PATCH 41/50] drm: inline drm_pci_set_unique
` [PATCH 42/50] drm: rip out dev->devname
` [PATCH 43/50] drm: remove drm_bus->get_name
` [PATCH 44/50] drm: Remove dev->kdriver
` [PATCH 45/50] drm/<drivers>: don't set driver->dev_priv_size to 0
` [PATCH 46/50] drm: store the gem vma offset manager in a typed pointer
` [PATCH 47/50] drm: rip out dev->ioctl_count tracking
` [PATCH 48/50] drm: Kill file_priv->ioctl_count tracking
` [PATCH 49/50] drm: remove dev->vma_count
` [PATCH 50/50] drm: use memdup_user() as a cleanup

[PATCH][3.11.y] intel_pstate: fix no_turbo
 2013-12-11 10:35 UTC  (2+ messages)

[U-Boot] Some M68K boards are depending the specific order of libraries
 2013-12-11 10:35 UTC  (3+ messages)

[PATCH 1/1] AX88179_178A: Enable the hardware pseudo header in case of the NET_IP_ALIGN equals 0
 2013-12-11 10:33 UTC  (5+ messages)

[PATCH net v3 0/2] xen-netback: napi fixes
 2013-12-11 10:34 UTC  (7+ messages)
` [PATCH net v3 2/2] xen-netback: napi: don't prematurely request a tx event

ipt_SYNPROXY: kernel panic caused by nullpointer dereference
 2013-12-11 10:33 UTC  (4+ messages)

[RFC PATCH net-next 0/3] unify netfront and netback checksum setup code
 2013-12-11 10:32 UTC  (3+ messages)

[meta-fsl-arm-extra][PATCH v3 1/2] wandboard.inc: add file with common settings for wandboard boards
 2013-12-11 10:31 UTC  (3+ messages)
` [meta-fsl-arm-extra][PATCH v3 2/2] wandboard.inc: add touchscreen support

[Qemu-devel] [PATCH for-1.7 0/5] acpi unit-test: added tests
 2013-12-11 10:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-1.7 3/5] acpi unit-test: add test files

[PATCH 1/9] android/bluetooth: Add support for reporting adapter type property
 2013-12-11 10:31 UTC  (9+ messages)
` [PATCH 2/9] android/bluetooth: Add support for adapter bonded devices property
` [PATCH 3/9] android/bluetooth: Add support for remote device friendly name
` [PATCH 4/9] android/bluetooth: Free devices on service unregister
` [PATCH 5/9] android/bluetooth: Add support for remote device class
` [PATCH 6/9] android/bluetooth: Add support for remote device RSSI
` [PATCH 7/9] android/bluetooth: Add support for get remote device properties command
` [PATCH 8/9] android/bluetooth: Add support for remote device type property
` [PATCH 9/9] android/bluetooth: Code style and whitespace cleanup

[refpolicy] RFC: direct_init_entry breaks direct_initrc
 2013-12-11 10:31 UTC  (4+ messages)

[PATCH 1/7] PCI: imx6: Make reset-gpio optional
 2013-12-11 10:30 UTC  (14+ messages)
` [PATCH 2/7] PCI: imx6: Fix waiting for link up
` [PATCH V2 3/7] PCI: imx6: Split away the PHY reset
` [PATCH 4/7] PCI: imx6: Split away the link up wait loop
` [PATCH V2 5/7] PCI: imx6: Fix link start operation
` [PATCH 6/7] PCI: imx6: Fix bugs in PCIe startup code
` [PATCH 7/7] ARM: dts: imx6q-sabrelite: Enable PCI express

[PATCH RFC 0/5] OSSTest: OVMF guest test case
 2013-12-11 10:29 UTC  (7+ messages)
` [PATCH RFC 2/5] Build OVMF for Xen-unstable

[RFCv4 PATCH 0/8] vb2: various cleanups and improvements
 2013-12-11 10:28 UTC  (5+ messages)
` [RFCv4 PATCH 7/8] vb2: return ENODATA in start_streaming in case of too few buffers

[PATCH cryptodev] crypto: arch - use crypto_memneq instead of memcmp
 2013-12-11 10:28 UTC 

[PATCH v6 0/6] mm: sched: numa: several fixups
 2013-12-11 10:28 UTC  (17+ messages)
` [PATCH v6 1/6] sched/numa: fix set cpupid on page migration twice against thp
` [PATCH v6 2/6] sched/numa: drop sysctl_numa_balancing_settle_count sysctl
` [PATCH v6 3/6] sched/numa: use wrapper function task_node to get node which task is on
` [PATCH v6 4/6] sched/numa: fix set cpupid on page migration twice against normal page
` [PATCH v6 5/6] sched/numa: use wrapper function task_faults_idx to calculate index in group_faults
` [PATCH v6 6/6] sched/numa: fix period_slot recalculation

[PATCH] powerpc: set default kernel thread priority to medium-low
 2013-12-11 10:30 UTC  (4+ messages)

[PATCH v2 0/6] interrupt handling fixes
 2013-12-11 10:28 UTC  (5+ messages)
` [PATCH v2 6/6] xen/arm: disable a physical IRQ when the guest disables the corresponding IRQ

[PATCH 0/4] usb: chipidea: msm: Clean and fix glue layer driver
 2013-12-11 10:26 UTC  (8+ messages)
` [PATCH 4/4] usb: chipidea: msm: Use USB PHY API to control PHY state

[PATCH] Staging: TIDSPBRIDGE: Use vm_iomap_memory for mmap-ing instead of remap_pfn_range
 2013-12-11 10:27 UTC  (6+ messages)

[PATCH v2] kexec/x86: Do not map crash kernel area
 2013-12-11 10:26 UTC 

[PATCH V2 0/6] Memory compaction efficiency improvements
 2013-12-11 10:24 UTC  (14+ messages)
` [PATCH V2 1/6] mm: compaction: trace compaction begin and end
` [PATCH V2 2/6] mm: compaction: encapsulate defer reset logic
` [PATCH V2 3/6] mm: compaction: reset cached scanner pfn's before reading them
` [PATCH V2 4/6] mm: compaction: detect when scanners meet in isolate_freepages
` [PATCH V2 5/6] mm: compaction: do not mark unmovable pageblocks as skipped in async compaction
` [PATCH V2 6/6] mm: compaction: reset scanner positions immediately when they meet

[Qemu-devel] [PATCH] piix: do not reset APIC base address (0x80) on piix4_reset
 2013-12-11 10:23 UTC  (2+ messages)

[PATCH 0/2] net: smc91x: add DT flags for legacy platforms
 2013-12-11 10:21 UTC  (11+ messages)
` [PATCH 1/2] net: smc91x: Read hardware behavior flags from device tree
` [PATCH 2/2] ARM: dts: omap2430-sdp: add flags for ethernet functionality

[PATCH net-next 0/6] net_sched: clean up some chekpatch errors
 2013-12-11 10:20 UTC  (4+ messages)
` [PATCH net-next 6/6] net_sched: make macro be enclosed in parenthesis

[ath9k-devel] unwanted client isolation AR9280 @ 5GHz mode
 2013-12-11 10:20 UTC  (6+ messages)

[PULL] drm-intel-next
 2013-12-11 10:20 UTC 

Developer Dashboards for Xen Project sub-projects (need input)
 2013-12-11 10:18 UTC 

[PATCH] perf list: fix --raw-dump
 2013-12-11 10:16 UTC 

nfs vs xfstests 193
 2013-12-11 10:16 UTC  (3+ messages)
` [PATCH] nfsd: revoking of suid/sgid bits after chown() in a consistent way

[PATCH] phy: Add exynos-phy driver
 2013-12-11 10:16 UTC  (4+ messages)

Kernel 3.11 / 3.12 OOM killer and Xen ballooning
 2013-12-11 10:16 UTC  (8+ messages)

[PATCH v5 0/8] mm: sched: numa: several fixups
 2013-12-11 10:15 UTC  (5+ messages)
` [PATCH v5 7/8] sched/numa: fix record hinting faults check

[meta-fsl-arm-extra][PATCH] More changes for git fetchers
 2013-12-11 10:14 UTC  (2+ messages)

[PATCH 00/10] Refactoring bnep code to reduce redundancy
 2013-12-11 10:13 UTC  (11+ messages)
` [PATCH 01/10] bnep: Rename bnep_kill_connection to bnep_conndel
` [PATCH 02/10] bnep: Rename send ctrl_rsp and make it global
` [PATCH 03/10] bnep: Move bnep related calls to bnep.h|c
` [PATCH 04/10] profiles/network/server: Delete function which does nothing
` [PATCH 05/10] profiles/network: Move pan sdp record function bnep and make it global
` [PATCH 06/10] android/pan: Remove channel unref which causing disconnection
` [PATCH 07/10] android/pan: Fix missing cleanup calls
` [PATCH 08/10] android/pan: Fix minor white space
` [PATCH 09/10] android/pan: Free connected pan devices on profile unregister call
` [PATCH 10/10] android/pan: Add PAN NAP sdp record fo server role

[PATCH] leds: leds-pwm: fix duty time overflow
 2013-12-11  9:19 UTC  (2+ messages)

[PATCH v4 00/15] usb: phy: msm: Fixes, cleanups and DT support
 2013-12-11 10:11 UTC  (4+ messages)
` [PATCH v4 01/15] usb: phy: msm: Move mach dependent code to platform data

Testing for the Xen Project
 2013-12-11 10:12 UTC 

drm: update VIA driver to 2.7.2
 2013-12-11 10:11 UTC 

[PATCH 0/5] drm/i915: Gen2 PLL fixes
 2013-12-11 10:12 UTC  (6+ messages)


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.