summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | [PATCH] fs/locks.c: make posix_locks_deadlock() staticAdrian Bunk2006-06-231-1/+0Star
* | | | | | | | [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-232-2/+3
* | | | | | | | [PATCH] read_mapping_page for address spacePekka Enberg2006-06-231-0/+7
* | | | | | | | [PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer2006-06-231-0/+1
* | | | | | | | [PATCH] xtensa: remove verify_area macrosJesper Juhl2006-06-233-37/+7Star
* | | | | | | | [PATCH] m68k: ptrace.h typo fixJan Altenberg2006-06-231-1/+1
* | | | | | | | [PATCH] m68k: clean up uaccess.hRoman Zippel2006-06-231-813/+271Star
* | | | | | | | [PATCH] m68k: use c99 initializerRoman Zippel2006-06-231-4/+4
* | | | | | | | [PATCH] m68k: Remove some unused definitions in zorro.hRoman Zippel2006-06-231-42/+0Star
* | | | | | | | [PATCH] m68k: cleanup unistd.hRoman Zippel2006-06-231-39/+0Star
* | | | | | | | [PATCH] swsusp: add architecture special saveable pages supportShaohua Li2006-06-231-0/+1
* | | | | | | | [PATCH] x86: compile fix for asm-i386/alternatives.hKirill Smelkov2006-06-231-0/+2
* | | | | | | | [PATCH] x86: VIA C7 CPU flagsMichal Ludvig2006-06-231-0/+12
* | | | | | | | [PATCH] x86: fix __range_ok constraintRoman Zippel2006-06-231-1/+1
* | | | | | | | [PATCH] x86: kernel irq balance doesn't workZhang Yanmin2006-06-231-0/+8
* | | | | | | | [PATCH] Don't trigger full rebuild via CONFIG_X86_MCEAlexey Dobriyan2006-06-232-6/+5Star
* | | | | | | | [PATCH] Don't trigger full rebuild via CONFIG_MTRRAlexey Dobriyan2006-06-232-8/+4Star
* | | | | | | | [PATCH] arch/i386/kernel/apic.c: make modern_apic() staticAdrian Bunk2006-06-231-2/+0Star
* | | | | | | | [PATCH] x86: cache pollution aware __copy_from_user_ll()Hiro Yoshioka2006-06-232-0/+55
* | | | | | | | [PATCH] Au1550/1200: add missing PSC #define's, make OSS driver use the prope...Sergei Shtylyov2006-06-232-1/+20
* | | | | | | | [PATCH] frv: clean frv unistd.hAl Viro2006-06-231-17/+0Star
* | | | | | | | [PATCH] frv: Add missing qualifier to memcpy_fromio() prototypeAl Viro2006-06-231-1/+1
* | | | | | | | [PATCH] frv: NULL noise removal in frv xchg()Al Viro2006-06-231-2/+2
* | | | | | | | [PATCH] frv: wrong syscallAl Viro2006-06-231-1/+1
* | | | | | | | [PATCH] frv: misc sparse annotationsAl Viro2006-06-231-1/+1
* | | | | | | | [PATCH] frv: misc __user annotationsAl Viro2006-06-231-1/+1
* | | | | | | | [PATCH] frv: signal annotationsAl Viro2006-06-231-3/+3
* | | | | | | | [PATCH] frv: basic __iomem annotationsAl Viro2006-06-232-27/+38
* | | | | | | | [PATCH] frv: __user infrastructureAl Viro2006-06-231-27/+37
* | | | | | | | [PATCH] SELinux: add task_movememory hookDavid Quigley2006-06-231-0/+15
* | | | | | | | [PATCH] lsm: add task_setioprio hookJames Morris2006-06-231-0/+16
* | | | | | | | [PATCH] move_pages: fix 32 -> 64 bit compat functionChristoph Lameter2006-06-231-1/+1
* | | | | | | | [PATCH] sys_move_pages: 32bit support (i386, x86_64)Christoph Lameter2006-06-232-1/+7
* | | | | | | | [PATCH] sys_move_pages: x86_64 supportChristoph Lameter2006-06-231-1/+3
* | | | | | | | [PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2006-06-233-2/+7
* | | | | | | | [PATCH] page migration: use allocator function for migrate_pages()Christoph Lameter2006-06-231-5/+6
* | | | | | | | [PATCH] page migration: handle freeing of pages in migrate_pages()Christoph Lameter2006-06-231-4/+3Star
* | | | | | | | [PATCH] Delete unused definitions of kvaddr_to_nidRalf Baechle2006-06-233-7/+0Star
* | | | | | | | [PATCH] slab: kmalloc, kzalloc comments cleanup and fixPaul Drynoff2006-06-231-0/+50
* | | | | | | | [PATCH] initialise total_memory() earlierAndrew Morton2006-06-231-0/+1
* | | | | | | | [PATCH] add page_mkwrite() vm_operations methodDavid Howells2006-06-231-0/+4
* | | | | | | | [PATCH] mm: fix swap unused warningCon Kolivas2006-06-231-11/+53
* | | | | | | | [PATCH] sparsemem: record nid during memory presentAndy Whitcroft2006-06-231-0/+5
* | | | | | | | [PATCH] More page migration: use migration entries for file pagesChristoph Lameter2006-06-231-15/+0Star
* | | | | | | | [PATCH] Swapless page migration: rip out swap based logicChristoph Lameter2006-06-231-1/+0Star
* | | | | | | | [PATCH] Swapless page migration: add R/W migration entriesChristoph Lameter2006-06-232-0/+60
* | | | | | | | [PATCH] page migration cleanup: pass "mapping" to migration functionsChristoph Lameter2006-06-232-4/+8
* | | | | | | | [PATCH] page migration cleanup: remove useless definitionsChristoph Lameter2006-06-231-2/+0Star
* | | | | | | | [PATCH] writeback: fix range handlingOGAWA Hirofumi2006-06-232-2/+6
* | | | | | | | [PATCH] radix-tree: direct dataNick Piggin2006-06-231-2/+3