All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-01-06 00:20:02 to 2010-01-06 03:55:29 UTC [more...]

Panic in iwl3945 driver
 2010-01-06  3:55 UTC  (12+ messages)

[PATCH NEXT 0/2] qlcnic: Add Qlogic 1/10Gb Ethernet driver for CNA devices
 2010-01-06  3:53 UTC  (5+ messages)

[PATCH NEXT 0/2] qlcnic: Add Qlogic 1/10Gb Ethernet driver for CNA devices
 2010-01-06  3:51 UTC  (8+ messages)

[PATCH 0/2] Create an of_i2c_gpiochip_add()
 2010-01-06  3:51 UTC  (3+ messages)
` [PATCH 1/2] Create a struct of_i2c_gpio_chip, for i2c-based GPIO devices
  ` [PATCH 2/2] Create an of_i2c_gpiochip_add()

[PATCH -mm] Shared Page accounting for memory cgroup (v2)
 2010-01-06  3:49 UTC  (8+ messages)

2.6.33-rc2: Xen/Guest switching to user mode with no user page tables
 2010-01-06  3:48 UTC  (3+ messages)

iptables for bandwidth tracking
 2010-01-06  3:46 UTC 

[LTP] [PATCH] fix the bug of the smaller cpu_set_t's length in getcpu01
 2010-01-06  3:30 UTC 

[Autotest PATCH] KVM-test: Add a subtest image_copy
 2010-01-06  3:32 UTC 

[LTP] [PATCH] fix the bug of the smaller cpu_set_t's length in sched_getaffinity01
 2010-01-06  3:29 UTC 

[RFC][PATCH 0/8] Speculative pagefault -v3
 2010-01-06  3:27 UTC  (21+ messages)
` [RFC][PATCH 6/8] mm: handle_speculative_fault()

[RFC 0/9] snet: Security for NETwork syscalls
 2010-01-06  3:27 UTC  (7+ messages)
        ` [PATCH] LSM: Update comment on security_sock_rcv_skb

[LTP] clone tests fails
 2010-01-06  3:26 UTC  (6+ messages)

[Qemu-devel] cpuid problem in upstream qemu with kvm
 2010-01-06  3:25 UTC  (15+ messages)

NFS Server Not Responding after hw change (svc: transport busy, not enqueued)
 2010-01-06  3:25 UTC 

[PATCH v2] dm: Fix alignment stacking on partitioned devices
 2010-01-06  3:24 UTC  (6+ messages)

[PATCH] Fix half-Y2K38 problem in timecompare_update while calculating offset
 2010-01-06  3:18 UTC  (4+ messages)

[LTP] [PATCH 1/1] say FAIL not PASS when we failed
 2010-01-06  3:22 UTC  (10+ messages)

DViCO FusionHDTV DVB-T Dual Digital 4 (rev 1) tuning regression
 2010-01-06  3:20 UTC  (13+ messages)
            ` [RESEND] "

How to rebuild XCP from source code
 2010-01-06  3:19 UTC 

[PATCH 0/5] Lazy fpu, cr0.ts
 2010-01-06  3:18 UTC  (6+ messages)
` [PATCH 4/5] KVM: Lazify fpu activation and deactivation
` [PATCH 5/5] KVM: VMX: Give the guest ownership of cr0.ts when the fpu is active

strict copy_from_user checks issues?
 2010-01-06  3:20 UTC  (9+ messages)
          ` [PATCH] sparc: copy_from_user() should not return -EFAULT

[Qemu-devel] [PATCH V12 00/27] split out piix specific part from pc emulator and some clean ups
 2010-01-06  2:39 UTC  (28+ messages)
