aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds85-777/+879
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds8-83/+168
2006-09-26[PATCH] Make UML use ptrace-abi.hJeff Dike2-17/+1
2006-09-26[PATCH] Split i386 and x86_64 ptrace.hJeff Dike6-86/+100
2006-09-26[PATCH] uml: stack usage reductionJeff Dike1-3/+1
2006-09-26[PATCH] PM: Add pm_trace switchRafael J. Wysocki1-10/+14
2006-09-26[PATCH] PM: make it possible to disable console suspendingRafael J. Wysocki1-0/+5
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki1-9/+0
2006-09-26[PATCH] swsusp: clean up suspend headerRafael J. Wysocki1-12/+3
2006-09-26[PATCH] Disable CPU hotplug during suspendRafael J. Wysocki2-8/+8
2006-09-26[PATCH] Make swsusp avoid memory holes and reserved memory regions on x86_64Rafael J. Wysocki1-0/+1
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-0/+1
2006-09-26[PATCH] swsusp: write speedupAndrew Morton1-1/+4
2006-09-26[PATCH] add DIV_ROUND_UP()Steven Whitehouse1-0/+1
2006-09-26[PATCH] smp_call_function_single() cleanupAndrew Morton3-4/+3
2006-09-26[PATCH] x86: trivial move of ptep_set_access_flagsRusty Russell1-15/+16
2006-09-26[PATCH] x86: trivial move of __HAVE macros in i386 pagetable headersRusty Russell3-7/+8
2006-09-26[PATCH] x86: trivial pgtable.h __ASSEMBLY__ moveRusty Russell1-1/+2
2006-09-26[PATCH] Translate asm version of ELFNOTE macro into preprocessor macroIan Campbell1-15/+17
2006-09-26[PATCH] x86: put .note.* sections into a PT_NOTE segment in vmlinuxJeremy Fitzhardinge2-0/+91
2006-09-26[PATCH] x86: make __FIXADDR_TOP variable to allow it to make space for a hypervisorJeremy Fitzhardinge1-1/+6
2006-09-26[PATCH] x86: roll all the cpuid asm into one __cpuid callRusty Russell1-33/+27
2006-09-26[PATCH] x86: implement always-locked bit ops, for memory shared with an SMP hypervisorChris Wright2-0/+192
2006-09-26[PATCH] Use BUG_ON(foo) instead of "if (foo) BUG()" in include/asm-i386/dma-mapping.hRolf Eike Beer1-6/+3
2006-09-26[PATCH] AVR32 MTD: Static Memory Controller driverHaavard Skinnemoen1-0/+60
2006-09-26[PATCH] avr32 architectureHaavard Skinnemoen99-0/+6733
2006-09-26[PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_allocRalf Baechle1-3/+3
2006-09-26[PATCH] FRV: Optimise ffs()David Howells1-2/+31
2006-09-26[PATCH] FRV: Implement fls64()David Howells1-1/+41
2006-09-26[PATCH] FRV: Fix fls() to handle bit 31 being set correctlyDavid Howells1-4/+17
2006-09-26[PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells1-0/+6
2006-09-26[PATCH] FRV: Use the generic IRQ stuffDavid Howells8-130/+45
2006-09-26[PATCH] selinux: replace ctxid with sid in selinux_audit_rule_match interfaceStephen Smalley1-3/+3
2006-09-26[PATCH] selinux: rename selinux_ctxid_to_stringStephen Smalley1-4/+4
2006-09-26[PATCH] selinux: eliminate selinux_task_ctxidStephen Smalley1-15/+0
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-1/+6
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter3-0/+5
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2-3/+2
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter1-1/+1
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken33-82/+109
2006-09-26[PATCH] Define easier to handle GFP_THISNODEChristoph Lameter1-0/+2
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictionsChristoph Lameter1-1/+2
2006-09-26[PATCH] slab: optimize kmalloc_node the same way as kmallocChristoph Hellwig1-1/+24
2006-09-26[PATCH] update some mm/ commentsNick Piggin2-43/+60
2006-09-26[PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITHeiko Carstens1-0/+2
2006-09-26[PATCH] mm: non syncing lock_page()Nick Piggin1-0/+15
2006-09-26[PATCH] CPU hotplug compatible alloc_percpu()Martin Peschke1-19/+60
2006-09-26[PATCH] out of memory notifierMartin Schwidefsky1-0/+4
2006-09-26[PATCH] linearly index zone->node_zonelists[]Christoph Lameter2-58/+6
2006-09-26[PATCH] Apply type enum zone_typeChristoph Lameter1-2/+2