All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-06-26 18:57:16 to 2008-06-26 21:07:54 UTC [more...]

[Bluez-devel] Meaning of hcitool -i dev con
 2008-06-26 21:07 UTC  (3+ messages)

pread() over NFS (again) [1.5.5.4]
 2008-06-26 21:05 UTC  (4+ messages)

NFS performance degradation of local loopback FS
 2008-06-26 21:05 UTC  (4+ messages)

Microblaze init port v4
 2008-06-26 21:06 UTC  (66+ messages)
` [PATCH 01/60] microblaze_v4: Kconfig patches
  ` [PATCH 02/60] microblaze_v4: Makefiles for Microblaze cpu
    ` [PATCH 03/60] microblaze_v4: Cpuinfo handling
      ` [PATCH 04/60] microblaze_v4: Open firmware files1
        ` [PATCH 05/60] microblaze_v4: Open firmware files2
          ` [PATCH 06/60] microblaze_v4: Open firmware common files
            ` [PATCH 07/60] microblaze_v4: Support for semaphores
              ` [PATCH 08/60] microblaze_v4: exception handling
                ` [PATCH 09/60] microblaze_v4: Signal support
                  ` [PATCH 10/60] microblaze_v4: Interrupt handling, timer support, supported function
                    ` [PATCH 11/60] microblaze_v4: cache support
                      ` [PATCH 12/60] microblaze_v4: Generic dts file for platforms
` [PATCH 31/60] microblaze_v4: memory inicialization, MMU, TLB
  ` [PATCH 32/60] microblaze_v4: page.h, segment.h, unaligned.h
    ` [PATCH 33/60] microblaze_v4: includes SHM*, msgbuf
      ` [PATCH 34/60] microblaze_v4: bug headers files
        ` [PATCH 35/60] microblaze_v4: definitions of types
          ` [PATCH 36/60] microblaze_v4: ioctl support
            ` [PATCH 37/60] microblaze_v4: io.h IO operations
              ` [PATCH 38/60] microblaze_v4: headers for executables format FLAT, ELF
                ` [PATCH 39/60] microblaze_v4: dma support
                  ` [PATCH 40/60] microblaze_v4: headers for irq
                    ` [PATCH 41/60] microblaze_v4: atomic.h bitops.h byteorder.h
                      ` [PATCH 42/60] microblaze_v4: headers pgalloc.h pgtable.h
                        ` [PATCH 43/60] microblaze_v4: system.h pvr.h processor.h
                          ` [PATCH 44/60] microblaze_v4: clinkage.h linkage.h sections.h kmap_types.h
                            ` [PATCH 45/60] microblaze_v4: stats headers
                              ` [PATCH 46/60] microblaze_v4: termbits.h termios.h
` [PATCH 57/60] microblaze_v4: entry.S
  ` [PATCH 58/60] microblaze_v4: sys_microblaze.c

[RFC] Tracepoint proposal
 2008-06-26 21:02 UTC  (6+ messages)
      ` [RFC PATCH] Kernel Tracepoints

commit 'git-send-email: add support for TLS via Net::SMTP::SSL' causes warnings
 2008-06-26 21:03 UTC  (4+ messages)
` [PATCH] git-send-email: Fix warning triggered by f6bebd12 when no encryption is set

[RFC v1] Tunable sched_mc_power_savings=n
 2008-06-26 21:00 UTC  (8+ messages)

[RFC][PATCH] Realtek 8187B wireless support with product id 0x8197/0x8189
 2008-06-26 20:44 UTC  (8+ messages)

