LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
[patch 00/21] VM pageout scalability improvements
2008-02-29 2:41 UTC (9+ messages)
` [patch 01/21] move isolate_lru_page() to vmscan.c
` [patch 14/21] scan noreclaim list for reclaimable pages
` [patch 21/21] cull non-reclaimable anon pages from the LRU at fault time
[patch 0/7] Immediate Values
2008-02-29 2:39 UTC (8+ messages)
` [patch 1/7] Immediate Values - Architecture Independent Code
` [patch 1/2] add ALL_CPUS option to stop_machine_run()
[PATCH] [RFC] fix missed SIGCONT cases
2008-02-29 2:39 UTC (6+ messages)
[PATCHES] semaphore rewrite
2008-02-29 2:37 UTC (20+ messages)
` [PATCH 01/12] Fix quota.h includes
` [PATCH 02/12] Add semaphore.h to kernel_lock.c
` [PATCH 03/12] arch: Remove unnecessary inclusions of asm/semaphore.h
` [PATCH 04/12] net: "
` [PATCH 05/12] drivers: "
` [PATCH 06/12] fs: "
` [PATCH 07/12] include: "
` [PATCH 08/12] kernel: "
` [PATCH 09/12] lib: "
` [PATCH 10/12] security: "
` [PATCH 11/12] Generic semaphore implementation
Weirdness in pci_read_bases()
2008-02-29 2:37 UTC
[PATCH 01/11] Security: Add hook to get full maclabel xattr name
2008-02-29 2:29 UTC (23+ messages)
[RFC][PATCH] fs/partitions/msdos: directly check if FAT boot sector
2008-02-29 2:16 UTC (2+ messages)
Linux 2.6.25-rc2
2008-02-29 2:12 UTC (14+ messages)
` [PATCH] Implement slub fastpath in terms of freebase and freeoffset
cpuset trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/
2008-02-29 1:53 UTC (6+ messages)
RFC Labeled NFS Initial Code Review
2008-02-29 1:52 UTC (7+ messages)
` [PATCH 03/11] VFS: Add security label support to *notify
[PATCH 00/28] Swap over NFS -v16
2008-02-29 1:29 UTC (7+ messages)
[PATCH] [repost] Make real parent for ACPI button input devices
2008-02-29 1:27 UTC (2+ messages)
[RFC] Prefixing cgroup generic control filenames with "cgroup."
2008-02-29 1:22 UTC (13+ messages)
[PATCH] Optimise tick_nohz_stop_sched_tick() a bit
2008-02-29 1:16 UTC (2+ messages)
[patch] my mmu notifiers
2008-02-29 1:13 UTC (19+ messages)
` [PATCH] mmu notifiers #v6
` [PATCH] mmu notifiers #v7
WARNING: at net/ipv4/tcp_input.c:2054 tcp_mark_head_lost()
2008-02-29 1:10 UTC (7+ messages)
[regression] nfs4: 30 second delay during umount of remote fs on system shutdown
2008-02-29 1:09 UTC (4+ messages)
[PATCH] linux/kernel.h linux/device.h - Convert debug functions declared inline __attribute__((format (printf,x,y) to statement expression macros
2008-02-29 1:09 UTC (10+ messages)
` [PATCH] linux/fs.h "
[RFC/PATCH 0/4] CPUSET driven CPU isolation
2008-02-29 1:05 UTC (19+ messages)
[patch 0/6] MMU Notifiers V7
2008-02-29 0:59 UTC (12+ messages)
` [patch 2/6] mmu_notifier: Callbacks to invalidate address ranges
[Bug 10071] kernel hang in inet_init (PREEMPT_RCU problem)
2008-02-29 0:58 UTC (2+ messages)
[RFC][PATCH] make /proc/pid/pagemap work with huge pages and return page size
2008-02-29 0:49 UTC (9+ messages)
[PATCH 00/37] Permit filesystem local caching [ver #34]
2008-02-29 0:46 UTC (38+ messages)
` [PATCH 01/37] KEYS: Increase the payload size when instantiating a key "
` [PATCH 02/37] KEYS: Check starting keyring as part of search "
` [PATCH 03/37] KEYS: Allow the callout data to be passed as a blob rather than a string "
` [PATCH 04/37] KEYS: Add keyctl function to get a security label "
` [PATCH 05/37] Security: Change current->fs[ug]id to current_fs[ug]id() "
` [PATCH 06/37] Security: Separate task security context from task_struct "
` [PATCH 07/37] Security: De-embed task security record from task and use refcounting "
` [PATCH 08/37] Security: Add a kernel_service object class to SELinux "
` [PATCH 09/37] Security: Allow kernel services to override LSM settings for task actions "
` [PATCH 10/37] Security: Make NFSD work with detached security "
` [PATCH 11/37] FS-Cache: Release page->private after failed readahead "
` [PATCH 12/37] FS-Cache: Recruit a couple of page flags for cache management "
` [PATCH 13/37] FS-Cache: Provide an add_wait_queue_tail() function "
` [PATCH 14/37] FS-Cache: Generic filesystem caching facility "
` [PATCH 15/37] CacheFiles: Add missing copy_page export for ia64 "
` [PATCH 16/37] CacheFiles: Be consistent about the use of mapping vs file->f_mapping in Ext3 "
` [PATCH 17/37] CacheFiles: Add a hook to write a single page of data to an inode "
` [PATCH 18/37] CacheFiles: Permit the page lock state to be monitored "
` [PATCH 19/37] CacheFiles: Export things for CacheFiles "
` [PATCH 20/37] CacheFiles: A cache that backs onto a mounted filesystem "
` [PATCH 21/37] NFS: Add comment banners to some NFS functions "
` [PATCH 22/37] NFS: Add FS-Cache option bit and debug bit "
` [PATCH 23/37] NFS: Permit local filesystem caching to be enabled for NFS "
` [PATCH 24/37] NFS: Register NFS for caching and retrieve the top-level index "
` [PATCH 25/37] NFS: Define and create server-level objects "
` [PATCH 26/37] NFS: Define and create superblock-level "
` [PATCH 27/37] NFS: Define and create inode-level cache "
` [PATCH 28/37] NFS: Use local disk inode cache "
` [PATCH 29/37] NFS: Invalidate FsCache page flags when cache removed "
` [PATCH 30/37] NFS: Add some new I/O event counters for FS-Cache events "
` [PATCH 31/37] NFS: FS-Cache page management "
` [PATCH 32/37] NFS: Add read context retention for FS-Cache to call back with "
` [PATCH 33/37] NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching "
` [PATCH 34/37] NFS: Read pages from FS-Cache into an NFS inode "
` [PATCH 35/37] NFS: Store pages from an NFS inode into a local cache "
` [PATCH 36/37] NFS: Display local caching state "
` [PATCH 37/37] NFS: Add mount options to enable local caching on NFS "
[RFC, PATCH 1/2] sched: change the fairness model of the CFS group scheduler
2008-02-29 0:43 UTC
devres and requesting resources
2008-02-29 0:36 UTC
[BUG + PATCH/Bugfix] x86/lguest: fix pgdir pmd index calculation
2008-02-29 0:32 UTC (5+ messages)
[PATCH 0/4, v7] PCI, ACPI: Physical PCI slot objects
2008-02-29 0:29 UTC (5+ messages)
` [PATCH 1/4] Remove path attribute from sgi_hotplug
` [PATCH 2/4] Construct one fakephp slot per pci slot
` [PATCH 3/4] Introduce pci_slot
` [PATCH 4/4] ACPI PCI slot detection driver
Unknown SATA PIIX PCI device ID 0x29b6
2008-02-29 0:23 UTC (4+ messages)
[PATCH 3/3] sound: vmaster.c missing include of hda_local.h
2008-02-29 0:18 UTC
[PATCH 2/3] sound: patch_sigmatel.c fix shadowed variable warning
2008-02-29 0:18 UTC
[PATCH 1/3] sound: hda: missing includes of hda_patch.h
2008-02-29 0:18 UTC
[PATCH] kernel-doc: set verbose mode via environment
2008-02-29 0:09 UTC (5+ messages)
` [PATCH v2] "
[linux-pm] Fundamental flaw in system suspend, exposed by freezer removal
2008-02-29 0:01 UTC (3+ messages)
[PATCH] libata: Register for dock events when the drive is inside a dock station
2008-02-28 23:36 UTC (11+ messages)
sparse - make __CHECK_ENDIAN__ default enabled?
2008-02-28 23:26 UTC (5+ messages)
` [PATCH 1/2] firewire: endianess fix
[PATCH 2.6.25] module: allow ndiswrapper to use GPL-only symbols
2008-02-28 23:25 UTC (2+ messages)
[PATCH] Fix alignment of early reservation for EBDA
2008-02-28 23:16 UTC (11+ messages)
` [PATCH] reserve_early end-of-conventional-memory to 1MB
` [PATCH] reserve end-of-conventional-memory to 1MB on 32-bit
` [RFC] use realmode code to reserve end-of-conventional-memory to 1MB
bcm43xx regression in 2.6.24 (with patch)
2008-02-28 23:14 UTC (7+ messages)
[PATCH] Fix hibernate/resume in presence of PREEMPT_RCU and hotplug
2008-02-28 23:10 UTC (5+ messages)
` [PATCH] Remove never-migrates assumption from rcu_process_callbacks()
Realtek link issue with SLED10SP1
2008-02-28 23:04 UTC
RFC Labeled NFS Initial Code Review
2008-02-28 23:00 UTC (13+ messages)
` [PATCH 03/11] VFS: Add security label support to *notify
` [PATCH 08/11] NFS: Introduce lifecycle management for label attribute
dh ♀ 成人情趣用品超低套價熱賣中 5457劂惠⊕
2008-02-28 22:57 UTC
Regression in 2.6.25-rc3: s2ram segfaults before suspending
2008-02-28 22:45 UTC (10+ messages)
[PATCH 3/3] Consolidate send_sigqueue and send_group_sigqueue
2008-02-28 22:41 UTC (6+ messages)
[PATCH 0/2] Fix /proc/net in presence of net namespaces
2008-02-28 22:39 UTC (4+ messages)
+ markers-dont-risk-null-deref-in-marker-checkpatch-fixes.patch added to -mm tree
2008-02-28 22:36 UTC
[PATCH] Prevent the loop in timespec_add_ns() to be optimised away
2008-02-28 22:13 UTC (4+ messages)
[PATCH] fs/inode.c: use hlist_for_each_entry()
2008-02-28 22:11 UTC
Fw: [PATCH 1/1] file capabilities: simplify signal check
2008-02-28 21:35 UTC (4+ messages)
Interactivity issue in 2.6.25-rc3
2008-02-28 21:28 UTC (4+ messages)
hpwdt oops in clflush_cache_range
2008-02-28 21:26 UTC (14+ messages)
` [PATCH] [WATCHDOG] Fix declaration of struct smbios_entry_point in hpwdt
` [PATCH] [WATCHDOG] hpwdt: Use dmi_walk() instead of own copy
printk timestamps jumping back and forth in 2.6.25-rc
2008-02-28 21:24 UTC (4+ messages)
Interactivity issue in 2.6.25-rc3
2008-02-28 21:21 UTC
[RFC] CodeStyle: Use spaces when aligning/decorating
2008-02-28 21:20 UTC (8+ messages)
` [PATCH] CodingStyle: multiple updates
SMACK or SELinux, but not both
2008-02-28 21:11 UTC (4+ messages)
[PATCH] core dump: user_regset writeback
2008-02-28 21:10 UTC (3+ messages)
[patch 1/6] mempolicy: convert MPOL constants to enum
2008-02-28 21:08 UTC (8+ messages)
` [patch 2/6] mempolicy: support optional mode flags
` [patch 3/6] mempolicy: add MPOL_F_STATIC_NODES flag
` [patch 4/6] mempolicy: add bitmap_onto() and bitmap_fold() operations
` [patch 5/6] mempolicy: add MPOL_F_RELATIVE_NODES flag
[PATCH/RFC 1/2] anon-inodes: Remove fd_install() from anon_inode_getfd()
2008-02-28 20:52 UTC (9+ messages)
'git gc' always run, on old kernel repo?
2008-02-28 20:45 UTC (6+ messages)
SO_REUSEADDR not allowing server and client to use same port
2008-02-28 20:44 UTC (5+ messages)
[PATCH RFC] ahci: fix SB600 h/w errata issue
2008-02-28 20:43 UTC
2.6.25 regression/oops on boot (ACPI related?)
2008-02-28 20:08 UTC (2+ messages)
[PATCH 0/3 v3] dma: dma_{un}map_{single|sg}_attrs() interface
2008-02-28 20:05 UTC (2+ 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).