aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08init dma masks in pnp_devDavid Brownell1-0/+1
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty5-24/+16
2007-05-08IRQ: add __must_check to request_irqMonakhov Dmitriy1-2/+2
2007-05-08kconfig: centralize the selection of semaphore debugging in lib/Kconfig.debugRobert P. J. Day1-8/+6
2007-05-08reiserfs: shrink superblock if no xattrsAlexey Dobriyan1-1/+2
2007-05-08Fix compilation of drivers with -O0Michal Schmidt1-25/+0
2007-05-08init/do_mounts.c: proper prepare_namespace() prototypeAdrian Bunk1-1/+2
2007-05-08use use SEEK_MAX to validate user lseek argumentsChris Snook1-0/+1
2007-05-08Fix constant folding and poor optimization in byte swapping codeTrent Piepho1-39/+69
2007-05-08ipmi: add new IPMI nmi watchdog handlingCorey Minyard2-0/+2
2007-05-08reduce size of task_struct on 64-bit machinesWilliam Cohen1-6/+6
2007-05-08simplify the stacktrace codeChristoph Hellwig1-4/+2
2007-05-08Factor outstanding I/O error handlingGuillaume Chazarain1-0/+11
2007-05-08mm: move common segment checks to separate helper functionDmitriy Monakhov1-0/+2
2007-05-08Increase slab redzone to 64bitsDavid Woodhouse1-2/+2
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds7-7/+48
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-5/+22
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds1-1/+8
2007-05-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+89
2007-05-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+1
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-10/+37
2007-05-07Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds21-208/+523
2007-05-07uml: more page fault path trimmingJeff Dike2-14/+13
2007-05-07uml: improve checking and diagnostics of ethernet MACsPaolo 'Blaisorblade' Giarrusso1-0/+12
2007-05-07ARRAY_SIZE: check for typeRusty Russell3-1/+8
2007-05-07swsusp: free more memoryRafael J. Wysocki1-6/+0
2007-05-07remove software_suspend()Johannes Berg2-9/+1
2007-05-07mm: remove unused page flagsRafael J. Wysocki1-12/+0
2007-05-07swsusp: do not use page flagsRafael J. Wysocki1-40/+18
2007-05-07swsusp: use inline functions for changing page flagsRafael J. Wysocki1-0/+33
2007-05-07ALPHA: "prctl" macrosIvan Kokshaysky1-0/+22
2007-05-07h8300 generic irqYoshinori Sato3-1/+2
2007-05-07blackfin: serial driverBryan Wu1-0/+3
2007-05-07blackfin architectureBryan Wu144-0/+23352
2007-05-07page migration: Only migrate pages if allocation in the highest zone is possibleChristoph Lameter1-1/+14
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter1-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+0
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter1-0/+12
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter1-1/+0
2007-05-07mm: optimize kill_bdev()Peter Zijlstra1-0/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-05-07Quicklist support for sparc64David Miller1-12/+14
2007-05-07Quicklists for page table pagesChristoph Lameter1-0/+94
2007-05-07slub: enable tracking of full slabsChristoph Lameter1-0/+1
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter1-0/+6
2007-05-07mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter2-20/+28
2007-05-07Make page->private usable in compound pagesChristoph Lameter2-5/+42
2007-05-07SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter1-2/+6
2007-05-07SLUB coreChristoph Lameter4-6/+229