[alsa-cvslog] alsa-kmirror: ALSA kernel mirror repository branch, master now at 9d46f4a919532c3f29a4ca1df3a4ce4686b11f37
 2008-06-26 21:01 UTC  (13+ messages)
  ` PATCH - MIDI on ice1724 - real-time kernel problem SOLVED(?)

[PATCH 00/34] AMD IOMMU driver
 2008-06-26 21:02 UTC  (38+ messages)
` [PATCH 01/34] AMD IOMMU: add Kconfig entry
` [PATCH 02/34] AMD IOMMU: add header file for driver data structures and defines
` [PATCH 03/34] AMD IOMMU: add defines and structures for ACPI scanning code
` [PATCH 04/34] AMD IOMMU: add data structures to manage the IOMMUs in the system
` [PATCH 05/34] AMD IOMMU: add functions to find last possible PCI device for IOMMU
` [PATCH 06/34] AMD IOMMU: add amd_iommu_init.c to Makefile
` [PATCH 07/34] AMD IOMMU: add functions for mapping/unmapping the MMIO space
` [PATCH 08/34] AMD IOMMU: add functions for programming IOMMU "
` [PATCH 09/34] AMD IOMMU: add command buffer (de-)allocation
` [PATCH 10/34] AMD IOMMU: add device table initialization functions
` [PATCH 11/34] AMD IOMMU: add functions for IOMMU hardware initialization from ACPI
` [PATCH 12/34] AMD IOMMU: add detect code for AMD IOMMU hardware
` [PATCH 13/34] AMD IOMMU: add functions to parse IOMMU memory mapping requirements for devices
` [PATCH 14/34] AMD IOMMU: clue initialization code together
` [PATCH 15/34] AMD IOMMU: add early detection code
` [PATCH 16/34] AMD IOMMU: add kernel command line parameters for AMD IOMMU
` [PATCH 17/34] AMD IOMMU: add generic defines and structures for mapping code
` [PATCH 18/34] AMD IOMMU: add amd_iommu.c to Makefile
` [PATCH 19/34] AMD IOMMU: add functions to send IOMMU commands
` [PATCH 20/34] AMD IOMMU: add functions to initialize unity mappings
` [PATCH 21/34] AMD IOMMU: add address allocation and deallocation functions
` [PATCH 22/34] AMD IOMMU: add domain "
` [PATCH 23/34] AMD IOMMU: add functions to find IOMMU device resources
` [PATCH 24/34] AMD IOMMU: add generic dma_ops mapping functions
` [PATCH 25/34] AMD IOMMU: add dma_ops mapping functions for single mappings
` [PATCH 26/34] AMD IOMMU: add mapping functions for scatter gather lists
` [PATCH 27/34] AMD IOMMU: add mapping functions for coherent mappings
` [PATCH 28/34] AMD IOMMU: add pre-allocation of protection domains
` [PATCH 29/34] AMD IOMMU: add dma_ops initialization function
` [PATCH 30/34] AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma code
` [PATCH 31/34] AMD IOMMU: initialize dma_ops from IOMMU initialization and enable IOMMUs
` [PATCH 32/34] AMD_IOMMU: call detect and initialization functions from dma code
` [PATCH 33/34] AMD IOMMU: add MAINTAINERS entry
` [PATCH 34/34] AMD IOMMU: add documentation for kernel parameters

undefined instruction
 2008-06-26 21:00 UTC  (12+ messages)

[2.6 patch] remove the dead ATARI_SCC{,_DMA} options
 2008-06-26 20:57 UTC  (4+ messages)

commit 5dc4dfd6165883b6629a48256dc4eadf76d6b65d
 2008-06-26 20:59 UTC  (2+ messages)

Half-duplex rs-485 on full-duplex UART
 2008-06-26 20:56 UTC 

bitbake vs incremental builds
 2008-06-26 20:53 UTC  (4+ messages)
    ` rebuild confusion

x86: Add /sys/firmware/memmap
 2008-06-26 20:54 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Use FIRMWARE_MEMMAP on x86/E820

[lm-sensors] Are single- or multi- function functions preferred?
 2008-06-26 20:54 UTC  (2+ messages)

[PATCH 0/4] Support parsing multiple security flavors
 2008-06-26 20:53 UTC  (4+ messages)
` [PATCH 2/4] NFS: Set security flavor default for NFSv2/3 mounts like other defaults

- acpi-pci-slot-detection-driver-fix.patch removed from -mm tree
 2008-06-26 20:52 UTC 

- proper-spawn_ksoftirqd-prototype.patch removed from -mm tree
 2008-06-26 20:51 UTC 

Slowww raid check (raid10, f2)
 2008-06-26 20:47 UTC  (8+ messages)

bug related to branches using / in name
 2008-06-26 19:42 UTC 

linux-next: Tree for March 25
 2008-06-26 20:38 UTC  (3+ messages)
` [BUG] linux-next: Tree for March 25 kernel oops, when loading mpt fusion driver - regression

