All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-06 13:38:31 to 2010-09-06 15:30:13 UTC [more...]

disabling group leader perf_event
 2010-09-06 15:48 UTC  (14+ messages)

[PATCH] USB: otg: twl4030: fix phy initialization(v1)
 2010-09-06 15:27 UTC 

[Scst-devel] Fwd: Re: linuxcon 2010
 2010-09-06 15:26 UTC  (16+ messages)

OE MediaWiki Version
 2010-09-06 15:20 UTC 

bnx2: link drops when idle on 2.6.36-rc3
 2010-09-06 15:25 UTC  (2+ messages)

remote-helpers: The lost verbosity level
 2010-09-06 15:24 UTC 

[Bug 29810] New: Blank screen on nouveau module load
 2010-09-06 15:23 UTC  (3+ messages)
  ` [Bug 29810] "

[PATCH] ASoC: Fix cut'n'paste comment in WM8994
 2010-09-06 15:22 UTC 

[RFC PATCH 07/15] cache_tree_update(): Capability to handle tree entries missing from index
 2010-09-06 15:22 UTC  (3+ messages)
` [PATCH 2/4] tree-walk: copy tree_entry_interesting() as is from tree-diff.c

[PATCH] Make the path to oui.txt a compile-time option
 2010-09-06 15:22 UTC  (5+ messages)

cherry-picking a commit clobbers a file which is a directory in the target commit
 2010-09-06 15:20 UTC  (3+ messages)

[PATCH v3] hciconfig: add LE_SET_ADVERTISE_ENABLE cmd
 2010-09-06 15:18 UTC 

[PATCH 0/4] Hacks to allow booting ARM SMP kernel on UP ARMv7
 2010-09-06 15:16 UTC  (4+ messages)

[PATCH 0/2 V2] Adding support for adis16250/5 to adis16260 driver
 2010-09-06 15:16 UTC  (3+ messages)
` [PATCH 1/2] staging:iio:adis16260 add id table support
` [PATCH 2/2] staging:iio:adis16260 add suppport for adis16255 and adis16250

[PATCH v3 1/1] input: add support for Nomadik SKE keypad controller
 2010-09-06 15:16 UTC  (3+ messages)

Asterisk and termcap
 2010-09-06 15:15 UTC 

[Qemu-devel] [PATCH v3 00/14] trace: Add static tracing to QEMU
 2010-09-06 15:14 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/14] trace: Add trace-events file for declaring trace events
