summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 3452/1: [S3C2410] RX3715 - add nand informationBen Dooks2006-04-021-0/+35
* [ARM] 3449/1: [S3C2410] Anubis - fix NAND timingsBen Dooks2006-04-021-2/+2
* [ARM] 3448/1: [S3C2410] Settle delay when _enabling_ USB PLLBen Dooks2006-04-021-1/+1
* [ARM] 3442/1: [S3C2410] SMDK: NAND device setupBen Dooks2006-04-021-1/+84
* [ARM] 3447/1: [S3C2410] SMDK - default LEDs to offBen Dooks2006-04-021-4/+4
* [ARM] 3439/2: xsc3: add I/O coherency supportLennert Buytenhek2006-04-025-1/+38
* [ARM] 3440/1: [S3C2410] make SMDK2410 and SMDK2440 similarities commonBen Dooks2006-04-016-21/+84
* [ARM] 3438/1: ixp23xx: add pci slave supportLennert Buytenhek2006-04-012-1/+20
* [ARM] 3436/1: 2.6.16-git18: collie_defconfig brokenPavel Machek2006-04-011-1/+71
* [ARM] 3437/1: Kill duplicate exports of string library functionsKomal Shah2006-04-011-13/+0
* 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
OpenPOWER on IntegriCloud