LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2008-01-20 20:16:37 to 2008-01-21 14:36:44 UTC [more...]
[PATCH -v6 0/2] Fixing the issue with memory-mapped file times
2008-01-21 14:36 UTC (7+ messages)
` [PATCH -v6 2/2] Updating ctime and mtime for memory-mapped files
[PATCH 0/2] Relax restrictions on setting CONFIG_NUMA on x86
2008-01-21 14:35 UTC (3+ messages)
ATA device reset, shoud I be concerned?
2008-01-21 14:33 UTC (9+ messages)
[PATCH 9/10] introduce intel_menlow platform specific driver
2008-01-21 14:19 UTC (8+ messages)
[REGRESSION] 2.6.24-rc7: e1000: Detected Tx Unit Hang
2008-01-21 13:29 UTC (6+ messages)
[PATCHSET] printk: implement printk_header() and merging printk, take #2
2008-01-21 13:04 UTC (8+ messages)
` [PATCH 1/5] printk: keep log level on multiline messages
` [PATCH 2/5] printk: implement [v]printk_header()
` [PATCH 3/5] printk: implement merging printk
` [PATCH 4/5] printk: add Documentation/printk.txt
` [PATCH 5/5] libata: make libata use printk_header() and mprintk
new file in kernel
2008-01-21 13:00 UTC (7+ messages)
lockd spams syslog after upgrade from 2.6.18 to 2.6.24-rc8
2008-01-21 13:00 UTC (3+ messages)
[PATCH] mmu notifiers #v2
2008-01-21 12:52 UTC (7+ messages)
` [PATCH] mmu notifiers #v3
2.6.24-rc7-rt2
2008-01-21 12:49 UTC (9+ messages)
create a file in kernel mode. help please!
2008-01-21 12:44 UTC (3+ messages)
[PATCH 0/6] RFC: Typesafe callbacks
2008-01-21 12:38 UTC (10+ messages)
` [PATCH 2/6] typesafe: kthread_create and kthread_run
[PATCH] drivers/char/moxa.c, kernel 2.6.23.14
2008-01-21 12:35 UTC
Known prob: MAX_LOCK_DEPTH too low?
2008-01-21 12:27 UTC (2+ messages)
[PATCH 1/2] W1: w1_therm.c ds18b20 decode freezing temperatures correctly
2008-01-21 12:22 UTC (2+ messages)
kbuild: improved Section mismatch detection
2008-01-21 12:06 UTC (22+ messages)
` [PATCH] kbuild: fix so modpost can now check any .o file
` [PATCH] kbuild: try harder to find symbol names in modpost
` [PATCH] kbuild: code refactoring "
` [PATCH] kbuild: introduce blacklisting "
` [PATCH] kbuild: check section names consistently "
` [PATCH] all archs: consolidate init and exit sections in vmlinux.lds.h
` [PATCH] compiler.h: introduce __section()
` [PATCH] Use separate sections for __dev/__cpu/__mem code/data
[PATCH][RFC] Kconfig: show git branch name in LOCALVERSION_AUTO
2008-01-21 12:02 UTC
[PATCH] IPv4: Enable use of 240/4 address space
2008-01-21 11:19 UTC (4+ messages)
[PATCH] kernel/params.c: fix the module name length in param_sysfs_builtin
2008-01-21 11:16 UTC (2+ messages)
[PATCH] bluetooth : move children of connection device to NULL before connection down
2008-01-21 11:14 UTC (3+ messages)
build #345 issue for v2.6.24-rc8-74-ga7da60f Section mismatch: (between 'kvm_init_x86' and 'kvm_sched_in')
2008-01-21 10:17 UTC
PROBLEM: Celeron Core
2008-01-21 10:11 UTC (3+ messages)
[PATCH 3/4] introduce __devinitconst
2008-01-21 10:09 UTC (3+ messages)
[GFS2] Pre-pull patch posting
2008-01-21 9:22 UTC (59+ messages)
` [PATCH 01/58] [GFS2] Handle multiple glock demote requests
` [PATCH 02/58] [GFS2] Clean up internal read function
` [PATCH 03/58] [GFS2] Use ->page_mkwrite() for mmap()
` [PATCH 04/58] [GFS2] Remove useless i_cache from inodes
` [PATCH 05/58] [GFS2] Remove unused field in struct gfs2_inode
` [PATCH 06/58] [GFS2] Add gfs2_is_writeback()
` [PATCH 07/58] [GFS2] Introduce gfs2_set_aops()
` [PATCH 08/58] [GFS2] Split gfs2_writepage into three cases
` [PATCH 09/58] [GFS2] Add writepages for GFS2 jdata
` [PATCH 10/58] [GFS2] Don't hold page lock when starting transaction
` [PATCH 11/58] [GFS2] Use correct include file in ops_address.c
` [PATCH 12/58] [GFS2] Remove unused variables
` [PATCH 13/58] [GFS2] Remove "reclaim limit"
` [PATCH 14/58] [GFS2] Add sync_page to metadata address space operations
` [PATCH 15/58] [GFS2] Reorder writeback for glock sync
` [PATCH 16/58] [GFS2] Remove flags no longer required
` [PATCH 17/58] [GFS2] Given device ID rather than s_id in "id" sysfs file
` [PATCH 18/58] [GFS2] check kthread_should_stop when waiting
` [PATCH 19/58] [GFS2] Don't add glocks to the journal
` [PATCH 20/58] [GFS2] Use atomic_t for journal free blocks counter
` [PATCH 21/58] [GFS2] Move gfs2_logd into log.c
` [PATCH 22/58] [GFS2] Don't periodically update the jindex
` [PATCH 23/58] [GFS2] Check for installation of mount helpers for DLM mounts
` [PATCH 24/58] [GFS2] tidy up error message
` [PATCH 25/58] [GFS2] Fix runtime issue with UP kernels
` [PATCH 26/58] [GFS2] Revise gfs2_logd and flush thresholds
` [PATCH 27/58] [GFS2] remove unnecessary permission checks
` [PATCH 28/58] [GFS2] Fix build warnings
` [PATCH 29/58] [GFS2] Remove unrequired code
` [PATCH 30/58] [GFS2] Remove lock methods for lock_nolock protocol
` [PATCH 31/58] [GFS2] patch to check for recursive lock requests in gfs2_rename code path
` [PATCH 32/58] [GFS2] Remove unused variable
` [PATCH 33/58] [GFS2] use pid for plock owner for nfs clients
` [PATCH 34/58] [GFS2] Remove function gfs2_get_block
` [PATCH 35/58] [GFS2] Fix typo in log.c
` [PATCH 36/58] [GFS2] Journal extent mapping
` [PATCH 37/58] [GFS2] Get rid of useless "found" variable in quota.c
` [PATCH 38/58] [GFS2] Run through full bitmaps quicker in gfs2_bitfit
` [PATCH 39/58] [GFS2] Reorganize function gfs2_glmutex_lock
` [PATCH 40/58] [GFS2] Only fetch the dinode once in block_map
` [PATCH 41/58] [GFS2] Function meta_read optimization
` [PATCH 42/58] [GFS2] Incremental patch to fix compiler warning
` [PATCH 43/58] [GFS2] Eliminate the no longer needed sd_statfs_mutex
` [PATCH 44/58] [GFS2] Minor correction
` [PATCH 45/58] [GFS2] Fix log block mapper
` [PATCH 46/58] [GFS2] Remove unused variable
` [PATCH 47/58] [GFS2] Allow page migration for writeback and ordered pages
` [PATCH 48/58] [GFS2] Initialize extent_list earlier
` [PATCH 49/58] [GFS2] Fix problems relating to execution of files on GFS2
` [PATCH 50/58] [GFS2] Fix assert in log code
` [PATCH 51/58] [GFS2] Reduce inode size by moving i_alloc out of line
` [PATCH 52/58] [GFS2] Remove unneeded i_spin
` [PATCH 53/58] [GFS2] gfs2_alloc_required performance
` [PATCH 54/58] [GFS2] Fix write alloc required shortcut calculation
` [PATCH 55/58] [GFS2] Fix typo
` [PATCH 56/58] [GFS2] Fix page_mkwrite truncation race path
` [PATCH 57/58] [GFS2] Lockup on error
` [PATCH 58/58] [GFS2] Allow journal recovery on read-only mount
InfiniBand/RDMA merge plans for 2.6.25
2008-01-21 10:01 UTC (2+ messages)
2.6.24-rc8-mm1
2008-01-21 9:56 UTC (6+ messages)
` 2.6.24-rc8-mm1 Build Failure on scsi driver
` [PATCH] SCSI: fix isa/pcmcia compile problem
[RFC] Per-thread getrusage
2008-01-21 9:55 UTC (3+ messages)
` [PATCH] RUSAGE_THREAD
[PATCH] kernel/params.c: fix the module name length in param_sysfs_builtin
2008-01-21 9:20 UTC
[PATCH 7/7] driver-core : convert semaphore to mutex in struct class
2008-01-21 9:03 UTC (15+ messages)
[HELP]Problem with exit(0) and _exit(0) on RHEL x86
2008-01-21 8:40 UTC
[patch/rfc 2.6.24-rc8-git] genirq: partial lockdep fixes
2008-01-21 8:31 UTC (2+ messages)
modprobing ipmi_si on Dell Power Edge 2600 make the terminal hang kernel ver. >= 2.6.20
2008-01-21 8:15 UTC (2+ messages)
Все товары, все таможни
2008-01-21 8:15 UTC
[PATCH 0/7] percpu: Per cpu code simplification fixup
2008-01-21 8:08 UTC (3+ messages)
` [PATCH 1/7] Modules: Fold percpu_modcopy into module.c
[Announce] Development release 0.1 of the LatencyTOP tool
2008-01-21 8:06 UTC (4+ messages)
` [patch 1/3] LatencyTOP infrastructure patch
` "
` Development release 0.1 of the LatencyTOP tool
2.6.24-rc8-mm1 : net tcp_input.c warnings
2008-01-21 7:55 UTC
PROBLEM: Celeron Core
2008-01-21 7:48 UTC (5+ messages)
Why not creating a GIT RT tree ?
2008-01-21 7:45 UTC (6+ messages)
[REGRESSION] 2.6.24-rc7: e1000: Detected Tx Unit Hang
2008-01-21 6:54 UTC (5+ messages)
[PATCH] x86: disable_mtrr_trim only need for x86_64
2008-01-21 6:57 UTC (15+ messages)
` [PATCH] x86_64: update e820 instead of updating end_pfn
` [PATCH] x86_64: update e820 instead of updating end_pfn v2
` [PATCH] x86_32: trim memory by updating e820
` [PATCH] x86_64: check if Tom2 is enabled
` [PATCH] x86_32: trim memory by updating e820 v2
` [PATCH] x86_64: update e820 instead of updating end_pfn v3
Question about set_intr_gate_ist()
2008-01-21 6:23 UTC
LowFree/LowMem problem
2008-01-21 5:32 UTC
priority based thread wakeup
2008-01-21 4:17 UTC (2+ messages)
[PATCH] SG - fix SH Kconfig
2008-01-21 3:44 UTC (2+ messages)
[PATCH] sh: pci - fix the start address of IO ports area in RTS7751R2D
2008-01-21 3:05 UTC
[Bluez-devel] Oops involving RFCOMM and sysfs
2008-01-21 3:15 UTC (11+ messages)
[PATCH] rcu: fix section mismatch
2008-01-21 0:38 UTC (3+ messages)
kernel BUG at reiserfs fs/reiserfs/bitmap.c:1287
2008-01-21 2:58 UTC
ACPI early ioremap problems
2008-01-21 2:59 UTC (7+ messages)
` ACPI early ioremap problems II
2.6.24-rc8: possible circular locking dependency detected
2008-01-21 2:55 UTC (2+ messages)
[CALL FOR TESTING] Make Ext3 fsck way faster [2.6.24-rc6 -mm patch]
2008-01-21 2:51 UTC (5+ messages)
bad page table when accessing /dev/mem in dmidecode
2008-01-21 2:44 UTC
[ANNOUNCE] GIT 1.5.4-rc3
2008-01-21 2:37 UTC (2+ messages)
` [ANNOUNCE] GIT 1.5.4-rc4
PCI Interrupt Problems Since Kernel-2.6.19
2008-01-21 2:34 UTC
echo mem > /sys/power/state
2008-01-21 2:13 UTC (11+ messages)
[PATCH for mm] Remove iBCS support
2008-01-21 1:37 UTC (10+ messages)
[2.6 patch] atm/suni.c: fix section mismatch
2008-01-21 1:23 UTC (3+ messages)
[2.6 patch] atm/idt77105.c: fix section mismatch
2008-01-21 1:22 UTC (4+ messages)
2.6.24 regression: reference count leak in PPPoE
2008-01-21 0:33 UTC (8+ messages)
post 2.6.24-rc7 regression: unregister_netdevice: waiting for eth1 to become free
2008-01-21 0:32 UTC (2+ messages)
[PATCH] Fix early_ioremap on x86-64
2008-01-21 0:20 UTC (4+ messages)
RFC: Removal of the v850 port?
2008-01-21 0:15 UTC (2+ messages)
[PATCH] x86: add vdso32-int80-syms.lds to .gitignore
2008-01-21 0:08 UTC (2+ messages)
[PATCH] cgroup: limit block I/O bandwidth
2008-01-20 23:59 UTC (7+ messages)
Cannot boot xen DomU > 2.6.23.1
2008-01-20 23:52 UTC (12+ messages)
hi-res mtime userspace interface
2008-01-20 23:43 UTC (3+ messages)
Apply For A Private Loan Today
2008-01-20 23:43 UTC
[PATCH] block2mtd lockdep_init_map warning
2008-01-20 21:01 UTC (2+ messages)
PROBLEM: Celeron Core
2008-01-20 20:53 UTC (11+ messages)
Problem with tg3 in 2.6.23.12
2008-01-20 20:33 UTC (3+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).