| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-04-03 | 4 | -13/+4 |
|\ |
|
| * | x86/thread_info: Merge two !__ASSEMBLY__ sections | Borislav Petkov | 2016-03-29 | 1 | -4/+2 |
| * | x86/cpufreq: Remove duplicated TDP MSR macro definitions | Vladimir Zapolskiy | 2016-03-29 | 1 | -7/+1 |
| * | x86/cpu: Get rid of compute_unit_id | Borislav Petkov | 2016-03-29 | 1 | -2/+0 |
| * | x86/topology: Fix AMD core count | Peter Zijlstra | 2016-03-29 | 1 | -0/+1 |
* | | mm/rmap: batched invalidations should use existing api | Nadav Amit | 2016-04-02 | 1 | -6/+0 |
* | | x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem() | Dan Williams | 2016-03-29 | 1 | -0/+9 |
|/ |
|
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-24 | 1 | -1/+3 |
|\ |
|
| * | x86/cpufeature, perf/x86: Add AMD Accumulated Power Mechanism feature flag | Huang Rui | 2016-03-21 | 1 | -1/+1 |
| * | perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init | Vikas Shivappa | 2016-03-21 | 1 | -0/+2 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-03-24 | 7 | -27/+8 |
|\ \ |
|
| * | | x86/msr: Remove unused native_read_tscp() | Prarit Bhargava | 2016-03-23 | 1 | -8/+0 |
| |/ |
|
| * | x86/irq: Cure live lock in fixup_irqs() | Thomas Gleixner | 2016-03-18 | 1 | -0/+1 |
| * | x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt() | Dave Jones | 2016-03-18 | 1 | -1/+1 |
| * | x86/iopl/64: Properly context-switch IOPL on Xen PV | Andy Lutomirski | 2016-03-17 | 1 | -0/+2 |
| * | Merge branch 'x86/cleanups' into x86/urgent | Ingo Molnar | 2016-03-17 | 3 | -16/+2 |
| |\ |
|
| | * | arch/x86/irq: Purge useless handler declarations from hw_irq.h | Nicolai Stange | 2016-02-25 | 1 | -14/+0 |
| | * | x86: Fix misspellings in comments | Adam Buchbinder | 2016-02-24 | 2 | -2/+2 |
| * | | x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe() | Tony Luck | 2016-03-16 | 1 | -2/+2 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-03-23 | 3 | -5/+5 |
|\ \ \ |
|
| * | | | x86/extable: use generic search and sort routines | Ard Biesheuvel | 2016-03-22 | 1 | -3/+2 |
| * | | | x86/compat: remove is_compat_task() | Andy Lutomirski | 2016-03-22 | 2 | -2/+3 |
* | | | | KVM, pkeys: expose CPUID/CR4 to guest | Huaitong Han | 2016-03-22 | 1 | -1/+2 |
* | | | | KVM, pkeys: add pkeys support for permission_fault | Huaitong Han | 2016-03-22 | 1 | -0/+3 |
* | | | | KVM, pkeys: introduce pkru_mask to cache conditions | Huaitong Han | 2016-03-22 | 1 | -0/+8 |
* | | | | x86: pkey: introduce write_pkru() for KVM | Xiao Guangrong | 2016-03-22 | 2 | -0/+22 |
|/ / / |
|
* | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-21 | 14 | -32/+310 |
|\ \ \ |
|
| * | | | x86/mm/pkeys: Fix mismerge of protection keys CPUID bits | Dave Hansen | 2016-03-11 | 2 | -4/+4 |
| * | | | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen | 2016-02-18 | 1 | -0/+25 |
| * | | | x86/mm/pkeys: Create an x86 arch_calc_vm_prot_bits() for VMA flags | Dave Hansen | 2016-02-18 | 1 | -0/+6 |
| * | | | x86/mm/pkeys: Allow kernel to modify user pkey rights register | Dave Hansen | 2016-02-18 | 2 | -2/+6 |
| * | | | x86/fpu: Allow setting of XSAVE state | Dave Hansen | 2016-02-18 | 1 | -0/+2 |
| * | | | x86/mm: Factor out LDT init from context init | Dave Hansen | 2016-02-18 | 1 | -5/+16 |
| * | | | mm/core, x86/mm/pkeys: Add arch_validate_pkey() | Dave Hansen | 2016-02-18 | 1 | -0/+6 |
| * | | | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 2016-02-18 | 1 | -1/+4 |
| * | | | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen | 2016-02-18 | 1 | -2/+3 |
| * | | | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 2016-02-18 | 2 | -0/+78 |
| * | | | x86/mm/pkeys: Add functions to fetch PKRU | Dave Hansen | 2016-02-18 | 2 | -0/+30 |
| * | | | x86/mm/pkeys: Fill in pkey field in siginfo | Dave Hansen | 2016-02-18 | 1 | -0/+5 |
| * | | | x86/mm/pkeys: Add arch-specific VMA protection bits | Dave Hansen | 2016-02-18 | 3 | -2/+37 |
| * | | | x86/mm/pkeys: Add PTE bits for storing protection key | Dave Hansen | 2016-02-18 | 1 | -3/+19 |
| * | | | x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structures | Dave Hansen | 2016-02-16 | 2 | -1/+13 |
| * | | | x86/cpu, x86/mm/pkeys: Define new CR4 bit | Dave Hansen | 2016-02-16 | 1 | -0/+2 |
| * | | | x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitions | Dave Hansen | 2016-02-16 | 4 | -21/+62 |
| * | | | x86/fpu: Add placeholder for 'Processor Trace' XSAVE state | Dave Hansen | 2016-02-16 | 1 | -0/+1 |
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---. \ \ | Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys | Ingo Molnar | 2016-02-16 | 23 | -494/+462 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-21 | 1 | -1/+27 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables | Sai Praneeth | 2016-02-22 | 1 | -1/+1 |
| * | | | | | | | Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes | Ingo Molnar | 2016-02-22 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece... | Ingo Molnar | 2016-02-03 | 54 | -484/+1127 |
| |\ \ \ \ \ \ \ \ |
|