aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells1-0/+2
2006-09-27[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells1-0/+2
2006-09-27[PATCH] Mark __remove_vm_area() staticRolf Eike Beer1-1/+0
2006-09-27[PATCH] do_no_pfn()Jes Sorensen1-0/+7
2006-09-27[PATCH] Add node to zone for the NUMA caseChristoph Lameter2-1/+6
2006-09-27[PATCH] Disable GFP_THISNODE in the non-NUMA caseChristoph Lameter1-0/+5
2006-09-27[PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter1-0/+7
2006-09-27[PATCH] own header file for struct pageHeiko Carstens3-61/+73
2006-09-27[PATCH] vm: add per-zone writeout counterAndrew Morton1-0/+1
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman1-0/+2
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman1-0/+1
2006-09-27[PATCH] Have ia64 use add_active_range() and free_area_init_nodesMel Gorman1-0/+1
2006-09-27[PATCH] Have x86_64 use add_active_range() and free_area_init_nodesMel Gorman2-5/+2
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryMel Gorman2-1/+56
2006-09-27[PATCH] fix x86_64-mm-spinlock-cleanupAndrew Morton1-0/+1
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan1-2/+2
2006-09-27[PATCH] ext3: Fix sparse warningsDave Kleikamp1-1/+1
2006-09-27[PATCH] ext3: More whitespace cleanupsDave Kleikamp3-7/+7
2006-09-27[PATCH] JBD: 16T fixesEric Sandeen1-2/+2
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao2-33/+33
2006-09-27[PATCH] fix "cpu to node relationship fixup: map cpu to node"KAMEZAWA Hiroyuki1-0/+2
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds4-48/+1
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds5-2/+36
2006-09-27[MIPS] s/__ASSEMBLER__/__ASSEMBLY__/ for clarity sake.Ralf Baechle4-6/+6
2006-09-27[MIPS] Have headers_install install <asm/cachectl.h> and <asm/sysmips.h>.Ralf Baechle1-1/+1
2006-09-27[MIPS] fstatat syscall namesRichard Sandiford1-3/+3
2006-09-27[MIPS] Remove EV96100 as previously announced.Ralf Baechle5-480/+3
2006-09-27[MIPS] Cleanup hazard handling.Ralf Baechle1-236/+126
2006-09-27[MIPS] Fix USER_PTRS_PER_PGD for 64K page size.Peter Watkins1-1/+5
2006-09-27[MIPS] Move excite_fpga.h to include/asm-mips/mach-excitethomas@koeller.dyndns.org1-0/+80
2006-09-27[MIPS] Reformat missformated SMTC bits.Ralf Baechle1-4/+4
2006-09-27[MIPS] Qemu does not have D-cache aliasesAtsushi Nemoto1-1/+1
2006-09-27[MIPS] Remove F_SETSIG and F_GETSIG in favor of the asm-generic definitions.Yoichi Yuasa1-2/+0
2006-09-27[MIPS] Move definition of IRIX compat constant into IRIX compat code.Ralf Baechle1-2/+0
2006-09-27[MIPS] Use common definitions from asm-generic/signal.hYoichi Yuasa1-8/+1
2006-09-27[MIPS] Atlas: update interrupt handlingMaciej W. Rozycki2-39/+87
2006-09-27[MIPS] Atlas: Fix building the RTC driverMaciej W. Rozycki1-0/+2
2006-09-27[MIPS] Wire up set_robust_list(2) and get_robust_list(2)Atsushi Nemoto1-6/+12
2006-09-27[MIPS] Fix errors detected by "make headers_check"Atsushi Nemoto4-2/+11
2006-09-27[MIPS] Do not lose upper 32-bit on MIPS32 with 64-bit addresses in __pte().Ralf Baechle1-1/+3
2006-09-27[MIPS] Replace generic__raw_read_trylock usageRalf Baechle1-1/+46
2006-09-27[MIPS] Retire flush_icache_page from mm use.Ralf Baechle2-6/+13
2006-09-27[MIPS] Cleanup leftovers of ARCH_HAS_IRQ_PER_CPURalf Baechle1-4/+0
2006-09-26PCI: add pci_stop_bus_deviceSatoru Takeuchi1-0/+1
2006-09-26PCI: Multiprobe sanitizerAlan Cox1-0/+2
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman1-1/+1
2006-09-26PCI-Express AER implemetation: AER core and aerdriverZhang, Yanmin2-0/+30
2006-09-26MSI: Blacklist PCI-E chipsets depending on Hypertransport MSI capabilityBrice Goglin1-0/+1
2006-09-26MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HTBrice Goglin1-1/+1
2006-09-26i2c: Drop unimplemented slave functionsJean Delvare1-12/+0
2006-09-26i2c: Let drivers constify i2c_algorithm dataDavid Brownell1-1/+1
2006-09-26i2c-algo-pcf: Discard the mdelay data struct memberAdrian Bunk1-1/+0
2006-09-26i2c-algo-bit: Discard the mdelay data struct memberJean Delvare1-1/+0
2006-09-26i2c-algo-sibyte: Merge into i2c-sibyteJean Delvare1-33/+0
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 hype...Jeremy 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 h...Chris Wright2-0/+192
2006-09-26[PATCH] Use BUG_ON(foo) instead of "if (foo) BUG()" in include/asm-i386/dma-m...Rolf 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...Christoph 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
2006-09-26[PATCH] mempolicies: fix policy_zone checkChristoph Lameter1-0/+15
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zonesChristoph Lameter1-1/+13
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter2-11/+43
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter3-7/+15
2006-09-26[PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and commentChristoph Lameter2-22/+51
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter2-1/+3
2006-09-26[PATCH] bootmem: miscellaneous coding style fixesFranck Bui-Huu1-46/+49
2006-09-26[PATCH] bootmem: remove useless headers inclusionsFranck Bui-Huu1-4/+1
2006-09-26[PATCH] bootmem: limit to 80 columns widthFranck Bui-Huu1-13/+29
2006-09-26[PATCH] bootmem: remove useless parentheses in bootmem header fileFranck Bui-Huu1-7/+7
2006-09-26[PATCH] bootmem: remove useless __init in header fileFranck Bui-Huu1-23/+23
2006-09-26[PATCH] convert i386 NUMA KVA space to bootmemkeith mannthey1-0/+6
2006-09-26[PATCH] mm/: make functions staticAdrian Bunk3-6/+0
2006-09-26[PATCH] mm: balance dirty pagesPeter Zijlstra1-0/+1
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra2-0/+48
2006-09-26[PATCH] mm: VM_BUG_ONNick Piggin1-1/+9
2006-09-26[PATCH] update to the kernel kmap/kunmap APIJames Bottomley1-0/+2
2006-09-26[PATCH] trigger a syntax error if percpu macros are incorrectly usedJan Blunck4-15/+31
2006-09-26[PATCH] x86: Add a cumulative thermal throttle event counter.Dmitriy Zavin1-0/+3
2006-09-26[PATCH] x86: Refactor thermal throttle processingDmitriy Zavin3-0/+9
2006-09-26[PATCH] Add 64bit jiffies compares (for use with get_jiffies_64)Dmitriy Zavin1-0/+15
2006-09-26[PATCH] Fix unwinder warning in traps.cAndi Kleen1-2/+2
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...Andi Kleen1-0/+2
2006-09-26[PATCH] x86: Move direct PCI scanning functions out of lineAndi Kleen1-38/+4
2006-09-26[PATCH] Don't leak NT bit into next taskAndi Kleen1-2/+3
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich4-0/+23
2006-09-26[PATCH] i386: Fix pack_descriptor()Jeremy Fitzhardinge1-1/+1
2006-09-26[PATCH] Fix idle notifiersAndi Kleen1-1/+2
2006-09-26[PATCH] Remove unused asm-x86_64/mmx.hAndi Kleen1-14/+0
2006-09-26[PATCH] Define __bad_pda_field as noreturnAndi Kleen1-1/+1
2006-09-26[PATCH] Reindent macros in pda.hAndi Kleen1-32/+53
2006-09-26[PATCH] Fix some stylistic issues in uaccess.hAndi Kleen1-10/+10
2006-09-26[PATCH] Add __must_check to copy_*_userAndi Kleen2-21/+29
2006-09-26[PATCH] Fix zeroing on exception in copy_*_userAndi Kleen1-3/+3
2006-09-26[PATCH] i386: Allow a kernel not to be in ring 0Rusty Russell2-2/+20
2006-09-26[PATCH] i386: Abstract sensitive instructionsRusty Russell1-2/+5
2006-09-26[PATCH] Type checking for write_pda()Jeremy Fitzhardinge1-1/+2
2006-09-26[PATCH] Use %c instead of %P modifier in pda accessAndi Kleen1-6/+6
2006-09-26[PATCH] Add the canary field to the PDA area and the task structArjan van de Ven2-1/+11
2006-09-26[PATCH] Add comments to the PDA structure to annotate offsetsArjan van de Ven1-7/+8
2006-09-26[PATCH] i386: Avoid overwriting the current pgd (V4, i386)Magnus Damm1-0/+27
2006-09-26[PATCH] Avoid overwriting the current pgd (V4, x86_64)Magnus Damm1-0/+29
2006-09-26[PATCH] Remove most of the special cases for the debug IST stackKeith Owens1-3/+0
2006-09-26[PATCH] i386: Fix the EDD code misparsing the command lineH. Peter Anvin1-0/+1
2006-09-26[PATCH] Optimize PDA accesses slightlyAndi Kleen1-19/+22
2006-09-26[PATCH] x86: Remove incorrect comment about ACPI e820 entriesAndi Kleen2-2/+2
2006-09-26[PATCH] optimize hweight64 for x86_64Andi Kleen1-0/+2
2006-09-26[PATCH] Remove non e820 fallbacks in high level codeAndi Kleen1-4/+0
2006-09-26[PATCH] Remove some cruft in apic id checking during processor setupAndi Kleen1-2/+0
2006-09-26[PATCH] Use proper accessors to change PSE bits in change_page_attr()Andi Kleen1-0/+1
2006-09-26[PATCH] Fix pte_exec/mkexec and use it in change_page_attr()Andi Kleen1-2/+2
2006-09-26[PATCH] Remove safe_smp_processor_id()Andi Kleen1-2/+0
2006-09-26[PATCH] i386: annotate FIX_STACK() and the rest of nmi()Chuck Ebbert1-0/+2
2006-09-26[PATCH] Move compiler check for modules to ia64 onlyAndi Kleen2-3/+4
2006-09-26[PATCH] x86: remove config.h includes from asm-i386 & asm-x86_64Dave Jones3-4/+0
2006-09-26[PATCH] non lazy "sleazy" fpu implementationArjan van de Ven2-1/+13
2006-09-26[PATCH] i386: Support physical cpu hotplug for x86_64Ashok Raj1-0/+1
2006-09-26[PATCH] Auto size the per cpu area.Eric W. Biederman1-0/+10
2006-09-26[PATCH] i386: Descriptor and trap table cleanups.Rusty Russell1-45/+76
2006-09-26[PATCH] i386: Make enable_local_apic staticAdrian Bunk1-12/+0
2006-09-26[PATCH] x86: error_code is not safe for kprobesPrasanna S.P1-1/+5
2006-09-26[PATCH] i386: Get ebp from unwinder state when continuing fallback backtraceAndi Kleen1-0/+3
2006-09-26[PATCH] i386: Do stacktracer conversion tooAndi Kleen1-0/+1
2006-09-26[PATCH] Merge stacktrace and show_traceAndi Kleen1-0/+18
2006-09-26[PATCH] Don't access the APIC in safe_smp_processor_id when it is not mapped yetAndi Kleen1-0/+1
2006-09-26[PATCH] x86: Some preparationary cleanup for stack traceAndi Kleen1-3/+4
2006-09-26[PATCH] x86: Remove unneeded externs in acpi/boot.cAndi Kleen1-0/+2
2006-09-26[PATCH] Convert x86-64 to early paramAndi Kleen4-16/+2
2006-09-26[PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell4-18/+13
2006-09-26[PATCH] i386: Clean up spin/rwlocksAndi Kleen2-77/+68
2006-09-26[PATCH] Clean up spin/rwlocksAndi Kleen2-44/+41
2006-09-26[PATCH] Don't use lock section for mutexes and semaphoresAndi Kleen3-45/+24
2006-09-26[PATCH] i386: Remove lock section support in semaphore.hAndi Kleen1-32/+17
2006-09-26[PATCH] i386: Remove lock section support in rwsem.hAndi Kleen1-50/+12
2006-09-26[PATCH] i386: Remove lock section support in mutex.hAndi Kleen1-12/+4
2006-09-26[PATCH] Calgary IOMMU: consolidate per bus data structuresMuli Ben-Yehuda1-1/+0
2006-09-26[PATCH] Calgary IOMMU: rearrange 'struct iommu_table' membersMuli Ben-Yehuda1-3/+3
2006-09-26[PATCH] remove int_delivery_destJan Beulich2-2/+0
2006-09-26[PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen1-1/+1
2006-09-26[PATCH] Replace mp bus array with bitmap for bus not pciAndi Kleen1-7/+1
2006-09-26[PATCH] Move early chipset quirks out to new fileAndi Kleen1-1/+1
2006-09-26[PATCH] Remove obsolete PIC modeAndi Kleen2-2/+0
2006-09-26[PATCH] i386: Minor fixes & cleanup to tlb flushAndi Kleen1-3/+1
2006-09-26[PATCH] Clean up and minor fixes to TLB flushAndi Kleen2-37/+35
2006-09-26[PATCH] Remove all ifdefs for local/io apicAndi Kleen6-22/+0
2006-09-26[PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen3-0/+36
2006-09-26[PATCH] i386: add alternative-asm.h to allow LOCK_PREFIX replacement in .S filesAndi Kleen1-0/+14
2006-09-26[PATCH] Add proper alignment to ENTRYAndi Kleen1-1/+1
2006-09-26[PATCH] i386: Remove const case for rwlocksAndi Kleen1-36/+2
2006-09-26[PATCH] Clean up read write lock assemblyAndi Kleen2-67/+12
2006-09-26[PATCH] Support patchable lock prefix for pure assembly filesAndi Kleen1-0/+14
2006-09-26[PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen1-4/+0
2006-09-26[PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxswStephane Eranian1-0/+7
2006-09-26[PATCH] Clean up asm/smp.h includesAndi Kleen1-12/+0
2006-09-26[PATCH] x86: Add portable getcpu callAndi Kleen2-1/+4
2006-09-26[PATCH] Add the vgetcpu vsyscallVojtech Pavlik4-5/+37