All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-06-15 02:57:52 to 2009-06-15 07:15:45 UTC [more...]

memconsole: a virtual console to record the Oops message for debugging purpose
 2009-06-15  7:11 UTC  (2+ messages)

[OOPS] [XEN] OOPS early after boot on master
 2009-06-15  7:13 UTC  (4+ messages)

[PATCH] DOM0: Adding MCA Loging support in DOM0
 2009-06-15  7:13 UTC  (2+ messages)

[PATCH - quirk for USB Aureon cards 0/1] reworked naming
 2009-06-15  7:13 UTC  (4+ messages)

[PATCH 00/33] My PS3-specific patches for 2.6.31
 2009-06-15  7:12 UTC  (39+ messages)
` [PATCH 01/33] ps3av: Set 16:9 aspect ratio for 720p video modes
  ` [PATCH 02/33] ps3vram: Fix error path (return -EIO) for short read/write
    ` [PATCH 03/33] ps3vram: Use proc_create_data() instead of proc_create()
      ` [PATCH 04/33] ps3vram: Correct exchanged gotos in ps3vram_probe() error path
        ` [PATCH 05/33] block: Add bio_list_peek()
          ` [PATCH 06/33] ps3vram: Replace mutex by spinlock + bio_list
            ` [PATCH 07/33] ps3fb: Remove useless debug checks in ps3fb_shutdown()
              ` [PATCH 08/33] ps3fb: Inline functions in ps3fb_probe(), to ease cleanup in the error path
                ` [PATCH 09/33] ps3fb: Correct handling of device opening in ps3fb_probe()
                  ` [PATCH 10/33] powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>
                    ` [PATCH 11/33] ps3fb: GPU memory mapping cleanup
                      ` [PATCH 12/33] ps3vram: "
                        ` [PATCH 13/33] ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>
                          ` [PATCH 14/33] ps3fb: Tear down FB setup during cleanup
                            ` [PATCH 15/33] ps3vram: Remove no longer used ps3vram_priv.ddr_base
                              ` [PATCH 16/33] ps3vram: Make ps3vram_priv.reports a void *
                                ` [PATCH 17/33] block/ps3: remove driver_data direct access of struct device
                                  ` [PATCH 18/33] ps3: ps3_system_bus_device - Use dev_[gs]et_drvdata() instead of direct access
                                    ` [PATCH 19/33] ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdata
                                      ` [PATCH 20/33] ps3: ps3flash - Use ps3_system_bus_[gs]et_drvdata() instead of direct access
                                        ` [PATCH 21/33] ps3: ps3rom "
                                          ` [PATCH 22/33] ps3: ps3fb "
                                            ` [PATCH 23/33] net/ps3: gelic - Add missing annotations
                                              ` [PATCH 24/33] usb/ps3: "
                                                ` [PATCH 25/33] drivers/ps3: "
                                                  ` [PATCH 26/33] sound/ps3: Fix checkpatch issues

[PATCH][BUILD FAILURE 03/04] Next June 04:PPC64 randconfig [drivers/net/lance.o]
 2009-06-15  7:11 UTC  (5+ messages)

[PATCH] WARN(): add a \n to the message printk
 2009-06-15  7:08 UTC 

kerneloops.org report for the week of June 14 2009
 2009-06-15  7:06 UTC  (4+ messages)
  ` [alsa-devel] "

[U-Boot] [PATCH] A VLAN tagged DHCP request/discover is 4 bytes short
 2009-06-15  7:05 UTC  (2+ messages)

[U-Boot] [PATCH v4 2/3] net: Add Marvell Kirkwood gigabit ethernet driver
 2009-06-15  7:04 UTC  (2+ messages)

[PATCH 0/5] [RFC] HWPOISON incremental fixes
 2009-06-15  7:04 UTC  (12+ messages)
` [PATCH 1/5] HWPOISON: define VM_FAULT_HWPOISON to 0 when feature is disabled

Syncing to vblank for interlaced video modes
 2009-06-15  7:03 UTC  (4+ messages)

RFC: [PATCH] MTD OneNAND: multiblock erase support
 2009-06-15  7:03 UTC 

[patch 00/16] xend: pass-through: various clean-ups and infrastructure
 2009-06-15  7:02 UTC  (5+ messages)
