summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Manual merge with Linus.Dmitry Torokhov2006-04-021250-27491/+36633
|\
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-3111-214/+474
| |\
| | * [ARM] 3425/1: xsc3: need to include pgtable-hwdef.hLennert Buytenhek2006-03-301-0/+1
| | * [ARM] 3420/1: Missing clobber in example codePaul Brook2006-03-281-1/+1
| | * Merge nommu treeRussell King2006-03-289-213/+472
| | |\
| | | * [ARM] nommu: fixups for the exception vectorsHyok S. Choi2006-03-274-5/+31
| | | * [ARM] nommu: add nommu specific Kconfig and MMUEXT variable in MakefileHyok S. Choi2006-03-272-1/+33
| | | * [ARM] nommu: start-up codeHyok S. Choi2006-03-274-207/+302
| | | * [ARM] nommu: MPU support in boot/compressed/head.SHyok S. Choi2006-03-271-0/+106
| * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-03-313-5/+372
| |\ \ \
| | * | | [IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibilityTony Luck2006-03-312-5/+5
| | * | | [IA64] Export cpu cache info by sysfsZhang, Yanmin2006-03-301-0/+367
| * | | | [PATCH] unexport get_wchanAdrian Bunk2006-03-3112-19/+0
| * | | | [PATCH] backlight: corgi_bl: Generalise to support other Sharp SL hardwareRichard Purdie2006-03-312-0/+4
| * | | | [PATCH] LED: add device support for tosaDirk Opfer2006-03-311-0/+9
| * | | | [PATCH] LED: add LED device support for the zaurus corgi and spitz modelsRichard Purdie2006-03-312-0/+18
| * | | | [PATCH] LED: add sharp charger status LED triggerRichard Purdie2006-03-311-2/+8
| * | | | [PATCH] LED: add LED classRichard Purdie2006-03-311-0/+2
| * | | | [PATCH] sys_sync_file_range()Andrew Morton2006-03-311-0/+1
| * | | | [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-3117-29/+29
| * | | | [PATCH] Mark unwind info for signal trampolines in vDSOsJakub Jelinek2006-03-314-5/+24
| * | | | [PATCH] for_each_possible_cpu: s390KAMEZAWA Hiroyuki2006-03-311-3/+3
| * | | | [PATCH] uml: check for differences in host supportPaolo 'Blaisorblade' Giarrusso2006-03-317-5/+97
| * | | | [PATCH] uml: add arch_switch_to for newly forked threadPaolo 'Blaisorblade' Giarrusso2006-03-313-4/+25
| * | | | [PATCH] uml: tls support: hack to make it compile on any hostPaolo 'Blaisorblade' Giarrusso2006-03-314-11/+68
| * | | | [PATCH] uml: implement {get,set}_thread_area for i386Paolo 'Blaisorblade' Giarrusso2006-03-3114-23/+470
| * | | | [PATCH] uml: clean arch_switch usagePaolo 'Blaisorblade' Giarrusso2006-03-316-6/+35
| * | | | [PATCH] uml: split ldt.h in arch-independent and arch-dependant codePaolo 'Blaisorblade' Giarrusso2006-03-311-1/+1
| * | | | [PATCH] uml: idle thread needn't take access to init_mmPaolo 'Blaisorblade' Giarrusso2006-03-311-4/+0
| * | | | [PATCH] uml: fix min usageAl Viro2006-03-311-1/+1
| * | | | [PATCH] uml: remove unused make variablesAl Viro2006-03-311-3/+0
| * | | | [PATCH] uml: sparse cleanupsAl Viro2006-03-3113-90/+83
| * | | | [PATCH] uml: kconfigsAl Viro2006-03-311-0/+3
| * | | | [PATCH] uml: eliminate duplicate mrpropered filesAl Viro2006-03-311-2/+1
| * | | | [PATCH] uml: clean up remapping code build magicAl Viro2006-03-314-27/+7
| * | | | [PATCH] uml: eliminate symlinks to host archAl Viro2006-03-314-54/+19
| * | | | [PATCH] uml: fix initcall return valuesJeff Dike2006-03-318-85/+8
| * | | | [PATCH] uml: redeclare highmemJeff Dike2006-03-312-2/+2
| * | | | [PATCH] UML: Hotplug memory, take 2Jeff Dike2006-03-316-47/+185
| * | | | [PATCH] i386 kdump timer vector lockup fixVivek Goyal2006-03-311-0/+20
| * | | | [PATCH] for_each_possible_cpu: shKAMEZAWA Hiroyuki2006-03-311-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-03-3016-386/+361
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [PARISC] Enabled some NLS modules in a500, b180 and c3000 defconfigsStuart Brady2006-03-303-14/+14
| | * | | [PARISC] Kill duplicated EXPORT_SYMBOL warningsKyle McMartin2006-03-301-17/+0
| | * | | [PARISC] Move ioremap EXPORT_SYMBOL from parisc_ksyms.cKyle McMartin2006-03-302-2/+2
| | * | | [PARISC] Update defconfigsHelge Deller2006-03-303-279/+286
| | * | | [PARISC] Add PREEMPT supportKyle McMartin2006-03-302-8/+37
| | * | | [PARISC] Fixup CONFIG_EISA a bitHelge Deller2006-03-301-5/+3
| | * | | [PARISC] getsockopt should be ENTRY_COMPKyle McMartin2006-03-301-1/+1
| | * | | [PARISC] Remove obsolete CONFIG_DEBUG_IOREMAPHelge Deller2006-03-302-28/+0
OpenPOWER on IntegriCloud