linux.kernel (thread)
[RFC PATCH 0/8] Convert all tasklets to workqueues V3,
Steven Rostedt,
2007/06/27
- [RFC PATCH 4/8] Make DRM use the tasklet is-sched API, Steven Rostedt, 2007/06/27
- [RFC PATCH 1/8] Convert the RCU tasklet into a softirq, Steven Rostedt, 2007/06/27
- [RFC PATCH 6/8] Remove DECLARE_TASKLET_DISABLE API, Steven Rostedt, 2007/06/27
- [RFC PATCH 3/8] Add a tasklet is-scheduled API, Steven Rostedt, 2007/06/27
- [RFC PATCH 8/8] Convert tasklets to work queues, Steven Rostedt, 2007/06/27
- [RFC PATCH 7/8] remove DECLARE_TASKLET API, Steven Rostedt, 2007/06/27
- [RFC PATCH 5/8] Convert net wireless tasklet to workqueue, Steven Rostedt, 2007/06/27
- [RFC PATCH 2/8] Split out tasklets from softirq.c, Steven Rostedt, 2007/06/27
[PATCH 0/6] iw_cxgb3: Bug Fixes for 2.6.23,
Steve Wise,
2007/06/27
- [PATCH 6/6] iw_cxgb3: Don't abort after failures sending the mpa reply., Steve Wise, 2007/06/27
- [PATCH 4/6] iw_cxgb3: ctrl-qp init/clear shouldn't set the gen bit., Steve Wise, 2007/06/27
- [PATCH 1/6] iw_cxgb3: Streaming -> RDMA mode transition fixes., Steve Wise, 2007/06/27
- [PATCH 2/6] iw_cxgb3: TERMINATE WRs can hang the tx ofld queue., Steve Wise, 2007/06/27
- [PATCH 5/6] iw_cxgb3: Don't post TID_RELEASE message., Steve Wise, 2007/06/27
- [PATCH 3/6] iw_cxgb3: Don't count neg_adv abort_req_rss messages as real aborts., Steve Wise, 2007/06/27
- Re: [PATCH 0/6] iw_cxgb3: Bug Fixes for 2.6.23, Roland Dreier, 2007/06/27
mm snapshot broken-out-2007-06-27-03-28.tar.gz uploaded,
akpm,
2007/06/27
- [PATCH] linux/cache.h export - workaround for headers_check error (Re: mm snapshot broken-out-2007-06-27-03-28.tar.gz uploaded), Michal Piotrowski, 2007/06/27
- [PATCH] balance parenthesis in serial core, Mariusz Kozlowski, 2007/06/27
- [PATCH] mtd: add module license to mtdbdi, Mariusz Kozlowski, 2007/06/27
- Re: mm snapshot broken-out-2007-06-27-03-28.tar.gz uploaded, Mariusz Kozlowski, 2007/06/27
- Re: [PATCH] mtd: add module license to mtdbdi, David Howells, 2007/06/28
[patch 2/3] MAP_NOZERO - implement sys_brk2(),
Davide Libenzi,
2007/06/26
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Rik van Riel, 2007/06/26
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Ulrich Drepper, 2007/06/26
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Davide Libenzi, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Ulrich Drepper, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Hugh Dickins, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Davide Libenzi, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Ulrich Drepper, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Hugh Dickins, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Davide Libenzi, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Hugh Dickins, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Davide Libenzi, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Nicholas Miell, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Davide Libenzi, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Davide Libenzi, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Ulrich Drepper, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Rik van Riel, 2007/06/27
- Re: [patch 2/3] MAP_NOZERO - implement sys_brk2(), Davide Libenzi, 2007/06/27
[md-accel PATCH 00/19] md raid acceleration and the async_tx api,
Dan Williams,
2007/06/26
- [md-accel PATCH 03/19] xor: make 'xor_blocks' a library routine for use with async_tx, Dan Williams, 2007/06/26
- [md-accel PATCH 07/19] md: raid5_run_ops - run stripe operations outside sh->lock, Dan Williams, 2007/06/26
- [md-accel PATCH 04/19] async_tx: add the async_tx api, Dan Williams, 2007/06/26
- [md-accel PATCH 12/19] md: handle_stripe5 - add request/completion logic for async read ops, Dan Williams, 2007/06/26
- [md-accel PATCH 01/19] dmaengine: refactor dmaengine around dma_async_tx_descriptor, Dan Williams, 2007/06/26
- [md-accel PATCH 10/19] md: handle_stripe5 - add request/completion logic for async compute ops, Dan Williams, 2007/06/26
- [md-accel PATCH 13/19] md: handle_stripe5 - add request/completion logic for async expand ops, Dan Williams, 2007/06/26
- [md-accel PATCH 11/19] md: handle_stripe5 - add request/completion logic for async check ops, Dan Williams, 2007/06/26
- [md-accel PATCH 02/19] dmaengine: make clients responsible for managing channels, Dan Williams, 2007/06/26
- [md-accel PATCH 09/19] md: handle_stripe5 - add request/completion logic for async write ops, Dan Williams, 2007/06/26
- [md-accel PATCH 15/19] md: remove raid5 compute_block and compute_parity5, Dan Williams, 2007/06/26
- [md-accel PATCH 06/19] raid5: replace custom debug PRINTKs with standard pr_debug, Dan Williams, 2007/06/26
- [md-accel PATCH 08/19] md: common infrastructure for running operations with raid5_run_ops, Dan Williams, 2007/06/26
- [md-accel PATCH 05/19] raid5: refactor handle_stripe5 and handle_stripe6 (v2), Dan Williams, 2007/06/26
- [md-accel PATCH 14/19] md: handle_stripe5 - request io processing in raid5_run_ops, Dan Williams, 2007/06/26
- [md-accel PATCH 17/19] iop13xx: surface the iop13xx adma units to the iop-adma driver, Dan Williams, 2007/06/26
- [md-accel PATCH 16/19] dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines, Dan Williams, 2007/06/26
- [md-accel PATCH 19/19] ARM: Add drivers/dma to arch/arm/Kconfig, Dan Williams, 2007/06/26
- [md-accel PATCH 18/19] iop3xx: surface the iop3xx DMA and AAU units to the iop-adma driver, Dan Williams, 2007/06/26
- Re: [md-accel PATCH 00/19] md raid acceleration and the async_tx api, Bill Davidsen, 2007/06/27
[RFD 0/4] AppArmor - Don't pass NULL nameidata to vfs_create/lookup/permission IOPs,
jjohansen,
2007/06/26
- [RFD 1/4] Pass no useless nameidata to the create, lookup, and permission IOPs, jjohansen, 2007/06/26
- [RFD 2/4] Never pass a NULL nameidata to vfs_create(), jjohansen, 2007/06/26
- [RFD 3/4] Dont use a NULL nameidata in xattr_permission(), jjohansen, 2007/06/26
- [RFD 4/4] Pass nameidata2 to permission() from nfsd_permission(), jjohansen, 2007/06/26
- Re: [RFD 0/4] AppArmor - Don't pass NULL nameidata to vfs_create/lookup/permission IOPs, Trond Myklebust, 2007/06/26
[AppArmor 00/44] AppArmor security module overview,
jjohansen,
2007/06/26
- [AppArmor 10/44] Pass struct vfsmount to the inode_symlink LSM hook, jjohansen, 2007/06/26
- [AppArmor 03/44] Add a vfsmount parameter to notify_change(), jjohansen, 2007/06/26
- [AppArmor 08/44] Pass struct vfsmount to the inode_mknod LSM hook, jjohansen, 2007/06/26
- [AppArmor 05/44] Add struct vfsmount parameter to vfs_mkdir(), jjohansen, 2007/06/26
- [AppArmor 15/44] Pass struct vfsmount to the inode_rmdir LSM hook, jjohansen, 2007/06/26
- [AppArmor 16/44] Call lsm hook before unhashing dentry in vfs_rmdir(), jjohansen, 2007/06/26
- [AppArmor 14/44] Add a struct vfsmount parameter to vfs_rmdir(), jjohansen, 2007/06/26
- [AppArmor 17/44] Add a struct vfsmount parameter to vfs_unlink(), jjohansen, 2007/06/26
- [AppArmor 13/44] Pass the struct vfsmounts to the inode_link LSM hook, jjohansen, 2007/06/26
- [AppArmor 06/44] Pass struct vfsmount to the inode_mkdir LSM hook, jjohansen, 2007/06/26
- [AppArmor 11/44] Pass struct vfsmount to the inode_readlink LSM hook, jjohansen, 2007/06/26
- [AppArmor 01/44] Pass struct vfsmount to the inode_create LSM hook, jjohansen, 2007/06/26
- [AppArmor 09/44] Add a struct vfsmount parameter to vfs_symlink(), jjohansen, 2007/06/26
- [AppArmor 02/44] Pass struct path down to remove_suid and children, jjohansen, 2007/06/26
- [AppArmor 07/44] Add a struct vfsmount parameter to vfs_mknod(), jjohansen, 2007/06/26
- [AppArmor 35/44] Allow permission functions to tell between parent and leaf checks, jjohansen, 2007/06/26
- [AppArmor 22/44] Pass struct vfsmount to the inode_setxattr LSM hook, jjohansen, 2007/06/26
- [AppArmor 19/44] Add struct vfsmount parameters to vfs_rename(), jjohansen, 2007/06/26
- [AppArmor 38/44] AppArmor: Module and LSM hooks, jjohansen, 2007/06/26
- [AppArmor 41/44] Add AppArmor LSM to security/Makefile, jjohansen, 2007/06/26
- [AppArmor 32/44] Enable LSM hooks to distinguish operations on file descriptors from operations on pathnames, jjohansen, 2007/06/26
- [AppArmor 28/44] Pass struct vfsmount to the inode_removexattr LSM hook, jjohansen, 2007/06/26
- [AppArmor 04/44] Pass struct vfsmount to the inode_setattr LSM hook, jjohansen, 2007/06/26
- [AppArmor 21/44] Add a struct vfsmount parameter to vfs_setxattr(), jjohansen, 2007/06/26
- [AppArmor 20/44] Pass struct vfsmount to the inode_rename LSM hook, jjohansen, 2007/06/26
- [AppArmor 25/44] Add a struct vfsmount parameter to vfs_listxattr(), jjohansen, 2007/06/26
- [AppArmor 43/44] Switch to vfs_permission() in sys_fchdir(), jjohansen, 2007/06/26
- [AppArmor 26/44] Pass struct vfsmount to the inode_listxattr LSM hook, jjohansen, 2007/06/26
- [AppArmor 36/44] Export audit subsystem for use by modules, jjohansen, 2007/06/26
- [AppArmor 18/44] Pass struct vfsmount to the inode_unlink LSM hook, jjohansen, 2007/06/26
- [AppArmor 12/44] Add struct vfsmount parameters to vfs_link(), jjohansen, 2007/06/26
- [AppArmor 30/44] Make d_path() consistent across mount operations, jjohansen, 2007/06/26
- [AppArmor 37/44] AppArmor: Main Part, jjohansen, 2007/06/26
- [AppArmor 34/44] Factor out sysctl pathname code, jjohansen, 2007/06/26
- [AppArmor 23/44] Add a struct vfsmount parameter to vfs_getxattr(), jjohansen, 2007/06/26
- [AppArmor 27/44] Add a struct vfsmount parameter to vfs_removexattr(), jjohansen, 2007/06/26
- [AppArmor 33/44] Pass struct file down the inode_*xattr security LSM hooks, jjohansen, 2007/06/26
- [AppArmor 39/44] AppArmor: Profile loading and manipulation, pathname matching, jjohansen, 2007/06/26
- [AppArmor 42/44] Switch to vfs_permission() in do_path_lookup(), jjohansen, 2007/06/26
- [AppArmor 44/44] Fix file_permission(), jjohansen, 2007/06/26
- [AppArmor 29/44] Fix __d_path() for lazy unmounts and make it unambiguous, jjohansen, 2007/06/26
- [AppArmor 40/44] AppArmor: all the rest, jjohansen, 2007/06/26
- Re: [AppArmor 00/44] AppArmor security module overview, Andrew Morton, 2007/06/26
- [AppArmor 31/44] Add d_namespace_path() to compute namespace relative pathnames, jjohansen, 2007/06/26
- [AppArmor 24/44] Pass struct vfsmount to the inode_getxattr LSM hook, jjohansen, 2007/06/26
[PATCH 01/12] bring driver version number to 47,
Ed L. Cashin,
2007/06/26
- [PATCH 12/12] the aoeminor doesn't need a long format, Ed L. Cashin, 2007/06/26
- [PATCH 11/12] remove extra space in prototypes for consistency, Ed L. Cashin, 2007/06/26
- [PATCH 10/12] add module parameter for users who need more outstanding I/O, Ed L. Cashin, 2007/06/26
- [PATCH 07/12] use a dynamic pool of sk_buffs to keep up with fast targets, Ed L. Cashin, 2007/06/26
- [PATCH 05/12] eliminate goto and improve readability, Ed L. Cashin, 2007/06/26
- [PATCH 06/12] user can ask driver to forget previously detected devices, Ed L. Cashin, 2007/06/26
- [PATCH 03/12] mac_addr: avoid 64-bit arch compiler warnings, Ed L. Cashin, 2007/06/26
- [PATCH 09/12] remove race between use and initialization of locks, Ed L. Cashin, 2007/06/26
- [PATCH 04/12] clean up udev configuration example, Ed L. Cashin, 2007/06/26
- [PATCH 08/12] only schedule work once, Ed L. Cashin, 2007/06/26
- [PATCH 02/12] handle multiple network paths to AoE device, Ed L. Cashin, 2007/06/26
[patch, v2.6.22-rc6] sys_time() speedup,
Ingo Molnar,
2007/06/25
- Re: [patch, v2.6.22-rc6] sys_time() speedup, Roman Zippel, 2007/06/25
- Re: [patch, v2.6.22-rc6] sys_time() speedup, Jesper Juhl, 2007/06/25
- Re: [patch, v2.6.22-rc6] sys_time() speedup, Andrew Morton, 2007/06/25
- Re: [patch, v2.6.22-rc6] sys_time() speedup, Stephen Rothwell, 2007/06/25
- Re: [patch, v2.6.22-rc6] sys_time() speedup, Ingo Molnar, 2007/06/26
- Re: [patch, v2.6.22-rc6] sys_time() speedup, Andrea Arcangeli, 2007/06/26
- Re: [patch, v2.6.22-rc6] sys_time() speedup, Andrew Morton, 2007/06/26
- Re: [patch, v2.6.22-rc6] sys_time() speedup, Eric Dumazet, 2007/06/25
- Re: [patch, v2.6.22-rc6] sys_time() speedup, Mark Lord, 2007/06/25
Is it time for remove (crap) ALSA from kernel tree ?,
Tomasz Kłoczko,
2007/06/24
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Alan Cox, 2007/06/24
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Tomasz Kłoczko, 2007/06/24
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Jan Engelhardt, 2007/06/24
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Alan Cox, 2007/06/24
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Olivier Galibert, 2007/06/24
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Carlo Wood, 2007/06/24
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Tomasz Kłoczko, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Takashi Iwai, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Tomasz Kłoczko, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Takashi Iwai, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Olivier Galibert, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Takashi Iwai, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Olivier Galibert, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Adrian Bunk, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Jan Engelhardt, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Olivier Galibert, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Takashi Iwai, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Tomasz Kłoczko, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Rene Herman, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Gabor Gombas, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Renato S. Yamane, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Rene Herman, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Carlo Florendo, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Carlo Florendo, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Takashi Iwai, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Lennart Sorensen, 2007/06/25
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Ash Willis, 2007/06/24
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Robert Hancock, 2007/06/24
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Andreas Hartmetz, 2007/06/26
- Re: Is it time for remove (crap) ALSA from kernel tree ?, Andreas Hartmetz, 2007/06/27
Re: [PATCH 16/16] fix handling of integer constant expressions,
Al Viro,
2007/06/24
- Re: [PATCH 16/16] fix handling of integer constant expressions, Linus Torvalds, 2007/06/24
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/24
- Re: [PATCH 16/16] fix handling of integer constant expressions, Linus Torvalds, 2007/06/24
- Re: [PATCH 16/16] fix handling of integer constant expressions, Segher Boessenkool, 2007/06/24
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/24
- Re: [PATCH 16/16] fix handling of integer constant expressions, Neil Booth, 2007/06/24
- Re: [PATCH 16/16] fix handling of integer constant expressions, Josh Triplett, 2007/06/25
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/25
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/26
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/26
- Re: [PATCH 16/16] fix handling of integer constant expressions, Neil Booth, 2007/06/26
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/26
- Re: [PATCH 16/16] fix handling of integer constant expressions, Linus Torvalds, 2007/06/26
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/26
- Re: [PATCH 16/16] fix handling of integer constant expressions, Derek M Jones, 2007/06/26
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/26
- Re: [PATCH 16/16] fix handling of integer constant expressions, Neil Booth, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Neil Booth, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Neil Booth, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Neil Booth, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Neil Booth, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Josh Triplett, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Linus Torvalds, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Josh Triplett, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Linus Torvalds, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/27
- Re: [PATCH 16/16] fix handling of integer constant expressions, Josh Triplett, 2007/06/26
- Re: [PATCH 16/16] fix handling of integer constant expressions, Segher Boessenkool, 2007/06/25
- Re: [PATCH 16/16] fix handling of integer constant expressions, Al Viro, 2007/06/24
- Re: [PATCH 16/16] fix handling of integer constant expressions, Arnd Bergmann, 2007/06/24
- Re: [PATCH 16/16] fix handling of integer constant expressions, Segher Boessenkool, 2007/06/24
[RFC] fsblock,
Nick Piggin,
2007/06/23
- [patch 3/3] minix: convert to fsblock, Nick Piggin, 2007/06/23
- [patch 1/3] add the fsblock layer, Nick Piggin, 2007/06/23
- [patch 2/3] block_dev: convert to fsblock, Nick Piggin, 2007/06/23
- Re: [RFC] fsblock, Nick Piggin, 2007/06/23
- Re: [RFC] fsblock, Jeff Garzik, 2007/06/23
- Re: [RFC] fsblock, William Lee Irwin III, 2007/06/24
- Re: [RFC] fsblock, Andi Kleen, 2007/06/24
- Re: [RFC] fsblock, David Chinner, 2007/06/25
[patch-mm 00/28] High resolution timer updates and x86_64 support - V3,
Thomas Gleixner,
2007/06/23
- [patch -mm 04/28] Timekeeping: Fixup shadow variable argument, Thomas Gleixner, 2007/06/23
- [patch -mm 19/28] x86_64: Use generic cmos update, Thomas Gleixner, 2007/06/23
- [patch -mm 17/28] i386: move PIT function declarations and constants to correct header file, Thomas Gleixner, 2007/06/23
- [patch -mm 15/28] i386: remove volatile in apic.c, Thomas Gleixner, 2007/06/23
- [patch -mm 10/28] highres: Improve debug output, Thomas Gleixner, 2007/06/23
- [patch -mm 14/28] i386: PIT stop only, when in periodic or oneshot mode, Thomas Gleixner, 2007/06/23
- [patch -mm 18/28] x86_64: untangle asm/hpet.h from asm/timex.h, Thomas Gleixner, 2007/06/23
- [patch -mm 09/28] Tick management: spread timer interrupt, Thomas Gleixner, 2007/06/23
- [patch -mm 03/28] clockevents: fix typo in acpi_pm.c, Thomas Gleixner, 2007/06/23
- [patch -mm 16/28] i386: hpet assumes boot cpu is 0, Thomas Gleixner, 2007/06/23
- [patch -mm 08/28] clockevents: Fix device replacement, Thomas Gleixner, 2007/06/23
- [patch -mm 12/28] pcspkr: use the global PIT lock, Thomas Gleixner, 2007/06/23
- [patch -mm 11/28] hrtimer: speedup hrtimer_enqueue, Thomas Gleixner, 2007/06/23
- [patch -mm 07/28] clockevents: Fix resume logic, Thomas Gleixner, 2007/06/23
- [patch -mm 02/28] ACPI: Move timer broadcast and pmtimer access before C3 arbiter shutdown, Thomas Gleixner, 2007/06/23
- [patch -mm 13/28] NTP: Move the cmos update code into ntp.c, Thomas Gleixner, 2007/06/23
- [patch -mm 05/28] timer.c cleanup recently introduced whitespace damage, Thomas Gleixner, 2007/06/23
- [patch -mm 06/28] Clockevents remove prototypes of removed functions, Thomas Gleixner, 2007/06/23
- [patch -mm 01/28] NOHZ: Fix nox x86 dyntick idle handling, Thomas Gleixner, 2007/06/23
- [patch -mm 27/28] x86_64: prep idle loop for dynticks, Thomas Gleixner, 2007/06/23
- [patch -mm 22/28] x86_64: Convert to cleckevents, Thomas Gleixner, 2007/06/23
- [patch -mm 20/28] x86-64: remove dead code and other janitor work in tsc.c, Thomas Gleixner, 2007/06/23
- [patch -mm 21/28] x86-64: Fix APIC typo, Thomas Gleixner, 2007/06/23
- [patch -mm 28/28] x86_64: enable high resolution timers and dynticks, Thomas Gleixner, 2007/06/23
- [patch -mm 25/28] x86_64: restore restore nohpet cmdline, Thomas Gleixner, 2007/06/23
- [patch -mm 24/28] x86_64: hpet restore vread, Thomas Gleixner, 2007/06/23
- [patch -mm 26/28] x86-64 block irq balancing for timer, Thomas Gleixner, 2007/06/23
- [patch -mm 23/28] ACPI: Remove the useless ifdef code, Thomas Gleixner, 2007/06/23
How innovative is Linux?,
Grozdan Nikolov,
2007/06/23
- Re: How innovative is Linux?, Alan Cox, 2007/06/23
- Re: How innovative is Linux?, Grozdan Nikolov, 2007/06/23
- Re: How innovative is Linux?, Alan Cox, 2007/06/23
- Re: How innovative is Linux?, Torsten Duwe, 2007/06/23
- Re: How innovative is Linux?, Benny Amorsen, 2007/06/23
- Re: How innovative is Linux?, Jeffrey V. Merkey, 2007/06/23
- Re: How innovative is Linux?, Carlo Wood, 2007/06/23
- Re: How innovative is Linux?, Nikita Danilov, 2007/06/24
- Re: How innovative is Linux?, Satyam Sharma, 2007/06/23
- Re: How innovative is Linux?, Bernd Petrovitsch, 2007/06/23
- Re: How innovative is Linux?, Helge Hafting, 2007/06/26
- Re: How innovative is Linux?, Al Boldi, 2007/06/23
Question about fair schedulers,
Alberto Gonzalez,
2007/06/22
- Re: Question about fair schedulers, Kyle Moffett, 2007/06/22
- Re: Question about fair schedulers, Paolo Ornati, 2007/06/23
- Re: Question about fair schedulers, Alberto Gonzalez, 2007/06/23
- Re: Question about fair schedulers, Willy Tarreau, 2007/06/23
- Re: Question about fair schedulers, Alberto Gonzalez, 2007/06/23
- Re: Question about fair schedulers, Russell Harmon, 2007/06/23
- Re: Question about fair schedulers, Willy Tarreau, 2007/06/23
- Re: Question about fair schedulers, Alberto Gonzalez, 2007/06/23
- Re: Question about fair schedulers, Willy Tarreau, 2007/06/23
- Re: Question about fair schedulers, Alberto Gonzalez, 2007/06/23
- Re: Question about fair schedulers, Tom Spink, 2007/06/23
- Re: Question about fair schedulers, Alberto Gonzalez, 2007/06/23
- Re: Question about fair schedulers, Willy Tarreau, 2007/06/23
- Re: Question about fair schedulers, Bill Davidsen, 2007/06/27
- Re: Question about fair schedulers, Paolo Ornati, 2007/06/23
[patch] CFS scheduler, -v18,
Ingo Molnar,
2007/06/22
- Re: [patch] CFS scheduler, -v18, S.Çağlar Onur, 2007/06/22
- Re: [patch] CFS scheduler, -v18, Gene Heskett, 2007/06/22
- Re: [patch] CFS scheduler, -v18, Antonino Ingargiola, 2007/06/23
- Re: [patch] CFS scheduler, -v18, Willy Tarreau, 2007/06/23
- RE: [patch] CFS scheduler, -v18, Fortier,Vincent [Montreal], 2007/06/26
[PATCH] x86-64: disable the GART before allocate aperture,
Yinghai Lu,
2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Muli Ben-Yehuda, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Yinghai Lu, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Yinghai Lu, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Alan Cox, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Andi Kleen, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Eric W. Biederman, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Muli Ben-Yehuda, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Yinghai Lu, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Alan Cox, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Eric W. Biederman, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Andi Kleen, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Yinghai Lu, 2007/06/22
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Andi Kleen, 2007/06/22
- [PATCH] x86-64: disable the GART in shutdown, Yinghai Lu, 2007/06/22
- Re: [PATCH] x86-64: disable the GART in shutdown, Muli Ben-Yehuda, 2007/06/23
- Re: [PATCH] x86-64: disable the GART in shutdown, Andi Kleen, 2007/06/23
- Re: [PATCH] x86-64: disable the GART in shutdown, Muli Ben-Yehuda, 2007/06/23
- Re: [PATCH] x86-64: disable the GART in shutdown, Andi Kleen, 2007/06/23
- Re: [PATCH] x86-64: disable the GART in shutdown, Yinghai Lu, 2007/06/24
- Re: [PATCH] x86-64: disable the GART in shutdown, Andrew Morton, 2007/06/23
- Re: [PATCH] x86-64: disable the GART in shutdown, Yinghai Lu, 2007/06/24
- Re: [PATCH] x86-64: disable the GART in shutdown, Muli Ben-Yehuda, 2007/06/24
- [PATCH] x86-64: disable the GART in shutdown v2, Yinghai Lu, 2007/06/25
- Re: [PATCH] x86-64: disable the GART in shutdown v2, Muli Ben-Yehuda, 2007/06/25
- Re: [PATCH] x86-64: disable the GART in shutdown v2, Yinghai Lu, 2007/06/25
- Re: [PATCH] x86-64: disable the GART in shutdown v2, Muli Ben-Yehuda, 2007/06/25
- [PATCH 1/2] x86-64: disable the GART in shutdown, Yinghai Lu, 2007/06/25
- [PATCH 2/2] x86_84: move iommu declaration from proto to iommu.h, Yinghai Lu, 2007/06/25
- Re: [PATCH 2/2] x86_84: move iommu declaration from proto to iommu.h, Muli Ben-Yehuda, 2007/06/26
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Muli Ben-Yehuda, 2007/06/23
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Alan Cox, 2007/06/23
- Re: [PATCH] x86-64: disable the GART before allocate aperture, Vivek Goyal, 2007/06/23
[RFC PATCH 0/5 v2] Convert all tasklets to workqueues V2,
Steven Rostedt,
2007/06/22
- [RFC PATCH 4/5 v2] Make DRM use the tasklet is-sched API, Steven Rostedt, 2007/06/22
- [RFC PATCH 3/5 v2] Add a tasklet is-scheduled API, Steven Rostedt, 2007/06/22
- [RFC PATCH 1/5 v2] Convert the RCU tasklet into a softirq, Steven Rostedt, 2007/06/22
- [RFC PATCH 5/5 v2] Convert tasklets to work queues, Steven Rostedt, 2007/06/22
- [RFC PATCH 2/5 v2] Split out tasklets from softirq.c, Steven Rostedt, 2007/06/22
- Re: [RFC PATCH 0/5 v2] Convert all tasklets to workqueues V2, Ed Tomlinson, 2007/06/23
Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c,
Mauro Carvalho Chehab,
2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Andreas Herrmann, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Roman Zippel, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Trent Piepho, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Satyam Sharma, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Roman Zippel, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Satyam Sharma, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Roman Zippel, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Satyam Sharma, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Roman Zippel, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Satyam Sharma, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Roman Zippel, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Satyam Sharma, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Roman Zippel, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Jan Engelhardt, 2007/06/23
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Roman Zippel, 2007/06/24
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Jan Engelhardt, 2007/06/22
- Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c, Trent Piepho, 2007/06/23
- [patch] 2.6.22-rc Kconfig troubles when using menuconfig, Jan Engelhardt, 2007/06/23
[PATCH] doc/oops-tracing: add Code: decode info,
Randy Dunlap,
2007/06/22
- Re: [PATCH] doc/oops-tracing: add Code: decode info, Andi Kleen, 2007/06/22
- [PATCH v2] doc/oops-tracing: add Code: decode info, Randy Dunlap, 2007/06/22
- Re: [PATCH v2] doc/oops-tracing: add Code: decode info, Andi Kleen, 2007/06/22
- Re: [PATCH v2] doc/oops-tracing: add Code: decode info, Randy Dunlap, 2007/06/22
- [PATCH v3] doc/oops-tracing: add Code: decode info, Randy Dunlap, 2007/06/22
- NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Oleg Verych, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Andi Kleen, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Arkadiusz Miskiewicz, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Andi Kleen, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Willy Tarreau, 2007/06/23
- [OT]Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Oleg Verych, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Björn Steinbrink, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Arkadiusz Miskiewicz, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Alan Cox, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Andi Kleen, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Alan Cox, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Segher Boessenkool, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Sean, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Oleg Verych, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Randy Dunlap, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Andrew Morton, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Matthieu CASTET, 2007/06/23
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, DervishD, 2007/06/26
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Jan-Benedict Glaw, 2007/06/26
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, DervishD, 2007/06/26
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Randy Dunlap, 2007/06/26
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, DervishD, 2007/06/26
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Arne Georg Gleditsch, 2007/06/26
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, DervishD, 2007/06/26
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Randy Dunlap, 2007/06/26
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Julio M. Merino Vidal, 2007/06/26
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Randy Dunlap, 2007/06/26
- Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info, Arne Georg Gleditsch, 2007/06/28
[RFC PATCH 0/6] Convert all tasklets to workqueues,
Steven Rostedt,
2007/06/22
- [RFC PATCH 1/6] Convert the RCU tasklet into a softirq, Steven Rostedt, 2007/06/22
- [RFC PATCH 4/6] Make DRM use the tasklet is-sched API, Steven Rostedt, 2007/06/22
- [RFC PATCH 3/6] Add a tasklet is-scheduled API, Steven Rostedt, 2007/06/22
- [RFC PATCH 5/6] Move tasklet.h to tasklet_softirq.h, Steven Rostedt, 2007/06/22
- [RFC PATCH 2/6] Split out tasklets from softirq.c, Steven Rostedt, 2007/06/22
- [RFC PATCH 6/6] Convert tasklets to work queues, Steven Rostedt, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Christoph Hellwig, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Arjan van de Ven, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Linus Torvalds, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Steven Rostedt, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Christoph Hellwig, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Ingo Molnar, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Christoph Hellwig, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Linus Torvalds, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Ingo Molnar, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Ingo Molnar, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Steven Rostedt, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Dave Airlie, 2007/06/23
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Jonathan Corbet, 2007/06/24
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Kristian Høgsberg, 2007/06/25
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Dan Williams, 2007/06/25
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Jeff Garzik, 2007/06/28
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Daniel Walker, 2007/06/22
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Stephen Hemminger, 2007/06/23
- Re: [RFC PATCH 0/6] Convert all tasklets to workqueues, Clemens Ladisch, 2007/06/26
2.6.22-rc5: pdflush oops under heavy disk load,
Jay L. T. Cornwall,
2007/06/21
- Re: 2.6.22-rc5: pdflush oops under heavy disk load, Chuck Ebbert, 2007/06/22
- Re: 2.6.22-rc5: pdflush oops under heavy disk load, Jay L. T. Cornwall, 2007/06/22
- Re: 2.6.22-rc5: pdflush oops under heavy disk load, Jay L. T. Cornwall, 2007/06/23
- Re: 2.6.22-rc5: pdflush oops under heavy disk load, Andrew Morton, 2007/06/23
- Re: 2.6.22-rc5: pdflush oops under heavy disk load, Jay Cliburn, 2007/06/24
- Re: 2.6.22-rc5: pdflush oops under heavy disk load, Jay L. T. Cornwall, 2007/06/24
- Re: 2.6.22-rc5: pdflush oops under heavy disk load, Jay Cliburn, 2007/06/24
- Attansic L1 page corruption (was: 2.6.22-rc5: pdflush oops under heavy disk load), Jay L. T. Cornwall, 2007/06/25
- Re: Attansic L1 page corruption (was: 2.6.22-rc5: pdflush oops under heavy disk load), Luca, 2007/06/25
- Re: Attansic L1 page corruption, Jay Cliburn, 2007/06/25
- [PATCH] atl1: disable 64bit DMA, Luca Tettamanti, 2007/06/25
- Re: [PATCH] atl1: disable 64bit DMA, Chris Snook, 2007/06/25
- Re: [PATCH] atl1: disable 64bit DMA, Jay L. T. Cornwall, 2007/06/25
- Re: [PATCH] atl1: disable 64bit DMA, Chris Snook, 2007/06/25
- Re: [PATCH] atl1: disable 64bit DMA, Jay Cliburn, 2007/06/25
- Re: [PATCH] atl1: disable 64bit DMA, Jeff Garzik, 2007/06/25
- Re: [PATCH] atl1: disable 64bit DMA, Chris Snook, 2007/06/25
- Re: [PATCH] atl1: disable 64bit DMA, Luca, 2007/06/26
- Re: [PATCH] atl1: disable 64bit DMA, Jay Cliburn, 2007/06/26
- Re: 2.6.22-rc5: pdflush oops under heavy disk load, Jesper Juhl, 2007/06/24
Linux Kernel include files,
Joerg Schilling,
2007/06/21
- Re: Linux Kernel include files, david, 2007/06/21
- Re: Linux Kernel include files, Joerg Schilling, 2007/06/21
- Re: Linux Kernel include files, David Woodhouse, 2007/06/21
- Re: Linux Kernel include files, H. Peter Anvin, 2007/06/22
- Re: Linux Kernel include files, Adrian Bunk, 2007/06/22
- Re: Linux Kernel include files, H. Peter Anvin, 2007/06/26
- Re: Linux Kernel include files, Kyle Moffett, 2007/06/26
- Re: Linux Kernel include files, Adrian Bunk, 2007/06/27
- Re: Linux Kernel include files, Joerg Schilling, 2007/06/27
- Re: Linux Kernel include files, Robert P. J. Day, 2007/06/27
- Userspace compiler support of "long long", Adrian Bunk, 2007/06/27
- Re: Userspace compiler support of "long long", Kyle Moffett, 2007/06/27
- Re: Userspace compiler support of "long long", Randy Dunlap, 2007/06/27
- Re: Userspace compiler support of "long long", Randy Dunlap, 2007/06/27
- Re: Userspace compiler support of "long long", Geert Uytterhoeven, 2007/06/27
- Re: Userspace compiler support of "long long", Jan Engelhardt, 2007/06/28
- Re: Userspace compiler support of "long long", Kyle McMartin, 2007/06/27
- Re: Userspace compiler support of "long long", Andi Kleen, 2007/06/27
- Re: Userspace compiler support of "long long", Matthew Wilcox, 2007/06/28
- Re: Userspace compiler support of "long long", H. Peter Anvin, 2007/06/28
- Re: Linux Kernel include files, H. Peter Anvin, 2007/06/28
- Re: Linux Kernel include files, Joerg Schilling, 2007/06/25
- Re: Linux Kernel include files, David Woodhouse, 2007/06/25
- Re: Linux Kernel include files, Harald Arnesen, 2007/06/25
- Re: Linux Kernel include files, Joerg Schilling, 2007/06/25
- Re: Linux Kernel include files, David Woodhouse, 2007/06/25
- Re: Linux Kernel include files, Harald Arnesen, 2007/06/25
- Re: Linux Kernel include files, Harald Arnesen, 2007/06/25
- Re: Linux Kernel include files, Joerg Schilling, 2007/06/25
- Re: Linux Kernel include files, Harald Arnesen, 2007/06/25
- Re: Linux Kernel include files, Joerg Schilling, 2007/06/25
- Re: Linux Kernel include files, Arnd Bergmann, 2007/06/21
- Re: Linux Kernel include files, Joerg Schilling, 2007/06/25
- Re: Linux Kernel include files, Arjan van de Ven, 2007/06/21
- Re: Linux Kernel include files, Joerg Schilling, 2007/06/27
- Re: Linux Kernel include files, Joerg Schilling, 2007/06/27
- Re: Linux Kernel include files, Joerg Schilling, 2007/06/27
- Re: Linux Kernel include files, Bodo Eggert, 2007/06/27
Please release a stable kernel Linux 3.0,
Zoltán HUBERT,
2007/06/21
- Re: Please release a stable kernel Linux 3.0, Chuck Ebbert, 2007/06/21
- Re: Please release a stable kernel Linux 3.0, Alan Cox, 2007/06/21
- Re: Please release a stable kernel Linux 3.0, Jesper Juhl, 2007/06/21
- Re: Please release a stable kernel Linux 3.0, Stefan Richter, 2007/06/21
- Re: Please release a stable kernel Linux 3.0, Rene Herman, 2007/06/21
- Re: Please release a stable kernel Linux 3.0, Rik van Riel, 2007/06/22
- Re: Please release a stable kernel Linux 3.0, Xavier Bestel, 2007/06/22
- Re: Please release a stable kernel Linux 3.0, Chris Snook, 2007/06/23
- Re: Please release a stable kernel Linux 3.0, Al Boldi, 2007/06/27
- Re: Please release a stable kernel Linux 3.0, Bill Waddington, 2007/06/27
Re: implement-file-posix-capabilities.patch,
Serge E. Hallyn,
2007/06/21
- Re: implement-file-posix-capabilities.patch, Andrew Morgan, 2007/06/23
- Re: implement-file-posix-capabilities.patch, Serge E. Hallyn, 2007/06/24
- Re: implement-file-posix-capabilities.patch, James Morris, 2007/06/24
- [PATCH][RFC] security: Convert LSM into a static interface, James Morris, 2007/06/24
- Re: [PATCH][RFC] security: Convert LSM into a static interface, Chris Wright, 2007/06/24
- Re: [PATCH][RFC] security: Convert LSM into a static interface, James Morris, 2007/06/24
- Re: [PATCH][RFC] security: Convert LSM into a static interface, Casey Schaufler, 2007/06/24
- [PATCH try #2] security: Convert LSM into a static interface, James Morris, 2007/06/25
- Re: [PATCH try #2] security: Convert LSM into a static interface, Petr Vandrovec, 2007/06/25
- Re: [PATCH try #2] security: Convert LSM into a static interface, Stephen Smalley, 2007/06/25
- Re: [PATCH try #2] security: Convert LSM into a static interface, Andreas Gruenbacher, 2007/06/25
- Re: [PATCH try #2] security: Convert LSM into a static interface, James Morris, 2007/06/25
- Re: [PATCH try #2] security: Convert LSM into a static interface, Serge E. Hallyn, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Adrian Bunk, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Serge E. Hallyn, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Adrian Bunk, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Serge E. Hallyn, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Adrian Bunk, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Greg KH, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Serge E. Hallyn, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Kyle Moffett, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Kyle Moffett, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Serge E. Hallyn, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Kyle Moffett, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Crispin Cowan, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Kyle Moffett, 2007/06/26
- Re: [PATCH try #2] security: Convert LSM into a static interface, Chris Wright, 2007/06/27
- Re: [PATCH try #2] security: Convert LSM into a static interface, Serge E. Hallyn, 2007/06/27
- Re: [PATCH try #2] security: Convert LSM into a static interface, James Morris, 2007/06/27
- Re: [PATCH try #2] security: Convert LSM into a static interface, Serge E. Hallyn, 2007/06/27
- Re: [PATCH try #2] security: Convert LSM into a static interface, Serge E. Hallyn, 2007/06/27
- Re: [PATCH try #2] security: Convert LSM into a static interface, James Morris, 2007/06/27
- Re: [PATCH try #2] security: Convert LSM into a static interface, Serge E. Hallyn, 2007/06/27
- Re: [PATCH][RFC] security: Convert LSM into a static interface, Serge E. Hallyn, 2007/06/25
- Re: implement-file-posix-capabilities.patch, Andrew Morgan, 2007/06/27
[PATCH] signed binaries support [0/4],
Johannes Schlumberger,
2007/06/21
- Re: [PATCH] signed binaries support [0/4], Adrian Bunk, 2007/06/21
- [PATCH] Check files' signatures before doing suid/sgid [2/4], Alexander Wuerstlein, 2007/06/22
- [PATCH] export xattr_resolve_name_sns [1/4], Alexander Wuerstlein, 2007/06/22
- [PATCH] sns: check related executable memory of binaries [3/4], Alexander Wuerstlein, 2007/06/22
- [PATCH] sns: add syscall to check signed state of a process [4/4], Alexander Wuerstlein, 2007/06/22
how about mutual compatibility between Linux's GPLv2 and GPLv3?,
Alexandre Oliva,
2007/06/21
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, jimmy bahuleyan, 2007/06/21
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/21
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, david, 2007/06/21
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/21
- RE: how about mutual compatibility between Linux's GPLv2 and GPLv3?, David Schwartz, 2007/06/21
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/21
- RE: how about mutual compatibility between Linux's GPLv2 and GPLv3?, David Schwartz, 2007/06/21
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/21
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Al Viro, 2007/06/21
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/22
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Al Viro, 2007/06/22
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/22
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Theodore Tso, 2007/06/22
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/22
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Theodore Tso, 2007/06/22
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Lennart Sorensen, 2007/06/25
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/25
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Jan Harkes, 2007/06/26
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/26
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/26
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Jan Harkes, 2007/06/26
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/27
- RE: how about mutual compatibility between Linux's GPLv2 and GPLv3?, David Schwartz, 2007/06/27
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/27
- RE: how about mutual compatibility between Linux's GPLv2 and GPLv3?, David Schwartz, 2007/06/27
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/27
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Daniel Hazelton, 2007/06/27
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/28
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Daniel Hazelton, 2007/06/28
- RE: how about mutual compatibility between Linux's GPLv2 and GPLv3?, David Schwartz, 2007/06/28
- RE: how about mutual compatibility between Linux's GPLv2 and GPLv3?, David Schwartz, 2007/06/27
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/28
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Jan Harkes, 2007/06/28
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/28
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alan Cox, 2007/06/22
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Theodore Tso, 2007/06/22
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alexandre Oliva, 2007/06/22
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Alan Cox, 2007/06/22
- RE: how about mutual compatibility between Linux's GPLv2 and GPLv3?, David Schwartz, 2007/06/22
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Jesper Juhl, 2007/06/21
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Al Viro, 2007/06/21
- RE: how about mutual compatibility between Linux's GPLv2 and GPLv3?, David Schwartz, 2007/06/21
- Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?, Bron Gondwana, 2007/06/21
Oops in a driver while using SLUB as a SLAB allocator,
Nicolas Ferre,
2007/06/21
- Re: Oops in a driver while using SLUB as a SLAB allocator, Marc Pignat, 2007/06/21
- Re: Oops in a driver while using SLUB as a SLAB allocator, Marc Pignat, 2007/06/21
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/21
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/21
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/21
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Linus Torvalds, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Oleg Verych, 2007/06/23
- Re: Oops in a driver while using SLUB as a SLAB allocator, Russell King, 2007/06/24
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/24
- Re: Oops in a driver while using SLUB as a SLAB allocator, Russell King, 2007/06/24
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/24
- Re: Oops in a driver while using SLUB as a SLAB allocator, Nicolas Ferre, 2007/06/25
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/25
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/25
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/25
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/25
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/25
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/25
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/25
- Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, 2007/06/25
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/26
- Re: Oops in a driver while using SLUB as a SLAB allocator, Russell King, 2007/06/22
- Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, 2007/06/21
[PATCH 000 of 8] knfsd: Assorted nfsv4 server patches.,
NeilBrown,
2007/06/21
- [PATCH 006 of 8] knfsd: nfsd: remove unused header interface.h, NeilBrown, 2007/06/21
- [PATCH 002 of 8] knfsd: nfsd4: fix NFSv4 filehandle size units confusion, NeilBrown, 2007/06/21
- [PATCH 003 of 8] knfsd: nfsd4: silence a compiler warning in ACL code, NeilBrown, 2007/06/21
- [PATCH 004 of 8] knfsd: nfsd4: fix enc_stateid_sz for nfsd callbacks, NeilBrown, 2007/06/21
- [PATCH 008 of 8] knfsd: nfsd4: don't delegate files that have had conflicts, NeilBrown, 2007/06/21
- [PATCH 005 of 8] knfsd: nfsd4: fix handling of acl errrors, NeilBrown, 2007/06/21
- [PATCH 001 of 8] knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4, NeilBrown, 2007/06/21
- [PATCH 007 of 8] knfsd: nfsd4: vary maximum delegation limit based on RAM size, NeilBrown, 2007/06/21
[PATCH] cross-architecture ELF clean up,
Jeremy Fitzhardinge,
2007/06/20
- Re: [PATCH] cross-architecture ELF clean up, ian, 2007/06/21
- Re: [PATCH] cross-architecture ELF clean up, Chris Zankel, 2007/06/21
- Re: [PATCH] cross-architecture ELF clean up, David Woodhouse, 2007/06/25
- Re: [PATCH] cross-architecture ELF clean up, Roman Zippel, 2007/06/25
- Re: [PATCH] cross-architecture ELF clean up, Roman Zippel, 2007/06/25
[PATCH 0/9] x86 boot protocol updates,
Jeremy Fitzhardinge,
2007/06/20
- [PATCH 7/9] i386: paravirt boot sequence, Jeremy Fitzhardinge, 2007/06/20
- [PATCH 9/9] xen: use boot protocol to boot xen kernel, Jeremy Fitzhardinge, 2007/06/20
- [PATCH 3/9] i386: clean up bzImage generation, Jeremy Fitzhardinge, 2007/06/20
- [PATCH 8/9] ask the hypervisor how much space it needs reserved, Jeremy Fitzhardinge, 2007/06/20
- [PATCH 1/9] update boot spec to 2.07, Jeremy Fitzhardinge, 2007/06/20
- [PATCH 4/9] i386: make the bzImage payload an ELF file, Jeremy Fitzhardinge, 2007/06/20
- [PATCH 5/9] add WEAK() for creating weak asm labels, Jeremy Fitzhardinge, 2007/06/20
- [PATCH 6/9] always allocate space for notes, Jeremy Fitzhardinge, 2007/06/20
- [PATCH 2/9] define ELF notes for adding to a boot image, Jeremy Fitzhardinge, 2007/06/20
SATA Harddisk speed drop of 100 MB/s,
Carlo Wood,
2007/06/20
- Re: SATA Harddisk speed drop of 100 MB/s, Jeff Garzik, 2007/06/20
- Re: SATA Harddisk speed drop of 100 MB/s, Arjan van de Ven, 2007/06/20
- Re: SATA RAID5 speed drop of 100 MB/s, Carlo Wood, 2007/06/22
- Re: SATA RAID5 speed drop of 100 MB/s, Jeff Garzik, 2007/06/23
- Re: SATA RAID5 speed drop of 100 MB/s, Tejun Heo, 2007/06/23
- Re: SATA RAID5 speed drop of 100 MB/s, Carlo Wood, 2007/06/23
- Re: SATA RAID5 speed drop of 100 MB/s, Bartlomiej Zolnierkiewicz, 2007/06/23
- Re: SATA RAID5 speed drop of 100 MB/s, Jeff Garzik, 2007/06/23
- Re: SATA RAID5 speed drop of 100 MB/s, Michael Tokarev, 2007/06/24
- Re: SATA RAID5 speed drop of 100 MB/s, Dr. David Alan Gilbert, 2007/06/24
- Re: SATA RAID5 speed drop of 100 MB/s, Justin Piszcz, 2007/06/24
- Re: SATA RAID5 speed drop of 100 MB/s, Michael Tokarev, 2007/06/24
- Re: SATA RAID5 speed drop of 100 MB/s, Justin Piszcz, 2007/06/24
- Re: SATA RAID5 speed drop of 100 MB/s, Carlo Wood, 2007/06/24
- Re: SATA RAID5 speed drop of 100 MB/s, Mark Lord, 2007/06/24
- Re: SATA RAID5 speed drop of 100 MB/s, Patrick Mau, 2007/06/24
- Re: SATA RAID5 speed drop of 100 MB/s, Michael Tokarev, 2007/06/24
- Message not available
- Re: SATA Harddisk speed drop of 100 MB/s, Al Boldi, 2007/06/23
Adding subroot information to /proc/mounts, or obtaining that through other means,
H. Peter Anvin,
2007/06/20
- Re: Adding subroot information to /proc/mounts, or obtaining that through other means, Al Viro, 2007/06/20
- Re: Adding subroot information to /proc/mounts, or obtaining that through other means, Karel Zak, 2007/06/20
- Re: Adding subroot information to /proc/mounts, or obtaining that through other means, Chuck Lever, 2007/06/20
- Re: Adding subroot information to /proc/mounts, or obtaining that through other means, H. Peter Anvin, 2007/06/21
- Re: Adding subroot information to /proc/mounts, or obtaining that through other means, Karel Zak, 2007/06/20
- Re: Adding subroot information to /proc/mounts, or obtaining that through other means, Nix, 2007/06/20
[00/37] Large Blocksize Support V4,
clameter,
2007/06/20
- [37/37] Reiserfs: Fix up for mapping_set_gfp_mask, clameter, 2007/06/20
- [29/37] Large blocksize support: Fix up reclaim counters, clameter, 2007/06/20
- [03/37] Use page_cache_xxx function in mm/filemap.c, clameter, 2007/06/20
- [27/37] compound pages: Allow use of get_page_unless_zero with compound pages, clameter, 2007/06/20
- [16/37] Use page_cache_xxx in fs/ext3, clameter, 2007/06/20
- [22/37] Use page_cache_xxx in drivers/block/rd.c, clameter, 2007/06/20
- [05/37] Use page_cache_xxx in mm/truncate.c, clameter, 2007/06/20
- [33/37] Large blocksize: Compound page zeroing and flushing, clameter, 2007/06/20
- [19/37] Use page_cache_xxx for fs/xfs, clameter, 2007/06/20
- [04/37] Use page_cache_xxx in mm/page-writeback.c, clameter, 2007/06/20
- [07/37] Use page_cache_xxx in mm/filemap_xip.c, clameter, 2007/06/20
- [10/37] Use page_cache_xxx in fs/sync., clameter, 2007/06/20
- [11/37] Use page_cache_xxx in fs/buffer.c, clameter, 2007/06/20
- [02/37] Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user, clameter, 2007/06/20
- [35/37] Large blocksize support in XFS, clameter, 2007/06/20
- [09/37] Use page_cache_xxx in fs/libfs.c, clameter, 2007/06/20
- [01/37] Define functions for page cache handling, clameter, 2007/06/20
- [24/37] compound pages: Add new support functions, clameter, 2007/06/20
- [14/37] Use page_cache_xxx in fs/splice.c, clameter, 2007/06/20
- [17/37] Use page_cache_xxx in fs/ext4, clameter, 2007/06/20
- [26/37] compound pages: Use new compound vmstat functions in SLUB, clameter, 2007/06/20
- [32/37] Readahead changes to support large blocksize., clameter, 2007/06/20
- [36/37] Large blocksize support for ext2, clameter, 2007/06/20
- [06/37] Use page_cache_xxx in mm/rmap.c, clameter, 2007/06/20
- [13/37] Use page_cache_xxx in mm/fadvise.c, clameter, 2007/06/20
- [28/37] compound pages: Allow freeing of compound pages via pagevec, clameter, 2007/06/20
- [25/37] compound pages: vmstat support, clameter, 2007/06/20
- [31/37] Large blocksize support: Core piece, clameter, 2007/06/20
- [30/37] Add VM_BUG_ONs to check for correct page order, clameter, 2007/06/20
- [23/37] compound pages: PageHead/PageTail instead of PageCompound, clameter, 2007/06/20
- [18/37] Use page_cache_xxx in fs/reiserfs, clameter, 2007/06/20
- [34/37] Large blocksize support in ramfs, clameter, 2007/06/20
- [21/37] Use page_cache_xxx in drivers/block/loop.c, clameter, 2007/06/20
- [08/37] Use page_cache_xxx in mm/migrate.c, clameter, 2007/06/20
- [20/37] Fix PAGE SIZE assumption in miscellaneous places., clameter, 2007/06/20
- [15/37] Use page_cache_xxx functions in fs/ext2, clameter, 2007/06/20
- [12/37] Use page_cache_xxx in mm/mpage.c, clameter, 2007/06/20
mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded,
akpm,
2007/06/20
- [PATCH] fs/quota.c build fix (Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded), Michal Piotrowski, 2007/06/20
- Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded, Bob Picco, 2007/06/20
- Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded, Bob Picco, 2007/06/20
- Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded, Jeremy Fitzhardinge, 2007/06/20
- Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded, Jeremy Fitzhardinge, 2007/06/20
[PATCH for 2.6.22] [0/10] X86 late bug fixes for 2.6.22,
Andi Kleen,
2007/06/20
- [PATCH for 2.6.22] [3/10] x86_64: Fix eventd/timerfd syscalls, Andi Kleen, 2007/06/20
- [PATCH for 2.6.22] [4/10] x86: Disable DAC on VIA bridges, Andi Kleen, 2007/06/20
- [PATCH for 2.6.22] [8/10] x86: change_page_attr bandaids, Andi Kleen, 2007/06/20
- [PATCH for 2.6.22] [6/10] x86: Only make Macintosh drivers default on Macs, Andi Kleen, 2007/06/20
- [PATCH for 2.6.22] [10/10] x86_64: fix link warning between for .text and .init.text, Andi Kleen, 2007/06/20
- [PATCH for 2.6.22] [1/10] i386: bug in i386 MTRR initialization, Andi Kleen, 2007/06/20
- [PATCH for 2.6.22] [2/10] x86_64: Fix readahead/sync_file_range/fadvise64 compat calls, Andi Kleen, 2007/06/20
- [PATCH for 2.6.22] [7/10] x86: Disable KPROBES with DEBUG_RODATA for now, Andi Kleen, 2007/06/20
- [PATCH for 2.6.22] [5/10] x86_64: Quieten Atari keyboard warnings in Kconfig, Andi Kleen, 2007/06/20
- [PATCH for 2.6.22] [9/10] i386: Disable alternative() patching after boot with DEBUG_RODATA, Andi Kleen, 2007/06/20
[Intel IOMMU 00/10] Intel IOMMU support, take #2,
Keshavamurthy, Anil S,
2007/06/19
- [Intel IOMMU 01/10] DMAR detection and parsing logic, Keshavamurthy, Anil S, 2007/06/19
- [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Keshavamurthy, Anil S, 2007/06/19
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Christoph Lameter, 2007/06/19
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Peter Zijlstra, 2007/06/20
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Arjan van de Ven, 2007/06/20
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Siddha, Suresh B, 2007/06/20
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Peter Zijlstra, 2007/06/20
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Arjan van de Ven, 2007/06/20
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Peter Zijlstra, 2007/06/20
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Keshavamurthy, Anil S, 2007/06/20
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Peter Zijlstra, 2007/06/21
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Arjan van de Ven, 2007/06/21
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Peter Zijlstra, 2007/06/21
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Keshavamurthy, Anil S, 2007/06/21
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Peter Zijlstra, 2007/06/21
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Keshavamurthy, Anil S, 2007/06/21
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Keshavamurthy, Anil S, 2007/06/21
- Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls, Andrew Morton, 2007/06/26
- [Intel IOMMU 07/10] Intel iommu cmdline option - forcedac, Keshavamurthy, Anil S, 2007/06/19
- [Intel IOMMU 02/10] PCI generic helper function, Keshavamurthy, Anil S, 2007/06/19
- [Intel IOMMU 08/10] DMAR fault handling support, Keshavamurthy, Anil S, 2007/06/19
- [Intel IOMMU 04/10] IOVA allocation and management routines, Keshavamurthy, Anil S, 2007/06/19
- [Intel IOMMU 03/10] clflush_cache_range now takes size param, Keshavamurthy, Anil S, 2007/06/19
- [Intel IOMMU 05/10] Intel IOMMU driver, Keshavamurthy, Anil S, 2007/06/19
- [Intel IOMMU 10/10] Iommu floppy workaround, Keshavamurthy, Anil S, 2007/06/19
- [Intel IOMMU 09/10] Iommu Gfx workaround, Keshavamurthy, Anil S, 2007/06/19
- Re: [Intel IOMMU 00/10] Intel IOMMU support, take #2, Andrew Morton, 2007/06/26
[PATCH] Chinese translation of Documentation/HOWTO,
Li Yang,
2007/06/19
- RE: [PATCH] Chinese translation of Documentation/HOWTO, Li Yang-r58472, 2007/06/19
- Re: [PATCH] Chinese translation of Documentation/HOWTO, WANG Cong, 2007/06/19
- Re: [PATCH] Chinese translation of Documentation/HOWTO, Bryan Wu, 2007/06/19
- RE: [PATCH] Chinese translation of Documentation/HOWTO, Li Yang-r58472, 2007/06/20
- [PATCH] Chinese translation of Documentation/HOWTO, Li Yang, 2007/06/21
[patch 0/6] s390 patches for 2.6.22,
Martin Schwidefsky,
2007/06/19
- [patch 2/6] Fix zfcpdump header, Martin Schwidefsky, 2007/06/19
- [patch 3/6] Fix yet another two section mismatches., Martin Schwidefsky, 2007/06/19
- [patch 4/6] Print list of modules on die()., Martin Schwidefsky, 2007/06/19
- [patch 5/6] Move psw_set_key., Martin Schwidefsky, 2007/06/19
- [patch 1/6] Missing blank when appending cio_ignore kernel parameter, Martin Schwidefsky, 2007/06/19
- [patch 6/6] Add oops_enter()/oops_exit() calls to die()., Martin Schwidefsky, 2007/06/19
Change in default vm_dirty_ratio,
Tim Chen,
2007/06/18
- Re: Change in default vm_dirty_ratio, Andrew Morton, 2007/06/18
- Re: Change in default vm_dirty_ratio, Linus Torvalds, 2007/06/18
- Re: Change in default vm_dirty_ratio, John Stoffel, 2007/06/19
- Re: Change in default vm_dirty_ratio, Andi Kleen, 2007/06/19
- Re: Change in default vm_dirty_ratio, Dave Jones, 2007/06/20
- Re: Change in default vm_dirty_ratio, Andrew Morton, 2007/06/20
- Re: Change in default vm_dirty_ratio, Peter Zijlstra, 2007/06/20
- Re: Change in default vm_dirty_ratio, Andrew Morton, 2007/06/20
- Re: Change in default vm_dirty_ratio, Peter Zijlstra, 2007/06/20
- Re: Change in default vm_dirty_ratio, Jens Axboe, 2007/06/20
- Re: Change in default vm_dirty_ratio, Peter Zijlstra, 2007/06/20
- Re: Change in default vm_dirty_ratio, Jens Axboe, 2007/06/20
- Re: Change in default vm_dirty_ratio, Peter Zijlstra, 2007/06/20
- Re: Change in default vm_dirty_ratio, Matt Mackall, 2007/06/21
- Re: Change in default vm_dirty_ratio, Linus Torvalds, 2007/06/21
- Re: Change in default vm_dirty_ratio, Peter Zijlstra, 2007/06/24
- Re: Change in default vm_dirty_ratio, Linus Torvalds, 2007/06/24
- Re: Change in default vm_dirty_ratio, Peter Zijlstra, 2007/06/24
- Re: Change in default vm_dirty_ratio, Mark Lord, 2007/06/21
- Re: Change in default vm_dirty_ratio, Linus Torvalds, 2007/06/20
- Re: Change in default vm_dirty_ratio, Nadia Derbey, 2007/06/21
[patch #2 0/6] [#2] SM501 updates,
ben,
2007/06/18
- [patch #2 3/6] SM501: Fix sm501_init_reg() mask/set order, ben, 2007/06/18
- [patch #2 1/6] SM501: suspend support, ben, 2007/06/18
- [patch #2 5/6] SM501: Add Documentation/SM501.txt, ben, 2007/06/18
- [patch #2 4/6] SM501: Clock updates and checks, ben, 2007/06/18
- [patch #2 6/6] SM501: Check SM501 ID register on initialisation, ben, 2007/06/18
- [patch #2 2/6] SM501: initialise SDRAM clock before bus clocks, ben, 2007/06/18
[BUG] ide dma_timer_expiry, then hard lockup,
Linas Vepstas,
2007/06/18
- RE: [BUG] ide dma_timer_expiry, then hard lockup, Stuart_Hayes, 2007/06/18
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Sergei Shtylyov, 2007/06/19
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Linas Vepstas, 2007/06/19
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Sergei Shtylyov, 2007/06/19
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Linas Vepstas, 2007/06/19
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Bartlomiej Zolnierkiewicz, 2007/06/19
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Sergei Shtylyov, 2007/06/19
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Linas Vepstas, 2007/06/20
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Alan Cox, 2007/06/20
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Sergei Shtylyov, 2007/06/21
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Alan Cox, 2007/06/21
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Linas Vepstas, 2007/06/21
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Alan Cox, 2007/06/21
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Alan Cox, 2007/06/18
- Re: [BUG] ide dma_timer_expiry, then hard lockup, Sergei Shtylyov, 2007/06/22
[PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization,
Denis Cheng,
2007/06/18
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Robert P. J. Day, 2007/06/18
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Jeremy Fitzhardinge, 2007/06/18
- [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Denis Cheng, 2007/06/23
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Oleg Verych, 2007/06/23
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Adrian Bunk, 2007/06/23
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, rae l, 2007/06/24
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Oleg Verych, 2007/06/24
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Arjan van de Ven, 2007/06/24
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Benjamin LaHaise, 2007/06/24
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Arjan van de Ven, 2007/06/24
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Benjamin LaHaise, 2007/06/24
- Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization, Arjan van de Ven, 2007/06/24
- -Os versus -O2, Adrian Bunk, 2007/06/24
- Re: -Os versus -O2, Arjan van de Ven, 2007/06/24
- Re: -Os versus -O2, david, 2007/06/24
- Re: -Os versus -O2, Arjan van de Ven, 2007/06/24
- Re: -Os versus -O2, david, 2007/06/24
- Re: -Os versus -O2, Rene Herman, 2007/06/24
- Re: -Os versus -O2, Willy Tarreau, 2007/06/25
- Re: -Os versus -O2, Segher Boessenkool, 2007/06/25
- Re: -Os versus -O2, david, 2007/06/25
- Re: -Os versus -O2, Segher Boessenkool, 2007/06/25
- Re: -Os versus -O2, Willy Tarreau, 2007/06/25
- Re: -Os versus -O2, Segher Boessenkool, 2007/06/25
- Re: -Os versus -O2, Segher Boessenkool, 2007/06/25
- Re: -Os versus -O2, david, 2007/06/25
- Re: -Os versus -O2, Segher Boessenkool, 2007/06/25
- Re: -Os versus -O2, Adrian Bunk, 2007/06/24
- Re: -Os versus -O2, Rene Herman, 2007/06/24
- Re: -Os versus -O2, Rene Herman, 2007/06/24
- Re: -Os versus -O2, Jeff Garzik, 2007/06/24
- Re: -Os versus -O2, Adrian Bunk, 2007/06/24
- Re: -Os versus -O2, david, 2007/06/24
- memset() with zeroes (Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization), Oleg Verych, 2007/06/24
[patch 00/26] Current slab allocator / SLUB patch queue,
clameter,
2007/06/18
- [patch 01/26] SLUB Debug: Fix initial object debug state of NUMA bootstrap objects, clameter, 2007/06/18
- [patch 24/26] SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab, clameter, 2007/06/18
- [patch 20/26] Slab defragmentation: Support inode defragmentation for sockets, clameter, 2007/06/18
- [patch 11/26] SLUB: Add support for kmem_cache_ops, clameter, 2007/06/18
- [patch 04/26] Slab allocators: Support __GFP_ZERO in all allocators., clameter, 2007/06/18
- [patch 17/26] Slab defragmentation: Support inode defragmentation for xfs, clameter, 2007/06/18
- [patch 26/26] SLUB: Place kmem_cache_cpu structures in a NUMA aware way., clameter, 2007/06/18
- [patch 19/26] Slab defragmentation: Support reiserfs inode defragmentation, clameter, 2007/06/18
- [patch 18/26] Slab defragmentation: Support procfs inode defragmentation, clameter, 2007/06/18
- [patch 09/26] SLUB: Do proper locking during dma slab creation, clameter, 2007/06/18
- [patch 14/26] SLUB: Logic to trigger slab defragmentation from memory reclaim, clameter, 2007/06/18
- [patch 12/26] SLUB: Slab defragmentation core, clameter, 2007/06/18
- [patch 22/26] SLUB: kmem_cache_vacate to support page allocator memory defragmentation, clameter, 2007/06/18
- [patch 07/26] SLUB: Add some more inlines and #ifdef CONFIG_SLUB_DEBUG, clameter, 2007/06/18
- [patch 13/26] SLUB: Extend slabinfo to support -D and -C options, clameter, 2007/06/18
- [patch 02/26] Slab allocators: Consolidate code for krealloc in mm/util.c, clameter, 2007/06/18
- [patch 15/26] Slab defrag: Support generic defragmentation for inode slab caches, clameter, 2007/06/18
- [patch 25/26] SLUB: Add an object counter to the kmem_cache_cpu structure, clameter, 2007/06/18
- [patch 03/26] Slab allocators: Consistent ZERO_SIZE_PTR support and NULL result semantics, clameter, 2007/06/18
- [patch 06/26] Slab allocators: Replace explicit zeroing with __GFP_ZERO, clameter, 2007/06/18
- [patch 16/26] Slab defragmentation: Support defragmentation for extX filesystem inodes, clameter, 2007/06/18
- [patch 08/26] SLUB: Extract dma_kmalloc_cache from get_cache., clameter, 2007/06/18
- [patch 23/26] SLUB: Move sysfs operations outside of slub_lock, clameter, 2007/06/18
- [patch 05/26] Slab allocators: Cleanup zeroing allocations, clameter, 2007/06/18
- [patch 21/26] Slab defragmentation: support dentry defragmentation, clameter, 2007/06/18
- [patch 10/26] SLUB: Faster more efficient slab determination for __kmalloc., clameter, 2007/06/18
- Re: [patch 00/26] Current slab allocator / SLUB patch queue, Michal Piotrowski, 2007/06/18
[PATCH 0/7] Memory Compaction v2,
Mel Gorman,
2007/06/18
- [PATCH 2/7] Allow CONFIG_MIGRATION to be set without CONFIG_NUMA, Mel Gorman, 2007/06/18
- [PATCH 1/7] KAMEZAWA Hiroyuki hot-remove patches, Mel Gorman, 2007/06/18
- [PATCH 6/7] Add /proc/sys/vm/compact_node for the explicit compaction of a node, Mel Gorman, 2007/06/18
- [PATCH 7/7] Compact memory directly by a process when a high-order allocation fails, Mel Gorman, 2007/06/18
- [PATCH 5/7] Introduce a means of compacting memory within a zone, Mel Gorman, 2007/06/18
- [PATCH 3/7] Introduce isolate_lru_page_nolock() as a lockless version of isolate_lru_page(), Mel Gorman, 2007/06/18
- [PATCH 4/7] Provide metrics on the extent of fragmentation in zones, Mel Gorman, 2007/06/18
- Re: [PATCH 0/7] Memory Compaction v2, Christoph Lameter, 2007/06/18
[PATCH 1/5] ATM: lanai, change VENDOR to DEVICE,
Jiri Slaby,
2007/06/18
- [PATCH 3/5] pci_ids, reorder some entries, Jiri Slaby, 2007/06/18
- [PATCH 5/5] pci_ids, remove double or more empty lines, Jiri Slaby, 2007/06/18
- [PATCH 4/5] pci_ids, add atheros and 3com_2 vendors, Jiri Slaby, 2007/06/18
- [PATCH 2/5] i386: traps, change VENDOR to DEVICE, Jiri Slaby, 2007/06/18
AT_ENTROPY1 and AT_ENTROPY2 values for include/linux/auxvec.h,
Alexander Gabert,
2007/06/17
- Re: AT_ENTROPY1 and AT_ENTROPY2 values for include/linux/auxvec.h, Arjan van de Ven, 2007/06/17
- Re: AT_ENTROPY1 and AT_ENTROPY2 values for include/linux/auxvec.h, Alexander Gabert, 2007/06/17
- Re: AT_ENTROPY1 and AT_ENTROPY2 values for include/linux/auxvec.h, Arjan van de Ven, 2007/06/17
- Re: AT_ENTROPY1 and AT_ENTROPY2 values for include/linux/auxvec.h, Alexander Gabert, 2007/06/18
- [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Alexander Gabert, 2007/06/20
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Arjan van de Ven, 2007/06/20
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Linus Torvalds, 2007/06/20
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Eric Dumazet, 2007/06/20
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Matt Mackall, 2007/06/20
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Alexander Gabert, 2007/06/24
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Matt Mackall, 2007/06/24
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Arjan van de Ven, 2007/06/25
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Matt Mackall, 2007/06/25
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Jakub Jelinek, 2007/06/25
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Alexander Gabert, 2007/06/25
- Re: [PATCH] get_random_long() and AT_ENTROPY for auxv, kernel 2.6.21.5, Matt Mackall, 2007/06/25
[GIT PULL -mm] Unionfs cleanups, fixes, and mmap,
Josef 'Jeff' Sipek,
2007/06/17
- [PATCH 13/16] Unionfs: Change free_dentry_private_info to take a struct dentry, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 16/16] Unionfs: Remove superfluous check for NULL pointer, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 10/16] Unionfs: merge find_new_branch_index and branch_id_to_idx into one function, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 04/16] Unionfs: Set lower inodes correctly after branch management succeeds, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 05/16] Unionfs: call statfs on lower file system properly, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 15/16] Unionfs: Change the semantics of sb info's rwsem, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 14/16] Unionfs: Add BUG_ONs to unionfs_lower_*, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 12/16] Unionfs: Cleanup new_dentry_private_data, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 03/16] Unionfs: Retry lookup for different silly-renamed files, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 08/16] Unionfs: Remove unnecessary #define, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 02/16] Unionfs: Don't revalidate dropped dentries, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 06/16] MAINTAINERS: Add Erez Zadok as a maintainer of Unionfs, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 01/16] [PATCH] unionfs section mismatch, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 07/16] Unionfs: Add standard copyright comment to include/linux/union_fs.h, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 11/16] Unionfs: Revalidate dentries passed to all inode/super operations, Josef 'Jeff' Sipek, 2007/06/17
- [PATCH 09/16] Unionfs: mmap implementation, Josef 'Jeff' Sipek, 2007/06/17
2.6.22-rc5 regression,
Carlo Wood,
2007/06/17
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/17
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/17
- Re: 2.6.22-rc5 regression, Paul Mundt, 2007/06/17
- Re: 2.6.22-rc5 regression, Linus Torvalds, 2007/06/18
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/18
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/18
- Re: 2.6.22-rc5 regression, Linus Torvalds, 2007/06/18
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/18
- Re: 2.6.22-rc5 regression, Linus Torvalds, 2007/06/18
- Re: 2.6.22-rc5 regression, Daniel Barkalow, 2007/06/18
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/18
- Re: 2.6.22-rc5 regression, Linus Torvalds, 2007/06/18
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/19
- Re: 2.6.22-rc5 regression, Dave Jones, 2007/06/19
- Re: 2.6.22-rc5 regression, Linus Torvalds, 2007/06/19
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/20
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/20
- Re: 2.6.22-rc5 regression, Wang Zhenyu, 2007/06/19
- Re: 2.6.22-rc5 regression, Wang Zhenyu, 2007/06/19
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/20
- Re: 2.6.22-rc5 regression, Wang Zhenyu, 2007/06/20
- [PATCH][AGPGART] intel_agp: don't load if no IGD and AGP port, Wang Zhenyu, 2007/06/21
- Re: [PATCH][AGPGART] intel_agp: don't load if no IGD and AGP port, Carlo Wood, 2007/06/21
- Re: [PATCH][AGPGART] intel_agp: don't load if no IGD and AGP port, Wang Zhenyu, 2007/06/21
- Re: [PATCH][AGPGART] intel_agp: don't load if no IGD and AGP port, Andrew Morton, 2007/06/23
- Re: [PATCH][AGPGART] intel_agp: don't load if no IGD and AGP port, Dave Jones, 2007/06/23
- Re: [PATCH][AGPGART] intel_agp: don't load if no IGD and AGP port, Andrew Morton, 2007/06/23
- Re: [PATCH][AGPGART] intel_agp: don't load if no IGD and AGP port, Dave Jones, 2007/06/23
- Re: [PATCH][AGPGART] intel_agp: don't load if no IGD and AGP port, Wang Zhenyu, 2007/06/24
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/20
- Re: 2.6.22-rc5 regression, Carlo Wood, 2007/06/20
[patch 0/5] m68k 53c700 SCSI,
Geert Uytterhoeven,
2007/06/17
- [patch 4/5] 53c700 scsi: Amiga 4000T NCR53c710 SCSI, Geert Uytterhoeven, 2007/06/17
- [patch 1/5] 53c700 scsi: m68k support for the 53c700 SCSI core, Geert Uytterhoeven, 2007/06/17
- [patch 5/5] 53c700 scsi: Amiga Zorro NCR53c710 SCSI, Geert Uytterhoeven, 2007/06/17
- [patch 2/5] 53c700 scsi: m68k BVME6000 NCR53C710 SCSI, Geert Uytterhoeven, 2007/06/17
- [patch 3/5] 53c700 scsi: m68k MVME16x NCR53C710 SCSI, Geert Uytterhoeven, 2007/06/17
- Re: [patch 0/5] m68k 53c700 SCSI, Geert Uytterhoeven, 2007/06/19
- Re: [patch 0/5] m68k 53c700 SCSI, Christoph Hellwig, 2007/06/19
[PATCH 00/58] KVM updates for 2.6.23,
Avi Kivity,
2007/06/17
- [PATCH 10/58] KVM: Update shadow pte on write to guest pte, Avi Kivity, 2007/06/17
- [PATCH 11/58] KVM: Increase mmu shadow cache to 1024 pages, Avi Kivity, 2007/06/17
- [PATCH 07/58] KVM: Be more careful restoring fs on lightweight vmexit, Avi Kivity, 2007/06/17
- [PATCH 05/58] KVM: Unindent some code, Avi Kivity, 2007/06/17
- [PATCH 03/58] KVM: Assume that writes smaller than 4 bytes are to non-pagetable pages, Avi Kivity, 2007/06/17
- [PATCH 17/58] KVM: Implement IA32_EBL_CR_POWERON msr, Avi Kivity, 2007/06/17
- [PATCH 06/58] KVM: Reduce misfirings of the fork detector, Avi Kivity, 2007/06/17
- [PATCH 12/58] KVM: Fix potential guest state leak into host, Avi Kivity, 2007/06/17
- [PATCH 01/58] KVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITs, Avi Kivity, 2007/06/17
- [PATCH 09/58] KVM: MMU: Respect nonpae pagetable quadrant when zapping ptes, Avi Kivity, 2007/06/17
- [PATCH 04/58] KVM: Avoid saving and restoring some host CPU state on lightweight vmexit, Avi Kivity, 2007/06/17
- [PATCH 15/58] KVM: Consolidate guest fpu activation and deactivation, Avi Kivity, 2007/06/17
- [PATCH 02/58] KVM: SVM: Allow direct guest access to PC debug port, Avi Kivity, 2007/06/17
- [PATCH 08/58] KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write(), Avi Kivity, 2007/06/17
- [PATCH 48/58] KVM: Fix vcpu freeing for guest smp, Avi Kivity, 2007/06/17
- [PATCH 35/58] KVM: MMU: Pass the guest pde to set_pte_common, Avi Kivity, 2007/06/17
- [PATCH 53/58] KVM: Keep an upper bound of initialized vcpus, Avi Kivity, 2007/06/17
- [PATCH 14/58] KVM: Rationalize exception bitmap usage, Avi Kivity, 2007/06/17
- [PATCH 50/58] KVM: Enable guest smp, Avi Kivity, 2007/06/17
- [PATCH 58/58] KVM: VMX: Ensure vcpu time stamp counter is monotonous, Avi Kivity, 2007/06/17
- [PATCH 19/58] KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical, Avi Kivity, 2007/06/17
- [PATCH 44/58] KVM: MMU: Remove unused large page marker, Avi Kivity, 2007/06/17
- [PATCH 51/58] KVM: Move duplicate halt handling code into kvm_main.c, Avi Kivity, 2007/06/17
- [PATCH 16/58] KVM: Set cr0.mp for guests, Avi Kivity, 2007/06/17
- [PATCH 21/58] KVM: Avoid corrupting tr in real mode, Avi Kivity, 2007/06/17
- [PATCH 42/58] KVM: MMU: Simpify accessed/dirty/present/nx bit handling, Avi Kivity, 2007/06/17
- [PATCH 55/58] KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>), Avi Kivity, 2007/06/17
- [PATCH 32/58] KVM: MMU: Use slab caches for shadow pages and their headers, Avi Kivity, 2007/06/17
- [PATCH 23/58] KVM: VMX: Use local labels in inline assembly, Avi Kivity, 2007/06/17
- [PATCH 43/58] KVM: MMU: Don't cache guest access bits in the shadow page table, Avi Kivity, 2007/06/17
- [PATCH 29/58] KVM: x86 emulator: implement wbinvd, Avi Kivity, 2007/06/17
- [PATCH 13/58] KVM: Move some more msr mangling into vmx_save_host_state(), Avi Kivity, 2007/06/17
- [PATCH 45/58] KVM: Lazy guest cr3 switching, Avi Kivity, 2007/06/17
- [PATCH 33/58] KVM: MMU: Simplify fetch() a little bit, Avi Kivity, 2007/06/17
- [PATCH 56/58] KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>), Avi Kivity, 2007/06/17
- [PATCH 30/58] KVM: Fix includes, Avi Kivity, 2007/06/17
- [PATCH 36/58] KVM: MMU: Fold fix_read_pf() into set_pte_common(), Avi Kivity, 2007/06/17
- [PATCH 49/58] KVM: Fix adding an smp virtual machine to the vm list, Avi Kivity, 2007/06/17
- [PATCH 22/58] KVM: Fix vmx I/O bitmap initialization on highmem systems, Avi Kivity, 2007/06/17
- [PATCH 20/58] KVM: VMX: Only reload guest msrs if they are already loaded, Avi Kivity, 2007/06/17
- [PATCH 38/58] KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common(), Avi Kivity, 2007/06/17
- [PATCH 18/58] KVM: MMU: Simplify kvm_mmu_free_page() a tiny bit, Avi Kivity, 2007/06/17
- [PATCH 40/58] KVM: MMU: Make setting shadow ptes atomic on i386, Avi Kivity, 2007/06/17
- [PATCH 47/58] KVM: Remove unnecessary initialization and checks in mark_page_dirty(), Avi Kivity, 2007/06/17
- [PATCH 26/58] KVM: VMX: Cleanup redundant code in MSR set, Avi Kivity, 2007/06/17
- [PATCH 39/58] KVM: Make shadow pte updates atomic, Avi Kivity, 2007/06/17
- [PATCH 27/58] KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit, Avi Kivity, 2007/06/17
- [PATCH 24/58] KVM: VMX: Handle #SS faults from real mode, Avi Kivity, 2007/06/17
- [PATCH 28/58] Use menuconfig objects II - KVM/Virt, Avi Kivity, 2007/06/17
- [PATCH 37/58] KVM: MMU: Fold fix_write_pf() into set_pte_common(), Avi Kivity, 2007/06/17
- [PATCH 31/58] KVM: Use symbolic constants instead of magic numbers, Avi Kivity, 2007/06/17
- [PATCH 25/58] KVM: VMX: Avoid saving and restoring msrs on lightweight vmexit, Avi Kivity, 2007/06/17
- [PATCH 52/58] KVM: Emulate hlt on real mode for Intel, Avi Kivity, 2007/06/17
- [PATCH 41/58] KVM: MMU: Remove cr0.wp tricks, Avi Kivity, 2007/06/17
- [PATCH 54/58] KVM: Flush remote tlbs when reducing shadow pte permissions, Avi Kivity, 2007/06/17
- [PATCH 57/58] KVM: Initialize the BSP bit in the APIC_BASE msr correctly, Avi Kivity, 2007/06/17
- [PATCH 34/58] KVM: MMU: Move set_pte_common() to pte width dependent code, Avi Kivity, 2007/06/17
And now for something _totally_ different: Linux v2.6.22-rc5,
Linus Torvalds,
2007/06/16
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Nicholas Miell, 2007/06/17
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Davide Libenzi, 2007/06/17
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Nicholas Miell, 2007/06/17
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Davide Libenzi, 2007/06/17
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Nicholas Miell, 2007/06/17
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Davide Libenzi, 2007/06/17
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Benjamin Herrenschmidt, 2007/06/17
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Davide Libenzi, 2007/06/17
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Linus Torvalds, 2007/06/18
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Benjamin Herrenschmidt, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Davide Libenzi, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Davide Libenzi, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Benjamin Herrenschmidt, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/20
- Re: Fix signalfd interaction with thread-private signals, Linus Torvalds, 2007/06/20
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/21
- Re: Fix signalfd interaction with thread-private signals, Linus Torvalds, 2007/06/21
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/21
- Re: Fix signalfd interaction with thread-private signals, Linus Torvalds, 2007/06/21
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/21
- Re: Fix signalfd interaction with thread-private signals, Benjamin Herrenschmidt, 2007/06/21
- Re: Fix signalfd interaction with thread-private signals, Linus Torvalds, 2007/06/21
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Benjamin Herrenschmidt, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Benjamin Herrenschmidt, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Linus Torvalds, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Davide Libenzi, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Benjamin Herrenschmidt, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Benjamin Herrenschmidt, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Nicholas Miell, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Davide Libenzi, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Nicholas Miell, 2007/06/22
- Re: Fix signalfd interaction with thread-private signals, Benjamin Herrenschmidt, 2007/06/23
- Re: Fix signalfd interaction with thread-private signals, Nicholas Miell, 2007/06/23
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/23
- Re: Fix signalfd interaction with thread-private signals, Davide Libenzi, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Oleg Nesterov, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Davide Libenzi, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Benjamin Herrenschmidt, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Davide Libenzi, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Benjamin Herrenschmidt, 2007/06/19
- Re: Fix signalfd interaction with thread-private signals, Davide Libenzi, 2007/06/20
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Oleg Nesterov, 2007/06/18
- Re: And now for something _totally_ different: Linux v2.6.22-rc5, Mariusz Kozlowski, 2007/06/19
[PATCH 1/6] make pci_ids lowercase hexa,
Jiri Slaby,
2007/06/16
- [PATCH 2/6] pci_ids, remove double or more empty lines, Jiri Slaby, 2007/06/16
- [PATCH 6/6] pci_ids, add atheros and 3com_2 vendors, Jiri Slaby, 2007/06/16
- [PATCH 4/6] i386: traps, change VENDOR to DEVICE, Jiri Slaby, 2007/06/16
- [PATCH 5/6] pci_ids, reorder some entries, Jiri Slaby, 2007/06/16
- [PATCH 3/6] ATM: lanai, change VENDOR to DEVICE, Jiri Slaby, 2007/06/16
- Re: [PATCH 1/6] make pci_ids lowercase hexa, Greg KH, 2007/06/16
[patch-mm 00/25] High resolution timer updates and x86_64 support - V2,
Thomas Gleixner,
2007/06/16
- [patch-mm 06/25] clockevents: Fix resume logic, Thomas Gleixner, 2007/06/16
- [patch-mm 13/25] i386: hpet assumes boot cpu is 0, Thomas Gleixner, 2007/06/16
- [patch-mm 09/25] clockevents: Fix device replacement, Thomas Gleixner, 2007/06/16
- [patch-mm 08/25] i386: PIT stop only, when in periodic or oneshot mode, Thomas Gleixner, 2007/06/16
- [patch-mm 01/25] NOHZ: Fix nox x86 dyntick idle handling, Thomas Gleixner, 2007/06/16
- [patch-mm 15/25] clocksource: add settimeofday hook for PPC, Thomas Gleixner, 2007/06/16
- [patch-mm 05/25] timer.c cleanup recently introduced whitespace damage, Thomas Gleixner, 2007/06/16
- [patch-mm 04/25] Timekeeping: Fixup shadow variable argument, Thomas Gleixner, 2007/06/16
- [patch-mm 14/25] NTP: Move the cmos update code into ntp.c, Thomas Gleixner, 2007/06/16
- [patch-mm 02/25] ACPI: Move timer broadcast and pmtimer access before C3 arbiter shutdown, Thomas Gleixner, 2007/06/16
- [patch-mm 07/25] Tick management: spread timer interrupt, Thomas Gleixner, 2007/06/16
- [patch-mm 12/25] pcspkr: use the global PIT lock, Thomas Gleixner, 2007/06/16
- [patch-mm 03/25] Clockevents remove prototypes of removed functions, Thomas Gleixner, 2007/06/16
- [patch-mm 10/25] highres: Improve debug output, Thomas Gleixner, 2007/06/16
- [patch-mm 11/25] hrtimer: speedup hrtimer_enqueue, Thomas Gleixner, 2007/06/16
- [patch-mm 21/25] x86_64: hpet restore vread, Thomas Gleixner, 2007/06/16
- [patch-mm 20/25] x86_64: Convert to cleckevents, Thomas Gleixner, 2007/06/16
- [patch-mm 24/25] x86_64: prep idle loop for dynticks, Thomas Gleixner, 2007/06/16
- [patch-mm 17/25] x86_64: Use generic cmos update, Thomas Gleixner, 2007/06/16
- [patch-mm 16/25] x86_64: untangle asm/hpet.h from asm/timex.h, Thomas Gleixner, 2007/06/16
- [patch-mm 25/25] x86_64: enable high resolution timers and dynticks, Thomas Gleixner, 2007/06/16
- [patch-mm 19/25] x86-64: remove dead code and other janitor work in tsc.c, Thomas Gleixner, 2007/06/16
- [patch-mm 18/25] i386: move setup_pit_timer to the correct header file, Thomas Gleixner, 2007/06/16
- [patch-mm 22/25] x86_64: restore restore nohpet cmdline, Thomas Gleixner, 2007/06/16
- [patch-mm 23/25] x86-64 block irq balancing for timer, Thomas Gleixner, 2007/06/16
- Re: [patch-mm 00/25] High resolution timer updates and x86_64 support - V2, Alistair John Strachan, 2007/06/16
- Re: [patch-mm 00/25] High resolution timer updates and x86_64 support - V2, Nigel Cunningham, 2007/06/16
- Re: [patch-mm 00/25] High resolution timer updates and x86_64 support - V2, Valdis . Kletnieks, 2007/06/18
Versioning file system,
Jack Stone,
2007/06/15
- Re: Versioning file system, H. Peter Anvin, 2007/06/15
- Re: Versioning file system, alan, 2007/06/15
- Re: Versioning file system, H. Peter Anvin, 2007/06/15
- Re: Versioning file system, Jack Stone, 2007/06/16
- Re: Versioning file system, Jeffrey V. Merkey, 2007/06/16
- Re: Versioning file system, Jeffrey V. Merkey, 2007/06/16
- Re: Versioning file system, Mark Williamson, 2007/06/16
- Re: Versioning file system, Jan Harkes, 2007/06/16
- Re: Versioning file system, Jeffrey V. Merkey, 2007/06/16
- Re: Versioning file system, Jack Stone, 2007/06/16
- Re: Versioning file system, Alan Cox, 2007/06/16
- Re: Versioning file system, Jeffrey V. Merkey, 2007/06/16
- Re: Versioning file system, Jan Harkes, 2007/06/16
- Re: Versioning file system, Jack Stone, 2007/06/16
- Re: Versioning file system, Alan Cox, 2007/06/16
- Re: Versioning file system, Jeffrey V. Merkey, 2007/06/16
- Re: Versioning file system, Jeffrey V. Merkey, 2007/06/16
- Re: Versioning file system, Dale Amon, 2007/06/17
- Re: Versioning file system, Dale Amon, 2007/06/16
- Re: Versioning file system, Graham Murray, 2007/06/16
- Re: Versioning file system, Jörn Engel, 2007/06/16
- Re: Versioning file system, Chris Snook, 2007/06/15
- Re: Versioning file system, Kok, Auke, 2007/06/15
- Re: Versioning file system, Jack Stone, 2007/06/18
- Re: Versioning file system, Bodo Eggert, 2007/06/18
[patch 0/5] Linux Kernel Markers,
Mathieu Desnoyers,
2007/06/15
- [patch 4/5] Linux Kernel Markers - Documentation, Mathieu Desnoyers, 2007/06/15
- [patch 3/5] Linux Kernel Markers - Add kconfig menus for the marker code, Mathieu Desnoyers, 2007/06/15
- [patch 2/5] Linux Kernel Markers, architecture independent code., Mathieu Desnoyers, 2007/06/15
- [patch 1/5] Use EXTRARW_DATA in architectures, Mathieu Desnoyers, 2007/06/15
- [patch 5/5] Port of blktrace to the Linux Kernel Markers., Mathieu Desnoyers, 2007/06/15
[patch 0/8] Immediate values for fast branches,
Mathieu Desnoyers,
2007/06/15
- [patch 1/8] Immediate Value - Architecture Independent Code, Mathieu Desnoyers, 2007/06/15
- [patch 7/8] F00F bug fixup for i386 - use immediate values, Mathieu Desnoyers, 2007/06/15
- [patch 2/8] Immediate Values - Non Optimized Architectures, Mathieu Desnoyers, 2007/06/15
- [patch 3/8] Immediate Value - Add kconfig menus, Mathieu Desnoyers, 2007/06/15
- [patch 8/8] Scheduler profiling - Use immediate values, Mathieu Desnoyers, 2007/06/15
- [patch 6/8] Immediate Value - Documentation, Mathieu Desnoyers, 2007/06/15
- [patch 4/8] Immediate Value - i386 Optimization, Mathieu Desnoyers, 2007/06/15
- Re: [patch 4/8] Immediate Value - i386 Optimization, Chuck Ebbert, 2007/06/15
- Re: [patch 4/8] Immediate Value - i386 Optimization, Mathieu Desnoyers, 2007/06/17
- Re: [patch 4/8] Immediate Value - i386 Optimization; kprobes, Mathieu Desnoyers, 2007/06/18
- Re: [patch 4/8] Immediate Value - i386 Optimization; kprobes, Chuck Ebbert, 2007/06/18
- Re: [patch 4/8] Immediate Value - i386 Optimization; kprobes, Andrew Morton, 2007/06/18
- Re: [patch 4/8] Immediate Value - i386 Optimization; kprobes, Mathieu Desnoyers, 2007/06/18
- Re: [patch 4/8] Immediate Value - i386 Optimization; kprobes, Andi Kleen, 2007/06/18
- Re: [patch 4/8] Immediate Value - i386 Optimization; kprobes, Chuck Ebbert, 2007/06/18
- Re: [patch 1/2] kprobes i386 quick fix mark-ro-data, S. P. Prasanna, 2007/06/19
- Re: [patch 2/2] kprobes x86_64 quick fix mark-ro-data, S. P. Prasanna, 2007/06/19
- Re: [patch 2/2] kprobes x86_64 quick fix mark-ro-data, Arjan van de Ven, 2007/06/19
- Re: [patch 2/2] kprobes x86_64 quick fix mark-ro-data, Mathieu Desnoyers, 2007/06/19
- Re: [patch 2/2] kprobes x86_64 quick fix mark-ro-data, Arjan van de Ven, 2007/06/19
- Re: [patch 2/2] kprobes x86_64 quick fix mark-ro-data, S. P. Prasanna, 2007/06/19
- Re: [patch 1/2] kprobes i386 quick fix mark-ro-data, Andi Kleen, 2007/06/19
- [patch 5/8] Immediate Value - PowerPC Optimization, Mathieu Desnoyers, 2007/06/15
[patch 0/8] 2.6.22-rc3 perfmon2 : IBS implementation for AMD64,
Robert Richter,
2007/06/15
- [patch 1/8] 2.6.22-rc3 perfmon2 : IBS implementation for AMD64, Robert Richter, 2007/06/15
- [patch 3/8] 2.6.22-rc3 perfmon2 : IBS implementation for AMD64, Robert Richter, 2007/06/15
- [patch 4/8] 2.6.22-rc3 perfmon2 : IBS implementation for AMD64, Robert Richter, 2007/06/15
- [patch 2/8] 2.6.22-rc3 perfmon2 : IBS implementation for AMD64, Robert Richter, 2007/06/15
- [patch 6/8] 2.6.22-rc3 perfmon2 : IBS implementation for AMD64, Robert Richter, 2007/06/15
- [patch 7/8] 2.6.22-rc3 perfmon2 : IBS implementation for AMD64, Robert Richter, 2007/06/15
- [patch 5/8] 2.6.22-rc3 perfmon2 : IBS implementation for AMD64, Robert Richter, 2007/06/15
- [patch 8/8] 2.6.22-rc3 perfmon2 : IBS implementation for AMD64, Robert Richter, 2007/06/15
[PATCH 00/10] paravirt/subarchitecture boot protocol,
Jeremy Fitzhardinge,
2007/06/15
- [PATCH 03/10] define ELF notes for adding to a boot image, Jeremy Fitzhardinge, 2007/06/15
- [PATCH 02/10] allow linux/elf.h to be included in assembler, Jeremy Fitzhardinge, 2007/06/15
- [PATCH 06/10] add WEAK() for creating weak asm labels, Jeremy Fitzhardinge, 2007/06/15
- [PATCH 09/10] ask the hypervisor how much space it needs reserved, Jeremy Fitzhardinge, 2007/06/15
- [PATCH 10/10] xen: use boot protocol to boot xen kernel, Jeremy Fitzhardinge, 2007/06/15
- [PATCH 04/10] i386: clean up bzImage generation, Jeremy Fitzhardinge, 2007/06/15
- [PATCH 08/10] i386: paravirt boot sequence, Jeremy Fitzhardinge, 2007/06/15
- [PATCH 05/10] i386: make the bzImage payload an ELF file, Jeremy Fitzhardinge, 2007/06/15
- [PATCH 07/10] always allocate space for notes, Jeremy Fitzhardinge, 2007/06/15
- [PATCH 01/10] update boot spec to 2.07, Jeremy Fitzhardinge, 2007/06/15
[patch 0/6] PS3 Storage Drivers for 2.6.23, take 2,
Geert Uytterhoeven,
2007/06/15
- [patch 2/6] ps3: Storage Driver Core, Geert Uytterhoeven, 2007/06/15
- [patch 5/6] ps3: ROM Storage Driver, Geert Uytterhoeven, 2007/06/15
- [patch 6/6] ps3: FLASH ROM Storage Driver, Geert Uytterhoeven, 2007/06/15
- [patch 3/6] PS3: Storage device registration routines., Geert Uytterhoeven, 2007/06/15
- [patch 1/6] ps3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver, Geert Uytterhoeven, 2007/06/15
- [patch 4/6] ps3: Disk Storage Driver, Geert Uytterhoeven, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, David Woodhouse, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, Arnd Bergmann, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, Geert Uytterhoeven, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, Alan Cox, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, Geert Uytterhoeven, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, David Miller, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, James Bottomley, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, David Miller, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, James Bottomley, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, David Miller, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, Christoph Hellwig, 2007/06/19
- Re: [patch 4/6] ps3: Disk Storage Driver, David Miller, 2007/06/19
- Re: [patch 4/6] ps3: Disk Storage Driver, Christoph Hellwig, 2007/06/19
- Re: [patch 4/6] ps3: Disk Storage Driver, Alan Cox, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, Geert Uytterhoeven, 2007/06/16
- Re: [patch 4/6] ps3: Disk Storage Driver, Christoph Hellwig, 2007/06/19
- Re: [patch 4/6] ps3: Disk Storage Driver, David Miller, 2007/06/15
- Re: [patch 4/6] ps3: Disk Storage Driver, Christoph Hellwig, 2007/06/19
Re: drm: fix radeon setparam on 32/64 bit systems.,
David Woodhouse,
2007/06/15
- Re: drm: fix radeon setparam on 32/64 bit systems., Benjamin Herrenschmidt, 2007/06/15
- Re: drm: fix radeon setparam on 32/64 bit systems., Arnd Bergmann, 2007/06/15
- [PATCH] Introduce compat_u64 and compat_s64 types, Arnd Bergmann, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, David Miller, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, Andi Kleen, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, Matthew Wilcox, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, David Howells, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, Andi Kleen, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, Alan Cox, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, Andi Kleen, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, Alan Cox, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, Andi Kleen, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, David Woodhouse, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, Robin Getz, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, Andi Kleen, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, David Woodhouse, 2007/06/16
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, David Woodhouse, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, Benjamin Herrenschmidt, 2007/06/15
- Re: [PATCH] Introduce compat_u64 and compat_s64 types, David Woodhouse, 2007/06/16
limits on raid,
david,
2007/06/14
- Re: limits on raid, Neil Brown, 2007/06/14
- Re: limits on raid, david, 2007/06/14
- Re: limits on raid, Neil Brown, 2007/06/15
- Re: limits on raid, David Chinner, 2007/06/15
- Re: limits on raid, Avi Kivity, 2007/06/15
- Re: limits on raid, Jan Engelhardt, 2007/06/15
- Re: limits on raid, Neil Brown, 2007/06/15
- Re: limits on raid, Avi Kivity, 2007/06/16
- Re: limits on raid, Andi Kleen, 2007/06/17
- Re: limits on raid, David Chinner, 2007/06/18
- Re: limits on raid, Neil Brown, 2007/06/20
- Re: limits on raid, David Chinner, 2007/06/21
- Re: limits on raid, david, 2007/06/21
- Re: limits on raid, David Greaves, 2007/06/21
- Re: limits on raid, Mark Lord, 2007/06/21
- Re: limits on raid, David Chinner, 2007/06/21
- Re: limits on raid, Mattias Wadenstein, 2007/06/21
- Re: limits on raid, Justin Piszcz, 2007/06/21
- Re: limits on raid, david, 2007/06/21
- Re: limits on raid, Martin K. Petersen, 2007/06/21
- Re: limits on raid, Nix, 2007/06/21
- Re: limits on raid, Wakko Warner, 2007/06/15
- Re: limits on raid, Neil Brown, 2007/06/15
- Re: limits on raid, Dan Merillat, 2007/06/16
- Re: limits on raid, david, 2007/06/16
- Re: limits on raid, David Greaves, 2007/06/16
- Re: limits on raid, Bill Davidsen, 2007/06/17
- Re: limits on raid, Brendan Conoboy, 2007/06/18
- Re: limits on raid, david, 2007/06/18
- Re: limits on raid, Lennart Sorensen, 2007/06/18
- Re: limits on raid, david, 2007/06/18
- Re: limits on raid, Lennart Sorensen, 2007/06/18
- Re: limits on raid, david, 2007/06/18
- Re: limits on raid, Brendan Conoboy, 2007/06/18
- Re: limits on raid, david, 2007/06/18
- Re: limits on raid, Wakko Warner, 2007/06/18
- Re: limits on raid, david, 2007/06/18
- Re: limits on raid, Brendan Conoboy, 2007/06/18
- Re: limits on raid, Lennart Sorensen, 2007/06/19
- Re: limits on raid, david, 2007/06/19
- Re: limits on raid, Phillip Susi, 2007/06/19
- Re: limits on raid, david, 2007/06/19
- Re: limits on raid, Brendan Conoboy, 2007/06/18
- Re: limits on raid, david, 2007/06/18
- Re: limits on raid, David Greaves, 2007/06/16
- Re: limits on raid, Wakko Warner, 2007/06/16
- Re: limits on raid, dean gaudet, 2007/06/16
- Re: limits on raid, Wakko Warner, 2007/06/17
- Re: limits on raid, dean gaudet, 2007/06/17
- Re: limits on raid, Wakko Warner, 2007/06/17
- Re: limits on raid, dean gaudet, 2007/06/17
- Re: limits on raid, david, 2007/06/17
- Re: limits on raid, david, 2007/06/17
- Re: limits on raid, Bill Davidsen, 2007/06/17
- Re: limits on raid, Bill Davidsen, 2007/06/21
- Re: limits on raid, Neil Brown, 2007/06/21
- Re: limits on raid, David Greaves, 2007/06/22
- Re: limits on raid, david, 2007/06/22
- Re: limits on raid, David Greaves, 2007/06/22
- Re: limits on raid, Bill Davidsen, 2007/06/22
- Re: limits on raid, David Greaves, 2007/06/22
- Re: limits on raid, david, 2007/06/22
[patch] CFS scheduler, -v17,
Ingo Molnar,
2007/06/14
- Re: [patch] CFS scheduler, -v17, Luiz Fernando N. Capitulino, 2007/06/15
- RE: [patch] CFS scheduler, -v17, Fortier,Vincent [Montreal], 2007/06/15
- Re: [patch] CFS scheduler, -v17, Tom Spink, 2007/06/22
[PATCH 00/17] per device dirty throttling -v7,
Peter Zijlstra,
2007/06/14
- [PATCH 09/17] mtd: give mtdconcat devices their own backing_dev_info, Peter Zijlstra, 2007/06/14
- [PATCH 13/17] mm: expose BDI statistics in sysfs., Peter Zijlstra, 2007/06/14
- [PATCH 14/17] lib: floating proportions, Peter Zijlstra, 2007/06/14
- [PATCH 12/17] mm: count writeback pages per BDI, Peter Zijlstra, 2007/06/14
- [PATCH 07/17] mm: bdi init hooks, Peter Zijlstra, 2007/06/14
- [PATCH 05/17] lib: percpu_count_sum_signed(), Peter Zijlstra, 2007/06/14
- [PATCH 15/17] lib: floating proportions _single, Peter Zijlstra, 2007/06/14
- [PATCH 06/17] lib: percpu_counter_init_irq, Peter Zijlstra, 2007/06/14
- [PATCH 10/17] mm: scalable bdi statistics counters., Peter Zijlstra, 2007/06/14
- [PATCH 02/17] lib: percpu_counter variable batch, Peter Zijlstra, 2007/06/14
- [PATCH 17/17] mm: dirty balancing for tasks, Peter Zijlstra, 2007/06/14
- [PATCH 11/17] mm: count reclaimable pages per BDI, Peter Zijlstra, 2007/06/14
- [PATCH 04/17] lib: percpu_counter_set, Peter Zijlstra, 2007/06/14
- [PATCH 03/17] lib: percpu_counter_mod64, Peter Zijlstra, 2007/06/14
- [PATCH 01/17] nfs: remove congestion_end(), Peter Zijlstra, 2007/06/14
- [PATCH 16/17] mm: per device dirty threshold, Peter Zijlstra, 2007/06/14
- [PATCH 08/17] containers: bdi init hooks, Peter Zijlstra, 2007/06/14
- Re: [PATCH 00/17] per device dirty throttling -v7, Andrew Morton, 2007/06/14
[patch 00/14] Page cache cleanup in anticipation of Large Blocksize support,
clameter,
2007/06/14
- [patch 11/14] Use page_cache_xx in fs/buffer.c, clameter, 2007/06/14
- [patch 14/14] Use page_cache_xx in fs/splice.c, clameter, 2007/06/14
- [patch 07/14] Use page_cache_xx in mm/filemap_xip.c, clameter, 2007/06/14
- [patch 13/14] Use page_cache_xxx in mm/fadvise.c, clameter, 2007/06/14
- [patch 12/14] Use page_cache_xxx in mm/mpage.c, clameter, 2007/06/14
- [patch 05/14] Use page_cache_xxx in mm/truncate.c, clameter, 2007/06/14
- [patch 04/14] Use page_cache_xxx in mm/page-writeback.c, clameter, 2007/06/14
- [patch 10/14] Use page_cache_xx in fs/sync., clameter, 2007/06/14
- [patch 09/14] Use page_cache_xx in fs/libfs.c, clameter, 2007/06/14
- [patch 01/14] Define functions for page cache handling, clameter, 2007/06/14
- [patch 08/14] Use page_cache_xx in mm/migrate.c, clameter, 2007/06/14
- [patch 06/14] Use page_cache_xxx in mm/rmap.c, clameter, 2007/06/14
- [patch 03/14] Use page_cache_xx function in mm/filemap.c, clameter, 2007/06/14
- [patch 02/14] Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user, clameter, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Andrew Morton, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Christoph Hellwig, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Christoph Lameter, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Andrew Morton, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Christoph Lameter, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Andrew Morton, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Christoph Lameter, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Andrew Morton, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Christoph Lameter, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Andrew Morton, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Christoph Lameter, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Andrew Morton, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Christoph Lameter, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, David Chinner, 2007/06/15
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, David Chinner, 2007/06/14
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Dave Kleikamp, 2007/06/15
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, Arjan van de Ven, 2007/06/16
- Re: [patch 00/14] Page cache cleanup in anticipation of Large Blocksize support, David Chinner, 2007/06/14