All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-05-23 01:31:35 to 2012-05-23 03:09:42 UTC [more...]

[PATCH] KVM: fix async page fault working for readonly mapping
 2012-05-23  3:09 UTC  (7+ messages)

[Qemu-devel] [PATCH qom-next 00/59] QOM CPUState, part 4: CPU_COMMON
 2012-05-23  3:08 UTC  (73+ messages)
`  "
` [Qemu-devel] [PATCH qom-next 01/59] qemu-thread: Let qemu_thread_is_self() return bool
` [Qemu-devel] [PATCH qom-next 02/59] cpu: Move CPU_COMMON_THREAD into CPUState
` [Qemu-devel] [PATCH qom-next 03/59] cpu: Move thread field "
` [Qemu-devel] [PATCH qom-next 04/59] pc: Add CPU as /machine/cpu[n]
` [Qemu-devel] [PATCH qom-next 05/59] apic: Replace cpu_env pointer by X86CPU link
` [Qemu-devel] [PATCH qom-next 06/59] pc: Pass X86CPU to cpu_is_bsp()
  `  "
` [Qemu-devel] [PATCH qom-next 07/59] cpu: Move thread_kicked to CPUState
` [Qemu-devel] [PATCH qom-next 08/59] Makefile.dis: Add include/ to include path
` [Qemu-devel] [PATCH qom-next 09/59] cpus: Pass CPUState to qemu_cpu_is_self()
  `  "
` [Qemu-devel] [PATCH qom-next 10/59] cpus: Pass CPUState to qemu_cpu_kick_thread()
` [Qemu-devel] [PATCH qom-next 11/59] cpu: Move created field to CPUState
` [Qemu-devel] [PATCH qom-next 12/59] cpu: Move stop "
` [Qemu-devel] [PATCH qom-next 13/59] ppce500_spin: Store PowerPCCPU in SpinKick
` [Qemu-devel] [PATCH qom-next 14/59] cpu: Move stopped field to CPUState
` [Qemu-devel] [PATCH qom-next 15/59] cpus: Pass CPUState to cpu_is_stopped()
  `  "
` [Qemu-devel] [PATCH qom-next 16/59] cpus: Pass CPUState to cpu_can_run()
` [Qemu-devel] [PATCH qom-next 17/59] cpu: Move halt_cond to CPUState
` [Qemu-devel] [PATCH qom-next 18/59] cpus: Pass CPUState to qemu_tcg_cpu_thread_fn
` [Qemu-devel] [PATCH qom-next 19/59] cpus: Pass CPUState to qemu_tcg_init_vcpu()
` [Qemu-devel] [PATCH qom-next 20/59] ppc: Pass PowerPCCPU to ppc6xx_set_irq()
` [Qemu-devel] [PATCH qom-next 21/59] ppc: Pass PowerPCCPU to ppc970_set_irq()
` [Qemu-devel] [PATCH qom-next 22/59] ppc: Pass PowerPCCPU to power7_set_irq()
` [Qemu-devel] [PATCH qom-next 23/59] ppc: Pass PowerPCCPU to ppc40x_set_irq()
` [Qemu-devel] [PATCH qom-next 24/59] ppc: Pass PowerPCCPU to ppce500_set_irq()
` [Qemu-devel] [PATCH qom-next 25/59] sun4m: Pass SPARCCPU to cpu_set_irq()
` [Qemu-devel] [PATCH qom-next 26/59] sun4m: Pass SPARCCPU to cpu_kick_irq()
` [Qemu-devel] [PATCH qom-next 27/59] sun4u: Pass SPARCCPU to {, s, hs}tick_irq() and cpu_timer_create()
` [Qemu-devel] [PATCH qom-next 28/59] sun4u: Pass SPARCCPU to cpu_kick_irq()
` [Qemu-devel] [PATCH qom-next 29/59] target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU
  `  "
