All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-09 17:40:30 to 2013-06-09 19:21:29 UTC [more...]

[PATCH] dmatest: add ability to disable pq and xor
 2013-06-09 19:21 UTC  (3+ messages)

[PATCH v4 00/45] Massive improvents to rebase and cherry-pick
 2013-06-09 19:21 UTC  (27+ messages)
` [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 31/45] rebase: trivial cleanup
` [PATCH v4 42/45] add tests for rebasing merged history

[PATCH 0/3] Trivial patches
 2013-06-09 19:20 UTC  (6+ messages)
` [PATCH 2/3] test: improve rebase -q test

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

[Qemu-devel] [PATCH qom-cpu 00/59] QOM CPUState, part 10: CPU loops
 2013-06-09 19:13 UTC  (70+ messages)
` [Qemu-devel] [PATCH qom-cpu 01/59] kvm: Change kvm_cpu_synchronize_state() argument to CPUState
  `  "
` [Qemu-devel] [PATCH qom-cpu 02/59] kvm: Change cpu_synchronize_state() "
  `  "
` [Qemu-devel] [PATCH qom-cpu 03/59] cpus: Simplify cpu_synchronize_all_post_reset()
` [Qemu-devel] [PATCH qom-cpu 04/59] cpus: Simplify cpu_synchronize_all_post_init()
` [Qemu-devel] [PATCH qom-cpu 05/59] cpus: Simplify pause_all_vcpus()
` [Qemu-devel] [PATCH qom-cpu 06/59] cpus: Simplify resume_all_vcpus()
` [Qemu-devel] [PATCH qom-cpu 07/59] cpus: Simplify set_numa_modes()
` [Qemu-devel] [PATCH qom-cpu 08/59] cpus: Simplify qmp_inject_nmi()
` [Qemu-devel] [PATCH qom-cpu 09/59] cpus: Simplify hw_error()
` [Qemu-devel] [PATCH qom-cpu 10/59] cpus: Simplify qemu_tcg_wait_io_event() and qemu_tcg_cpu_thread_fn()
` [Qemu-devel] [PATCH qom-cpu 11/59] monitor: Simplify do_inject_mce()
` [Qemu-devel] [PATCH qom-cpu 12/59] gdbstub: Simplify find_cpu()
` [Qemu-devel] [PATCH qom-cpu 13/59] cpu: Change cpu_exit() argument to CPUState
` [Qemu-devel] [PATCH qom-cpu 14/59] cpus: Change cpu_thread_is_idle() "
` [Qemu-devel] [PATCH qom-cpu 15/59] cpus: Change qemu_kvm_wait_io_event() "
` [Qemu-devel] [PATCH qom-cpu 16/59] kvm: Change kvm_set_signal_mask() "
  `  "
` [Qemu-devel] [PATCH qom-cpu 17/59] cpus: Change qemu_kvm_init_cpu_signals() "
` [Qemu-devel] [PATCH qom-cpu 18/59] cpu: Turn cpu_dump_{state, statistics}() into CPUState hooks
  ` [PATCH qom-cpu 18/59] cpu: Turn cpu_dump_{state,statistics}() "
` [Qemu-devel] [PATCH qom-cpu 19/59] kvm: Change kvm_handle_internal_error() argument to CPUState
  `  "
` [Qemu-devel] [PATCH qom-cpu 20/59] kvm: Change kvm_cpu_exec() "
  `  "
` [Qemu-devel] [PATCH qom-cpu 21/59] gdbstub: Set gdb_set_stop_cpu() "
` [Qemu-devel] [PATCH qom-cpu 22/59] cpus: Change cpu_handle_guest_debug() "
` [Qemu-devel] [PATCH qom-cpu 23/59] cpus: Change qemu_kvm_start_vcpu() "
` [Qemu-devel] [PATCH qom-cpu 24/59] cpus: Change qemu_dummy_start_vcpu() "
` [Qemu-devel] [PATCH qom-cpu 25/59] cpu: Change qemu_init_vcpu() "
` [Qemu-devel] [PATCH qom-cpu 26/59] hwaddr: Make hwaddr type usable beyond softmmu
` [Qemu-devel] [PATCH qom-cpu 27/59] cpu: Turn cpu_unassigned_access() into a CPUState hook
` [Qemu-devel] [PATCH qom-cpu 28/59] cpu: Replace cpu_single_env with CPUState cpu_single_cpu
` [Qemu-devel] [PATCH qom-cpu 29/59] cputlb: Simplify cpu_tlb_reset_dirty_all()
` [Qemu-devel] [PATCH qom-cpu 30/59] exec: Simplify tcg_commit()
` [Qemu-devel] [PATCH qom-cpu 31/59] monitor: Simplify do_info_numa()
` [Qemu-devel] [PATCH qom-cpu 32/59] kvm: Simplify kvm_{insert, remove, remove_all}_breakpoint[s]()
  ` [PATCH qom-cpu 32/59] kvm: Simplify kvm_{insert,remove,remove_all}_breakpoint[s]()
