On Sat, Dec 08, 2007 at 09:54:06AM -0800, Linus Torvalds wrote:But what about: (c) stop passing GFP_ZERO to kmalloc allocators stop fiddling with flags inside allocators remove ugly if (unlikely(gfp & GFP_ZERO)) from kmalloc allocators make kzalloc and kcalloc non-inline functions that do the memset That should: - make both kmalloc and kzalloc/kcalloc faster (one less branch) - reduce kernel size GFP_ZERO is a bit of an abuse here, given that we don't even intend to pass it to the underlying "GFP". -- Mathematics is the supreme nostalgia of our time. --
| Eric Anholt | [PATCH] Export kmap_atomic_pfn for DRM-GEM. |
| Rafael J. Wysocki | 2.6.27-rc4-git1: Reported regressions from 2.6.26 |
| Robin Lee Powell | NFS hang + umount -f: better behaviour requested. |
| Avi Kivity | [PATCH] x86: default to reboot via ACPI |
git: | |
| Shawn O. Pearce | Re: MinGW port - initial work uploaded |
| Pierre Habouzit | git submodules |
| Mike Hommey | Re: Minor annoyance with git push |
| H. Peter Anvin | kde.git is now online |
| Chris Bullock | OpenBSD isakmpd and pf vs Cisco PIX or ASA |
| Brandon Lee | Re: DELL PERC 5iR slow performance |
| peter | ntpd not synching |
| bofh | Re: Load balancing with DSR |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Peter Grehan | TCP SYN_RECV state: stuck forever in accept() ? |
| Brandon S. Allbery | Re: mkdir says "no space left on device" and more problems... |
| Theodore Ts'o | Re: Stabilizing Linux |