` [Qemu-devel] [PATCH 02/14] trace: Add simple built-in tracing backend
` [Qemu-devel] [PATCH 03/14] trace: Support for dynamically enabling/disabling trace events
` [Qemu-devel] [PATCH 04/14] trace: Support disabled events in trace-events
` [Qemu-devel] [PATCH 05/14] trace: Specify trace file name
` [Qemu-devel] [PATCH 06/14] trace: Add trace-file command to open/close/flush trace file
` [Qemu-devel] [PATCH 07/14] trace: Add trace file name command-line option
` [Qemu-devel] [PATCH 08/14] trace: Add LTTng Userspace Tracer backend
` [Qemu-devel] [PATCH 09/14] trace: Add user documentation
` [Qemu-devel] [PATCH 10/14] trace: Trace qemu_malloc() and qemu_vmalloc()
` [Qemu-devel] [PATCH 11/14] trace: Trace virtio-blk, multiwrite, and paio_submit
` [Qemu-devel] [PATCH 12/14] trace: Trace virtqueue operations
` [Qemu-devel] [PATCH 13/14] trace: Trace port IO
` [Qemu-devel] [PATCH 14/14] trace: Trace entry point of balloon request handler

[PATCH 1/2] USB: musb-gadget: enable autoclear for OUT transfer in both DMA 0 and DMA 1
 2010-09-06 15:13 UTC  (3+ messages)

[originated PATCH 0/2]
 2010-09-06 15:09 UTC  (3+ messages)
` [originated PATCH 1/2] doc/voicecall: add Originated property
  ` [originated PATCH 2/2] voicecall: add "Originated" property

[PATCH] ALSA: Add more jack button slots
 2010-09-06 15:08 UTC 

[Qemu-devel] [PULL 00/10] Block patches
 2010-09-06 15:07 UTC  (2+ messages)

[PATCH 0/27] Nested Paging Virtualization for KVM v3
 2010-09-06 15:02 UTC  (28+ messages)
` [PATCH 01/27] KVM: MMU: Check for root_level instead of long mode
` [PATCH 02/27] KVM: MMU: Make tdp_enabled a mmu-context parameter
` [PATCH 03/27] KVM: MMU: Make set_cr3 a function pointer in kvm_mmu
` [PATCH 04/27] KVM: X86: Introduce a tdp_set_cr3 function
` [PATCH 05/27] KVM: MMU: Introduce get_cr3 function pointer
` [PATCH 06/27] KVM: MMU: Introduce inject_page_fault "
` [PATCH 07/27] KVM: MMU: Introduce kvm_init_shadow_mmu helper function
` [PATCH 08/27] KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu
` [PATCH 09/27] KVM: MMU: Introduce generic walk_addr function
` [PATCH 10/27] KVM: MMU: Add infrastructure for two-level page walker
` [PATCH 11/27] KVM: X86: Introduce pointer to mmu context used for gva_to_gpa
` [PATCH 12/27] KVM: MMU: Implement nested gva_to_gpa functions
` [PATCH 13/27] KVM: X86: Add kvm_read_guest_page_tdp function
` [PATCH 14/27] KVM: MMU: Make walk_addr_generic capable for two-level walking
` [PATCH 15/27] KVM: MMU: Introduce kvm_read_guest_page_x86()
` [PATCH 16/27] KVM: MMU: Introduce init_kvm_nested_mmu()
` [PATCH 17/27] KVM: MMU: Track page fault data in struct vcpu
` [PATCH 18/27] KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa
` [PATCH 19/27] KVM: X86: Propagate fetch faults
` [PATCH 20/27] KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
` [PATCH 21/27] KVM: MMU: Introduce kvm_pdptr_read_mmu
` [PATCH 22/27] KVM: MMU: Refactor mmu_alloc_roots function
` [PATCH 23/27] KVM: MMU: Allow long mode shadows for legacy page tables
` [PATCH 24/27] KVM: SVM: Implement MMU helper functions for Nested Nested Paging
` [PATCH 25/27] KVM: SVM: Initialize Nested Nested MMU context on VMRUN
` [PATCH 26/27] KVM: SVM: Expect two more candiates for exit_int_info
` [PATCH 27/27] KVM: SVM: Report Nested Paging support to userspace

[Bug 28402] Kernel 2.6.34 freezes randomly
 2010-09-06 15:07 UTC 

[RFC 22/22] tcm_loop: Add multi-fabric Linux/SCSI LLD fabric module
 2010-09-06 15:06 UTC  (13+ messages)

[Qemu-devel] [PATCH] raw-posix: improve detection of scsi-generic devices
 2010-09-06 15:06 UTC 

[PATCH] Revert "powerpc new toolchains fix (crt.S)"
 2010-09-06 15:03 UTC 

[linux-pm] generic runtime pm callbacks
 2010-09-06 14:59 UTC  (5+ messages)