` [Qemu-devel] [PATCH qom-cpu 33/59] kvm: Simplify kvm_remove_all_breakpoints() further
  `  "
` [Qemu-devel] [PATCH qom-cpu 34/59] kvm: Change kvm_remove_all_breakpoints() argument to CPUState
  `  "
` [Qemu-devel] [PATCH qom-cpu 35/59] linux-user: Simplify start_exclusive()
` [Qemu-devel] [PATCH qom-cpu 36/59] linux-user/elfload: Abstract fill_note_info() with qemu_for_each_cpu()
` [Qemu-devel] [PATCH qom-cpu 37/59] target-i386: Abstract cpu_x86_inject_mce() "
` [Qemu-devel] [PATCH qom-cpu 38/59] translate-all: Abstract tb_flush() "
` [Qemu-devel] [PATCH qom-cpu 39/59] translate-all: Abstract tb_phys_invalidate() "
` [Qemu-devel] [PATCH qom-cpu 40/59] target-ppc: Abstract helper_msgsnd() "
` [Qemu-devel] [PATCH qom-cpu 41/59] target-mips: Abstract helper_dvpe() "
` [Qemu-devel] [PATCH qom-cpu 42/59] target-mips: Abstract helper_evpe() "
` [Qemu-devel] [PATCH qom-cpu 43/59] kvmclock: Abstract kvmclock_vm_state_change() "
` [Qemu-devel] [PATCH qom-cpu 44/59] kvmvapic: Abstract vapic_enable_tpr_reporting() "
` [Qemu-devel] [PATCH qom-cpu 45/59] pc: Abstract pic_irq_request() "
` [Qemu-devel] [PATCH qom-cpu 46/59] ppc: Abstract ppce500_set_mpic_proxy() "
` [Qemu-devel] [PATCH qom-cpu 47/59] spapr: Abstract spapr_fix_cpu_dt() "
` [Qemu-devel] [PATCH qom-cpu 48/59] cpus: Abstract all_cpu_threads_idle() "
` [Qemu-devel] [PATCH qom-cpu 49/59] cpus: Abstract all_vcpus_paused() "
` [Qemu-devel] [PATCH qom-cpu 50/59] cpus: Abstract qmp_query_cpus() "
` [Qemu-devel] [PATCH qom-cpu 51/59] exec: Abstract qemu_get_cpu() "
` [Qemu-devel] [PATCH qom-cpu 52/59] gdbstub: Abstract gdb_breakpoint_{insert, remove}() "
` [Qemu-devel] [PATCH qom-cpu 53/59] gdbstub: Abstract gdb_breakpoint_remove_all() "
` [Qemu-devel] [PATCH qom-cpu 54/59] spapr: Abstract spapr_create_fdt_skel() "
` [Qemu-devel] [PATCH qom-cpu 55/59] spapr_rtas: Abstract rtas_query_cpu_stopped_state() with qemu_get_cpu()
` [Qemu-devel] [PATCH qom-cpu 56/59] spapr_rtas: Abstract rtas_start_cpu() "
` [Qemu-devel] [PATCH qom-cpu 57/59] cpu: Make first_cpu and next_cpu CPUState (WIP)
  `  "
` [Qemu-devel] [PATCH qom-cpu 58/59] linux-user: Change thread_env to CPUState
` [Qemu-devel] [PATCH qom-cpu 59/59] bsd-user: "

[PATCH v3 00/27] x86, irq: support ioapic device hotplug
 2013-06-09 19:13 UTC  (3+ messages)
