All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-02-21 08:36:53 to 2011-02-21 10:05:43 UTC [more...]

[PATCH 1/4] userns: let clone_uts_ns() handle setting uts->user_ns
 2011-02-21 10:05 UTC  (6+ messages)
` [PATCH 2/4] userns: let copy_ipcs handle setting ipc_ns->user_ns

How to recovery a corrupted git repo
 2011-02-21 10:04 UTC  (3+ messages)

[PATCH 0/3] xen: Use PM/Hibernate events for save/restore/chkpt
 2011-02-21 10:05 UTC  (4+ messages)

gatchat looses UR code if received while waiting a response
 2011-02-21 10:04 UTC  (2+ messages)

[PATCH 1/5] ARM: imx53: add sdhc pad settings
 2011-02-21 10:04 UTC  (14+ messages)
` [PATCH 2/5] ARM: imx51/53: add sdhc3/4 clock
` [PATCH 3/5] ARM: imx53_loco: add esdhc device support
` [PATCH 4/5] mm: sdhci-esdhc: remove SDHCI_QUIRK_NO_CARD_NO_RESET from ESDHC_DEFAULT_QUIRKS
` [PATCH 5/5] mmc: sdhci: add quirk SDHCI_QUIRK_FIX_NO_INT_IN_MULTI_BLK_IO

high throughput storage server?
 2011-02-21 10:04 UTC  (4+ messages)

[PATCH] mm: fix dubious code in __count_immobile_pages()
 2011-02-21  9:57 UTC  (3+ messages)

[RFC/PATCH 0/5] sparc32 genirq support
 2011-02-21 10:02 UTC  (3+ messages)

[PATCH v3 00/13] OMAP: McBSP: hwmod adaptation and runtime conversion
 2011-02-21 10:02 UTC  (2+ messages)

HVM vs. PV in Reliability
 2011-02-21 10:01 UTC  (2+ messages)

target: transport_get_lun_for_tmr() failure behavior
 2011-02-21  9:53 UTC  (2+ messages)

[PATCH] target: Remove unused variable
 2011-02-21  9:44 UTC  (4+ messages)

[PATCH] target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.h
 2011-02-21  9:18 UTC  (2+ messages)

Request for free-distributable Broadcom's (G|LP)-PHY firmware
 2011-02-21  9:59 UTC  (8+ messages)

Hypervisor crash(!) on xl cpupool-numa-split
 2011-02-21 10:00 UTC  (24+ messages)

[Qemu-devel] [PATCH v4 0/4] ARM: fix Neon VRECPE and VRSQRTE instructions
 2011-02-21  9:59 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/4] softfloat: add float32_set_sign(), float32_infinity, float64_half, float64_256 and float64_512

linux-next: build warnings after merge of the i2c tree
 2011-02-21  9:58 UTC  (2+ messages)

[PATCH 01/09] ARM: s3c2442: gta02: Fix usage gpio bank j pin definitions
 2011-02-21  9:58 UTC  (4+ messages)

[PATCH] Generic CPU save/restore PM support
 2011-02-21  9:58 UTC  (7+ messages)
` [PATCH 2/6] ARM: pm: add generic CPU suspend/resume support

[GIT PULL] Samsung fixes for 2.6.38-rc6
 2011-02-21  9:58 UTC  (2+ messages)

[PATCH][v2] driver/FSL SATA:Fix wrong Device Error Register usage
 2011-02-21  9:57 UTC 

hwmod: multi-omap: disabling smartreflex on AM3517
 2011-02-21  9:57 UTC  (4+ messages)

[PATCH 0/3] OMAP2+: voltage: first pass at cleanup/reorganization
 2011-02-21  9:55 UTC  (4+ messages)
` [PATCH 1/3] OMAP: smartreflex: move plat/smartreflex.h to mach-omap2/smartreflex.h

Google Summer of Code Wiki pages - some minar gaps and corrections
 2011-02-21  9:54 UTC  (4+ messages)
` [Xen-devel] "
  ` [Xen-API] "
      ` Re: [Xen-devel] "

[BUG] Serial driver broken on migor
 2011-02-21  9:54 UTC  (2+ messages)

[Qemu-devel] [PATCH uq/master 00/21] Win32 iothread support
 2011-02-21  9:51 UTC  (25+ messages)
