summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86 boot: remove some unused extern function declarationsPaul Jackson2008-05-251-1/+1
* x86: mtrr cleanup for converting continuous to discrete layout - fix #2Yinghai Lu2008-05-251-31/+48
* x86: amd opteron TOM2 mask val fixYinghai Lu2008-05-252-3/+3
* x86: make e820.c to have common functionsYinghai Lu2008-05-255-852/+482
* x86: process fam 10h like k8 with fixed mtrr settingYinghai Lu2008-05-251-1/+1
* x86: mtrr cleanup for converting continuous to discrete - auto detect v4Yinghai Lu2008-05-252-146/+473
* x86: mtrr cleanup for converting continuous to discrete layout v8 - fixYinghai Lu2008-05-252-79/+94
* x86: fix trimming e820 with MTRR holes. - fixYinghai Lu2008-05-253-31/+19
* x86: fix trimming e820 with MTRR holes.Yinghai Lu2008-05-253-19/+95
* x86: mtrr cleanup for converting continuous to discrete layout, v8Yinghai Lu2008-05-254-14/+514
* x86: move i386 memory setup code to e820_32.cAlexander van Heukelum2008-05-252-50/+60
* x86: fix sparse warning in mtrr/generic.cThomas Gleixner2008-05-251-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-214-21/+40
|\
| * sparc64: Prevent stack backtrace false positives on trap frames.David S. Miller2008-05-211-0/+1
| * sparc64: Fix stack tracing through trap frames.David S. Miller2008-05-212-10/+14
| * sparc64: Fix kernel thread stack termination.David S. Miller2008-05-211-11/+25
* | provide out-of-line strcat() for m68kAl Viro2008-05-211-0/+6
* | MODULE_LICENSE expects "GPL v2", not "GPLv2"Al Viro2008-05-211-1/+1
* | thanks to net/mac80211 we need to pull drivers/leds/Kconfig on umlAl Viro2008-05-211-0/+2
* | missing export of csum_partial() on uml/amd64Al Viro2008-05-211-2/+4
* | uml: add missing exports for UML_RANDOM=mAl Viro2008-05-211-0/+5
* | fix include order in sys-i386/registers.cAl Viro2008-05-211-0/+1
* | missed kmalloc() in pcap_user.cAl Viro2008-05-211-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-2097-97/+239
|\ \ | |/
| * sparc64: Add global register dumping facility.David S. Miller2008-05-203-2/+154
| * sparc: remove CVS keywordsAdrian Bunk2008-05-2060-60/+54
| * sparc64: remove CVS keywordsAdrian Bunk2008-05-2035-35/+31
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-05-201-4/+4
|\ \
| * | PCI: Correct last two HP entries in the bfsort whitelistTony Camuso2008-05-191-4/+4
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-05-2010-547/+657
|\ \ \ | |_|/ |/| |
| * | [POWERPC] Update defconfigs for desktop/server systemsPaul Mackerras2008-05-206-533/+637
| * | Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2008-05-203-12/+20
| |\ \
| | * | [POWERPC] Fix mpc8377_mds.dts DMA nodes to match specKumar Gala2008-05-201-5/+13
| | * | [POWERPC] Update arch/powerpc/boot/.gitignoreKumar Gala2008-05-201-5/+3
| | * | [POWERPC] Remove generated files on make cleanKumar Gala2008-05-201-2/+4
| * | | [POWERPC] powerpc/mm/hash_low_32.S: Remove CVS keywordAdrian Bunk2008-05-201-2/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-1923-23/+0
|\ \ \ \
| * | | | [PATCH] take init_files to fs/file.cAl Viro2008-05-1623-23/+0
| | |_|/ | |/| |
* | | | Merge branch 'for-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2008-05-191-0/+21
|\ \ \ \ | | |/ / | |/| |
| * | | [POWERPC] 4xx: Workaround for CHIP_11 ErrataJosh Boyer2008-05-191-0/+21
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-05-1912-388/+524
|\ \ \
| * | | Blackfin arch: update boards defconfig filesMichael Hennerich2008-05-193-343/+423
| * | | Blackfin arch: IO Port functions to read/write unalligned memoryMichael Hennerich2008-05-173-4/+35
| * | | Blackfin arch: enable a choice to provide 4M DMA memoryCliff Cai2008-05-171-0/+2
| * | | Blackfin arch: cleanup the icplb/dcplb multiple hit checksMike Frysinger2008-05-171-10/+10
| * | | Blackfin arch: Add workaround to read edge triggered GPIOsMichael Hennerich2008-05-171-0/+19
| * | | Blackfin arch: Check for Anomaly 05000182Michael Hennerich2008-05-171-0/+11
| * | | [Blackfin] arch: rename bf5xx-flash to bfin-async-flashMike Frysinger2008-05-132-20/+14
| * | | [Blackfin] arch: Blackfin checksum annotationsAl Viro2008-05-121-11/+10
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-05-197-27/+45
|\ \ \
OpenPOWER on IntegriCloud