` [PATCH v3 11/27] x86, irq: Add realloc_irq_and_cfg_at()

[REVIEW PATCH v2 00/11] Media link_notify behaviour change and exynos4-is updates
 2013-06-09 19:12 UTC  (4+ messages)
` [REVIEW PATCH v2 10/11] media: Change media device link_notify behaviour

[PATCH 2/2] Move sequencer to builtin
 2013-06-09 19:11 UTC  (42+ messages)

[PATCH 1/6] mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepare
 2013-06-09 19:10 UTC  (6+ messages)
` [PATCH 2/6] mmc: JZ4740: Remove duplicated code
` [PATCH 3/6] mmc: jz4740: Fix handling of read errors
` [PATCH 4/6] mmc: jz4740: Use SIMPLE_DEV_PM_OPS
` [PATCH 5/6] mmc: jz4740: Use slot-gpio helpers
` [PATCH 6/6] mmc: jz4740: Use managed resources

[RFC v2 0/8] rmk's Dove DRM/TDA19988 Cubox driver
 2013-06-09 19:06 UTC  (2+ messages)

[Buildroot] [Bug 6308] New: dosfstools download link is wrong
 2013-06-09 19:06 UTC  (2+ messages)
` [Buildroot] [Bug 6308] "

Email: kent.reeveess@citynew.com
 2013-06-09 19:05 UTC 

[lm-sensors] lsensors3.conf for ASRock K7VT2
 2013-06-09 19:04 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] libglib2: renumber patches
 2013-06-09 19:03 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] libglib2: update no IPv6 patch to libglib2 2.36

[Buildroot] [git commit] libglib2: update no IPv6 patch to libglib2 2.36
 2013-06-09 19:03 UTC 

[Buildroot] [git commit] libglib2: renumber patches
 2013-06-09 19:03 UTC 

[Buildroot] [PATCH] squid: bump to version 3.3.5
 2013-06-09 19:02 UTC  (2+ messages)

[Buildroot] [git commit] squid: bump to version 3.3.5
 2013-06-09 19:02 UTC 

[Buildroot] [PATCH] samba: needs threads
 2013-06-09 19:02 UTC  (2+ messages)

[Buildroot] [git commit] samba: needs threads
 2013-06-09 19:01 UTC 

[Buildroot] [PATCH] dosfstools: upstream tarball site changed
 2013-06-09 19:01 UTC  (2+ messages)

Reply
 2013-06-03 14:42 UTC 

[Buildroot] [PATCH] am33x-cm3: Enforce correct -march option
 2013-06-09 18:59 UTC  (2+ messages)

[Buildroot] [git commit] dosfstools: upstream tarball site changed
 2013-06-09 18:59 UTC 

[Buildroot] [git commit] am33x-cm3: Enforce correct -march option
 2013-06-09 18:59 UTC 

WARNING: at kernel/events/core.c:913 add_event_to_ctx+0x5b/0x1c0()
 2013-06-09 18:55 UTC 

[PATCH 1/2] status: introduce status.short to enable --short by default
 2013-06-09 18:54 UTC  (3+ messages)

[PATCH v3 0/2] cherry-pick: fix memory leaks
 2013-06-09 18:49 UTC  (15+ messages)