` [Qemu-devel] [PATCH 01/21] unlock iothread during WaitForMultipleObjects
` [Qemu-devel] [PATCH 02/21] implement win32 dynticks timer
` [Qemu-devel] [PATCH 03/21] use win32 timer queues
` [Qemu-devel] [PATCH 04/21] replace qemu_thread_equal API with qemu_thread_is_current
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 05/21] add win32 qemu-thread implementation
` [Qemu-devel] [PATCH 06/21] include qemu-thread.h early
` [Qemu-devel] [PATCH 07/21] add assertions on the owner of a QemuMutex
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 08/21] remove CONFIG_THREAD
` [Qemu-devel] [PATCH 09/21] inline cpu_halted into sole caller
` [Qemu-devel] [PATCH 10/21] always qemu_cpu_kick after unhalting a cpu
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 11/21] exit round-robin vcpu loop if cpu->stopped is true
` [Qemu-devel] [PATCH 12/21] always signal pause_cond after stopping a VCPU
` [Qemu-devel] [PATCH 13/21] do not use timedwait on qemu_halt_cond
` [Qemu-devel] [PATCH 14/21] do not use timedwait on qemu_system_cond
` [Qemu-devel] [PATCH 15/21] do not use timedwait on qemu_pause_cond
` [Qemu-devel] [PATCH 16/21] do not use timedwait on qemu_cpu_cond
` [Qemu-devel] [PATCH 17/21] iothread stops the vcpu thread via IPI
` [Qemu-devel] [PATCH 18/21] move blocking of signals to qemu_signalfd_init
` [Qemu-devel] [PATCH 19/21] provide dummy signal init functions for win32
` [Qemu-devel] [PATCH 20/21] protect qemu_cpu_kick_self for Win32
` [Qemu-devel] [PATCH 21/21] add Win32 IPI service

[PATCH v3 0/2] OMAP: IOMMU fault callback support
 2011-02-21  9:52 UTC  (14+ messages)
` [PATCH v3 2/2] OMAP: IOMMU: add support to callback during fault handling

[PATCH 13/14] rtlwifi: rtl8192cu: Add routine trx
 2011-02-21  9:50 UTC  (4+ messages)

Fields alignment when extended mask is present
 2011-02-21  9:50 UTC  (4+ messages)

[PATCH v2 1/4] gpiolib: Add "unknown" direction support
 2011-02-21  9:47 UTC  (7+ messages)

fixed id for mouse and keyboard
 2011-02-21  9:47 UTC  (2+ messages)

[PATCH] kvm: allow RO page when atomic && !write_fault
 2011-02-21  9:47 UTC  (2+ messages)

[PATCH 2/4] x86, numa: Do not adjust start/end for early_node_mem()
 2011-02-21  9:46 UTC  (7+ messages)
` [PATCH 3/4] x86, numa: cleanup x86_acpi_numa_init()

[PATCH 0/2] l2x0: Add PL310 Errata 727915
 2011-02-21  9:46 UTC  (4+ messages)
` [PATCH 1/2] ARM: l2x0: Errata fix for flush by Way operation can cause data corruption

[PATCH 0/3] Add MX51 basic DT support
 2011-02-21  9:46 UTC  (5+ messages)
` [PATCH 1/3] arm/dt: add basic mx51 device tree support
` [PATCH 2/3] arm/dt: add very basic dts file for babbage board

Problem with SIM lock states not showing correctly in Ofono API
 2011-02-21  9:46 UTC  (2+ messages)

[U-Boot] u-boot for x86 Core2Duo target
 2011-02-21  9:46 UTC  (2+ messages)

[lm-sensors] [PATCH-v2:RFC][hwmon]:Merging_Pkgtemp_with_Coretemp
 2011-02-21  9:45 UTC  (2+ messages)

xl create ipv6 support
 2011-02-21  9:44 UTC  (2+ messages)

[Bug 34427] New: Graphical corruption when opening windows
 2011-02-21  9:43 UTC  (2+ messages)
` [Bug 34427] "

[PATCH 0/3] Staging: xgifb: Removes dead code and unused spinlock conditional compilation logic
 2011-02-21  9:43 UTC  (2+ messages)