[RFC][PATCH 6/9] PCI ACPI: Introduce acpi_pm_device_sleep_wake function
 2008-06-26 20:38 UTC  (7+ messages)

TCP MD5 and socket accept
 2008-06-26 20:37 UTC  (3+ messages)

[RFC][PATCH] CPUSets: Move most calls to rebuild_sched_domains() to the workqueue
 2008-06-26 20:34 UTC  (6+ messages)

[PATCH 0/4] Remove some obsolete PM stuff
 2008-06-26 20:34 UTC  (9+ messages)
` [PATCH 4/4] Remove obsolete piece of PM documentation

[PATCH 0/6] Remove most users of semaphores from XFS
 2008-06-26 20:33 UTC  (3+ messages)
` [PATCH 1/6] Extend completions to provide XFS object flush requirements

Latest git kernel won't build with muru.com N8x0 patch 2
 2008-06-26 19:43 UTC  (4+ messages)

[PATCH 00/11] sysfs tagged directories V6
 2008-06-26 20:24 UTC  (7+ messages)
` [PATCH 06/11] sysfs: Implement sysfs tagged directory support
` [PATCH 07/11] sysfs: Implement sysfs_delete_link and sysfs_rename_link

[PATCH] diff --check: do not discard error status upon seeing a good line
 2008-06-26 20:22 UTC 

[PATCH] powerpc/bootwrapper: Add documentation of boot wrapper targets
 2008-06-26 20:22 UTC  (5+ messages)
    ` [PATCH] powerpc/bootwrapper: Add documentation of boot wrappertargets

[PATCH] mac80211: remove ieee80211_get_hdr_info
 2008-06-26 20:21 UTC  (4+ messages)

basic rate set / response frame rate
 2008-06-26 20:18 UTC 

[PATCH] git.el: Don't reset HEAD in git-amend-file
 2008-06-26 20:17 UTC  (3+ messages)

[linux-dvb] Terratec Cinergy C HD (1822:4e35)
 2008-06-26 20:14 UTC  (2+ messages)

SELinux backups
 2008-06-26 20:03 UTC  (2+ messages)

No console on Riva TNT since 2.6.26-0.rc4
 2008-06-26 20:04 UTC 

[PATCH v4 0/6] dmaengine/mmc: DMA slave interface and two new drivers
 2008-06-26 20:04 UTC  (4+ messages)
` [PATCH v4 3/6] dmaengine: Add slave DMA interface
  ` [PATCH v4 4/6] dmaengine: Make DMA Engine menu visible for AVR32 users

AdvFS released under GPLv2
 2008-06-26 19:58 UTC  (7+ messages)

[PATCH] iwl3945: use rfkill subsystem
 2008-06-26 19:55 UTC  (5+ messages)

[PATCH] mtd_dataflash use command allocated on stack
 2008-06-26 19:55 UTC  (4+ messages)

[Qemu-devel] About hacking QEMU
 2008-06-26 19:54 UTC 

[PATCH] x86: Fix documentation bug about relocatability
 2008-06-26 19:55 UTC  (2+ messages)

[PATCH] x86: Find offset for crashkernel reservation automatically
 2008-06-26 19:54 UTC  (2+ messages)

[linux-dvb] No lock possible at some DVB-S2 channels with TT S2-3200/linux
 2008-06-26 19:58 UTC  (5+ messages)
` [linux-dvb] Re : Re : "

[PATCH 1/2] Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC
 2008-06-26 19:51 UTC  (3+ messages)

linux-next: Tree for June 13
 2008-06-26 19:52 UTC  (4+ messages)
