All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-07 21:43:46 to 2013-06-07 23:10:59 UTC [more...]

[PATCH 00/31] KVM/MIPS: Implement hardware virtualization via the MIPS-VZ extensions
 2013-06-07 23:03 UTC  (19+ messages)
` [PATCH 01/31] MIPS: Move allocate_kscratch to cpu-probe.c and make it public
` [PATCH 02/31] MIPS: Save and restore K0/K1 when CONFIG_KVM_MIPSVZ
` [PATCH 03/31] mips/kvm: Fix 32-bitisms in kvm_locore.S
` [PATCH 04/31] mips/kvm: Add casts to avoid pointer width mismatch build failures
` [PATCH 05/31] mips/kvm: Use generic cache flushing functions
` [PATCH 06/31] mips/kvm: Rename kvm_vcpu_arch.pc to kvm_vcpu_arch.epc
` [PATCH 07/31] mips/kvm: Rename VCPU_registername to KVM_VCPU_ARCH_registername
` [PATCH 09/31] mips/kvm: Factor trap-and-emulate support into a pluggable implementation
` [PATCH 10/31] mips/kvm: Implement ioctls to get and set FPU registers
` [PATCH 11/31] MIPS: Rearrange branch.c so it can be used by kvm code
` [PATCH 12/31] MIPS: Add instruction format information for WAIT, MTC0, MFC0, et al
` [PATCH 13/31] mips/kvm: Add accessors for MIPS VZ registers
` [PATCH 14/31] mips/kvm: Add thread_info flag to indicate operation in MIPS VZ Guest Mode
` [PATCH 15/31] mips/kvm: Exception handling to leave and reenter guest mode
` [PATCH 16/31] mips/kvm: Add exception handler for MIPSVZ Guest exceptions
` [PATCH 17/31] MIPS: Quit exposing Kconfig symbols in uapi headers
` [PATCH 18/31] mips/kvm: Add pt_regs slots for BadInstr and BadInstrP
` [PATCH 20/31] mips/kvm: Hook into TLB fault handlers

[PATCH 0/8] format string usage clean ups
 2013-06-07 23:10 UTC  (3+ messages)
` [PATCH 5/8] device: avoid format string in dev_set_name

getting allwinner SoC support upstream (was Re: Uploading linux (3.9.4-1))
 2013-06-07 23:09 UTC  (11+ messages)
` [Arm-netbook] "

[PATCH v3 1/1] v4l: Document timestamp behaviour to correspond to reality
 2013-06-07 23:08 UTC 

[Buildroot] [PATCH] libroxml: bump version to 2.2.2
 2013-06-07 23:02 UTC 

[GIT PULL] Power management and ACPI fixes for v3.10-rc5
 2013-06-07 23:02 UTC  (3+ messages)

[PATCH] serial: omap: Fix device tree based PM runtime
 2013-06-07 23:00 UTC  (6+ messages)

Status of "ummunot" branch?
 2013-06-07 22:59 UTC  (14+ messages)

OE TSC Minutes 4 June 2013
 2013-06-07 22:59 UTC  (9+ messages)
` [OE-core] "

[PATCH 0/3] Trivial patches
 2013-06-07 22:59 UTC  (4+ messages)
` [PATCH 1/3] sequencer: trivial fix

AHCI bug: a lockup in ahci_interrupt with fbs enabled pmp
 2013-06-07 22:56 UTC  (4+ messages)

[PATCH] ARM: tegra: disable nonboot CPUs when reboot
 2013-06-07 22:55 UTC  (11+ messages)

pam_tty_audit bi-directional logging
 2013-06-07 22:48 UTC  (2+ messages)

[PATCH v2 1/1] v4l: Document timestamp behaviour to correspond to reality
 2013-06-07 22:47 UTC  (3+ messages)

Latest Arndale Xen, dom0 kernel stuck on ASIX mac
 2013-06-07 22:44 UTC  (19+ messages)

[PATCH 0/2] Build fixes
 2013-06-07 22:43 UTC  (8+ messages)
` [PATCH 1/2] build: generate test scripts
` [PATCH 2/2] build: do not install git-remote-testgit

