summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-06-11sh: sh7722 mode pin definitionsMagnus Damm1-0/+14
2009-06-11sh: sh7724 mode pin commentsMagnus Damm1-0/+14
2009-06-11sh: sh7723 mode pin V2Magnus Damm1-0/+14
2009-06-11sh: rework mode pin codeMagnus Damm5-28/+46
2009-06-11sh: clock div6 helper codeMagnus Damm2-6/+75
2009-06-11sh: clock div4 frequency table offset fixMagnus Damm1-2/+3
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt284-5235/+7194
2009-06-11m68knommu: remove unecessary include of thread_info.h in entry.SGreg Ungerer1-1/+0
2009-06-11m68knommu: enumerate INIT_THREAD fields properlyGreg Ungerer1-4/+4
2009-06-11headers_check fix: m68k, swab.hJaswinder Singh Rajput1-1/+1
2009-06-11arch/m68knommu: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(Joe Perches2-12/+8
2009-06-11m68knommu: remove obsolete reset codeGreg Ungerer2-105/+0
2009-06-11m68knommu: move CPU reset code for the 5272 ColdFire into its platform codeGreg Ungerer1-4/+14
2009-06-11m68knommu: move CPU reset code for the 528x ColdFire into its platform codeGreg Ungerer2-4/+17
2009-06-11m68knommu: move CPU reset code for the 527x ColdFire into its platform codeGreg Ungerer2-6/+18
2009-06-11m68knommu: move CPU reset code for the 523x ColdFire into its platform codeGreg Ungerer2-6/+17
2009-06-11m68knommu: move CPU reset code for the 520x ColdFire into its platform codeGreg Ungerer2-6/+18
2009-06-11m68knommu: add CPU reset code for the 532x ColdFireGreg Ungerer2-3/+21
2009-06-11m68knommu: add CPU reset code for the 5249 ColdFireGreg Ungerer1-6/+12
2009-06-11m68knommu: add CPU reset code for the 5206e ColdFireGreg Ungerer1-6/+12
2009-06-11m68knommu: add CPU reset code for the 5206 ColdFireGreg Ungerer1-6/+12
2009-06-11m68knommu: add CPU reset code for the 5407 ColdFireGreg Ungerer1-4/+12
2009-06-11m68knommu: add CPU reset code for the 5307 ColdFireGreg Ungerer1-4/+12
2009-06-11m68knommu: merge system reset for code ColdFire 523x familyGreg Ungerer1-11/+2
2009-06-11m68knommu: fix system reset for ColdFire 527x familyGreg Ungerer1-8/+8
2009-06-11Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-466/+1444
2009-06-11Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+23
2009-06-11Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-0/+5
2009-06-11perf_counter: Accurate period dataPeter Zijlstra2-6/+18
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra2-7/+18
2009-06-11Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-330/+622
2009-06-11Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2009-06-11Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds20-103/+157
2009-06-11Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+10
2009-06-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-29/+66
2009-06-11Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-355/+489
2009-06-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds21-316/+208
2009-06-11Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-248/+266
2009-06-11Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+16
2009-06-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-502/+219
2009-06-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds29-85/+78
2009-06-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-38/+28
2009-06-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2009-06-11Revert "x86, bts: reenable ptrace branch trace support"Ingo Molnar1-0/+1
2009-06-11Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-956/+1092
2009-06-11Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds58-1143/+1072
2009-06-11CPUFREQ: Mark e_powersaver driver as EXPERIMENTAL and DANGEROUSHarald Welte1-3/+6
2009-06-11CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUsHarald Welte1-5/+1
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra1-2/+3
2009-06-10perf_counter/x86: Fix the model number of Intel Core2 processorsYong Wang1-1/+4