` [Qemu-devel] [PATCH qom-next 30/59] target-s390x: Let cpu_s390x_init() return S390CPU
` [Qemu-devel] [PATCH qom-next 31/59] s390-virtio: Use cpu_s390x_init() to obtain S390CPU
` [Qemu-devel] [PATCH qom-next 32/59] s390-virtio: Let s390_cpu_addr2state() return S390CPU
  `  "
` [Qemu-devel] [PATCH qom-next 33/59] target-s390x: Pass S390CPU to s390_cpu_restart()
  `  "
` [Qemu-devel] [PATCH qom-next 34/59] cpus: Pass CPUState to qemu_cpu_kick()
  `  "
` [Qemu-devel] [PATCH qom-next 35/59] cpu: Move queued_work_{first, last} to CPUState
` [Qemu-devel] [PATCH qom-next 36/59] cpus: Pass CPUState to flush_queued_work()
` [Qemu-devel] [PATCH qom-next 37/59] cpus: Pass CPUState to qemu_wait_io_event_common()
` [Qemu-devel] [PATCH qom-next 38/59] target-ppc: Pass PowerPCCPU to powerpc_excp()
` [Qemu-devel] [PATCH qom-next 39/59] target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall
` [Qemu-devel] [PATCH qom-next 40/59] spapr: Pass PowerPCCPU to spapr_hypercall()
  `  "
` [Qemu-devel] [PATCH qom-next 41/59] spapr: Pass PowerPCCPU to hypercalls
` [Qemu-devel] [PATCH qom-next 42/59] xtensa_pic: Pass XtensaCPU to xtensa_ccompare_cb()
` [Qemu-devel] [PATCH qom-next 43/59] cpus: Pass CPUState to [qemu_]cpu_has_work()
` [Qemu-devel] [PATCH qom-next 44/59] target-i386: Pass X86CPU to kvm_mce_inject()
  `  "
` [Qemu-devel] [PATCH qom-next 45/59] target-i386: Pass X86CPU to cpu_x86_inject_mce()
  `  "
` [Qemu-devel] [PATCH qom-next 46/59] cpus: Pass CPUState to run_on_cpu()
  `  "
` [Qemu-devel] [PATCH qom-next 47/59] cpu: Move thread_id to CPUState
` [Qemu-devel] [PATCH qom-next 48/59] target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()
` [Qemu-devel] [PATCH qom-next 49/59] target-i386: Drop version 5 CPU VMState support
` [Qemu-devel] [PATCH qom-next 50/59] target-i386: Pass X86CPU to kvm_get_mp_state()
  `  "
` [Qemu-devel] [PATCH qom-next 51/59] target-i386: Pass X86CPU to kvm_handle_halt()
  `  "
` [Qemu-devel] [PATCH qom-next 52/59] target-mips: Pass MIPSCPU to mips_tc_wake()
` [Qemu-devel] [PATCH qom-next 53/59] target-mips: Pass MIPSCPU to mips_vpe_is_wfi()
` [Qemu-devel] [PATCH qom-next 54/59] target-mips: Pass MIPSCPU to mips_tc_sleep()
` [Qemu-devel] [PATCH qom-next 58/59] xen_machine_pv: Use cpu_x86_init() to obtain X86CPU
  `  "