`  "

[PATCH 00/14] Removing dead code
 2010-09-06 14:57 UTC  (21+ messages)
` [PATCH 01/14] arch/arm: Removing undead ifdef __ASSEMBLY__
` [PATCH 02/14] arch/h8300: Removing dead ifdef __H8300_TLB_H__
` [PATCH 03/14] arch/parisc: Removing undead ifdef CONFIG_PA20
` [PATCH 04/14] arch/{s390,powerpc}: Removing undead ifdef __KERNEL__
` [PATCH 05/14] arch/x86: Removing undead ifdef ACPI/X86_IO_ACPI
` [PATCH 06/14] drivers/net: Removing undead ifdef CHELSIO_T1_1G
` [PATCH 07/14] drivers/scsi: Removing undead ifdef __ISAPNP__
` [PATCH 08/14] drivers/scsi: Removing undead ifdef CONFIG_PCI
` [PATCH 09/14] drivers/scsi: Removing undead ifdef REAL_DMA
` [PATCH 10/14] drivers/video: Removing undead ifdef ATAFB_FALCON
` [PATCH 11/14] drivers/video: Removing undead ifdef CONFIG_FB_MATROX_G
  ` [PATCH 11/14] drivers/video: Removing undead ifdef
` [PATCH 12/14] include/linux: Removing undead ifdef __KERNEL__
` [PATCH 13/14] kernel/: Removing undead ifdef CONFIG_SMP
` [PATCH 14/14] kernel/: Removing undead ifdef CONFIG_DEBUG_LOCK_ALLOC

[U-Boot] [PATCH v2] NET: add ENC28J60 driver using SPI framework
 2010-09-06 14:59 UTC 

[Qemu-devel] [PATCH] scsi_bus: fix length and xfer_mode for RESERVE and RELEASE commands
 2010-09-06 14:58 UTC 

[IIO] Proposal for sysfs attributes
 2010-09-06 15:03 UTC  (6+ messages)

[PATCH 1/5] mrst_earlyprintk: add a kmsg_dumper to dump the printk buffer when panic
 2010-09-06 14:17 UTC  (4+ messages)
` [PATCH 2/5] hsu, earlyprintk: add early printk for hsu_port2 console

[PATCH] Add ERR support to smart HTTP
 2010-09-06 14:56 UTC  (7+ messages)

[patch 0/3] add mce test
 2010-09-06 14:53 UTC  (5+ messages)
` [patch 3/3] Add "

[ath9k-devel] 802.11n performance again
 2010-09-06 14:52 UTC 

[PATCH] atmel_macb Kconfig: remove long dependency line
 2010-09-06 14:49 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] xen: merge MSR_EFER
 2010-09-06 14:47 UTC  (2+ messages)

Serious problem with ticket spinlocks on ia64
 2010-09-06 14:47 UTC  (5+ messages)

[PATCH] APM821xx: Add support for new SoC APM821xx
 2010-09-06 14:43 UTC  (7+ messages)

[Qemu-devel] [PATCH] lsi53c895a: add support for ABORT messages
 2010-09-06 14:42 UTC 

PCI Device Assignment status
 2010-09-06 14:40 UTC  (6+ messages)

[PATCH] USB: Fix kernel oops with g_ether and Windows
 2010-09-06 14:37 UTC  (2+ messages)

How to define an I2C-to-SPI bridge device ?
 2010-09-06 14:37 UTC  (5+ messages)

[PATCH] Bash completion script for util commands
 2010-09-06 14:33 UTC 

[mlmmj] Processing Bounces
 2010-09-06 14:33 UTC  (2+ messages)

[PATCH] Add new --boot-directory option to replace --root-directory
 2010-09-06 14:33 UTC 

tc add filter match src ip and mark
 2010-09-06 14:33 UTC 

[PATCH 1/2] Define some useful variables
 2010-09-06 14:33 UTC  (2+ messages)
` [PATCH 2/2] Use new variable defined by configure.ac

2.6.36-rc3 NULL pointer dereference crypto_destroy_tfm+0x50/0x70
 2010-09-06 14:28 UTC  (4+ messages)

[Qemu-devel] [RFC] qed: Add QEMU Enhanced Disk format
 2010-09-06 14:24 UTC  (8+ messages)
` [Qemu-devel] "

[PATCH] pio: add arch specific gpio_is_valid() function
 2010-09-06 14:21 UTC  (2+ messages)
