All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-09 15:23:28 to 2013-06-09 17:30:11 UTC [more...]

N900 device tree conversion: how to do first step
 2013-06-09 17:30 UTC  (9+ messages)

[Qemu-devel] [PATCH qom-cpu v4 00/18] dump: Build cleanups, redone
 2013-06-09 17:29 UTC  (23+ messages)
` [Qemu-devel] [PATCH qom-cpu v4 01/18] dump: Move stubs into libqemustub.a
` [Qemu-devel] [PATCH qom-cpu v4 02/18] pc: Fix crash when attempting to hotplug CPU with negative ID
` [Qemu-devel] [PATCH qom-cpu v4 03/18] pc: Create pc-*-1.6 machine-types
` [Qemu-devel] [PATCH qom-cpu v4 04/18] target-i386: Update model values on Conroe/Penryn/Nehalem CPU models
` [Qemu-devel] [PATCH qom-cpu v4 05/18] target-i386: Set level=4 on Conroe/Penryn/Nehalem
` [Qemu-devel] [PATCH qom-cpu v4 06/18] target-i386: cpu: Fix potential buffer overrun in get_register_name_32()
` [Qemu-devel] [PATCH qom-cpu v4 07/18] cpu: Turn cpu_paging_enabled() into a CPUState hook
` [Qemu-devel] [PATCH qom-cpu v4 08/18] memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.h
` [Qemu-devel] [PATCH qom-cpu v4 09/18] cpu: Turn cpu_get_memory_mapping() into a CPUState hook
` [Qemu-devel] [PATCH qom-cpu v4 10/18] memory_mapping: Drop qemu_get_memory_mapping() stub
` [Qemu-devel] [PATCH qom-cpu v4 11/18] dump: Drop qmp_dump_guest_memory() stub and build for all targets
` [Qemu-devel] [PATCH qom-cpu v4 12/18] cpu: Change default for CPUClass::get_paging_enabled()
` [Qemu-devel] [PATCH qom-cpu v4 13/18] memory_mapping: Cleanup qemu_get_guest_memory_mapping()
` [Qemu-devel] [PATCH qom-cpu v4 14/18] dump: Abstract dump_init() with cpu_synchronize_all_states()
` [Qemu-devel] [PATCH qom-cpu v4 15/18] dump: Abstract dump_init() further with qemu_for_each_cpu()
` [Qemu-devel] [PATCH qom-cpu v4 16/18] dump: Abstract write_elf{64, 32}_notes() "
` [Qemu-devel] [PATCH qom-cpu v4 17/18] memory_mapping: Use hwaddr type for MemoryMapping virt_addr field
` [Qemu-devel] [PATCH qom-cpu v4 18/18] memory_mapping: Build only once

[PATCH v4 00/45] Massive improvents to rebase and cherry-pick
 2013-06-09 17:29 UTC  (56+ messages)
` [PATCH v4 01/45] build: generate and clean test scripts
` [PATCH v4 02/45] build: do not install git-remote-testgit
` [PATCH v4 03/45] build: trivial cleanup
` [PATCH v4 04/45] build: add builtin lib
` [PATCH v4 05/45] log-tree: remove dependency from sequencer
` [PATCH v4 06/45] Move sequencer to builtin
` [PATCH v4 07/45] unpack-trees: plug a memory leak
` [PATCH v4 08/45] read-cache: plug a few leaks
` [PATCH v4 09/45] sequencer: remove useless indentation
` [PATCH v4 10/45] sequencer: trivial fix
` [PATCH v4 11/45] cherry-pick: don't barf when there's nothing to do
` [PATCH v4 12/45] cherry-pick: add --skip-empty option
` [PATCH v4 13/45] revert/cherry-pick: add --quiet option
` [PATCH v4 14/45] revert/cherry-pick: add --skip option
` [PATCH v4 15/45] builtin: add rewrite helper
` [PATCH v4 16/45] cherry-pick: store rewritten commits
` [PATCH v4 17/45] cherry-pick: don't store skipped commit
` [PATCH v4 18/45] builtin: move run_rewrite_hook() to rewrite.c
` [PATCH v4 19/45] builtin: add copy_rewrite_notes()
` [PATCH v4 20/45] cherry-pick: copy notes and run hooks
` [PATCH v4 21/45] cherry-pick: add --action-name option
` [PATCH v4 22/45] cherry-pick: remember rerere-autoupdate
` [PATCH v4 23/45] rebase: split the cherry-pick stuff
` [PATCH v4 24/45] rebase: cherry-pick: fix mode storage
` [PATCH v4 25/45] rebase: cherry-pick: fix sequence continuation
` [PATCH v4 26/45] rebase: cherry-pick: fix abort of cherry mode
` [PATCH v4 27/45] rebase: cherry-pick: fix command invocations
` [PATCH v4 28/45] rebase: cherry-pick: fix status messages
` [PATCH v4 29/45] rebase: cherry-pick: automatically commit stage
` [PATCH v4 30/45] rebase: cherry-pick: set correct action-name
` [PATCH v4 31/45] rebase: trivial cleanup
` [PATCH v4 32/45] rebase: use 'cherrypick' mode instead of 'am'
` [PATCH v4 33/45] rebase: cherry-pick: fix for shell prompt
` [PATCH v4 34/45] rebase: cherry-pick: add merge options
` [PATCH v4 35/45] rebase: remove merge mode
` [PATCH v4 36/45] rebase: cherry-pick: add copyright
` [PATCH v4 37/45] tests: fix autostash
` [PATCH v4 38/45] add simple tests of consistency across rebase types
` [PATCH v4 39/45] add tests for rebasing with patch-equivalence present
` [PATCH v4 40/45] add tests for rebasing of empty commits
` [PATCH v4 41/45] add tests for rebasing root
` [PATCH v4 42/45] add tests for rebasing merged history
` [PATCH v4 43/45] t3406: modernize style
` [PATCH v4 44/45] tests: move test for rebase messages from t3400 to t3406
` [PATCH v4 45/45] tests: update topology tests

[PATCH 1/2] kvm-unit-tests: Add a func to run instruction in emulator
 2013-06-09 17:28 UTC  (11+ messages)

[Qemu-devel] [PATCH] audio: Replace macro GCC_ATTR by GCC_FMT_ATTR and use inline functions
 2013-06-09 17:28 UTC  (2+ messages)

[PATCH] serial: imx: enable the clocks for console
 2013-06-09 17:26 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 1/3] drm/i915: Show the computed dotclock in the debug logs
 2013-06-09 17:23 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: Show the preferred input timings for sDVO
` [PATCH 3/3] drm/i915: Fix checking of pixel multiplier on SDVOX

