summaryrefslogtreecommitdiff
path: root/arch (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-03-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macroBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macroBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macroBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm: Cleanup prefetch primitivesBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm: Use alternative_2() in rdtsc_barrier()Borislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/lib/clear_page_64.S: Convert to ALTERNATIVE_2 macroBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry_32: Convert X86_INVD_BUG to ALTERNATIVE macroBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/smap: Use ALTERNATIVE macroBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2Borislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/lib/copy_page_64.S: Use generic ALTERNATIVE macroBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/alternatives: Use optimized NOPs for paddingBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/alternatives: Make JMPs more robustBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/alternatives: Add instruction paddingBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/alternatives: Cleanup DPRINTK macroBorislav Petkov2015-02-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT defineBorislav Petkov2015-02-23
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat: Remove sys32_vm86_warningBrian Gerst2015-03-04
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat: Merge native and compat 32-bit syscall tablesBrian Gerst2015-03-04
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat: Remove compat_ni_syscall()Brian Gerst2015-03-04
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BPWang Nan2015-02-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/ia32-compat: Fix CLONE_SETTLS bitness of copy_thread()Andy Lutomirski2015-02-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/ptrace: Remove checks for TIF_IA32 when changing CS and SSAndy Lutomirski2015-02-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm: Add support for the pcommit instructionRoss Zwisler2015-02-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.SAlexander Kuleshov2015-02-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pgeJan Beulich2015-02-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/boot: Fix path in commentsAlexander Kuleshov2015-02-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/decoder: Fix and enforce max instruction size in the insn decoderAndy Lutomirski2015-02-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/decoder: Explain CALLW discrepancy between Intel and AMDDenys Vlasenko2015-02-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/decoder: Create artificial 3rd byte for 2-byte VEXDenys Vlasenko2015-02-18
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/apic/uv: Update the UV APIC HUB checkMike Travis2015-04-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/apic/uv: Update the UV APIC driver checkMike Travis2015-04-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/apic/uv: Update the APIC UV OEM checkMike Travis2015-04-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/apic: Remove verify_local_APIC()Bandan Das2015-04-01
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARM: Tegra: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARM: OMAP: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/amd/idle, clockevents: Use explicit broadcast oneshot control functionsThomas Gleixner2015-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARM: OMAP: Use explicit broadcast control functionThomas Gleixner2015-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/amd/idle, clockevents: Use explicit broadcast control functionThomas Gleixner2015-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alpha, rtc: Change to use rtc_class_ops's set_mmss64()Xunlei Pang2015-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...Xunlei Pang2015-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARM: OMAP: 32k counter: Provide y2038-safe omap_read_persistent_clock() repla...Xunlei Pang2015-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner2015-04-01
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner2015-04-01
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clockevents: Make suspend/resume calls explicitThomas Gleixner2015-04-01
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-31
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clockevents: Manage device's state separately for the coreViresh Kumar2015-03-27
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |