summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-281-1/+1
|\
| * x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.cH. Peter Anvin2011-08-161-0/+1
* | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-10-284-16/+46
|\ \
| * | x86: uv2: Workaround for UV2 Hub bug (system global address format)Jack Steiner2011-09-214-16/+46
* | | Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-10-289-357/+257Star
|\ \ \
| * \ \ Merge branch 'upstream/ticketlock-cleanup' of git://github.com/jsgf/linux-xen...Ingo Molnar2011-09-289-357/+257Star
| |\ \ \
| | * | | x86, ticketlock: remove obsolete commentJeremy Fitzhardinge2011-09-281-4/+0Star
| | * | | x86, cmpxchg: Use __compiletime_error() to make usage messages a bit nicerJeremy Fitzhardinge2011-08-301-4/+11
| | * | | x86, ticketlock: Make __ticket_spin_trylock commonJeremy Fitzhardinge2011-08-292-41/+16Star
| | * | | x86, ticketlock: Convert __ticket_spin_lock to use xadd()Jeremy Fitzhardinge2011-08-291-30/+5Star
| | * | | x86, ticketlock: Convert spin loop to CJeremy Fitzhardinge2011-08-291-30/+30
| | * | | x86, ticketlock: Clean up types and accessorsJeremy Fitzhardinge2011-08-292-16/+28
| | * | | x86: Use xadd helper more widelyJeremy Fitzhardinge2011-08-294-23/+5Star
| | * | | x86: Add xadd helper macroJeremy Fitzhardinge2011-08-291-0/+43
| | * | | x86, cmpxchg: Unify cmpxchg into cmpxchg.hJeremy Fitzhardinge2011-08-293-244/+155Star
| | * | | x86, cmpxchg: Move 64-bit set64_bit() to match 32-bitJeremy Fitzhardinge2011-08-291-5/+5
| | * | | x86, cmpxchg: Move 32-bit __cmpxchg_wrong_size to match 64 bit.Jeremy Fitzhardinge2011-08-291-2/+1Star
| | * | | x86, cmpxchg: <linux/alternative.h> has LOCK_PREFIXJeremy Fitzhardinge2011-08-291-1/+1
* | | | | Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-285-0/+160
|\ \ \ \ \
| * | | | | x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin2011-07-314-0/+78
| * | | | | x86, random: Architectural inlines to get random integers with RDRANDH. Peter Anvin2011-07-312-0/+82
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-10-288-26/+44
|\ \ \ \ \ \
| * | | | | | x86, microcode, AMD: Add microcode revision to /proc/cpuinfoBorislav Petkov2011-10-192-2/+7
| * | | | | | x86, microcode: Correct microcode revision formatBorislav Petkov2011-10-192-2/+2
| * | | | | | x86, intel: Use c->microcode for Atom errata checkAndi Kleen2011-10-141-11/+4Star
| * | | | | | x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen2011-10-145-12/+26
| * | | | | | x86, microcode: Don't request microcode from userspace unnecessarilySrivatsa S. Bhat2011-10-131-1/+7
* | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-281-0/+23
|\ \ \ \ \ \ \
| * | | | | | | x86: Hyper-V: Integrate the clocksource with Hyper-V detection codeK. Y. Srinivasan2011-09-081-0/+23
* | | | | | | | Merge branch 'x86-geode-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-284-0/+158
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: geode: New PCEngines Alix system driverEd Wildgoose2011-09-214-0/+158
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-10-281-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, cpu: Add cpufeature flag for PCIDsArun Thomas2011-08-221-0/+1
* | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-10-289-116/+206
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, amd: Include linux/elf.h since we use stuff from asm/elf.hStephen Rothwell2011-09-281-0/+1
| * | | | | | | | | x86: cache_info: Update calculation of AMD L3 cache indicesFrank Arnold2011-09-121-0/+6
| * | | | | | | | | x86: cache_info: Kill the atomic allocation in amd_init_l3_cache()Thomas Gleixner2011-09-122-48/+32Star
| * | | | | | | | | x86: cache_info: Kill the moronic shadow structThomas Gleixner2011-09-121-38/+22Star
| * | | | | | | | | x86: cache_info: Remove bogus free of amd_l3_cache dataThomas Gleixner2011-09-121-1/+0Star
| * | | | | | | | | x86, amd: Include elf.h explicitly, prepare the code for the module.h splitStephen Rothwell2011-08-101-0/+1
| * | | | | | | | | x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov2011-08-062-5/+4Star
| * | | | | | | | | x86, amd: Move BSP code to cpu_dev helperBorislav Petkov2011-08-051-30/+29Star
| * | | | | | | | | x86: Add a BSP cpu_dev helperBorislav Petkov2011-08-052-0/+4
| * | | | | | | | | x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov2011-08-055-18/+131
| * | | | | | | | | Merge commit 'v3.0' into x86/cpuH. Peter Anvin2011-08-0527-108/+170
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...Linus Torvalds2011-10-272-1/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clk: timer-sp: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-0/+9
| * | | | | | | | | | clk: sa1111: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-1/+8
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-27226-3129/+962Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARM: 7135/1: ep93xx: bring back missing <mach/gpio.h>Mika Westerberg2011-10-181-0/+1