` [PATCH qom-next 59/59] cpu: Move halted and interrupt_request to CPUState

linux-next: triage for May 22, 2012
 2012-05-23  3:08 UTC  (3+ messages)

[PATCH 1/3] Bluetooth: Fix coding style in mgmt and hci code
 2012-05-23  3:06 UTC  (5+ messages)
` [PATCH 2/3] Bluetooth: Fix coding style in include/net/bluetooth
  ` [PATCH 3/3] Bluetooth: Fix trailing whitespaces in license text

linux-next: manual merge of the mfd tree with Linus' tree
 2012-05-23  3:01 UTC 

[PATCH] ipv4: fix the rcu race between free_fib_info and ip_route_output_slow
 2012-05-23  3:02 UTC  (3+ messages)

[PATCH v4 0/16] Merge ram_console into pstore, and more
 2012-05-23  2:55 UTC  (6+ messages)
` [PATCH 03/16] pstore/ram_core: Do not reset restored zone's position and size
    ` [PATCH/RFC] Make sure linux_banner is the first message in log_buf

[PATCH] autofs4 - fix get_next_positive_subdir()
 2012-05-23  2:53 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] zfs: Add filesystem ZFS support
 2012-05-23  2:51 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] ZFS header files
` [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support

[PATCH 1/1] checkpatch: don't fake typedefs with #define
 2012-05-23  2:50 UTC  (6+ messages)

ACPI and NUMA guys, please help to check if this patch is OK
 2012-05-23  2:46 UTC 

3.4+ tty lockdep trace
 2012-05-23  2:44 UTC  (4+ messages)

[PATCH 00/22] perf tools: Backport of latest changes on trace-cmd's libparseevent
 2012-05-23  2:36 UTC  (23+ messages)
` [PATCH 01/22] lib/traceevent: Let filtering numbers by string use function names
` [PATCH 02/22] lib/traceevent: Add support for "%.*s" in bprintk events
` [PATCH 03/22] lib/traceevent: Add support to show migrate disable counter
` [PATCH 04/22] lib/traceevent: Fix %pM print format arg handling
` [PATCH 05/22] lib/traceevent: Allow expressions in __print_symbolic() fields
` [PATCH 06/22] lib/traceevent: Fix trace_printk for long integers
` [PATCH 07/22] lib/traceevent: Fix printk_cmp()
` [PATCH 08/22] lib/traceevent: Introduce extend_token()
` [PATCH 09/22] lib/traceevent: Handle strdup failure cases
` [PATCH 10/22] lib/traceevent: Fix a possible memory leak
` [PATCH 11/22] lib/traceevent: Handle realloc() failure path
` [PATCH 12/22] lib/traceevent: Fix a possibly wrong memory dereference
` [PATCH 13/22] lib/traceevent: Fix freeing arg on process_dynamic_array()
` [PATCH 14/22] lib/traceevent: Use proper function parameter type
` [PATCH 15/22] lib/traceevent: Pass string type argument to args
` [PATCH 16/22] lib/traceevent: Do not call add_event() again if allocation failed
` [PATCH 17/22] lib/traceevent: Fix some comments
` [PATCH 18/22] lib/traceevent: Check result of malloc() during reading token
` [PATCH 19/22] lib/traceevent: Fix signature of create_arg_item()
` [PATCH 20/22] lib/traceevent: Check return value of arg_to_str()
` [PATCH 21/22] lib/traceevent: Add missing break in make_bprint_args
` [PATCH 22/22] lib/traceevent: Cleanup realloc use

[PATCH] Use test_and_clear_bit() instead atomic_dec_and_test() for stop_machine
 2012-05-23  2:44 UTC  (3+ messages)

Huge memory takes too long time to initialize on 4TB ?
 2012-05-23  2:43 UTC 

[PATCH v2] testusb: expose looping forever option "l" to user
 2012-05-23  2:43 UTC 

[PATCH] pci hotplug: rescan bridge after device hotplug
 2012-05-23  2:43 UTC  (3+ messages)

Basic Structure of b43 wireless driver
 2012-05-23  2:38 UTC 

[Qemu-devel] buildbot failure in qemu on default_openbsd_current
 2012-05-23  2:35 UTC  (3+ messages)

linux-next: bad merge in the block tree
 2012-05-23  2:35 UTC 

[PATCH] if: restore token ring ARP type to header
 2012-05-23  2:34 UTC  (3+ messages)

[PATCH] x86: auto poll/interrupt mode switch for CMC to stop CMC storm
 2012-05-23  2:32 UTC 

[PATCH v2 2/2] microblaze/PCI: Add pcibios_device_change_notifier for microblaze
 2012-05-23  2:34 UTC 

[PATCH v2 1/2] powerpc/PCI: Add pcibios_device_change_notifier for powerpc
 2012-05-23  2:33 UTC 

[PATCH] x86: auto poll/interrupt mode switch for CMC to stop CMC storm
 2012-05-23  2:30 UTC  (2+ messages)

[PATCH v2 0/2] Add pcibios_device_change_notifier
 2012-05-23  2:33 UTC 

[patch] xen udev rule interfering with openvpn
 2012-05-23  2:22 UTC  (27+ messages)

[RFC] block/throttle: Add IO throttled information in blkcg
 2012-05-23  2:21 UTC  (7+ messages)

[U-Boot] [PATCH] net: Remove redefinitions of net.h functions
 2012-05-23  2:16 UTC  (2+ messages)

linux-next: manual merge of the rr tree with Linus' tree
 2012-05-23  2:15 UTC 

linux-next: build failure after merge of the final tree
 2012-05-23  2:08 UTC  (3+ messages)

[PATCH v6 0/4] FCoE Sysfs
 2012-05-23  2:06 UTC  (5+ messages)
` [PATCH v6 1/4] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a member
` [PATCH v6 2/4] bnx2fc: Allocate fcoe_ctlr with bnx2fc_interface, "
` [PATCH v6 3/4] libfcoe: Add fcoe_sysfs
` [PATCH v6 4/4] fcoe, bnx2fc, libfcoe: SW FCoE and bnx2fc use FCoE Syfs

mc13xxx-core: kernel hangs after 'regmap_read'
 2012-05-23  2:05 UTC  (4+ messages)

[PATCH v5 0/3] FCoE Sysfs
 2012-05-23  2:05 UTC  (5+ messages)
` [PATCH v5 1/3] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a member
` [PATCH v5 2/3] bnx2fc: Allocate fcoe_ctlr with bnx2fc_interface, "
` [PATCH v5 3/3] libfcoe: Add fcoe_sysfs

[PATCH iproute2] tc_codel: Controlled Delay AQM
 2012-05-23  2:05 UTC  (4+ messages)

[Qemu-devel] How to create new target port?
 2012-05-23  2:03 UTC 

[PATCH] arm: Add basic support for new Marvell Armada SoC family
 2012-05-23  2:02 UTC  (5+ messages)
` [PATCH 6/8] arm: mach-armada: add support for Armada XP board with device tree

[PATCH] printk: ignore recursion_bug flag when MCE in progress
 2012-05-23  1:58 UTC 

[PATCH v3] KVM: x86: Implement PCID/INVPCID for guests with EPT
 2012-05-23  1:52 UTC  (6+ messages)

NETDEV WATCHDOG: %s (%s): transmit queue %u timed out
 2012-05-23  1:53 UTC  (2+ messages)

[PATCH 0/3] RFC: Refactor/cleanup logging/run file generation
 2012-05-23  1:46 UTC  (4+ messages)
` [PATCH 1/3] build.py: Add a log to capture task execution order
` [PATCH 2/3] build.py: Add additional debug messages
` [PATCH 3/3] build.py: Add support for log and run filename changes

[LTP] [RFC] make mce-test a submodule
 2012-05-23  1:52 UTC  (11+ messages)

[PATCH] gpu: schedule gma500 stub driver for feature removal
 2012-05-23  1:48 UTC  (3+ messages)

[PATCH v3 2/2] regulator: Add support for MAX77686
 2012-05-23  1:50 UTC  (5+ messages)

[PATCH 0/12 v2] ARM: mach-shmobile: armadillo: add FSI/HDMI/Camera support
 2012-05-23  1:49 UTC  (2+ messages)

VMX status report. Xen:25256 & Dom0:d93dc5c
 2012-05-23  1:48 UTC 

VMX status report. Xen:25256 & Dom0:d93dc5c
 2012-05-23  1:48 UTC 

[PATCH] zsmalloc: use unsigned long instead of void *
 2012-05-23  1:47 UTC  (5+ messages)

[PATCH 0/4] Replace HobNotebook with gtk.Notebook, comments invited
 2012-05-23  1:35 UTC  (2+ messages)

[Bcache v13 00/16]
 2012-05-23  1:44 UTC  (5+ messages)
` [Bcache v13 14/16] bcache: Request, io and allocation code

[PATCH 1/2] perf tools: Rename libparsevent to libtraceevent in Makefile
 2012-05-23  1:43 UTC  (5+ messages)
` [PATCH 2/2] perf tools: Always try to build libtraceevent

[PATCH 1/2 v2] zsmalloc: zsmalloc: use unsigned long instead of void *
 2012-05-23  1:43 UTC  (4+ messages)
` [PATCH 2/2 v2] zram: clean up handle

[PATCH] testusb: enable option "-l" in command line
 2012-05-23  1:42 UTC  (3+ messages)

[qemu-upstream-unstable test] 12957: tolerable FAIL - PUSHED
 2012-05-23  1:39 UTC 

[RFC/PATCH] Bluetooth: prevent double l2cap_chan_destroy
 2012-05-23  1:39 UTC  (5+ messages)

[GIT PULL] DT clk binding support
 2012-05-23  1:38 UTC  (12+ messages)

[PATCH 12/12 v2] ARM: mach-shmobile: armadillo800eva: add FSI-HDMI support
 2012-05-23  1:35 UTC 

Crypto Update for 2.6.35
 2012-05-23  1:35 UTC  (12+ messages)
` Crypto Update for 2.6.36
  ` Crypto Update for 2.6.37
    ` Crypto Update for 2.6.38
      ` Crypto Update for 2.6.39
        ` Crypto Update for 2.6.40
          ` Crypto Update for 3.1
            ` Crypto Update for 3.2
              ` Crypto Update for 3.3
                  ` Crypto Update for 3.5

[PATCH 11/12 v2] ARM: mach-shmobile: armadillo800eva: Add FSI-WM8978 support
 2012-05-23  1:35 UTC 

[PATCH v2 00/12] add imx usb driver for mx28/6x
 2012-05-23  1:35 UTC  (7+ messages)
` [PATCH v2 02/12] usb: chipidea: permit driver bindings pass phy pointer

[PATCH 10/12 v2] ARM: mach-shmobile: armadillo800eva: add camera support
 2012-05-23  1:34 UTC 

[PATCH 09/12 v2] ARM: mach-shmobile: armadillo800eva: add HDMI support
 2012-05-23  1:34 UTC 

[PATCH] kernel: Shrink embedded kernel, remove WARN strings when !CONFIG_PRINTK
 2012-05-23  1:34 UTC  (2+ messages)

[PATCH 08/12 v2] ARM: mach-shmobile: pfc-r8a7740: add FSI-B (for HDMI) support
 2012-05-23  1:33 UTC 

[PATCH 07/12 v2] ARM: mach-shmobile: pfc-r8a7740: Add HDMI GPIO support
 2012-05-23  1:33 UTC 

Connecting to target using eclipse/ADT
 2012-05-23  1:32 UTC  (4+ messages)

[PATCH 06/12 v2] ARM: mach-shmobile: clock-r8a7740: add FSI parent control support
 2012-05-23  1:32 UTC 

[PATCH 05/12 v2] ARM: mach-shmobile: clock-r8a7740: add CEU support
 2012-05-23  1:32 UTC 

[PATCH 04/12 v2] ARM: mach-shmobile: clock-r8a7740: add HDMI clock
 2012-05-23  1:31 UTC 

[PATCH 03/12 v2] ARM: mach-shmobile: setup-r8a7740: add MERAM work-around
 2012-05-23  1:31 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.