` [PATCH v2] AT91: pio: add "

[PATCH 13/14] mm: mempolicy: Check return code of check_range
 2010-09-06 14:18 UTC  (6+ messages)

my custom SDIO card can be detected in 2.6.30 but not in 2.6.18
 2010-09-06 14:17 UTC  (2+ messages)

[PATCHv11 2.6.36-rc2-tip 0/15] 0: Uprobes Patches
 2010-09-06 14:16 UTC  (7+ messages)
` [PATCHv11 2.6.36-rc2-tip 4/15] 4: uprobes: x86 specific functions for user space breakpointing

[PATCH] Function btree_get_extent: Incorrect if-else if statement
 2010-09-06 14:15 UTC  (5+ messages)

Kirkwood PCI(e) write performance and DMA engine support for copy_{to,from}_user?
 2010-09-06 14:14 UTC  (6+ messages)
` Kirkwood PCI(e) write performance and DMA engine support for copy_{to, from}_user?

[Qemu-devel] [rfc 0/3] arm : dynamically choose initrd load address
 2010-09-06 14:12 UTC  (4+ messages)
` [Qemu-devel] [rfc 1/3] arm : raise an error if the kernel size will overlap the initrd
` [Qemu-devel] [rfc 2/3] arm : factor out set_kernel_args[_old]
` [Qemu-devel] [rfc 3/3] arm : make initrd load address dynamic

[U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc
 2010-09-06 14:11 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Always synchronize rcu's on module shutdown
 2010-09-06 14:09 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCHv2] "

[Qemu-devel] [PATCH] scsi-generic: add missing reset handler
 2010-09-06 14:07 UTC 

[PATCH 0/3] memory hotplug: updates and bugfix for is_removable
 2010-09-06 13:58 UTC  (7+ messages)
` [BUGFIX][PATCH 1/3] memory hotplug: fix next block calculation in is_removable
` [PATCH 3/3] memory hotplug: use unified logic for is_removable and offline_pages

virtclass_install prepend
 2010-09-06 13:54 UTC  (6+ messages)

[PATCH 06/14] staging: rtl8192u: improve error path
 2010-09-06 13:50 UTC  (4+ messages)

2.6.35-rc4 / X201 issues
 2010-09-06 13:50 UTC  (4+ messages)
  ` 2.6.36-rc3 suspend issue (was: 2.6.35-rc4 / X201 issues)

[PATCH v5 0/7] native wl1271 support on ZOOM
 2010-09-06 13:46 UTC  (6+ messages)
` [PATCH v5 3/7] wireless: wl12xx: add platform data passing support

LWN.net article: creating 1 billion files -> XFS looses
 2010-09-06 13:42 UTC  (2+ messages)

[PATCH 00 of 24] [RFC] libxc: hypercall buffers
 2010-09-06 13:41 UTC  (16+ messages)
` [PATCH 11 of 24] libxc: convert xc_version over to "
` [PATCH 12 of 24] libxc: convert domctl interfaces "
` [PATCH 13 of 24] libxc: convert shadow domctl interfaces and save/restore "
` [PATCH 14 of 24] libxc: convert sysctl interfaces "
` [PATCH 15 of 24] libxc: convert watchdog interface "
` [PATCH 16 of 24] libxc: convert acm interfaces "
` [PATCH 17 of 24] libxc: convert evtchn "
` [PATCH 18 of 24] libxc: convert schedop "
` [PATCH 19 of 24] libxc: convert physdevop interface "
` [PATCH 20 of 24] libxc: convert flask interfaces "
` [PATCH 21 of 24] libxc: convert hvmop "
` [PATCH 22 of 24] libxc: convert mca interface "
` [PATCH 23 of 24] libxc: convert tmem "
` [PATCH 24 of 24] libxc: convert gnttab interfaces "

[PATCH] drm: gem objects do not have a handle upon creation
 2010-09-06 13:40 UTC  (2+ messages)

[PATCH 3/4] Fix calling watch callbacks after it has been removed
 2010-09-06 13:39 UTC 

[PATCH 1/4] Do not automatically remove watches for service names
 2010-09-06 13:39 UTC  (3+ messages)
` [PATCH 3/4] Fix calling watch callbacks after it has been removed


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.