summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-03-307-123/+195
|\
| * [IA64] ioremap() should prefer WB over UCBjorn Helgaas2006-03-301-3/+3
| * [IA64] Add __mca_table to the DISCARD list in gate.ldsJes Sorensen2006-03-301-0/+1
| * [IA64] Move __mca_table out of the __init sectionRuss Anderson2006-03-291-9/+9
| * [IA64] simplify some condition checks in iosapic_check_gsi_rangeSatoru Takeuchi2006-03-281-4/+1
| * [IA64] correct some messages and fixes some minor thingsSatoru Takeuchi2006-03-281-99/+161
| * [IA64-SGI] fix for-loop in sn_hwperf_geoid_to_cnode()Dean Roe2006-03-281-1/+5
| * [IA64-SGI] sn_hwperf use of num_online_cpus()hawkes@sgi.com2006-03-271-1/+1
| * [IA64] optimize flush_tlb_range on large numa boxChen, Kenneth W2006-03-271-5/+7
| * [IA64] lazy_mmu_prot_update needs to be aware of huge pagesZhang, Yanmin2006-03-271-1/+7
* | [PATCH] Introduce sys_splice() system callJens Axboe2006-03-302-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-03-29209-11198/+2599
|\ \
| * | [PATCH] powerpc: Remove oprofile spinlock backtrace codeAnton Blanchard2006-03-292-41/+9
| * | [PATCH] powerpc: Add oprofile calltrace support to all powerpc cpusAnton Blanchard2006-03-293-5/+8
| * | [PATCH] powerpc: Add oprofile calltrace supportBrian Rogan2006-03-294-4/+130
| * | [PATCH] for_each_possible_cpu: ppcKAMEZAWA Hiroyuki2006-03-292-2/+2
| * | [PATCH] for_each_possible_cpu: powerpcKAMEZAWA Hiroyuki2006-03-2913-20/+20
| * | [PATCH] lock PTE before updating it in 440/BookE page fault handlerEugene Surovegin2006-03-294-30/+42
| * | Merge ../linux-2.6Paul Mackerras2006-03-29157-1448/+5236
| |\ \
| * | | [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-2834-466/+456
| * | | ppc: Fix compile error in arch/ppc/lib/strcase.cPaul Mackerras2006-03-281-0/+1
| * | | [PATCH] powerpc: a couple of trivial compile warning fixesStephen Rothwell2006-03-282-3/+4
| * | | Merge branch '85xx' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/po...Paul Mackerras2006-03-2859-35/+28
| |\ \ \
| | * | | powerpc: remove OCP referencesKumar Gala2006-03-272-11/+0
| | * | | powerpc: Make uImage default build output for MPC8540 ADSKumar Gala2006-03-272-18/+26
| | * | | powerpc: move math-emu over to arch/powerpcKumar Gala2006-03-2755-6/+2
| * | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/po...Paul Mackerras2006-03-282-14/+2
| |\ \ \ \
| | * | | | powerpc: use memparse() for mem= command line parsingKumar Gala2006-03-271-13/+1
| | * | | | ppc: fix strncasecmp prototypeKumar Gala2006-03-271-1/+1
| | |/ / /
| * | | | [PATCH] powerpc: make ISA floppies work againStephen Rothwell2006-03-281-0/+1
| * | | | [PATCH] powerpc: Fix some initcall return valuesAnton Blanchard2006-03-282-4/+4
| * | | | [PATCH] powerpc: Workaround for pSeries RTAS bugMike Kravetz2006-03-281-0/+6
| * | | | [PATCH] spufs: fix __init/__exit annotationsArnd Bergmann2006-03-281-2/+2
| * | | | [PATCH] powerpc: hvc_console updatesRyan S. Arnold2006-03-281-0/+5
| * | | | [PATCH] powerpc: fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER2006-03-281-1/+1
| * | | | [PATCH] powerpc: Rename and export ppc64_firmware_featuresMichael Ellerman2006-03-284-5/+7
| * | | | [PATCH] powerpc: export validate_sp for oprofile calltraceAnton Blanchard2006-03-281-1/+3
| * | | | ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppcPaul Mackerras2006-03-2842-9538/+47
| |/ / /
| * | | powerpc: Fix goof in 6xx and POWER4 idle power-save functionsPaul Mackerras2006-03-282-21/+5
| * | | powerpc: Fix event-scan code for 32-bit CHRPPaul Mackerras2006-03-272-20/+46
| * | | ppc: Remove duplicate exports of __down, __up etc.Paul Mackerras2006-03-271-4/+0
| * | | powerpc: Don't compile in arch/ppc/kernel for 32-bit ARCH=powerpcPaul Mackerras2006-03-272-10/+0
| * | | powerpc: Move perfmon_fsl_booke.c over to arch/powerpcPaul Mackerras2006-03-273-6/+1
| * | | powerpc: Move module.c over to arch/powerpcPaul Mackerras2006-03-273-2/+4
| * | | powerpc: Move swsusp.S over to arch/powerpcPaul Mackerras2006-03-272-2/+0
| * | | powerpc: Move cpu_setup_6xx.S and temp.c over to arch/powerpcPaul Mackerras2006-03-275-7/+4
| * | | powerpc: Move l2cr.S over to arch/powerpcPaul Mackerras2006-03-273-3/+3
| * | | powerpc: Simplify pSeries idle loopPaul Mackerras2006-03-271-120/+70
| * | | powerpc: Unify the 32 and 64 bit idle loopsPaul Mackerras2006-03-2715-529/+61
| * | | [PATCH] ppc32: Reorganize and complete MPC52xx initial cpu setupSylvain Munaut2006-03-272-28/+58
OpenPOWER on IntegriCloud