xfsprogs: is it one issue?
 2013-06-07 22:31 UTC  (4+ messages)

[RFC] ipv6: allow rejecting with "source address failed policy"
 2013-06-07 22:40 UTC  (3+ messages)

FSL 64-bit DMA window question
 2013-06-07 22:39 UTC  (5+ messages)

[PATCH] ARM: KVM: perform save/restore of PAR
 2013-06-07 22:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/5] Xilinx Intc Fixes
 2013-06-07 22:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 1/5] intc/xilinx_intc: Use qemu_set_irq
  ` [Qemu-trivial] "
      ` [Qemu-devel] "

[Ocfs2-devel] [PATCH] Remove unecessary variable needs_checkpoint
 2013-06-07 22:35 UTC  (3+ messages)

[Buildroot] [PATCH] Add documentation for the header style
 2013-06-07 22:34 UTC 

[PATCH v3 00/27] x86, irq: support ioapic device hotplug
 2013-06-07 22:31 UTC  (30+ messages)
` [PATCH v3 01/27] x86, irq: Change irq_remap_modify_chip_defaults to static
` [PATCH v3 02/27] x86, irq: Modify irq chip once for irq remapping
` [PATCH v3 03/27] x86, irq: Print out MSI/MSI-X clearly
` [PATCH v3 04/27] x86, irq: Show MSI-X in /proc/interrupt
` [PATCH v3 05/27] x86, irq: Make dmar_msi/hpet_msi irq_chip name consistent
` [PATCH v3 06/27] ia64, irq: Add dummy create_irq_nr()
` [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
` [PATCH v3 10/27] genirq: Split __irq_reserve_irqs from irq_alloc_descs
` [PATCH v3 11/27] x86, irq: Add realloc_irq_and_cfg_at()
` [PATCH v3 12/27] x86, irq: Move down arch_early_irq_init()
` [PATCH v3 13/27] x86, irq: Split out alloc_ioapic_save_registers()
` [PATCH v3 14/27] xen, irq: call irq_realloc_desc_at() at first
` [PATCH v3 15/27] x86, irq: pre-reserve irq range/realloc for booting path
` [PATCH v3 16/27] x86, irq: Add ioapic_gsi_to_irq
` [PATCH v3 17/27] genirq: Bail out early in free_desc()
` [PATCH v3 18/27] x86, irq: More strict checking about registering ioapic
` [PATCH v3 19/27] x86, irq: Make mp_register_ioapic handle hot-added ioapic
` [PATCH v3 20/27] x86, irq: Add mp_unregister_ioapic to handle hot-remove ioapic
` [PATCH v3 21/27] x86, irq: Make ioapics loop skip blank slots
` [PATCH v3 22/27] x86, ioapic: Find usable ioapic id for 64bit
` [PATCH v3 23/27] x86: Move declaration for mp_register_ioapic()
` [PATCH v3 24/27] PCI, x86: Make ioapic hotplug support built-in
` [PATCH v3 25/27] PCI, x86, ACPI: Link acpi ioapic register to ioapic
` [PATCH v3 26/27] PCI, x86, ACPI: Enable ioapic hotplug support with acpi host bridge
` [PATCH v3 27/27] PCI, x86, ACPI: get ioapic address from acpi device

[Qemu-trivial] [PATCH] configure: Disable host-bsd USB on FreeBSD
 2013-06-07 22:33 UTC  (3+ messages)
  ` [Qemu-devel] "