` [patch 11/16] xend: pass-through: Move pci conversion functions to pci.py
  ` [patch 11/16] xend: pass-through: Move pci conversionfunctions "
      ` [patch 11/16] xend: pass-through: Move pciconversionfunctions "

[git pull] Please pull powerpc.git merge branch
 2009-06-15  7:01 UTC  (2+ messages)

[BUG] fib_tries related Oops in 2.6.30
 2009-06-15  6:53 UTC  (2+ messages)
` [PATCH] "

[PATCH 00/22] HWPOISON: Intro (v5)
 2009-06-15  7:09 UTC  (55+ messages)
` [PATCH 01/22] HWPOISON: Add page flag for poisoned pages
` [PATCH 02/22] HWPOISON: Export some rmap vma locking to outside world
` [PATCH 03/22] HWPOISON: Add support for poison swap entries v2
` [PATCH 04/22] HWPOISON: Add new SIGBUS error codes for hardware poison signals
` [PATCH 05/22] HWPOISON: Add basic support for poisoned pages in fault handler v3
` [PATCH 06/22] HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2
` [PATCH 07/22] HWPOISON: define VM_FAULT_HWPOISON to 0 when feature is disabled
` [PATCH 08/22] HWPOISON: Use bitmask/action code for try_to_unmap behaviour
` [PATCH 09/22] HWPOISON: Handle hardware poisoned pages in try_to_unmap
` [PATCH 10/22] HWPOISON: check and isolate corrupted free pages v2
` [PATCH 11/22] HWPOISON: Refactor truncate to allow direct truncating of page v3
` [PATCH 12/22] HWPOISON: The high level memory error handler in the VM v7
` [PATCH 13/22] HWPOISON: Add madvise() based injector for hardware poisoned pages v3
` [PATCH 14/22] HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs
` [PATCH 15/22] HWPOISON: early kill cleanups and fixes
` [PATCH 16/22] mm: move page flag numbers for user space to page-flags.h
` [PATCH 17/22] HWPOISON: introduce struct hwpoison_control
` [PATCH 18/22] HWPOISON: use compound head page
` [PATCH 19/22] HWPOISON: detect free buddy pages explicitly
` [PATCH 20/22] HWPOISON: collect infos that reflect the impact of the memory corruption
` [PATCH 21/22] HWPOISON: send uevent to report "
` [PATCH 22/22] HWPOISON: FOR TESTING: Enable memory failure code unconditionally

[PATCH v3] powerpc: add ioremap_early() for mapping IO regions before MMU_init()
 2009-06-15  6:57 UTC  (3+ messages)

fsl_pq_mdio warning
 2009-06-15  6:58 UTC 

/proc/kcore has a unreasonable size(281474974617600) in x86_64 2.6.30-rc8
 2009-06-15  7:00 UTC  (13+ messages)
              ` [Patch BUGFIX] kcore: fix its wrong size on x86_64

[Patch 2/6] Introduce PPC64 specific Hardware Breakpoint interfaces
 2009-06-15  6:52 UTC  (8+ messages)
` [Patch 3/6] Modify ptrace code to use "

[PATCH] cpumask: use zalloc_cpumask_var() where possible
 2009-06-15  6:58 UTC 

Huge pages for device drivers
 2009-06-15  6:58 UTC  (3+ messages)

type bounds audit messages
 2009-06-15  6:56 UTC 

linux-next: tip/perfcounters tree build warning
 2009-06-15  6:55 UTC 

Patches to get serial working on msm7k / htc dream
 2009-06-15  6:51 UTC  (7+ messages)
` [PATCH 1/3] [ARM] msm_serial: serial driver for MSM7K onboard serial peripheral
  ` [PATCH 2/3] [ARM] msm: make debugging UART (for DEBUG_LL) configurable
    ` [PATCH 3/3] [ARM] msm: add minimal board file for HTC Dream device

[PATCH][Resend 2][BUILD FAILURE 04/04] Next June 04:PPC64 randconfig [drivers/net/ucc_geth.o]
 2009-06-15  6:51 UTC  (3+ messages)

[BUILD FAILURE 02/04] Next June 04:PPC64 randconfig [drivers/usb/host/ohci-hcd.o]
 2009-06-15  6:51 UTC  (6+ messages)

[GIT PULL] Early SLAB fixes for 2.6.31
 2009-06-15  6:46 UTC  (5+ messages)
` [GIT PULL v2] "

