aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds317-1339/+6063
2006-03-23[PATCH] powerpc: tidy-up of_register_driver()/driver_register() return valuesBjorn Helgaas1-4/+1
2006-03-23[PATCH] powerpc: Fix warning in add_memoryAndrew Morton1-1/+1
2006-03-22Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds81-3392/+2171
2006-03-22[ARM] 3389/1: typo and grammar fixErik Hovland1-1/+1
2006-03-22[ARM] 3386/1: AT91RM9200 Clock updateAndrew Victor1-12/+73
2006-03-22[ARM] 3384/1: AT91RM9200: TimerAndrew Victor1-2/+2
2006-03-22[ARM] 3382/1: ixp2000: unify defconfigsLennert Buytenhek5-3916/+46
2006-03-22[ARM] 3378/1: ixp2000: fix gpio interrupt handlingLennert Buytenhek1-12/+1
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds1-2/+2
2006-03-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds14-180/+422
2006-03-22[PATCH] hugepage: is_aligned_hugepage_range() cleanupDavid Gibson6-65/+3
2006-03-22[PATCH] Uninline sys_mmap common code (reduce binary size)Michael Buesch1-16/+9
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin35-65/+65
2006-03-22[PATCH] remove set_page_count(page, 0) users (outside mm)Nick Piggin2-3/+3
2006-03-22[PATCH] x86_64: pageattr remove __put_pageNick Piggin1-9/+14
2006-03-22[PATCH] x86_64: pageattr use single listNick Piggin1-28/+14
2006-03-22[PATCH] i386: pageattr remove __put_pageNick Piggin1-7/+13
2006-03-22[PATCH] on_each_cpu(): disable local interruptsAndrew Morton1-16/+12
2006-03-22[PATCH] mm: split highorder pagesNick Piggin6-18/+12
2006-03-22[PATCH] xtensa: pgtable fixesNick Piggin1-8/+8
2006-03-22[PATCH] multiple exports of strpbrkAndrew Morton4-0/+4
2006-03-22[PATCH] x86: mark cyc2ns_scale readmostlyRavikiran G Thirumalai3-3/+3
2006-03-22[PATCH] efi_call_phys_epilog() warning fixAndrew Morton1-1/+1
2006-03-22[ARM] Quieten spurious IRQ detectionRussell King1-3/+8
2006-03-22Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJaroslav Kysela132-3240/+3412
2006-03-22[ALSA] Fix snd_xxx_t typedefsTakashi Iwai1-2/+2
2006-03-22[SPARC64]: Add a secondary TSB for hugepage mappings.David S. Miller8-171/+401
2006-03-22[SPARC]: Respect vm_page_prot in io_remap_page_range().David S. Miller6-9/+21
2006-03-22[PATCH] powerpc: Remove calculation of io holeMichael Ellerman2-50/+0
2006-03-22[PATCH] powerpc: iseries: Add bootargs to /chosenMichael Ellerman1-0/+1
2006-03-22[PATCH] powerpc: iseries: Add /system-id, /model and /compatibleMichael Ellerman1-0/+20
2006-03-22[PATCH] powerpc: Add strne2a() to convert a string from EBCDIC to ASCIIMichael Ellerman1-0/+10
2006-03-22[PATCH] powerpc: iseries: Make more stuff static in platforms/iseries/mf.cMichael Ellerman1-39/+39
2006-03-22[PATCH] powerpc: iseries: Remove pointless iSeries_(restart|power_off|halt)Michael Ellerman2-28/+4
2006-03-22[PATCH] powerpc: iseries: mf related cleanupsMichael Ellerman2-19/+24
2006-03-22[PATCH] powerpc: Replace platform_is_lpar() with a firmware featureMichael Ellerman7-13/+22
2006-03-22[PATCH] powerpc: Remove unused iommu_off logic from pSeries_init_early()Michael Ellerman1-6/+1
2006-03-22[PATCH] powerpc: Unconfuse htab_bolt_mapping() callersMichael Ellerman1-13/+14
2006-03-22[PATCH] powerpc numa: Consolidate assignment of cpus to nodesNathan Lynch1-7/+3
2006-03-22[PATCH] powerpc numa: Support sparse online node mapNathan Lynch1-52/+43
2006-03-22[PATCH] powerpc numa: Consolidate handling of Power4 special caseNathan Lynch1-12/+11
2006-03-22[PATCH] powerpc numa: Get rid of "numa domain" terminologyNathan Lynch1-39/+39
2006-03-22[PATCH] powerpc numa: Minor cpu hotplug-related cleanupsNathan Lynch1-3/+3
2006-03-22[PATCH] powerpc numa: Minor debugging code changesNathan Lynch1-3/+5
2006-03-22[PATCH] powerpc numa: fix boot_cpuid always assigned to node 0Nathan Lynch1-3/+3
2006-03-22Merge branch '85xx' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpcPaul Mackerras5-25/+166
2006-03-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds22-235/+725
2006-03-21[ARM] Use kcalloc to allocate counter_config array rather than kmallocRussell King1-1/+1
2006-03-21[ARM] Oprofile: dynamically allocate counter_configRussell King2-3/+10