` [Qemu-devel] [PATCH V12 01/27] acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c
` [Qemu-devel] [PATCH V12 02/27] acpi: split out apm register emulation from acpi.c
` [Qemu-devel] [PATCH V12 03/27] acpi: add acpi constants from linux header files and use them
` [Qemu-devel] [PATCH V12 04/27] acpi: split acpi.c into the common part and the piix4 part
` [Qemu-devel] [PATCH V12 05/27] acpi_piix4: remove unused variable in get_pmsts()
` [Qemu-devel] [PATCH V12 06/27] pc: initialize ioapic before use
` [Qemu-devel] [PATCH V12 07/27] pc, i440fx: Make smm enable/disable function i440fx independent
` [Qemu-devel] [PATCH V12 08/27] pc: make an unnecessary global variable, pit, local
` [Qemu-devel] [PATCH V12 09/27] pc: remove a global variable, floppy_controller
` [Qemu-devel] [PATCH V12 10/27] pc: remove global variable rtc_state by using qemu_irq
` [Qemu-devel] [PATCH V12 11/27] pc: introduce a function to allocate cpu irq
` [Qemu-devel] [PATCH V12 12/27] pc: make pc_init1() not refer ferr_irq directly
` [Qemu-devel] [PATCH V12 13/27] pc: split out cpu initialization from pc_init1() into pc_cpus_init()
` [Qemu-devel] [PATCH V12 14/27] pc: split out memory allocation from pc_init1() into pc_memory_init()
` [Qemu-devel] [PATCH V12 15/27] pc: split out vga initialization from pc_init1() into pc_vga_init()
` [Qemu-devel] [PATCH V12 16/27] pc: split out basic device init from pc_init1() into pc_basic_device_init()
` [Qemu-devel] [PATCH V12 17/27] pc: split out pci device init from pc_init1() into pc_pci_device_init()
` [Qemu-devel] [PATCH V12 18/27] pc: split out piix specific part from pc.c into pc_piix.c
` [Qemu-devel] [PATCH V12 19/27] pc: move rtc declarations from pc.h into a dedicated header file
` [Qemu-devel] [PATCH V12 20/27] rtc: make rtc_xxx accept/return ISADevice instead of RTCState
` [Qemu-devel] [PATCH V12 21/27] acpi_piix4: qdevfy
` [Qemu-devel] [PATCH V12 22/27] pci hotplug: add argument to pci hot plug callback
` [Qemu-devel] [PATCH V12 23/27] pci hotadd, acpi_piix4: remove global variables
` [Qemu-devel] [PATCH V12 24/27] pm_smbus: remove #ifdef DEBUG
` [Qemu-devel] [PATCH V12 25/27] acpi_piix4: "
` [Qemu-devel] [PATCH V12 26/27] apm: "
` [Qemu-devel] [PATCH V12 27/27] mc146818rtc: remove #ifdef DEBUG_CMOS

[PATCH] OMAP2: add USB platform data and initialization for Nokia N800 and N810
 2010-01-06  3:07 UTC  (5+ messages)
` problem with n810 boot up

About EVTCHNOP_bind_pirq requests
 2010-01-06  3:05 UTC  (2+ messages)

[PATCH] improve the performance of large sequential write NFS workloads
 2010-01-06  3:03 UTC  (11+ messages)

[PATCH] Fix null deref in nouveau_fence_emit due to deleted fence
 2010-01-06  3:02 UTC 

PROBLEM: DVB-T scan not working after ioctl
 2010-01-06  3:02 UTC  (3+ messages)

Tokenizer in autofs broken
 2010-01-06  2:59 UTC 

GRUB Faq
 2010-01-06  2:50 UTC  (2+ messages)

[PATCH] Fix null deref in ttm_bo_mem_space caused by forgetting to set placement.busy_placement
 2010-01-06  2:54 UTC 

[07/39] iwmc3200wifi: fix array out-of-boundary access
 2010-01-06  2:52 UTC  (2+ messages)

Question about ADMA + RAID5 in the event of disk failure
 2010-01-06  2:50 UTC  (3+ messages)

Linux 2.6.33-rc3
 2010-01-06  2:48 UTC 

[Qemu-devel] Planning for 0.13
 2010-01-06  2:46 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 3/3] MMC/SD: add callback function to detect card
 2010-01-06  2:40 UTC  (2+ messages)

[PATCH 1/3] MMC/SD: power on before detecting card
 2010-01-06  2:40 UTC  (2+ messages)

[PATCH 2/3] SDHCI: add sdhci_get_cd callback to detect the card
 2010-01-06  2:40 UTC  (2+ messages)

[PATCH] af_packet: Don't use skb after dev_queue_xmit()
 2010-01-06  2:36 UTC  (2+ messages)

[LTP] install instructions
 2010-01-06  2:37 UTC  (2+ messages)

[PATCH 0/8] Remove most uses of NIPQUAD and NIPQUAD_FMT
 2010-01-06  2:34 UTC  (14+ messages)
