summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-288-2/+199
|\
| * x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin2011-07-315-0/+83
| * x86, random: Architectural inlines to get random integers with RDRANDH. Peter Anvin2011-07-312-0/+82
| * random: Add support for architectural random hooksH. Peter Anvin2011-07-312-3/+35
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-10-289-50/+48
|\ \
| * | 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
| * | coretemp: Get microcode revision from cpu_dataAndi Kleen2011-10-141-24/+4
| * | x86, intel: Use c->microcode for Atom errata checkAndi Kleen2011-10-141-11/+4
| * | 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-283-102/+23
|\ \ \
| * | | x86: Hyper-V: Integrate the clocksource with Hyper-V detection codeK. Y. Srinivasan2011-09-083-102/+24
* | | | Merge branch 'x86-geode-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-287-248/+158
|\ \ \ \
| * | | | x86: geode: New PCEngines Alix system driverEd Wildgoose2011-09-217-248/+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-2810-116/+219
|\ \ \ \ \ \
| * | | | | | 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/+32
| * | | | | | x86: cache_info: Kill the moronic shadow structThomas Gleixner2011-09-121-38/+22
| * | | | | | x86: cache_info: Remove bogus free of amd_l3_cache dataThomas Gleixner2011-09-121-1/+0
| * | | | | | 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/+4
| * | | | | | x86, amd: Move BSP code to cpu_dev helperBorislav Petkov2011-08-051-30/+29
| * | | | | | x86: Add a BSP cpu_dev helperBorislav Petkov2011-08-052-0/+4
| * | | | | | x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov2011-08-056-18/+144
| * | | | | | Merge commit 'v3.0' into x86/cpuH. Peter Anvin2011-08-05153-705/+1358
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-10-2770-966/+4531
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2011-10-269080-561833/+711793
| |\ \ \ \ \ \ \
| | * | | | | | | Input: adp5589-keys - add support for the ADP5585 derivativesMichael Hennerich2011-10-183-220/+550
| | * | | | | | | Input: imx_keypad - add pm suspend and resume supportHui Wang2011-10-121-0/+44
| | * | | | | | | Input: force feedback - potential integer wrap in input_ff_create()Dan Carpenter2011-10-123-5/+10
| | * | | | | | | Input: tsc2007 - make sure that X plate resistance is specifiedPhilip Rakity2011-10-112-1/+7
| | * | | | | | | Input: serio_raw - fix memory leak when closing char deviceDmitry Torokhov2011-10-101-25/+29
| | * | | | | | | Input: serio_raw - kick clients when disconnecting portDmitry Torokhov2011-10-101-6/+23
| | * | | | | | | Input: serio_raw - explicitly mark disconnected ports as deadDmitry Torokhov2011-10-101-8/+13
| | * | | | | | | Input: serio_raw - fix coding style issuesDmitry Torokhov2011-10-101-5/+9
| | * | | | | | | Input: serio_raw - use dev_*() for messagesDmitry Torokhov2011-10-101-5/+7
| | * | | | | | | Input: serio_raw - use bool for boolean dataDmitry Torokhov2011-10-101-3/+3
| | * | | | | | | Input: serio_raw - perform proper locking when adding clients to listDmitry Torokhov2011-10-101-3/+5
| | * | | | | | | Input: serio_raw - rename serio_raw_list to serio_raw_clientDmitry Torokhov2011-10-101-36/+39
| | * | | | | | | Input: serio_raw - use kref instead of rolling out its own refcountingDmitry Torokhov2011-10-101-15/+13
| | * | | | | | | Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov2011-10-1010-198/+243
| | * | | | | | | Input: wacom - correct max Y value on medium bamboosChris Bagwell2011-10-101-4/+4
| | * | | | | | | Input: wacom - add ABS_DISTANCE to Bamboo Pen reportsChris Bagwell2011-10-101-12/+23
| | * | | | | | | Input: wacom - remove unneeded touch pressure initializationChris Bagwell2011-10-101-5/+0
| | * | | | | | | Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov2011-10-061-1/+1
| | * | | | | | | Input: ad7879-i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov2011-10-061-4/+2
OpenPOWER on IntegriCloud