summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | sparc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-2/+2
* | | | | | sh: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-264-4/+8
* | | | | | s390: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-3/+4
* | | | | | powerpc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-266-6/+11
* | | | | | mn10300: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-5/+3
* | | | | | m68k: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-264-4/+4
* | | | | | m32r: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-2/+2
* | | | | | frv: convert frv to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-2/+3
* | | | | | alpha: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-2/+3
* | | | | | xtensa: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-3/+4
* | | | | | Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-04-2418-51/+60
|\ \ \ \ \ \
| * | | | | | microblaze: add parameter to microblaze_read()Coly Li2009-04-231-1/+1
| * | | | | | microblaze: Use CFLAGS_KERNEL instead of CFLAGSMichal Simek2009-04-231-4/+2
| * | | | | | microblaze: Add STATE_SAVE_ARG_SPACE for noMMU kernel tooMichal Simek2009-04-233-4/+15
| * | | | | | microblaze: Do not check use_dcacheMichal Simek2009-04-231-3/+0
| * | | | | | microblaze: Do not use PVR configuration for broken MB versionMichal Simek2009-04-232-3/+8
| * | | | | | microblaze: Fix USR1/2 pvr printing messageMichal Simek2009-04-231-2/+2
| * | | | | | microblaze: iowrite upon timeoutRoel Kluin2009-04-231-1/+1
| * | | | | | microblaze: Correspond CONFIG...PCMP in Makefile/KconfigMichal Simek2009-04-231-1/+1
| * | | | | | microblaze: Remove redundant variableMichal Simek2009-04-231-4/+1
| * | | | | | microblaze: Move start_thread to process.cMichal Simek2009-04-232-10/+12
| * | | | | | microblaze: Add missing preadv and pwritev syscallsMichal Simek2009-04-232-1/+5
| * | | | | | microblaze: Add missing declaration for die and _exception funcMichal Simek2009-04-231-0/+3
| * | | | | | microblaze: Remove sparse error in traps.cMichal Simek2009-04-231-1/+1
| * | | | | | microblaze: Move task_pt_regs upMichal Simek2009-04-231-3/+3
| * | | | | | microblaze: Rename kernel_mode to pt_mode in pt_regsMichal Simek2009-04-234-6/+6
| * | | | | | microblaze: Remove uncache shadow conditionMichal Simek2009-04-231-5/+0
| * | | | | | microblaze: Remove while(1) loop from show_regs functionMichal Simek2009-04-231-2/+0
| * | | | | | microblaze: Remove unneded per cpu SYSCALL_SAVE variableMichal Simek2009-04-231-1/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-04-241-14/+16
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'cpufreq' into releaseLen Brown2009-04-241-14/+16
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger2009-04-191-3/+4
| | * | | | | acpi-cpufreq: style-only: add parens to math expressionThomas Renninger2009-04-191-1/+1
| | * | | | | acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger2009-04-191-6/+2
| | * | | | | x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh2009-04-191-5/+10
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2009-04-2411-358/+1346
|\ \ \ \ \ \
| * | | | | | m68knommu: update the default config for the ColdFire 5407C3 boardGreg Ungerer2009-04-231-81/+98
| * | | | | | m68knommu: update the default config for the ColdFire 5307C3 boardGreg Ungerer2009-04-231-68/+163
| * | | | | | m68knommu: update the default config for the ColdFire 5257EVB boardGreg Ungerer2009-04-221-71/+96
| * | | | | | m68knommu: update the default config for the ColdFire 5249EVB.Greg Ungerer2009-04-221-59/+209
| * | | | | | m68knommu: add a defconfig for the ColdFire M5272C3 boardGreg Ungerer2009-04-221-0/+645
| * | | | | | m68knommu: update the defconfig for the ColdFire 5208evb boardGreg Ungerer2009-04-221-70/+93
| * | | | | | m68knommu: fix DMA support for ColdFireGreg Ungerer2009-04-222-3/+35
| * | | | | | m68knommu: remove unused kernel stats offsetsGreg Ungerer2009-04-221-6/+0
| * | | | | | m68knommu: fix missing .data.cacheline_aligned sectionGreg Ungerer2009-04-221-0/+2
| * | | | | | m68knommu: Fixed GPIO pin initialization for CONFIG_M5271 FEC.Richard Retanubun2009-04-221-0/+5
* | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-04-2438-164/+298
|\ \ \ \ \ \ \
| * | | | | | | [ARM] 5460/1: Orion: reduce namespace pollutionNicolas Pitre2009-04-2328-147/+222
| * | | | | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-04-207-17/+71
| |\ \ \ \ \ \ \
| | * | | | | | | [ARM] pxa/pcm990: start external GPIOs immediately after built-in onesGuennadi Liakhovetski2009-04-191-3/+3