linux-next: rr tree build failure
 2009-06-15  6:40 UTC 

[PATCH 0/2] teach am and rebase -q/--quiet
 2009-06-15  6:33 UTC  (8+ messages)
` [PATCHv2 0/3] Teach shell scripts to be quiet
  ` [PATCHv2 1/3] git-sh-setup: introduce say() for quiet options

AT91SAM9G20 design and boot times
 2009-06-15  6:32 UTC  (3+ messages)

A question about using 'add -p' to split the patch
 2009-06-15  6:24 UTC  (3+ messages)

[Bug 13399] New: kernel crash SONY DVD-ROM with cd
 2009-06-15  6:28 UTC  (7+ messages)
` [Bug 13399] "

[PATCH 2/2] ftrace: document basic ftracer/ftracer graph needs
 2009-06-15  6:25 UTC  (6+ messages)
` [PATCH 2/2 v2] "

Re: [HELP] for using class group classifier network controller
 2009-06-15  6:15 UTC 

[PATCH 1/2] get_task_comm: use strlcpy instead of strncpy
 2009-06-15  5:56 UTC  (4+ messages)
` [PATCH 2/2] use the TASK_COMM_LEN macro instead of sizeof(tsk->comm)

[U-Boot] [RFC] Menu Frameworj
 2009-06-15  6:04 UTC  (3+ messages)
` [U-Boot] [RFC/PATCH 1/2] Add menu Framework

Bug: fio traps into kernel without exiting because futex has a deadloop
 2009-06-15  6:03 UTC  (9+ messages)

[TRIVIAL PATCH] Fix compilation of arch/arm/mach-omap1/mailbox.c
 2009-06-15  6:02 UTC  (2+ messages)

[PATCH] Kbuild: Disable the -Wformat-security gcc flag
 2009-06-15  5:54 UTC  (5+ messages)

[PATCH v2] Receive Packet Steering
 2009-06-15  5:54 UTC  (3+ messages)

[PATCH] cpumask: Remove mask field from comments
 2009-06-15  5:50 UTC  (2+ messages)

[PATCH 5/13] cpumask: Use accessors for cpu_*_mask: sh
 2009-06-15  5:43 UTC  (4+ messages)
` [PATCH 4/17] cpumask: remove the now-obsoleted pcibus_to_cpumask(): sh

[PATCH] sched: remove unneeded __ref tag
 2009-06-15  5:41 UTC  (2+ messages)

[PATCH, RFC 0/3] magician fix and UDA1380 i2c device registration change
 2009-06-15  5:38 UTC  (7+ messages)
  ` [PATCH 1/3] ASoC: magician: fix PXA SSP clock polarity
    ` [PATCH, RFC 2/3] ASoC: UDA1380: register from board files, configure via pdata
          ` Can't use bluetooth headset after upgrade of alsa/bluez with fedora 11
            ` busy device issue when it is not busy!

Mounting multiple regular files as a filesystem
 2009-06-15  5:36 UTC 

[Qemu-devel] [PATCHv3 03/13] qemu: add routines to manage PCI capabilities
 2009-06-15  5:32 UTC  (15+ messages)
            ` Configuration vs. compat hints [was Re: [Qemu-devel] [PATCHv3 03/13] qemu: add routines to manage PCI capabilities]
                        ` Configuration vs. compat hints
                          ` [Qemu-devel] "

linux-next: ide tree build failure
 2009-06-15  5:35 UTC  (2+ messages)

[PATCH] OMAP: McSPI: Fix RX DMA transfer path
 2009-06-15  5:28 UTC  (3+ messages)

[Qemu-devel] [PATCH] virtio-net: Remove RX_EXTRA feature
 2009-06-15  5:18 UTC  (4+ messages)

[PATCH] mtd: let include/linux/mtd/partitions.h stand on its own
 2009-06-15  5:10 UTC 

[PATCH] fix checkpoint header exports
 2009-06-15  5:10 UTC 

[PATCH RFC] adding support for setting bus parameters in sub device
 2009-06-15  4:57 UTC  (2+ messages)

[PATCH 1/3] Properly account for the number of page cache pages zone_reclaim() can reclaim
 2009-06-15  4:51 UTC  (4+ messages)

