All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-02-21 07:11:41 to 2008-02-21 09:29:02 UTC [more...]

ACPI patches for Linux-2.6.25-rc2
 2008-02-21  9:25 UTC  (6+ messages)
` [PATCH 01/26] ACPI: EC: Use proper handle for boot EC
  ` [PATCH 02/26] kernel-doc: fix pci-acpi warning
  ` [PATCH 03/26] thermal: validate input parameters
  ` [PATCH 07/26] ACPI thermal: extract return values using PTR_ERR
  ` [PATCH 15/26] ACPI: thinkpad-acpi: issue input events for tablet swivel events

[PATCH] blktap: qcow2 image format support
 2008-02-21  9:28 UTC  (5+ messages)

[PATCH] Fix compilation warning
 2008-02-21  9:28 UTC  (3+ messages)

vmwarevga doesn't work: "get_dirty_pages returned -2"
 2008-02-21  9:28 UTC  (4+ messages)

when does ath5k filter frames?
 2008-02-21  9:28 UTC  (3+ messages)

[PATCH] atmel_spi: support zero length transfer
 2008-02-21  9:26 UTC  (5+ messages)

Kernel Version specific vendor override possibilities needed - Revert and provide osi=linux or provide a replacement
 2008-02-21  9:15 UTC  (7+ messages)

[PATCH] mpic: make sparse happy
 2008-02-21  9:23 UTC  (2+ messages)

[RFC] mac80211: allow specifying RTS/self-CTS protection when injecting packets
 2008-02-21  0:17 UTC 

[PATCH] mac80211: Disallow concurrent IBSS/STA mode interfaces
 2008-02-21  0:10 UTC 

state of GEN_RTC vs rtc subsystem
 2008-02-21  9:26 UTC  (2+ messages)

[PATCH 00/13] o11s: mesh interface support for mac80211
 2008-02-20 23:42 UTC  (4+ messages)

[PATCH] mac80211: atomically check whether STA exists already
 2008-02-20 23:24 UTC 

[PATCH] mac80211: rework TX filtered frame code
 2008-02-20 22:59 UTC 

[RFC][PATCH] Clarify mem_cgroup lock handling and avoid races
 2008-02-21  9:21 UTC  (5+ messages)

[PATCH] linux: adjust Solarflare Kconfig additions
 2008-02-21  9:21 UTC  (2+ messages)

[PATCH] blkid detection for ZFS
 2008-02-21  9:20 UTC  (3+ messages)

MSI Support in Xen
 2008-02-21  9:19 UTC  (5+ messages)

[PATCH 01/28] ia64/xen: introduce ia64_set_rr0_to_rr4() to make kernel paravirtualization friendly
 2008-02-21  9:17 UTC  (28+ messages)
` [PATCH 02/28] ia64/xen: introduce ia64_get_psr_i() "
` [PATCH 03/28] ia64/xen: increase IA64_MAX_RSVD_REGIONS
` [PATCH 04/28] ia64/xen: introduce synch bitops which is necessary for ia64/xen support
` [PATCH 05/28] ia64/xen: import xen hypercall header file
` [PATCH 06/28] ia64/xen: define xen assembler constants which will be used later
` [PATCH 07/28] ia64/xen: detect xen environment at early boot time and do minimal initialization
` [PATCH 08/28] RFC: ia64/xen: xen hand written assembly code paravirtualization
` [PATCH 09/28] ia64/xen: paravirtualize pal_call_static()
` [PATCH 10/28] RFC: ia64/xen: introduce xen paravirtualized intrinsic operations for privileged instruction
` [PATCH 11/28] ia64: introduce basic facilities for binary patching
` [PATCH 12/28] RFC: ia64/xen: xen privileged instruction intrinsics "
` [PATCH 13/28] ia64/xen: introduce xen hypercall routines necessary for domU
` [PATCH 14/28] ia64/xen: ia64 domU part of xencomm
` [PATCH 15/28] ia64/xen: define xen_alloc_vm_area()/xen_free_vm_area() for ia64 arch
` [PATCH 16/28] ia64/xen: basic helper routines for xen/ia64
` [PATCH 17/28] ia64/xen: domU initialization code
` [PATCH 18/28] ia64/xen: iosapic paravirtualization
` [PATCH 19/28] ia64/xen: xen domU irq chip introducing some helper functions, xen_send_ipi
` [PATCH 20/28] ia64/xen: domU xen machine vector without dma api
` [PATCH 21/28] ia64/xen: define xen related address conversion helper functions for domU
` [PATCH 22/28] ia64/xen: mca paravirtualization
` [PATCH 23/28] ia64/xen: sal paravirtualization
` [PATCH 24/28] ia64/xen: time paravirtualization
` [PATCH 25/28] ia64/xen: gate page paravirtualization
` [PATCH 26/28] ia64/xen: fsys paravirtualization
` [PATCH 27/28] ia64/xen: update Kconfig to allow xen domU Linux
` [PATCH 28/28] ia64/xen: add ia64/xen domU config

