summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-2931-100/+151
|\
| * [PATCH] i386: export memory more than 4G through /proc/iomemVivek Goyal2006-06-271-0/+2
| * [PATCH] 64bit Resource: finally enable 64bit resource sizesGreg Kroah-Hartman2006-06-271-0/+1
| * [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-2721-45/+46
| * [PATCH] 64bit resource: change resource core to use resource_size_tGreg Kroah-Hartman2006-06-271-2/+2
| * [PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman2006-06-279-48/+65
| * [PATCH] 64bit resource: C99 changes for struct resource declarationsGreg Kroah-Hartman2006-06-271-6/+36
* | [PATCH] genirq MSI fixesIngo Molnar2006-06-291-0/+5
* | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-295-10/+33
* | [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar2006-06-295-0/+21
* | [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2006-06-291-1/+1
* | [PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar2006-06-297-15/+15
* | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-2910-16/+16
* | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-29135-322/+326
* | [PATCH] arch/i386/mach-visws/setup.c: remove dummy function callsAdrian Bunk2006-06-291-4/+0
* | [PATCH] sparc: register_cpu() build fixAndrew Morton2006-06-291-1/+1
* | [PATCH] solve config broken: undefined reference to `online_page'Yasunori Goto2006-06-294-0/+11
* | [PATCH] fix sgivwfb compileAdrian Bunk2006-06-291-2/+2
* | Merge branch 'nommu' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-2824-94/+297
|\ \
| * | [ARM] nommu: backtrace code must not reference a discarded sectionRussell King2006-06-281-4/+1
| * | [ARM] nommu: Initial uCLinux support for MMU-based CPUsHyok S. Choi2006-06-2813-0/+129
| * | [ARM] nommu: prevent Xscale-based machines being selectedRussell King2006-06-281-0/+5
| * | [ARM] nommu: export flush_dcache_page()Hyok S. Choi2006-06-281-0/+1
| * | [ARM] nommu: remove fault-armv, mmap and mm-armv files from nommu buildRussell King2006-06-281-4/+4
| * | [ARM] Remove TABLE_SIZE, and several unused function prototypesRussell King2006-06-281-2/+0
| * | [ARM] nommu: Provide a simple flush_dcache_page implementationRussell King2006-06-282-2/+10
| * | [ARM] nommu: add arch/arm/Kconfig-nommu to Kconfig filesHyok S. Choi2006-06-281-0/+4
| * | [ARM] nommu: add stubs for ioremap and friendsRussell King2006-06-284-48/+92
| * | [ARM] nommu: avoid selecting TLB and CPU specific copy codeHyok S. Choi2006-06-281-29/+32
| * | [ARM] nommu: uaccess tweaksRussell King2006-06-283-7/+21
| * | [ARM] nommu: we need the TLS register emulation for nommu modeRussell King2006-06-281-3/+3
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-2824-25/+575
|\ \ \
| * | | [ARM] 3672/1: PXA: don't probe output GPIOs for interruptGuennadi Liakhovetski2006-06-281-2/+2
| * | | [ARM] 3671/1: ep93xx: add cirrus logic edb9315 supportLennert Buytenhek2006-06-283-0/+69
| * | | [ARM] 3370/2: ep93xx: add crunch supportLennert Buytenhek2006-06-286-0/+405
| * | | [ARM] 3665/1: crunch: add ptrace supportLennert Buytenhek2006-06-281-0/+36
| * | | [ARM] 3664/1: crunch: add signal frame save/restoreLennert Buytenhek2006-06-281-0/+39
| * | | [ARM] 3663/1: fix resource->end off-by-one thinko during physmap conversionLennert Buytenhek2006-06-285-5/+5
| * | | [ARM] 3658/1: S3C244X: Change usb-gadget name to s3c2440-usbgadgetBen Dooks2006-06-281-0/+1
| |/ /
| * | [ARM] Remove the __arch_* layer from uaccess.hRussell King2006-06-287-18/+18
* | | [PATCH] m68knommu: remove fixed ROM region setups from linker scriptGreg Ungerer2006-06-281-60/+6
* | | [PATCH] m68knommu: configuration options for ROM regionGreg Ungerer2006-06-281-0/+53
* | | [PATCH] m68knommu: fix 68EZ328/config.c asmGreg Ungerer2006-06-281-7/+7
* | | [PATCH] m68knommu: fix 68VZ328/config.c asmGreg Ungerer2006-06-281-7/+7
* | | [PATCH] m68knommu: fix 68360/config.c asmGreg Ungerer2006-06-281-7/+7
* | | [PATCH] m68knommu: include irqnode.h in 68360/ints.cGreg Ungerer2006-06-281-0/+1
* | | [PATCH] m68knommu: build support for 68328 romvec.SGreg Ungerer2006-06-281-0/+1
* | | [PATCH] m68knommu: remove romvec asm code from ints.cGreg Ungerer2006-06-281-19/+1
* | | [PATCH] m68knommu: create romvec.S for 68328Greg Ungerer2006-06-281-0/+37
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-06-284-6/+12
|\ \ \
OpenPOWER on IntegriCloud