problem when compiling svn policy
 2009-06-15  4:49 UTC  (8+ messages)
` [refpolicy] "

Low overhead patches for the memory cgroup controller (v5)
 2009-06-15  4:41 UTC  (4+ messages)

[Qemu-devel] PowerPC 440 support
 2009-06-15  4:40 UTC  (5+ messages)

scripts/kallsyms: extending region checking for Blackfin memory regions
 2009-06-15  4:39 UTC  (6+ messages)
      ` [kbuild-devel] "

Principiantes. Inicia Julio 14
 2009-06-15  6:37 UTC 

[PATCH V4: 3/3] pci: Provide Multiple Error Received support on AER
 2009-06-15  4:37 UTC  (5+ messages)

[PATCH 1/2] http.c: fix compiling with libcurl 7.9.2
 2009-06-15  4:35 UTC  (2+ messages)

[PATCH 1/2] lib: Provide generic atomic64_t implementation
 2009-06-15  4:30 UTC  (9+ messages)

[PATCH] Cast things properly to handle >2G files
 2009-06-15  4:25 UTC  (5+ messages)

[KVM PATCH v6 0/2] iosignalfd
 2009-06-15  4:25 UTC  (5+ messages)
` [KVM PATCH v6 2/2] KVM: add iosignalfd support

tty_ldisc_try_get(): BUG kmalloc-8: Poison overwritten
 2009-06-15  4:25 UTC  (6+ messages)

[RFC] Low overhead patches for the memory cgroup controller (v2)
 2009-06-15  4:22 UTC  (13+ messages)
        ` Low overhead patches for the memory cgroup controller (v3)
          ` Low overhead patches for the memory cgroup controller (v4)

[GIT PULL] nilfs2 update for 2.6.31 merge window
 2009-06-15  4:17 UTC 

Xen vs. KVM
 2009-06-15  3:33 UTC 

[PATCH] ext4: Fix 64-bit block type problem on 32-bit platforms
 2009-06-15  4:07 UTC  (2+ messages)

[ANNOUNCE] ndiswrapper 1.54-2.6.30 posted
 2009-06-15  3:17 UTC 

[PATCH] cpuhotplug: introduce try_get_online_cpus() take 2
 2009-06-15  4:04 UTC  (11+ messages)
    ` [PATCH -mm] cpuhotplug: introduce try_get_online_cpus() take 3
          ` [PATCH -mm resend] "

[PATCH] block: remove some includings of blktrace_api.h
 2009-06-15  3:51 UTC 

[Bridge] bridge module insertion
 2009-06-15  3:49 UTC  (2+ messages)

[KVM PATCH v2 0/2] irqfd: use POLLHUP notification for close()
 2009-06-15  3:48 UTC  (7+ messages)
` [KVM PATCH v2 2/2] kvm: use POLLHUP to close an irqfd instead of an explicit ioctl

[U-Boot] [PATCH] push CROSS_COMPILE out to $(ARCH)_config.mk
 2009-06-15  3:33 UTC 

linux-next: cifs tree build failure
 2009-06-15  3:32 UTC  (2+ messages)

[PATCH][RFC] mm: uncached vma support with writenotify
 2009-06-15  3:32 UTC  (2+ messages)

[PATCH block#for-2.6.31] block: add request clone interface (v2)
 2009-06-15  3:31 UTC  (7+ messages)

[PATCH] sh: Remove mask variable
 2009-06-15  3:29 UTC  (3+ messages)

iwlagn crash on 2.6.29.4
 2009-06-15  3:28 UTC  (3+ messages)
` [Ilw] "

[GIT PULL] new files for score architecture
 2009-06-15  3:21 UTC 

[PATCH] setup_affinity return 1 with failure
 2009-06-15  3:20 UTC  (2+ messages)

sound device is buzy to run pcm.c
 2009-06-15  3:11 UTC 

[RFC][BUGFIX] memcg: rmdir doesn't return
 2009-06-15  3:02 UTC  (4+ messages)

[PATCH 1/1] cls_cgroup: unify classid syntax to tc
 2009-06-15  3:00 UTC  (5+ messages)
    ` [Devel] "

[PATCH 0/4] tracing: some fixes for 2.6.31
 2009-06-15  2:59 UTC  (2+ messages)
` [PATCH 4/4] tracing/filters: strloc should be unsigned short


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.