[Qemu-trivial] [PATCH] configure: remove ${config_host_ld} variable
 2013-06-07 22:33 UTC  (3+ messages)
  ` [Qemu-devel] "

[Ocfs2-devel] [PATCH] ocfs2: add missing lockres put in dlm_mig_lockres_handler
 2013-06-07 22:32 UTC  (2+ messages)

[PATCH v3 0/2] cherry-pick: fix memory leaks
 2013-06-07 22:29 UTC  (3+ messages)
` [PATCH v3 1/2] unpack-trees: plug a memory leak
` [PATCH v3 2/2] read-cache: plug a few leaks

[GIT PULL] please pull infiniband.git
 2013-06-07 22:28 UTC  (2+ messages)

[PATCH] unpack-trees: improve maintainability
 2013-06-07 22:23 UTC 

[PATCH 0/7] irq: fix checkpatch errors and warnings
 2013-06-07 22:24 UTC  (3+ messages)

SSD + Rust as raid1
 2013-06-07 22:23 UTC  (10+ messages)

[RFC PATCH 0/4] perf: timehist command
 2013-06-07 22:22 UTC  (5+ messages)
` [RFC PATCH 1/4] perf: move setup_list from symbol.c to strlist.c
` [RFC PATCH 2/4] perf: add methods for setting/retrieving priv element of thread struct
` [PATCH 3/4] perf: sample after exit loses thread correlation
` [RFC PATCH 4/4] perf: add timehist command

[PATCH] ARM: OMAP2+: Fix serial init for device tree based booting
 2013-06-07 22:20 UTC  (4+ messages)

[PATCH] ARM: mach-imx6q: Enable the codec clock earlier
 2013-06-07 22:20 UTC  (2+ messages)

[RFC] add a WARN in setup_irq function for the IRQF_DISABLED flag
 2013-06-07 22:19 UTC  (2+ messages)

[PATCH 0/2] Move sequencer
 2013-06-07 22:16 UTC  (3+ messages)
` [PATCH 1/2] log-tree: remove dependency from sequencer
` [PATCH 2/2] Move sequencer to builtin

[PATCH 1/3] leds: leds-mc13783: Prepare driver to support MC13892 LEDs
 2013-06-07 22:18 UTC  (2+ messages)

Bad performace for NV18 driver
 2013-06-07 22:18 UTC  (2+ messages)

[PATCH] sanity: remove warn debug message
 2013-06-07 22:16 UTC 

[f2fs-dev] [PATCH 1/2] f2fs: fix iget/iput of dir during recovery
 2013-06-07 22:13 UTC  (3+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: support xattr security labels
  `  "

[PATCH] ASoC: sgtl5000: Make device cache only when powered off
 2013-06-07 22:12 UTC  (3+ messages)

[PATCH 0/3] mac80211: restructure tx control flag handling
 2013-06-07 22:11 UTC  (3+ messages)
` [PATCH 1/3] mac80211: restructure tx_control_flag handling in ieee80211_tx_info

[PATCH] contrib: related: print the amount of involvement
 2013-06-07 22:07 UTC 

[GIT PULL v2] ARM: dts: OMAP fixes for 3.10-rc5
 2013-06-07 22:07 UTC  (3+ messages)

[GIT PULL] ARM: OMAP: hwmod/clock: more fixes for v3.10-rc
 2013-06-07 22:06 UTC  (3+ messages)

[PATCH v2 net 0/6] net/core, bonding: dev_uc_sync fixes, bonding update
 2013-06-07 22:06 UTC  (5+ messages)
` [PATCH v2 net 5/6] bonding: Convert hw addr handling to sync/unsync, support ucast addresses
` [PATCH v2 net 6/6] bonding: disallow change of MAC if fail_over_mac enabled

[PATCH 00/11] Increase test coverage on Windows by removing SYMLINKS from many tests
 2013-06-07 22:04 UTC  (3+ messages)
` [PATCH v2 00/10] "

[PATCH 0/6] Marvell Orion SoC irqchip and clocksource
 2013-06-07 22:03 UTC  (4+ messages)
` [PATCH v3 2/6] clocksource: add Marvell Orion SoC timer

ARM: dts: Add missing vmmc2 regulator for twl
 2013-06-07 22:01 UTC  (2+ messages)

[PATCH 0/4] Add IPv6 support for iWARP
 2013-06-07 22:01 UTC  (3+ messages)
` [PATCH 1/4] RDMA/cma: "

[PATCH] gitweb: fix problem causing erroneous project list
 2013-06-07 21:59 UTC  (4+ messages)

[PATCH] git-gui: bring Wish process to front on Mac
 2013-06-07 21:58 UTC  (2+ messages)

[U-Boot] [PATCH] cmd_bootm: Add command line arguments to Plan 9
 2013-06-07 21:57 UTC  (5+ messages)

