summaryrefslogtreecommitdiff
path: root/arch (follow)
Commit message (Expand)AuthorAge
...
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani2015-06-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani2015-06-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mm/pat: Untangle pat_init()Borislav Petkov2015-06-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-03
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski2015-06-10
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Shorten __audit_syscall_entry() args preparationDenys Vlasenko2015-06-10
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()Denys Vlasenko2015-06-10
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL codeDenys Vlasenko2015-06-10
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko2015-06-09
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...Ingo Molnar2015-06-08
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT pathDenys Vlasenko2015-06-08
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/64: Clean up entry_64.SIngo Molnar2015-06-08
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-08
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Clean up entry_32.SIngo Molnar2015-06-08
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-08
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-08
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-08
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar2015-06-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Remove unnecessary optimization in stub32_cloneDenys Vlasenko2015-06-05
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Explain the stub32_clone logicDenys Vlasenko2015-06-05
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Improve code readabilityIngo Molnar2015-06-05
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Do not use R9 in SYSCALL32 entry pointDenys Vlasenko2015-06-05
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Open-code LOAD_ARGS32Denys Vlasenko2015-06-05
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Open-code CLEAR_RREGSDenys Vlasenko2015-06-05
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/32: Simplify the zeroing of pt_regs->r8..r11 in the int80 code ...Denys Vlasenko2015-06-05
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/64: Remove pointless jump to irq_returnAndy Lutomirski2015-06-05
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/msr: Make wrmsrl_safe() a functionAndy Lutomirski2015-06-05
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar2015-06-04
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...Ingo Molnar2015-06-04
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar2015-06-04
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar2015-06-04
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar2015-06-03
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/Ingo Molnar2015-06-03
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar2015-06-03
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/64: Fold identical code pathsJan Beulich2015-06-02
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/64: Use negative immediates for stack adjustmentsJan Beulich2015-06-02
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-02
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-05-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headersBorislav Petkov2015-06-07
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-07
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mce: Handle Local MCE eventsAshok Raj2015-06-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mce: Add Local MCE definitionsAshok Raj2015-06-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi2015-05-27
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2015-05-11
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mce/amd: Zap changelogBorislav Petkov2015-05-07
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/traps: Remove superfluous weak definitions and dead codeBorislav Petkov2015-05-07
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/mce/amd: Rename setup_APIC_mceAravind Gopalakrishnan2015-05-07