` [PATCH 0/3] Staging: xgifb: Removes dead code and unused

[PATCH 00/18] Kemari for KVM v0.2.10
 2011-02-21  9:42 UTC  (5+ messages)
` [PATCH 07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode
    ` [Qemu-devel] "

[U-Boot] [PATCH 18/18] Make the at91sam9263ek compile again
 2011-02-21  9:41 UTC 

[PATCH v2 0/2] Improvements to rename and copy detection
 2011-02-21  9:40 UTC  (3+ messages)
` [PATCH v2 1/2] git-p4: Improve rename detection support

[PATCH v7 00/12] omap3: pm: TWL4030 power scripts and workaround for TWL errata 27
 2011-02-21  9:39 UTC  (4+ messages)
` [PATCH 01/12] omap3: pm: Fix for the TRITON sleep/wakeup sequence

[RFC PATCH 2/2] ARMv7: Invalidate the TLB before freeing page tables
 2011-02-21  9:39 UTC  (8+ messages)

IO_PAGE_FAULT from SATA card during boot
 2011-02-21  9:39 UTC  (11+ messages)

[PATCH] CPUFREQ : calculate delay after dbs_check_cpu
 2011-02-21  9:38 UTC  (3+ messages)

What's cooking in git.git (Feb 2011, #04; Wed, 16)
 2011-02-21  9:33 UTC  (5+ messages)

Realtek RTL8192SE support ? (aka r8192se_pci)
 2011-02-21  9:35 UTC 

[1.8.0] perl/Git.pm: moving away from using Error.pm module
 2011-02-21  9:31 UTC  (3+ messages)

2.6.32, NFSv4, "Stale NFS file handle" problem
 2011-02-21  9:30 UTC  (3+ messages)

[Qemu-devel] How can I understand CONFIG_IO_THREAD ?
 2011-02-21  9:29 UTC  (3+ messages)
` [Qemu-devel] "

pci/hda/patch_via.c - broken between 2.6.36 and 2.6.37 (bisected)
 2011-02-21  9:29 UTC  (5+ messages)
      ` [PATCH] ALSA: HDA: Fix mic initialization in VIA auto parser (was: pci/hda/patch_via.c - broken between 2.6.36 and 2.6.37 (bisected))

Ping-> Subject: [PATCH] omap: omap3evm: add support for the WL12xx WLAN module to the omap3evm
 2011-02-21  9:29 UTC  (3+ messages)
  `  "

[PATCH] OMAP2,3: DSS2: Report -EBUSY when to many registered isr
 2011-02-21  9:28 UTC  (2+ messages)
`  "

[Bug 34521] New: EnableColorTiling causes graphical distortion making X unusable
 2011-02-21  9:28 UTC  (3+ messages)
` [Bug 34521] "

How to use Udev to restrict USB access only to particular set of USB sticks?
 2011-02-21  9:27 UTC  (3+ messages)
` How to use Udev to restrict USB access only to particular set of

automounting replicated servers using NFSv4 fails
 2011-02-21  9:26 UTC  (3+ messages)

[PATCH][v1] driver/FSL SATA:Fix wrong Device Error Register usage
 2011-02-21  9:21 UTC  (2+ messages)

[PATCH 00/72] No-op C gettext wrappers
 2011-02-21  9:19 UTC  (3+ messages)
` [PATCH 07/72] gettextize: git-clone "Cloning into" message

[PATCH] try to 'remount,ro' once if the kernel ignores the ro request for bind mounts
 2011-02-21  9:19 UTC  (3+ messages)

[PATCH v2 1/2] r8169: Correct settings of rtl8102e
 2011-02-21  9:17 UTC  (4+ messages)
` [PATCH v2 2/2] r8169: Support RTL8105E

iMX27 NFC
 2011-02-21  9:16 UTC 

[PATCH] CAN: add controller hardware name for Softing cards
 2011-02-21  9:13 UTC  (2+ messages)

[PATCH wq#for-2.6.39] workqueue: fix build failure introduced by s/freezeable/freezable/
 2011-02-21  9:10 UTC  (2+ messages)

[PATCH 3/3] Staging: xgifb: Remove unused spinlock conditional compilation logic
 2011-02-21  9:09 UTC 

[PATCH 2/3] Staging: xgifb: Remove unused functions
 2011-02-21  9:09 UTC 

[PATCH 1/3] Staging: xgifb: Removes dead code
 2011-02-21  9:09 UTC 

[PATCH] omap3: Adding vdd_sdi regulator supply to OMAP3EVM
 2011-02-21  9:08 UTC  (2+ messages)
`  "

[RFC] video-buffer management optimizations
 2011-02-21  9:08 UTC 

Questions about PG ID to OSDs
 2011-02-21  9:05 UTC 

xenbits down/having problems?
 2011-02-21  9:06 UTC  (4+ messages)

[PATCH 0/5] autogroup runtime enable/disable tuning fix
 2011-02-21  9:05 UTC  (7+ messages)
` [PATCH 5/5] sched, autogroup: "

[Qemu-devel] [PATCH RESEND] char: Prevent multiple devices opening same chardev
 2011-02-21  9:04 UTC 

[PATCH v4 0/4] Tegra EHCI driver
 2011-02-21  9:04 UTC  (4+ messages)
` [PATCH v4 1/4] usb: otg: Add ulpi viewport access ops

[Qemu-devel] [PULL] virtio-serial: fixes, enable ioeventfd
 2011-02-21  9:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH RESEND 1/3] virtio-serial: Use a struct to pass config information from proxy
