summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-3010-305/+660
|\
| * x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELFH. Peter Anvin2013-04-179-153/+183
| * x86, relocs: Build separate 32/64-bit toolsKees Cook2013-04-174-5/+22
| * x86, relocs: Add 64-bit ELF support to relocs toolKees Cook2013-04-171-6/+261
| * x86, relocs: Consolidate processing logicKees Cook2013-04-171-134/+170
| * x86, relocs: Generalize ELF structure namesKees Cook2013-04-171-71/+99
| * x86: Use a read-only IDT alias on all CPUsKees Cook2013-04-114-23/+12Star
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-303-4/+4
|\ \
| * | x86: Constify a few itemsJan Beulich2013-03-113-4/+4
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-3013-75/+80
|\ \ \
| * | | x86, CPU, AMD: Drop useless labelBorislav Petkov2013-04-161-6/+3Star
| * | | x86, AMD: Correct {rd,wr}msr_amd_safe warningsBorislav Petkov2013-04-161-4/+4
| * | | x86: Fold-in trivial check_config functionBorislav Petkov2013-04-161-16/+11Star
| * | | x86, cpu: Convert AMD Erratum 400Borislav Petkov2013-04-024-27/+18Star
| * | | x86, cpu: Convert AMD Erratum 383Borislav Petkov2013-04-024-4/+8
| * | | x86, cpu: Convert Cyrix coma bug detectionBorislav Petkov2013-04-024-4/+5
| * | | x86, cpu: Convert FDIV bug detectionBorislav Petkov2013-04-025-7/+6Star
| * | | x86, cpu: Convert F00F bug detectionBorislav Petkov2013-04-025-5/+6
| * | | x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov2013-04-024-2/+19
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-309-27/+30
|\ \ \ \
| * | | | x86/lib: Fix spelling, put space between a numeral and its unitsAndy Shevchenko2013-04-154-4/+4
| * | | | x86/lib: Fix spelling in the commentsAndy Shevchenko2013-04-152-4/+4
| * | | | x86, quirks: Shut-up a long-standing gcc warningBorislav Petkov2013-04-031-7/+11
| * | | | x86, msr: Unify variable namesBorislav Petkov2013-04-031-7/+7
| * | | | x86: Drop KERNEL_IMAGE_STARTBorislav Petkov2013-04-032-4/+3Star
| * | | | x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safetyLans Zhang2013-03-011-1/+1
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-309-89/+76Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2013-04-24316-1439/+2209
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner2013-04-0320-122/+118Star
| |\ \ \ \ \ \
| | * | | | | | ARM: bcm281xx: Add timer driver (driver portion)Christian Daudt2013-03-282-5/+3Star
| | * | | | | | x86: tsc: Add support for new S3_NONSTOP featureFeng Tang2013-03-161-1/+5
| | * | | | | | x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3Feng Tang2013-03-162-0/+13
| | * | | | | | x86: Do full rtc synchronization with ntpPrarit Bhargava2013-03-164-83/+55Star
| * | | | | | | x86: Use tick broadcast expired checkThomas Gleixner2013-03-131-0/+12
| * | | | | | | arm: Use tick broadcast expired checkThomas Gleixner2013-03-131-1/+10
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-3094-1322/+288Star
|\ \ \ \ \ \ \
| * | | | | | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-1731-33/+0Star
| * | | | | | | um: Use generic idle loopRichard Weinberger2013-04-172-23/+5Star
| * | | | | | | ia64: Make sure interrupts enabled when we "safe_halt()"Luck, Tony2013-04-171-0/+1
| * | | | | | | sparc: Use generic idle loopSam Ravnborg2013-04-137-57/+24Star
| * | | | | | | idle: Remove unused ARCH_HAS_DEFAULT_IDLEPaul Bolle2013-04-102-6/+0Star
| * | | | | | | bfin: Fix typo in arch_cpu_idle()Ingo Molnar2013-04-101-1/+1
| * | | | | | | xtensa: Use generic idle loopThomas Gleixner2013-04-082-12/+3Star
| * | | | | | | x86: Use generic idle loopThomas Gleixner2013-04-084-80/+30Star
| * | | | | | | unicore: Use generic idle loopThomas Gleixner2013-04-082-18/+4Star
| * | | | | | | tile: Use generic idle loopThomas Gleixner2013-04-083-57/+11Star
| * | | | | | | tile: Enter idle with preemption disabledThomas Gleixner2013-04-081-2/+0Star
| * | | | | | | sh: Use generic idle loopThomas Gleixner2013-04-083-91/+14Star
| * | | | | | | score: Use generic idle loopThomas Gleixner2013-04-082-18/+1Star
| * | | | | | | s390: Use generic idle loopThomas Gleixner2013-04-084-30/+11Star