[PATCH 00/28] ia64/xen domU paravirtualization
 2008-02-21  9:17 UTC 

[ANNOUNCE] kexec-tools-testing v20080221-rc
 2008-02-21  9:16 UTC 

[PATCH] Fix host_cpuid() in qemu/qemu-kvm-x86.c
 2008-02-21  9:14 UTC  (3+ messages)

[U-Boot-Users] u-boot for MPC5121e
 2008-02-21  9:13 UTC  (3+ messages)

[DCCP] [Patch 0/10]: Finish and repair existing Ack Vector implementation
 2008-02-21  9:09 UTC  (22+ messages)
` [PATCH 01/10] [ACKVEC]: Need to ignore Ack Vectors on request sockets
  ` [PATCH 02/10] [ACKVEC]: Ack Vector interface clean-up
    ` [PATCH 03/10] [ACKVEC]: Separate internals of Ack Vectors from option-parsing code
      ` [PATCH 04/10] [ACKVEC]: Implementation of circular Ack Vector buffer with overflow handling
        ` [PATCH 05/10] [ACKVEC]: Algorithm to update buffer state
          ` [PATCH 06/10] [ACKVEC]: Update code for the Ack Vector input/registration routine
            ` [PATCH 07/10] [ACKVEC]: Consolidate Ack-Vector processing within main DCCP module
              ` [PATCH 08/10] [ACKVEC]: Schedule SyncAck when running out of space
                ` [PATCH 09/10] [ACKVEC]: Remove old infrastructure
                  ` [PATCH 10/10] [ACKVEC]: Separate option parsing from CCID processing

[PATCH] alsa-lib: issues in snd_seq_change_bit and some enhancements
 2008-02-21  9:12 UTC  (3+ messages)

Streaming C-band Signal with Nexus-S card
 2008-02-21  9:11 UTC 

V4L2_PIX_FMT_RAW
 2008-02-21  9:10 UTC  (8+ messages)

HIFN+IPsec crashes in current -git
 2008-02-21  9:10 UTC  (6+ messages)

[Qemu-devel] precompiled qemu-system-x86_64 is 32 bit instead of 64 bit
 2008-02-21  9:07 UTC  (6+ messages)
` [Qemu-devel] precompiled qemu-system-x86_64 is 32 bit instead of 64bit

[linux-dvb] Streaming C-band Signal with Nexus-S card
 2008-02-21  9:09 UTC 

[RFH] CE_REMOVE conversion
 2008-02-21  9:07 UTC  (2+ messages)
` [RFH] index_name_exists() conversion

[PATCH 2/2] x86 : relocate uninitialized variable in init DATA section into init BSS section
 2008-02-21  9:05 UTC  (2+ messages)

Make yield_task_fair more efficient
 2008-02-21  9:04 UTC  (8+ messages)

2.6.25-rc[12] Video4Linux Bttv Regression
 2008-02-21  9:03 UTC  (4+ messages)

[PATCH] linux: use simplifying macros in Solarflare netfront where possible
 2008-02-21  9:03 UTC 

[PATCH] kvm: sparse fixes for kvm/x86.c
 2008-02-21  9:02 UTC  (3+ messages)
` [kvm-devel] "

[PATCH] linux: adjust Solarflare module_param() permissions
 2008-02-21  9:01 UTC 

KVM Test result, kernel d6f633e.., userspace c51d737
 2008-02-21  9:00 UTC 

BT8x8 TV Card
 2008-02-21  9:01 UTC  (3+ messages)

[PATCH][PPPOL2TP]: Fix SMP oops in pppol2tp driver
 2008-02-21  8:59 UTC  (11+ messages)

[GIT PATCH] ACPI patches for 2.6.25-rc2
 2008-02-21  8:57 UTC  (2+ messages)

[GIT PATCH] ACPI patches for 2.6.25-rc2
 2008-02-21  8:57 UTC 

[PATCH] UDF: fix anchor point detection
 2008-02-21  8:55 UTC 

[PATCH] fix widescreen resolution issues
 2008-02-21  8:56 UTC  (2+ messages)

[Bug 10055] New: conservative governor doesn't increase frequency, just decrease. powernow-k7
 2008-02-21  8:55 UTC  (2+ messages)
` [Bug 10055] "

acpi: new sparse warnings in 2.6.25-rc2
 2008-02-21  8:53 UTC  (2+ messages)

regression moving from 3.1 to 3.2 (XEN) mm.c:631:d26 Bad L1 flags 18
 2008-02-21  8:52 UTC  (2+ messages)

[E2FSPROGS, RFC] New mke2fs types parsing
 2008-02-21  8:52 UTC  (4+ messages)

[PATCH] Fix a compile warning under gcc-4.2.3
 2008-02-21  8:48 UTC  (3+ messages)
