aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-24use generic_access_phys for /dev/mem mappingsRik van Riel1-0/+1
2008-07-24access_process_vm device memory infrastructureRik van Riel3-0/+12
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner12-51/+35
2008-07-24add HAVE_CLK to Kconfig, for driver dependenciesDavid Brownell5-0/+23
2008-07-24Remove use of asm/semaphore.hMatthew Wilcox1-1/+1
2008-07-24x86: BUILD_IRQ say .text to avoid .data.percpuHugh Dickins1-1/+1
2008-07-24xen: don't use sysret for sysexit32Jeremy Fitzhardinge1-1/+1
2008-07-24x86: call early_cpu_init at the same pointJeremy Fitzhardinge1-4/+1
2008-07-23Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-rolandLinus Torvalds3-11/+190
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-6/+0
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds18-116/+172
2008-07-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds49-507/+5079
2008-07-23i386 syscall audit fast-pathRoland McGrath1-2/+53
2008-07-23x86_64 ia32 syscall audit fast-pathRoland McGrath2-4/+88
2008-07-23x86_64 syscall audit fast-pathRoland McGrath1-0/+48
2008-07-23x86_64: remove bogus optimization in sysret_signalRoland McGrath1-5/+1
2008-07-23sparc64: Fix cpufreq notifier registry.David S. Miller1-5/+10
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-13/+14
2008-07-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds11-66/+628
2008-07-23UML - Fix boot crashJeff Dike1-0/+8
2008-07-23kgdb, powerpc: arch specific powerpc kgdb supportJason Wessel6-66/+418
2008-07-23kgdb: support for ARCH=armJason Wessel5-0/+210
2008-07-23arch/mips/kernel/stacktrace.c: Heiko can't typeAndrew Morton1-1/+1
2008-07-23leds: Add pca9532 platform data for Thecus N2100Riku Voipio1-0/+52
2008-07-22sparc64: Fix lockdep issues in LDC protocol layer.David S. Miller2-20/+28
2008-07-23m68knommu: put ColdFire head code into .text.head sectionGreg Ungerer2-1/+3
2008-07-23m68knommu: MCF5307 PIT GENERIC_CLOCKEVENTS supportSebastian Siewior3-13/+91
2008-07-23m68knommu: add ffs and __ffs plattform which support ISA A+ or ISA CSebastian Siewior1-4/+7
2008-07-23m68knommu: add sched_clock() for the DMA timerSebastian Siewior1-0/+16
2008-07-23m68knommu: complete generic timeSebastian Siewior2-28/+14
2008-07-23m68knommu: move code within time.cSebastian Siewior1-14/+26
2008-07-23m68knommu: m68knommu: add old stack trace methodSebastian Siewior1-3/+35
2008-07-23m68knommu: Add Coldfire DMA Timer supportSebastian Siewior2-1/+69
2008-07-23m68knommu: defconfig for M5407C3 boardGreg Ungerer1-0/+641
2008-07-23m68knommu: defconfig for M5307C3 boardGreg Ungerer1-0/+580
2008-07-23m68knommu: defconfig for M5275EVB boardGreg Ungerer1-0/+627
2008-07-23m68knommu: defconfig for M5249EVB boardGreg Ungerer1-0/+497
2008-07-23m68knommu: change to a configs directory for board configurationsGreg Ungerer1-0/+610
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+1
2008-07-22sparc32: pass -m32 when building vmlinux.ldsStephen Rothwell1-0/+1
2008-07-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-17/+17
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds4-10/+7
2008-07-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds76-714/+5724
2008-07-22x86: fix crash due to missing debugctlmsr on AMD K6-3Jan Kratochvil1-1/+1
2008-07-22remove CONFIG_KMOD from sparc64Johannes Berg2-6/+3
2008-07-22remove mention of CONFIG_KMOD from documentationJohannes Berg2-4/+4
2008-07-22x86: add PTE_FLAGS_MASKJeremy Fitzhardinge2-5/+5
2008-07-22x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge3-10/+10
2008-07-22x86: fix pte_flags() to only return flags, fix lguest (updated)Rusty Russell1-1/+1
2008-07-22Merge commit 'origin/master'Benjamin Herrenschmidt293-3852/+9196