messages from 2008-07-14 18:09:49 to 2008-07-15 02:34:51 UTC [more...]
[GIT *] Allow request_firmware() to be satisfied from in-kernel, use it in more drivers
2008-07-15 2:33 UTC (37+ messages)
[PATCH 00/14] Introduce cpu_enabled_map and friends
2008-07-15 2:33 UTC (2+ messages)
` [PATCH 02/14] [M32R] Populate cpu_enabled_map
From 2.4 to 2.6 to 2.7?
2008-07-15 2:31 UTC (3+ messages)
Linux 2.6.25.10
2008-07-15 2:27 UTC (5+ messages)
` [stable] "
[PATCH] stopmachine: add stopmachine_timeout
2008-07-15 2:24 UTC (10+ messages)
current linux-2.6.git: cpusets completely broken
2008-07-15 2:21 UTC (10+ messages)
w1 updates
2008-07-15 2:17 UTC (5+ messages)
` [PATCH 29/30] W1: Documentation/w1/masters/ds2490 update
[PATCH] ftrace: Documentation
2008-07-15 2:18 UTC (16+ messages)
` [PATCH -v2] "
DMA timeout on PIIX4
2008-07-15 2:17 UTC
BUG: unable to handle kernel NULL pointer dereference at 000000000000000e (reset_prng_context)
2008-07-15 2:16 UTC (3+ messages)
bug: saa7134_init run before v4l2_i2c_drv_init
2008-07-15 2:09 UTC (6+ messages)
` [linux-dvb] "
` [PATCH] V4L: Link tuner before saa7134
today's linux-next fails to boot
2008-07-15 2:11 UTC (2+ messages)
xfs bug in 2.6.26-rc9
2008-07-15 2:12 UTC (6+ messages)
- jbd-strictly-check-for-write-errors-on-data-buffers.patch removed from -mm tree
2008-07-15 2:06 UTC (3+ messages)
2.6.26-rc9-git9 doesn't boot on Macintel
2008-07-15 2:04 UTC (2+ messages)
What's in pci-2.6.git
2008-07-15 1:55 UTC
[SUGGESTION]: drop virtual merge accounting in I/O requests
2008-07-15 1:31 UTC (6+ messages)
Current head x86_64 breakage - csum-copy_64.S
2008-07-15 1:11 UTC (2+ messages)
BIOS-controlled FN keys works only with "acpi={off | ht}" on Samsung P500
2008-07-15 0:49 UTC (2+ messages)
Latest git compile error: arch/x86/lib/csum-copy_64.S:48: Error: Macro `ignore' was already defined
2008-07-15 0:36 UTC
[PATCH] x86_64: reserve crashkernel bootmem before reserve dma32 bootmem
2008-07-15 0:20 UTC (2+ messages)
[PATCH 2.6.25.10] pm_qos_params: change spinlock to rwlock
2008-07-15 0:17 UTC (4+ messages)
LTTng 0.10 for kernel 2.6.26
2008-07-15 0:12 UTC
[PATCH] Wait for all codecs to be ready if doing a cold reset
2008-07-15 23:47 UTC (10+ messages)
[MailServer Notification]Attachment Blocking Notification
2008-07-15 0:00 UTC
[PATCH 16/34] AMD IOMMU: add kernel command line parameters for AMD IOMMU
2008-07-14 23:56 UTC (4+ messages)
[PATCH 0/4] x86: IOMMU cleanups
2008-07-14 23:56 UTC (4+ messages)
linux-next: Tree for July 14
2008-07-14 23:35 UTC (2+ messages)
WARNING: at include/linux/blkdev.h:447 blk_plug_device+0x5e/0x97()
2008-07-14 23:31 UTC
[patch] powerpc: hugetlb pgtable cache access cleanup
2008-07-14 22:56 UTC (2+ messages)
x86: add "debugpat" boot option
2008-07-14 22:53 UTC
[PATCH] x86_64: ia32_signal.c: use macro instead of immediate
2008-07-14 22:34 UTC (6+ messages)
[PATCH 0/3] Genclk: generic framework for clocks managing [v3.1]
2008-07-14 22:30 UTC (7+ messages)
` [PATCH 1/3] genclk: add generic framework for managing clocks
[PATCH] init/version.c: Silenced sparse warning by declaring the version string
2008-07-14 22:29 UTC (9+ messages)
` [PATCH] init/version.c: Define version_string only if CONFIG_KALLSYMS is not defined
[git pull] core/percpu for v2.6.27
2008-07-14 22:27 UTC (2+ messages)
[PATCH] Fix pci_subsys_init() to have a return value
2008-07-14 22:25 UTC (3+ messages)
[patch] include/linux/jiffies.h: correcting small comment typo
2008-07-14 22:14 UTC
[PATCH 1/3] x86_64: further cleanup of 32-bit compat syscall mechanisms
2008-07-14 22:19 UTC (4+ messages)
[RFC] simple dprobe like markers for the kernel
2008-07-14 22:02 UTC (8+ messages)
` [PATCH] "
[git patches] Ocfs2 and Configfs updates for 2.6.27
2008-07-14 22:01 UTC (18+ messages)
` [PATCH 01/17] ocfs2: Add CONFIG_OCFS2_FS_STATS config option
` [PATCH 02/17] ocfs2: Instrument fs cluster locks
` [PATCH 03/17] ocfs2: fix printk format warnings with OCFS2_FS_STATS=n
` [PATCH 04/17] ocfs2: use simple_read_from_buffer()
` [PATCH 05/17] ocfs2: Silence an error message in ocfs2_file_aio_read()
` [PATCH 06/17] ocfs2: Handle error during journal load
` [PATCH 07/17] ocfs2/net: Silence build warnings on sparc64
` [PATCH 08/17] ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs
` [PATCH 09/17] ocfs2: Don't snprintf() without a format
` [PATCH 10/17] configfs: Introduce configfs_dirent_lock
` [PATCH 11/17] configfs: Protect configfs_dirent s_links list mutations
` [PATCH 12/17] configfs: Make configfs_new_dirent() return error code instead of NULL
` [PATCH 13/17] configfs: Fix deadlock with racing rmdir() and rename()
` [PATCH 14/17] configfs: Fix failing mkdir() making racing rmdir() fail
` [PATCH 15/17] configfs: Allow ->make_item() and ->make_group() to return detailed errors
` [PATCH 16/17] configfs: call drop_link() to cleanup after create_link() failure
` [PATCH 17/17] [PATCH] ocfs2: fix oops in mmap_truncate testing
[git pull] x86 changes for v2.6.27
2008-07-14 22:00 UTC (7+ messages)
[PATCH] - GRU virtual -> physical translation
2008-07-14 21:52 UTC (9+ messages)
[PULL] bkl-removal tree
2008-07-14 21:43 UTC
[git patches] libata updates for .27
2008-07-14 21:40 UTC
hifn_795x in a MacMini?
2008-07-14 21:35 UTC (4+ messages)
[git pull] core/stacktrace changes for v2.6.27
2008-07-14 21:32 UTC (4+ messages)
next-0708: build failure at drivers/pci/pci-acpi.c
2008-07-14 21:30 UTC (4+ messages)
x86: PCI multi domain/segment config access
2008-07-14 21:28 UTC (3+ messages)
[SUGGESTION]: drop virtual merge accounting in I/O requests
2008-07-14 21:26 UTC (5+ messages)
[PATCH -mm 2/3] i/o bandwidth controller infrastructure
2008-07-14 21:26 UTC (3+ messages)
[PATCH] ftrace: document updates
2008-07-14 21:24 UTC (2+ messages)
[git pull] drm tree reorganisation for merge window
2008-07-14 21:08 UTC (3+ messages)
[RFC-PATCH] Improve Menu Governor Prediction of interrupted C states
2008-07-14 21:02 UTC
[PATCH] Add dynamic MMC-over-SPI-GPIO driver
2008-07-14 20:54 UTC (2+ messages)
[GFS2] Pre-pull patch posting
2008-07-14 20:52 UTC (13+ messages)
` [PATCH 01/18] [GFS2] Clean up the glock core
` [PATCH 02/18] [GFS2] Fix ordering bug in lock_dlm
` [PATCH 03/18] [GFS2] No lock_nolock
` [PATCH 04/18] [GFS2] trivial sparse lock annotations
` [PATCH 05/18] [GFS2] Fix ordering of args for list_add
` [PATCH 06/18] [GFS2] Revise readpage locking
` [PATCH 07/18] [GFS2] kernel panic mounting volume
` [PATCH 08/18] [GFS2] Remove remote lock dropping code
` [PATCH 09/18] [GFS2] Remove obsolete conversion deadlock avoidance code
` [PATCH 10/18] [GFS2] Remove all_list from lock_dlm
` [PATCH 11/18] [GFS2] Glock documentation
[GIT PULL] i2c updates for 2.6.27, round 1
2008-07-14 20:49 UTC
[PATCH] Fix typos from signal_32/64.h merge
2008-07-14 20:49 UTC (2+ messages)
[PATCH] Add SPI over GPIO driver
2008-07-14 20:43 UTC (2+ messages)
[git pull] IDE updates [part 1]
2008-07-15 20:32 UTC
dlm patches for 2.6.27
2008-07-14 20:14 UTC
[RFT] x86 acpi: normalize segment descriptor register on resume
2008-07-14 20:10 UTC (7+ messages)
2.6.26: iwl3945 failing to initialize wep, crypto modprobe failure?
2008-07-14 20:02 UTC (2+ messages)
[PATCH] mac80211: return correct error return from ieee80211_wep_init
2008-07-14 19:52 UTC
/proc/data information
2008-07-14 19:47 UTC (3+ messages)
[git pull] core, x86: make LIST_POISON less deadly
2008-07-14 19:42 UTC (11+ messages)
[PATCH] ide: it821x in pass-through mode segfaults in 2.6.26-stable
2008-07-14 19:11 UTC
Linux 2.6.16.61-rc1
2008-07-14 19:18 UTC
[PATCH] x86: Find offset for crashkernel reservation automatically
2008-07-14 19:08 UTC (12+ messages)
[PATCH] kmemtrace: SLAB hooks
2008-07-14 18:37 UTC (4+ messages)
` [RESEND PATCH] "
[PATCH] allow enabling/disabling NPT by reloading only the architecture module
2008-07-14 18:36 UTC
Kernel 2.6.26 - *pde = 00003067 <0>Kernel panic
2008-07-14 18:31 UTC
[PATCH] x86: introduce max_low_pfn_mapped for 64bit
2008-07-14 18:32 UTC (13+ messages)
` [PATCH] x86: let 32bit use apic_ops too
[PATCH 0/3] Boot IRQ quirks for Broadcom and AMD/ATI
2008-07-14 18:29 UTC (8+ messages)
[git pull] core/softirq for v2.6.27
2008-07-14 18:23 UTC (7+ messages)
[ANNOUNCE]: Generic SCSI Target Mid-level For Linux (SCST), target drivers for iSCSI and QLogic Fibre Channel cards released
2008-07-14 18:17 UTC (9+ messages)
` [ANNOUNCE]: Generic SCSI Target Mid-level For Linux (followup)
[PATCH] AMD IOMMU: set iommu for device from ACPI code too
2008-07-14 18:11 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox