aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-20x86: Print the hypervisor returned tsc_khz during bootAlok Kataria1-0/+6
2009-09-20Merge branch 'linus' into x86/urgentIngo Molnar564-5555/+43965
2009-09-20x86: Correct segment permission flags in 64-bit linker scriptJan Beulich1-2/+2
2009-09-20x86: cpuinit-annotate SMP boot trampolines properlyJan Beulich3-10/+7
2009-09-20x86: Increase timeout for EHCI debug port reset completion in early printkJan Beulich1-1/+1
2009-09-20x86: Fix uaccess_32.h typoSergey Senozhatsky1-1/+1
2009-09-20x86: Trivial whitespace cleanupsFelipe Contreras2-2/+1
2009-09-20x86, apic: Fix missed handling of discrete apicsCyrill Gorcunov3-3/+16
2009-09-20x86/i386: Remove duplicated #includeHuang Weiyi1-1/+0
2009-09-20x86, mtrr: Convert loop to a while based construct, avoid naked semicolonJoe Perches1-6/+6
2009-09-20perf_counter: x86: Fix PMU resource leakPeter Zijlstra1-3/+6
2009-09-20includecheck fix: x86, cpu/common.cJaswinder Singh Rajput1-1/+0
2009-09-20includecheck fix: x86, shadow.cJaswinder Singh Rajput1-1/+0
2009-09-20includecheck fix: x86, traps.cJaswinder Singh Rajput1-1/+0
2009-09-20includecheck fix: um, helper.cJaswinder Singh Rajput1-1/+0
2009-09-20includecheck fix: s390, sys_s390.cJaswinder Singh Rajput1-1/+0
2009-09-19serial: kill off uart_infoAlan Cox1-3/+3
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers3-5/+5
2009-09-19Revert 'x86: Fix system crash when loading with "reservetop" parameter'Yinghai Lu1-15/+15
2009-09-19x86, mce: Fix compile warning in case of CONFIG_SMP=nAndreas Herrmann1-1/+2
2009-09-19tracing, x86, cpuidle: Move the end point of a C state in the power tracerArjan van de Ven1-3/+0
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2-24/+11
2009-09-19Merge branch 'linus' into perfcounters/coreIngo Molnar1403-17589/+84626
2009-09-19x86, apic: Use logical flat on intel with <= 8 logical cpusSuresh Siddha2-22/+19
2009-09-19V4L/DVB (12509): sh: prepare board-ap325rxa.c for v4l2-subdev conversionGuennadi Liakhovetski1-2/+12
2009-09-19V4L/DVB (12507): sh: soc-camera updatesGuennadi Liakhovetski1-1/+2
2009-09-19V4L/DVB (12505): soc_camera_platform: pass device pointer from soc-camera core on .add_device()Guennadi Liakhovetski1-0/+2
2009-09-19V4L/DVB (12504): soc-camera: prepare soc_camera_platform.c and its users for conversionGuennadi Liakhovetski1-11/+32
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds55-907/+755
2009-09-18sparc: Clean up linker script using new linker script macros.Geoffrey Thomas1-68/+7
2009-09-18frv: clean up linker script using new linker script macros.Nelson Elhage1-54/+7
2009-09-18frv: remove unused .altinstructions codeNelson Elhage1-5/+0
2009-09-18tracing: Remove markersChristoph Hellwig2-2/+0
2009-09-18x86, perf_counter, bts: Optimize BTS overflow handlingMarkus Metzger1-23/+37
2009-09-18Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-scoreLinus Torvalds128-0/+8873
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds204-3050/+15741
2009-09-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds9-131/+154
2009-09-18Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-2/+120
2009-09-18Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinciLinus Torvalds48-510/+10526
2009-09-18Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds99-702/+7631
2009-09-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2-32/+33
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds20-94/+118
2009-09-18x86: SGI UV: Map MMIO-High memory rangeJack Steiner1-0/+11
2009-09-18x86: SGI UV: Add volatile semantics to macros that access chipset registersJack Steiner1-8/+9
2009-09-18x86: SGI UV: Fix IPI macrosJack Steiner1-1/+1
2009-09-18x86: apic: Convert BUG() to BUG_ON()Daniel Walker1-2/+1
2009-09-18x86: Remove final bits of CONFIG_X86_OLD_MCEAndi Kleen1-4/+0
2009-09-17Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds19-767/+363
2009-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds12-111/+129
2009-09-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-12/+19