` [PATCH] [alsa-devel] "

[PATCH 0/2] Two important suspend/hibernation patches updated
 2008-02-21  8:44 UTC  (2+ messages)

[PATCH 00/11] Xen arch portability patches
 2008-02-21  8:45 UTC  (23+ messages)
` [PATCH 01/11] xen: add missing __HYPERVISOR_arch_definisions which ia64 needs
` [PATCH 02/11] xen: add missing VIRQ_ARCH_definitions which ia64/xen needs
` [PATCH 03/11] xen: add missing definitions for xen grant table "
` [PATCH 04/11] xen: add missing definitions in include/xen/interface/vcpu.h "
` [PATCH 05/11] xen: move features.c from arch/x86/xen/features.c to drivers/xen
` [PATCH 06/11] xen: move arch/x86/xen/events.c undedr drivers/xen and split out arch specific part
` [PATCH 07/11] xen: make include/xen/page.h portable moving those definitions under asm dir
` [PATCH 08/11] xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one
` [PATCH 09/11] xen: make grant table arch portable
` [PATCH 10/11] xen: import include/xen/interface/callback.h which ia64/xen needs
` [PATCH 11/11] xen: import arch generic part of xencomm

[PATCH 00/11] Xen arch portability patches
 2008-02-21  8:45 UTC 

regression: CD burning (k3b) went broke
 2008-02-21  8:42 UTC 

[UPDATED v2][PATCH 0/6] regulator: voltage and current regulator framework
 2008-02-21  8:41 UTC  (2+ messages)

i386 warnings in acpi-test
 2008-02-21  7:49 UTC  (3+ messages)

[PATCH 0/8] Change default MSGMNI tunable to scale with lowmem (v3)
 2008-02-21  8:39 UTC  (11+ messages)
` [PATCH 1/8] Scaling msgmni to the amount of lowmem
        ` [LTP] "

Gettting USB host to work on AU1100
 2008-02-21  8:33 UTC  (2+ messages)

[PATCH] Wrap buffers used for rpc debug printks into RPC_IFDEBUG
 2008-02-21  7:57 UTC 

2.6.25-rc2 System no longer powers off after suspend-to-disk. Screen becomes green
 2008-02-21  8:30 UTC  (7+ messages)

help
 2008-02-21  8:25 UTC 

[BUG?] APM is hidden in menuconfig
 2008-02-21  8:23 UTC  (5+ messages)

[linux-dvb] drivers
 2008-02-21  8:21 UTC  (2+ messages)

[PATCH 1/1] Remove of old NCR53C9x/esp family of drivers
 2008-02-21  7:59 UTC  (6+ messages)
        ` mac_esp and PIO, was "

[PATCH] git.el: Add a git-grep command
 2008-02-19 13:03 UTC 

[PATCH 1/2] x86 : add init BSS sections
 2008-02-21  8:15 UTC 

[Bug 14597] New: randr12 failures on 12" powerbooks, and workarounds
 2008-02-21  8:11 UTC  (8+ messages)
  ` [Bug 14597] "

[Xenomai-help] writing from user space through fifo problems
 2008-02-21  8:08 UTC  (2+ messages)

MPC8641D PCI-Express error
 2008-02-21  8:02 UTC  (3+ messages)

[PATCH 1/1] resubmit: cciss: procfs updates to display info about many volumes
 2008-02-21  7:57 UTC  (2+ messages)

sparc64 section mismatch warnings
 2008-02-21  7:56 UTC  (2+ messages)

[PATCH 2.6.25 0/8][BNX2X]: bugfixes and updates
 2008-02-21  7:55 UTC  (3+ messages)

BUG?: "Cannot map mmconfig aperture"
 2008-02-21  7:53 UTC  (2+ messages)

[patch v8 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support
 2008-02-21  7:53 UTC  (4+ messages)
` [patch v8 3/4] USB: add Cypress c67x00 OTG controller HCD driver

new stacked git feature
 2008-02-21  7:45 UTC  (6+ messages)

kernel oops on debian, 2.6.18-5, large xfs volume
 2008-02-21  7:34 UTC  (3+ messages)
  `  "

Kernel oops with bluetooth usb dongle
 2008-02-21  7:30 UTC  (6+ messages)

New sparse warning in lpfc_sli.c
 2008-02-21  7:30 UTC 

[lm-sensors] adt7475 support status update?
 2008-02-21  7:28 UTC  (2+ messages)

[lm-sensors] First shot at Asus M2N-SLI Deluxe config file
 2008-02-21  7:27 UTC  (2+ messages)

ni52.c warnings explosion
 2008-02-21  7:26 UTC 

ubifs: can't mount ubifs as rootfs
 2008-02-21  7:20 UTC  (4+ messages)

[PATCH] markers: fix sparse warnings in markers.c
 2008-02-21  7:21 UTC 

[StGit PATCH 0/2] Patch stack logging
 2008-02-21  7:18 UTC  (4+ messages)
` [StGit PATCH 2/2] Write to a stack log when stack is modified

Linux 2.6.25-rc1
 2008-02-21  7:12 UTC  (5+ messages)
` [ata crash] "

[Qemu-devel] file system can be writed ?
 2008-02-21  7:11 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.