[PATCH] git-gui: bring Wish process to front on Mac
 2013-06-07 21:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V2 0/1] kvm/vmx: Output TSC offset
 2013-06-07 21:55 UTC  (6+ messages)
` [PATCH V2 1/1] kvm/vmx: Add a tracepoint write_tsc_offset
      `  "

[PATCH] timekeeping: handle epoch roll-over (2038) on 32-bit systems
 2013-06-07 21:53 UTC  (4+ messages)

[PATCH V4 1/2] cpuidle: simplify multiple driver support
 2013-06-07 21:53 UTC  (2+ messages)
` [PATCH V4 2/2] cpuidle: Comment the driver's framework code

What's cooking in git.git (Jun 2013, #03; Thu, 6)
 2013-06-07 21:53 UTC  (8+ messages)

[PATCH] updated dm-switch
 2013-06-07 21:51 UTC  (4+ messages)
    ` [PATCH] Pass request position info to dm-mpath plugins (was: updated dm-switch)

[PATCH/RFC] git-remote-mediawiki: new tool to preview local changes without pushing
 2013-06-07 21:50 UTC 

[PATCH 0/4] Updated omap_hsmmc SDIO and remuxing patches
 2013-06-07 21:50 UTC  (10+ messages)
` [PATCH 1/4] mmc: omap_hsmmc: Fix context save and restore for DT
` [PATCH 2/4] mmc: omap_hsmmc: Enable SDIO IRQ using a GPIO in idle mode
` [PATCH 3/4] mmc: omap_hsmmc: Remux pins to support SDIO interrupt and PM runtime
` [PATCH 4/4] mmc: omap_hsmmc: debugfs entries for GPIO and SDIO mode

ipv6 && kernel BUG at net/core/skbuff.c:126!
 2013-06-07 21:49 UTC  (2+ messages)

[PATCH v9 net-next 0/7] net: low latency Ethernet device polling
 2013-06-07 21:48 UTC  (2+ messages)

[PATCH 0/9] target: Optimizations + cleanups for v3.11
 2013-06-07 21:34 UTC  (8+ messages)
` [PATCH 1/9] target: Add transport_cmd_check_stop write_pending bit
` [PATCH 3/9] target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put_cmd
` [PATCH 4/9] target: Avoid extra t_state_lock access in __target_execute_cmd
` [PATCH 6/9] iscsi-target: Avoid unnecessary t_state_lock during unsolicited data-out check
` [PATCH 7/9] target: Drop legacy se_cmd->check_release bit
` [PATCH 8/9] vhost/scsi: Drop unnecessary wait_for_tasks=true usage with transport_generic_free_cmd
` [PATCH 9/9] vhost/scsi: Convert to se_cmd->cmd_kref TARGET_SCF_ACK_KREF usage

[Qemu-devel] [PATCH arm-devs v1 1/1] char/cadence_uart: Fix reset for unattached instances
 2013-06-07 21:45 UTC  (2+ messages)

[PATCH v2 00/22] git-remote-mediawiki: Follow perlcritic's recommandations
 2013-06-07 21:42 UTC  (12+ messages)
` [PATCH v2 02/22] git-remote-mediawiki: Use the Readonly module instead of the constant pragma
` [PATCH v2 03/22] git-remote-mediawiki: Always end a subroutine with a return
` [PATCH v2 04/22] git-remote-mediawiki: Move a variable declaration at the top of the code
` [PATCH v2 08/22] git-remote-mediawiki: Add newline in the end of die() error messages
` [PATCH v2 10/22] git-remote-mediawiki: Turn double-negated expressions into simple expressions
` [PATCH v2 12/22] git-remote-mediawiki: Rename a variable ($last) which has the name of a keyword
` [PATCH v2 14/22] git-remote-mediawiki: Check return value of open + remove import of unused open2
` [PATCH v2 15/22] git-remote-mediawiki: Put long code into a subroutine
` [PATCH v2 16/22] git-remote-mediawiki: Modify strings for a better coding-style
` [PATCH v2 17/22] git-remote-mediawiki: Brace file handles for print for more clarity
` [PATCH v2 18/22] git-remote-mediawiki: Replace "unless" statements with negated "if" statements


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.