` [Qemu-devel] [PATCH RESEND 2/3] virtio-serial: Disallow generic ports at id 0
` [Qemu-devel] [PATCH RESEND 3/3] virtio-serial: Enable ioeventfd

[ASoC] Problem with codec driver for tlv320aic32x4 and bias level
 2011-02-21  9:00 UTC 

[PATCH 1/5] x86: move ioapic_irq_destination_types to apicdef.h
 2011-02-21  8:59 UTC  (5+ messages)
` [PATCH 2/5] x86: add dummy mp_save_irq()
` [PATCH 3/5] x86: rework arch_disable_smp_support() for x86
` [PATCH 4/5] x86: add dummy functions for compiling without IOAPIC
` [PATCH 5/5] x86: fix deps of X86_UP_IOAPIC

[PATCH] dw_mmc: set the debounce value and remove duplicated offset
 2011-02-21  8:57 UTC 

[Bug 25832] kernel crashes upon resume if usb devices are removed when suspended
 2011-02-21  8:59 UTC 

[Qemu-devel] Re: Comparing New Image Formats: FVD vs. QED
 2011-02-21  8:59 UTC  (6+ messages)
    ` Strategic decision: COW format (was: [Qemu-devel] Re: Comparing New Image Formats: FVD vs. QED)
      ` [Qemu-devel] Re: Strategic decision: COW format

[PATCH] perf: add OMAP support for the new power events
 2011-02-21  8:53 UTC  (6+ messages)

[PATCH] Btrfs: Batched discard support for btrfs
 2011-02-21  8:52 UTC 

autofs always requires openldap dependency
 2011-02-21  8:51 UTC 

[Cluster-devel] fencing citrix XenServer VM's
 2011-02-21  8:51 UTC 

[Qemu-devel] [PATCH 0/4] Improve -icount, fix it with iothread
 2011-02-21  8:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] do not use qemu_icount_delta in the !use_icount case
` [Qemu-devel] [PATCH 2/4] qemu_next_deadline should not consider host-time timers
` [Qemu-devel] [PATCH 3/4] rewrite accounting of wait time to the vm_clock
` [Qemu-devel] [PATCH 4/4] inline qemu_icount_delta

[GIT PULL] s390 patches for 2.6.38-rc5
 2011-02-21  8:51 UTC 

[Drbd-dev] [PATCH] lru_cache: Use correct type in sizeof for allocation
 2011-02-21  8:44 UTC  (3+ messages)

From Mr. Sam Jonah. (Director Standard Bank of South Africa)
 2011-02-21  8:50 UTC 

NUMA problem with AMD G34 system
 2011-02-21  8:48 UTC  (2+ messages)

[Buildroot] Saving custom configs to buildroot, linux, uclibc, 
 2011-02-21  8:48 UTC 

linux-next: manual merge of the omap_dss2 tree with the omap tree
 2011-02-21  8:47 UTC  (2+ messages)

[Qemu-devel] Network bridging without adding bridge with brctl, possible?
 2011-02-21  8:44 UTC  (6+ messages)
` [Qemu-devel] "

[Qemu-devel] GSOC 2011
 2011-02-21  8:43 UTC  (6+ messages)
` [Qemu-devel] "
  ` GSOC 2011 (KVM for MIPS)
      ` [Qemu-devel] "

[Devel] undocumented SLIC structure in XSDT revealed
 2011-02-21  8:43 UTC 

[Bug 28932] New: new avivo PLL calculation in Radeon driver fails with certain modelines
 2011-02-21  8:42 UTC  (2+ messages)
` [Bug 28932] "

[Buildroot] build python failed
 2011-02-21  8:41 UTC  (2+ messages)

[PATCH v6 0/4] fadvise(DONTNEED) support
 2011-02-21  8:40 UTC  (4+ messages)
` [PATCH v6 2/3] memcg: move memcg reclaimable page into tail of inactive list

[PATCH 0/4] soc-camera: vb2
 2011-02-21  8:38 UTC  (5+ messages)
` [PATCH 2/4] V4L: mx3_camera: convert to videobuf2

[PATCH] Add support for PowerMac3,5 in snd-aoa ALSA sound module
 2011-02-21  8:37 UTC  (2+ messages)

[PATCH V4 3/4] ARM: Xilinx: base header files and assembly macros
 2011-02-21  8:36 UTC  (3+ messages)


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.