` [Ocfs2-devel] "
` [PATCH 1/8] drivers/scsi: Remove uses of NIPQUAD, use %pI4
` [PATCH 2/8] drivers/staging/pohmelfs/inode.c: "
` [PATCH 3/8] net/rds: "
` [PATCH 4/8] net/sunrpc: "
` [PATCH 5/8] net/ipv4/netfilter/nf_nat_ftp.c: Convert NIPQUAD to %pI4
` [PATCH 6/8] net/netfilter/ipvs/ip_vs_ftp.c: Use standardized format in sprintf
` [PATCH 7/8] fs/ocfs2/cluster/tcp.c: Remove use of NIPQUAD, use %pI4
  ` [Ocfs2-devel] "
` [PATCH 8/8] drivers/firmware/iscsi_ibft.c: Remove NIPQUAD_FMT, "

[LTP] lchown test case
 2010-01-06  2:31 UTC  (4+ messages)

xenpm: opensolaris HVM domU stops getting timer interrupts when C3 used
 2010-01-06  2:29 UTC  (3+ messages)

linux-next: manual merge of the wireless tree with Linus' tree
 2010-01-06  2:29 UTC 

[PATCH] linux/privcmd: fix for proper operation in compat mode
 2010-01-06  2:27 UTC  (2+ messages)

[PATCH v2] futex: remove rw parameter from get_futex_key()
 2010-01-06  2:27 UTC  (3+ messages)

linux-next: manual merge of the net tree with the wireless-current tree
 2010-01-06  2:25 UTC  (2+ messages)

BAR 0: can't allocate resource
 2010-01-06  2:16 UTC 

[PATCH v3 1/6] t5541-http-push.sh: add tests for non-fast-forward pushes
 2010-01-06  2:12 UTC  (5+ messages)
` [PATCH v3 0/6] transport: catch non-fast forwards
  ` [PATCH v3 2/6] t5541-http-push.sh: add test for unmatched, non-fast-forwarded refs

BSD 4.2 style TCP keepalives
 2010-01-06  2:07 UTC  (2+ messages)

x11-image can't start up
 2010-01-06  1:56 UTC  (5+ messages)

av7110 error reporting
 2010-01-06  1:44 UTC  (2+ messages)

uvcvideo Logitech patch
 2010-01-06  1:54 UTC  (3+ messages)

[PATCH] git-update-index: report(...) now flushes stdout after printing the report line
 2010-01-06  1:51 UTC  (5+ messages)

[PATCH] cdc-ether: Assume link is up initially
 2010-01-06  1:47 UTC  (2+ messages)

Alignment of RAID on specific boundary
 2010-01-06  1:46 UTC  (5+ messages)

[Qemu-devel] Can anybody simply explains how the device model gets run?
 2010-01-06  1:40 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] dm-mpath: Fixing unnecessary argument casting
 2010-01-06  1:38 UTC  (2+ messages)
` [dm-devel] "

Filename quoting / parsing problem
 2010-01-06  1:32 UTC  (7+ messages)

[PATCH v4 1/1] rps: core implementation
 2010-01-06  1:32 UTC  (4+ messages)

XEN Hypervisor Support for Logging DomU OPerations
 2010-01-06  1:28 UTC  (2+ messages)

Device IDs for new Apple Wireless Keyboard
 2010-01-06  1:16 UTC  (5+ messages)
  ` [PATCH] linux-2.6.33-rc2 - "
  ` [PATCH] linux-2.6.31.9 "
  ` [PATCH] linux-2.6.32.2 "

[LTP] mtest01: free memory allocated
 2010-01-06  1:28 UTC  (3+ messages)

[Qemu-devel] [PATCH V11 00/27] split out piix specific part from pc emulator and some clean ups
 2010-01-06  1:24 UTC  (4+ messages)
` [Qemu-devel] [PATCH V11 01/27] acpi: split out pc smbus routines from acpi.c into pc_smbus.c

Linux kernel 2.6.33-rc3 released
 2010-01-06  1:23 UTC 

[Qemu-devel] [PATCH 00/19][RFC] Cleanups + split timer handling out of vl.o
 2010-01-06  1:20 UTC  (8+ messages)
` [Qemu-devel] [PATCH 11/19] use a bottom half to run timers
    ` [Qemu-devel] "

cfq-iosched: tiobench regression
 2010-01-06  1:19 UTC  (9+ messages)
  ` [PATCH]cfq-iosched: don't take requests with long distence as close

RFC: display dirty submodule working directory in git gui and gitk
 2010-01-06  1:17 UTC  (13+ messages)
    ` submodules' shortcomings, was "
        ` cmake, was Re: submodules' shortcomings

regression: crash from 'ls /sys/modules/wl1251_spi/notes'
 2010-01-06  1:15 UTC  (4+ messages)

