summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-061-1/+0
|\
| * powerpc/pci: Remove owner field from attribute initialization in PCI bridge initGuenter Roeck2010-08-051-1/+0
| |
| \
*-. \ Merge branches 'x86-rwsem-for-linus' and 'x86-gcc46-for-linus' of git://git.k...Linus Torvalds2010-08-064-18/+14
|\ \ \
| | * | x86, gcc-4.6: Fix set but not read variablesAndi Kleen2010-07-202-4/+3
| | * | x86, gcc-4.6: Avoid unused by set variables in rdmsrAndi Kleen2010-07-201-2/+2
| * | | x86, rwsem: Minor cleanupsMichel Lespinasse2010-07-201-9/+7
| * | | x86, rwsem: Stay on fast path when count > 0 in __up_write()Michel Lespinasse2010-07-201-3/+2
* | | | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-0618-52/+422
|\ \ \ \
| * | | | x86, setup: move isdigit.h to ctype.h, header files on top.H. Peter Anvin2010-08-024-4/+2
| * | | | x86, setup: enable early console output from the decompressorYinghai Lu2010-08-027-29/+105
| * | | | x86, setup: reorganize the early console setupYinghai Lu2010-08-027-163/+186
| * | | | x86, setup: Allow global variables and functions in the decompressorH. Peter Anvin2010-08-023-0/+32
| * | | | x86, setup: Only set early_serial_base after port is initializedYinghai Lu2010-07-141-30/+33
| * | | | x86, setup: Make the setup code also accept console=uart8250Yinghai Lu2010-07-132-1/+80
| * | | | x86, setup: Early-boot serial I/O supportPekka Enberg2010-07-124-6/+165
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-068-23/+71
|\ \ \ \ \
| * | | | | x86: Ioremap: fix wrong physical address handling in PAT codeYasuaki Ishimatsu2010-07-291-1/+1
| * | | | | x86, tlb: Clean up and correct used typeBorislav Petkov2010-07-211-3/+1
| * | | | | x86, iomap: Fix wrong page aligned size calculation in ioremapping codeFlorian Zumbiehl2010-07-201-1/+1
| * | | | | x86, mm: Create symbolic index into address_markers arrayAndres Salomon2010-07-201-6/+26
| * | | | | x86, ioremap: Fix normal ram range checkKenji Kaneshige2010-07-091-1/+1
| * | | | | x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige2010-07-091-7/+5
| * | | | | x86-64, mm: Initialize VDSO earlier on 64 bitsJiri Slaby2010-06-182-2/+2
| * | | | | x86, kmmio/mmiotrace: Fix double free of kmmio_fault_pagesMarcin Slusarz2010-06-182-3/+35
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-0615-185/+166
|\ \ \ \ \ \
| * | | | | | um, x86: Cast to (u64 *) inside set_64bit()H. Peter Anvin2010-08-031-2/+2
| * | | | | | x86-32, asm: Directly access per-cpu GDTBrian Gerst2010-08-011-6/+5
| * | | | | | x86-64, asm: Directly access per-cpu ISTBrian Gerst2010-08-011-3/+3
| * | | | | | x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu()H. Peter Anvin2010-07-282-34/+14
| * | | | | | x86, asm: Move cmpxchg emulation code to arch/x86/libH. Peter Anvin2010-07-283-1/+2
| * | | | | | x86, asm: Clean up and simplify <asm/cmpxchg.h>H. Peter Anvin2010-07-282-52/+84
| * | | | | | x86, asm: Clean up and simplify set_64bit()H. Peter Anvin2010-07-272-50/+21
| * | | | | | Merge remote branch 'origin/x86/urgent' into x86/asmH. Peter Anvin2010-07-2750-235/+305
| |\ \ \ \ \ \
| | * | | | | | x86: Add memory modify constraints to xchg() and cmpxchg()H. Peter Anvin2010-07-272-54/+54
| * | | | | | | x86-64: Simplify loading initial_gsBrian Gerst2010-07-211-3/+2
| * | | | | | | x86: Use symbolic MSR namesBrian Gerst2010-07-212-2/+3
| * | | | | | | x86: Remove redundant K6 MSRsBrian Gerst2010-07-214-10/+8
* | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-062-1/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, vdso: Don't quote $nm in the script for checking vdso referencesH. Peter Anvin2010-07-271-1/+1
| * | | | | | | | x86, vdso: Error out if the vdso contains external referencesH. Peter Anvin2010-06-182-1/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-065-54/+117
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, mrst: make mrst_timer_options an enumH. Peter Anvin2010-05-192-2/+3
| * | | | | | | | x86, mrst: make mrst_identify_cpu() an inline returning enumH. Peter Anvin2010-05-192-12/+12
| * | | | | | | | x86, mrst: add more timer config optionsJacob Pan2010-05-194-55/+72
| * | | | | | | | x86, mrst: add cpu type detectionJacob Pan2010-05-192-0/+45
| * | | | | | | | x86: detect scattered cpuid features earlierJacob Pan2010-05-191-1/+1
* | | | | | | | | Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-063-39/+169
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, hwmon: Package Level Thermal/Power: power limitFenghua Yu2010-08-031-54/+129
| * | | | | | | | | x86, hwmon: Package Level Thermal/Power: thermal throttling handlerFenghua Yu2010-08-031-18/+71
| * | | | | | | | | x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driverFenghua Yu2010-08-032-0/+2
OpenPOWER on IntegriCloud