[Buildroot] [PATCH 1/3] Add on2-8170 kernel modules
 2013-06-09 17:22 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] Add proprietary libraries for Hantro x170 HW decoding
` [Buildroot] [PATCH 3/3] Add gstreamer plugin for Hantro x170

problem with rte_hash
 2013-06-09 17:16 UTC  (2+ messages)

[PATCH 0/4] Fix triangular workflows for upstream, simple
 2013-06-09 17:13 UTC  (5+ messages)
` [PATCH 1/4] t/push-default: remove redundant test_config lines
` [PATCH 2/4] push: make upstream, simple work with pushdefault
` [PATCH 3/4] t/push-default: generalize test_push_{success, commit}
` [PATCH 4/4] t/push-default: test pushdefault with all modes

[PATCH] mtd: orion_nand: Improve error handling in orion_nand_probe
 2013-06-09 17:15 UTC  (4+ messages)

[PATCH] build: get rid of the notion of a git library
 2013-06-09 17:13 UTC  (14+ messages)

[PATCH 0/8] format string usage clean ups
 2013-06-09 17:10 UTC  (6+ messages)
` [PATCH 4/8] power: ensure event is not used as format string
    ` [PATCH] power: Add missing newlines, fix a couple of typos, add pr_fmt

[PATCH 0/4] ASoC: codecs: some more improvements for adau1701
 2013-06-09 17:12 UTC  (3+ messages)
` [PATCH 2/4] ASoC: codecs: adau1701: allow configuration of PLL mode pins

Moved partition via dd
 2013-06-09 17:05 UTC  (7+ messages)

[PATCH v2 0/4] copy_process/attach_pid minor fix + cleanups
 2013-06-09 17:00 UTC  (5+ messages)
` [PATCH 1/4] de_thread: use change_pid() rather than detach_pid/attach_pid
` [PATCH 2/4] copy_process: unify CLONE_THREAD-or-thread_group_leader code
` [PATCH 3/4] copy_process: don't add the uninitialized child to thread/task/pid lists
` [PATCH 4/4] copy_process: consolidate the lockless CLONE_THREAD checks

How to get driver_data of struct ieee1394_device_id in kernel driver module?
 2013-06-09 17:03 UTC  (8+ messages)
      ` [PATCH] firewire: introduce fw_driver.probe and .remove methods

[PATCH 1/1] tps65090-charger: Fix AC detect
 2013-06-09 17:03 UTC  (4+ messages)

[PATCH 1/2] bcma: activate PCI host option by default
 2013-06-09 16:59 UTC  (2+ messages)
` [PATCH 2/2] b43: activate N-PHY and HT-PHY support "

[PATCH] MAINTAINERS: Update email address for Anton Vorontsov
 2013-06-09 16:56 UTC 

[Bug 65576] New: [NV11] no EGL with nouveau_vieux_dri - no DRI_IMAGE
 2013-06-09 16:56 UTC 

[PATCH 3.1+] b43: ensue that BCMA is "y" when B43 is "y"
 2013-06-09 16:53 UTC  (2+ messages)

AM335x tsc & adc, dt + cleanup take 3
 2013-06-09 16:52 UTC  (7+ messages)
` [PATCH 12/22] iio/ti_tscadc: Update with IIO map interface
` [PATCH 21/22] iio/ti_am335x_adc: Allow to specify input line

[PATCH v5] ath9k_htc: add STBC TX support
 2013-06-09 16:51 UTC  (2+ messages)