` linux-next: Tree for June 13: IO APIC breakage on HP nx6325

[RFC/PATCH 0/3] sched: allow arch override of cpu power
 2008-06-26 19:49 UTC  (3+ messages)

Thread safety of ioctls
 2008-06-26 19:48 UTC  (3+ messages)
` [Linux-uvc-devel] "
  ` Driver hangs at DQBUF ioctl

seg fault with 1.0.17rc2
 2008-06-26 19:44 UTC  (9+ messages)

Paul White wanted to send you this page from the Smithsonian Source website
 2008-06-26 16:51 UTC 

Scatter-gather list constraints
 2008-06-26 19:34 UTC  (2+ messages)

[PATCH v2 0/8] Alchemy updates
 2008-06-26 19:41 UTC  (9+ messages)
` [PATCH v2 1/8] Alchemy: remove cpu_table
` [PATCH v2 2/8] Alchemy: remove get/set_au1x00_lcd_clock()
` [PATCH v2 3/8] MIPS: make r4k clocksource/clockevent usable as fallbacks
` [PATCH v2 4/8] Alchemy: RTC counter clocksource / clockevent support
` [PATCH v2 5/8] Alchemy: move calc_clock to more sensible location
` [PATCH v2 6/8] Alchemy: platform.c is for demoboards
` [PATCH v2 7/8] Alchemy: split core PM code from sysctl parts
` [PATCH v2 8/8] Alchemy: Fix PM code for Au1200/Au1550

ftrace help for NYSE
 2008-06-26 19:31 UTC 

[PATCH 21/60] microblaze_v4: uaccess files
 2008-06-26 19:27 UTC  (15+ messages)
` [PATCH 22/60] microblaze_v4: heartbeat file
  ` [PATCH 23/60] microblaze_v4: setup.c - system setting
    ` [PATCH 24/60] microblaze_v4: asm-offsets
      ` [PATCH 25/60] microblaze_v4: process and init task function
        ` [PATCH 26/60] microblaze_v4: time support
          ` [PATCH 27/60] microblaze_v4: virtualization
            ` [PATCH 28/60] microblaze_v4: ptrace support
              ` [PATCH 29/60] microblaze_v4: traps support
                ` [PATCH 30/60] microblaze_v4: support for a.out

[v2] Add support for Analogue & Micro ASP837E board
 2008-06-26 19:25 UTC 

x86: Add /sys/firmware/memmap
 2008-06-26 19:18 UTC  (10+ messages)
` [PATCH 1/2] "

[Q] ath5k : doesn't support AP mode?
 2008-06-26 18:36 UTC  (15+ messages)

[linux-dvb] But which is better, bulk or isochronous data transfers?
 2008-06-26 19:14 UTC 

[PATCH 4/5 v2] x86 boot: show pfn addresses in hex not decimal in some kernel info printks
 2008-06-26 19:14 UTC  (11+ messages)

[PATCH] Add 'git-p4.allowSubmit' to git-p4
 2008-06-26 19:10 UTC  (3+ messages)

[PATCH 0/4] OMAP2/3 clock: fix some bugs in omap2_clk_wait_ready()
 2008-06-26 19:11 UTC  (4+ messages)

[PATCH] x86: rename setup.c to setup_percpu.c
 2008-06-26 19:10 UTC  (5+ messages)

Ambiguous dupe in libusual device list
 2008-06-26 19:10 UTC  (2+ messages)
` [usb-storage] "

exit status 141 from git-svn
 2008-06-26 19:07 UTC  (4+ messages)

[PATCH] UTC timestamp option for FAT filesystems
 2008-06-26 19:07 UTC  (2+ messages)

git-svn branches creation question
 2008-06-26 19:05 UTC  (3+ messages)

[Bugme-new] [Bug 10990] New: e1000/e1000e driver doesn't work with gigabit connection
 2008-06-26 19:05 UTC  (2+ messages)

[PATCH] ioemu: Clean up after cset 17646:e3b13e1ecf6c
 2008-06-26 19:04 UTC 

[PATCH 00 of 36] x86/paravirt: groundwork for 64-bit Xen support
 2008-06-26 19:02 UTC  (7+ messages)

[PATCH] MTD: NAND: fsl_elbc_nand: fix OOB workability for large page NAND chips
 2008-06-26 18:59 UTC  (2+ messages)

kexec/kdump of a kvm guest?
 2008-06-26 18:58 UTC 

[PATCH -mm 00/14] bootmem rewrite v4
 2008-06-26 18:56 UTC  (4+ messages)
` [PATCH -mm 08/14] bootmem: clean up alloc_bootmem_core
  ` [PATCH] Fix new alloc_bootmem_core (Re: [PATCH -mm 08/14] bootmem: clean up alloc_bootmem_core)


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.