+ rtc_cmos-convert-shutdown-to-new-pnp_driver-shutdown.patch added to -mm tree
 2010-01-06  1:10 UTC 

capturing data from the microphone
 2010-01-06  1:07 UTC  (3+ messages)

[PATCH 0/4] Makefile fixes
 2010-01-06  1:07 UTC  (3+ messages)

[PATCH] Makefile: determine the list of header files using a glob
 2010-01-06  1:06 UTC  (5+ messages)
  ` [PATCH/RFC 0/2] Lazily generate header dependencies

[PATCH 0/9] Undoing conflict resolution
 2010-01-06  1:06 UTC  (4+ messages)
` [PATCH 9/9] rerere forget path: forget recorded resolution

PaX Security w/ Kernel.org DomU 2.6.31.7
 2010-01-06  1:06 UTC  (3+ messages)

[linux-pm] [suspend/resume] Re: userspace notification from module
 2010-01-06  1:05 UTC 

[Qemu-devel] [PATCH 1/2] tcg-x86_64: Special-case all 32-bit AND operands
 2010-01-06  0:03 UTC 

[Qemu-devel] [PATCH 2/2] tcg-x86_64: Avoid unnecessary REX.B prefixes
 2010-01-06  0:31 UTC 

[suspend/resume] Re: userspace notification from module
 2010-01-06  1:05 UTC 

What's cooking in git.git (Jan 2010, #01; Mon, 04)
 2010-01-06  1:04 UTC  (4+ messages)

A question about changing remote repo name
 2010-01-06  1:02 UTC  (6+ messages)

[PATCH] xfs: fix timestamp handling in xfs_setattr
 2010-01-06  1:02 UTC  (2+ messages)

problem with 2.6.33-rc2 tagging
 2010-01-06  0:58 UTC  (3+ messages)

+ drivers-usb-correct-the-size-argument-to-kzalloc.patch added to -mm tree
 2010-01-06  0:57 UTC 

+ drivers-scsi-correct-the-size-argument-to-kmalloc.patch added to -mm tree
 2010-01-06  0:57 UTC 

+ net-ipv4-correct-the-size-argument-to-kzalloc.patch added to -mm tree
 2010-01-06  0:57 UTC 

Memory probing fails after 2.6.30 (bisected)
 2010-01-06  0:55 UTC  (2+ messages)

ata error EH in SWNCQ mode, with nVidia MCP55 sata controller and SAMSUNG HD103UJ
 2010-01-06  0:50 UTC  (2+ messages)

Questions about Multi-touch Protocal
 2010-01-06  0:49 UTC  (3+ messages)

[PATCH v2] SPI DaVinci: SPI master driver for DaVinci/DA8xx
 2010-01-06  0:46 UTC  (4+ messages)

[RFC] [PATCH 1/1] input/touchscreen: Synaptics Touchscreen Driver
 2010-01-06  0:45 UTC  (2+ messages)

userspace notification from module
 2010-01-06  0:43 UTC  (5+ messages)
` [linux-pm] [suspend/resume] "
  `  "

ipoib 10ge gateway
 2010-01-06  0:37 UTC  (3+ messages)

b43: must set qos=0 on to connect
 2010-01-06  0:34 UTC  (4+ messages)

[PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
 2010-01-06  0:33 UTC  (4+ messages)

[PATCH] OMAP3: hwmod: Adding flag to prevent caching of sysconfig register
 2010-01-06  0:32 UTC  (3+ messages)

[PATCH v1] i2c: Davinci i2c bus recovery procedure to come out of time out conditions
 2010-01-06  0:31 UTC  (2+ messages)

snapshot/subvolume removal
 2010-01-06  0:30 UTC  (2+ messages)

2.6.32: Promise UDMA33 card refuses to work in UDMA mode
 2010-01-06  0:30 UTC  (9+ messages)

GRUB Faq
 2010-01-06  0:23 UTC  (6+ messages)
` GRUB update problems

[PATCH] MMC: hardware abstraction for CNF area
 2010-01-06  0:21 UTC  (3+ messages)

Does tkill/tgkill leak info from kernel stack?
 2010-01-06  0:20 UTC 

[PATCH v2 1/2] Input: Add device_enable handler to DaVinci Keyscan platform data
 2010-01-06  0:21 UTC  (5+ messages)

[Qemu-devel] [PATCH] Added 'access' option to -drive flag
 2010-01-06  0:19 UTC  (2+ 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.