` [ath9k-devel] "

[RFC PATCH v2, part3 00/11] Introduce PCI bus lock and state machine
 2013-06-09 16:50 UTC  (8+ messages)
` [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

[PATCH] submodule: remove redundant check for the_index.initialized
 2013-06-09 16:44 UTC  (2+ messages)

Email: kent.reeveess@citynew.com
 2013-06-09 16:22 UTC  (2+ messages)

Email: kent.reeveess@citynew.com
 2013-06-09 16:22 UTC 

[PATCH 0/6] Add support for Allwinner A10s SoCs
 2013-06-09 16:36 UTC  (13+ messages)
` [PATCH 1/6] ARM: sunxi: Add Allwinner A10s machine compatible
` [PATCH 2/6] pinctrl: sunxi: Move the pins definitions to a separate header
` [PATCH 3/6] pinctrl: sunxi: Add Allwinner A10s pins
` [PATCH 4/6] ARM: sunxi: dt: Add Allwinner A10s DTSI
` [PATCH 5/6] ARM: sunxi: Add Olimex A10s-Olinuxino-micro device tree
` [PATCH 6/6] ARM: multi_v7: Enable Allwinner EMAC in multi_v7_defconfig

[GIT PULL] gma500-fixes for 3.10-rc6
 2013-06-09 16:32 UTC 

[SCSI] mvsas: Fix the kernel panic due to unaligned data access
 2013-06-09 16:31 UTC  (4+ messages)
` [PATCH] "

[PATCH 1/3] drm/i915: Fix hotplug interrupt enabling for SDVOC
 2013-06-09 16:31 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Enable hotplug interrupts after querying hw capabilities

Questions about Runtime Power Management
 2013-06-09 16:28 UTC 

[ANNOUNCE] sdparm 1.08 available
 2013-06-09 16:26 UTC 

[PATCH v3 1/3] cpufreq: ondemand: Change the calculation of target frequency
 2013-06-09 16:26 UTC  (5+ messages)

VirtIO and BSOD On Windows Server 2003
 2013-06-09 16:20 UTC  (2+ messages)

[PATCH] deb-pkg: Don't run find across mountpoints
 2013-06-09 16:14 UTC 

[PATCH] pcmcia: pd6729: fix error return code in pd6729_pci_probe()
 2013-06-09 16:09 UTC  (2+ messages)

[PATCH] memstick: fix error return code in r592_probe()
 2013-06-09 16:07 UTC  (2+ messages)

[RFC PATCH 2/4] USB: EHCI: don't release ehci->lock if URB giveback in tasklet context
 2013-06-09 16:06 UTC  (2+ messages)

[U-Boot] [PATCH v2 16/16] sf: Add Flag status register polling support
 2013-06-09 16:06 UTC  (6+ messages)

[PATCH v3 0/7] cpuset: implement sane hierarchy behaviors
 2013-06-09 16:03 UTC  (10+ messages)
` [PATCH v3 2/7] cpuset: remove async hotplug propagation work
` [PATCH v3 7/7] cpuset: fix to migrate mm correctly in a corner case

[PATCH 0/2] support i2c-designware-hs
 2013-06-09 16:03 UTC  (7+ messages)
` [PATCH 2/2] i2c: designware: Add i2c-designware-hs

Question regarding put_prev_task in preempted condition
 2013-06-09 15:59 UTC 

[RFC PATCH 1/4] USB: HCD: support giveback of URB in tasklet context
 2013-06-09 15:58 UTC  (2+ messages)

[RFC] regmap: Add regmap_field APIs
 2013-06-09 16:00 UTC  (2+ messages)

[U-Boot] 2013.07-rc1 plans?
 2013-06-09 15:54 UTC 

[PATCH v3 00/27] x86, irq: support ioapic device hotplug
 2013-06-09 15:52 UTC  (7+ messages)
` [PATCH v3 07/27] iommu, irq: Allocate irq_desc for dmar_msi with local node
` [PATCH v3 08/27] x86, irq: kill create_irq()
` [PATCH v3 09/27] x86, irq: Convert irq_2_pin list to generic list

[#PTP-412-27830]: Re: [PATCH v3 7/7] cpuset: fix to migrate mm correctly in a corner case
 2013-06-09 15:50 UTC 

[PATCH] kernel: timer: looping issue, need reset variable 'found'
 2013-06-09 15:49 UTC 

[RFC/PATCH] mmc: Add support to handle Urgent data transfer request
 2013-06-09 15:48 UTC  (2+ messages)

[RFC PATCH 0/4] USB: HCD/EHCI: giveback of URB in tasklet context
 2013-06-09 15:48 UTC  (2+ messages)

Codec driver gets probed prior to the machine driver
 2013-06-09 15:41 UTC  (3+ messages)

[PATCH 00/14] MBus device tree binding
 2013-06-09 15:37 UTC  (5+ messages)
` [PATCH 04/14] bus: mvebu-mbus: Add static window allocation to the DT binding

[linux-linus test] 18097: regressions - FAIL
 2013-06-09 15:36 UTC 


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.