` [PATCH v3 2/2] read-cache: plug a few leaks

[lm-sensors] k10temp-pci-00c3 goes from 11 to 0 degrees
 2013-06-09 18:45 UTC  (2+ messages)

[GIT PULL] omap fixes against v3.10-rc4
 2013-06-09 18:45 UTC  (3+ messages)

[git pull] Exotic architecture fixes
 2013-06-09 18:41 UTC 

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

[Buildroot] [PATCH] gvfs: bump to 1.16.2
 2013-06-09 18:38 UTC  (2+ messages)

[RFC PATCH 1/2] media: Add function removing all media entity links
 2013-06-09 18:38 UTC  (4+ messages)
` [RFC PATCH v2 "

[Buildroot] [PATCH 1/3] Add on2-8170 kernel modules
 2013-06-09 18:36 UTC  (3+ messages)

[REGRESSION] fan always on with 3.10-rc2
 2013-06-09 18:34 UTC  (3+ messages)

[Buildroot] [git commit] gvfs: bump to 1.16.2
 2013-06-09 18:33 UTC 

[Buildroot] [PATCH] libsoup: add missing dependency on host-intltool
 2013-06-09 18:33 UTC  (2+ messages)

[Qemu-trivial] [PATCH] gtk: implement -full-screen and -no-frame
 2013-06-09 18:33 UTC  (3+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

[Buildroot] [git commit] libsoup: add missing dependency on host-intltool
 2013-06-09 18:33 UTC 

[Buildroot] [PATCH] libpcap: fix build failure related to libnl3
 2013-06-09 18:33 UTC  (2+ messages)

[PATCH/RFC] git-remote-mediawiki: new tool to preview local changes without pushing
 2013-06-09 18:32 UTC  (6+ messages)

[Buildroot] [git commit] libpcap: fix build failure related to libnl3
 2013-06-09 18:32 UTC 

cron job: media_tree daily build: WARNINGS
 2013-06-09 18:28 UTC 

man page example: xm block-attach
 2013-06-09 18:20 UTC 

[PATCH RESEND V2 1/4] iio: frequency: ad4350: Fix bug / typo in mask
 2013-06-09 18:17 UTC  (15+ messages)
` [PATCH RESEND V2 3/4] iio: frequency: adf4350: Add support for clock consumer framework
` [PATCH RESEND V2 4/4] iio: frequency: adf4350: Add support for dt bindings

[PATCH] serial: imx: Fix serial clock unbalance
 2013-06-09 18:17 UTC  (2+ messages)

[PATCH v2] ethernet/arc/arc_emac - Add new driver
 2013-06-09 18:16 UTC  (2+ messages)

Confirmed Reciept
 2013-06-09 17:14 UTC 

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

[PATCH RFC v3 0/3] added managed media/v4l2 initialization
 2013-06-09 18:05 UTC  (6+ messages)
` [PATCH RFC v3 2/3] media: added managed v4l2 control initialization

pxa27x and pinctrl-single
 2013-06-09 18:05 UTC  (12+ messages)

[PATCH v2 00/15] Towards a more awesome git branch
 2013-06-09 17:54 UTC  (16+ messages)
` [PATCH v2 01/15] for-each-ref, quote: convert *_quote_print -> *_quote_buf
` [PATCH v2 02/15] for-each-ref: don't print out elements directly
` [PATCH v2 03/15] tar-tree: remove dependency on sq_quote_print()
` [PATCH v2 04/15] quote: remove sq_quote_print()
` [PATCH v2 05/15] pretty: extend pretty_print_context with callback
` [PATCH v2 06/15] pretty: limit recursion in format_commit_one()
` [PATCH v2 07/15] pretty: allow passing NULL commit to format_commit_message()
` [PATCH v2 08/15] for-each-ref: get --pretty using format_commit_message()
` [PATCH v2 09/15] for-each-ref: teach verify_format() about pretty's syntax
` [PATCH v2 10/15] for-each-ref: introduce format specifier %>(*) and %<(*)
` [PATCH v2 11/15] for-each-ref: introduce %(HEAD) marker
` [PATCH v2 12/15] for-each-ref: introduce %(upstream:track[short])
` [PATCH v2 13/15] for-each-ref: improve responsiveness of %(upstream:track)
` [PATCH v2 14/15] pretty: introduce get_pretty_userformat
` [PATCH v2 15/15] for-each-ref: use get_pretty_userformat in --pretty

[RFC] Motion Detection API
 2013-06-09 17:56 UTC  (11+ messages)

[lm-sensors] [GIT PULL] hwmon fixes for 3.10-rc6
 2013-06-09 17:54 UTC  (2+ messages)
`  "

[PATCH v3 1/2] leds: leds-mc13783: Prepare driver to support MC13892 LEDs
 2013-06-09 17:51 UTC  (2+ messages)
` [PATCH v3 2/2] leds: leds-mc13783: Add MC13892 LED support

[Qemu-devel] [PATCH] target-mips: 64-bit FPU for user-mode emulation
 2013-06-09 17:46 UTC 

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

[Bug 65576] New: [NV11] no EGL with nouveau_vieux_dri - no DRI_IMAGE
 2013-06-09 17:44 UTC  (2+ messages)
  ` [Bug 65576] "

[PATCH] submodule: remove redundant check for the_index.initialized
 2013-06-09 17:41 UTC  (3+ messages)

[PATCH 0/4] ASoC: codecs: some more improvements for adau1701
 2013-06-09 17:43 UTC  (3+ messages)
` [PATCH 4/4] ASoC: codecs: adau1701: add support for pin muxing


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.