summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds26-218/+269
2016-07-26Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-31/+90
2016-07-25Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+4
2016-07-15x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang1-1/+0
2016-07-15x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu1-0/+2
2016-07-15x86/smp: Remove stack_smp_processor_id()Andy Lutomirski2-7/+0
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski4-19/+14
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar1-1/+1
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski3-4/+5
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2-3/+0
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar15-174/+191
2016-07-13x86/mm: Ignore A/D bits in pte/pmd/pud_none()Dave Hansen2-3/+16
2016-07-13x86/mm: Move swap offset/type up in PTE to work around erratumDave Hansen1-6/+20
2016-07-09x86/cpu: Fix duplicated X86_BUG(9) macroDave Hansen1-4/+2
2016-07-09Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar5-27/+30
2016-07-08Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changesIngo Molnar60-1040/+2809
2016-07-07Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar1-16/+9
2016-06-27pvclock: Cleanup to remove function pvclock_get_nsec_offsetMinfei Huang1-16/+7
2016-06-27pvclock: Add CPU barriers to get correct version valueMinfei Huang1-0/+2
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton1-5/+4
2016-06-27Merge tag 'v4.7-rc5' into perf/core, to pick up fixesIngo Molnar4-11/+21
2016-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2016-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+2
2016-06-25x86: fix up a few misc stack pointer vs thread_info confusionsLinus Torvalds1-6/+5
2016-06-23x86: avoid avoid passing around 'thread_info' in stack dumping codeLinus Torvalds1-3/+3
2016-06-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+11
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra3-9/+88
2016-06-16kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit1-0/+11
2016-06-14x86/signals: Add missing signal_compat code for x86 featuresDave Hansen1-0/+11
2016-06-14Merge branch 'linus' into locking/core, to pick up fixes before merging new c...Ingo Molnar2-2/+70
2016-06-11Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-0/+68
2016-06-08x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.hH. Peter Anvin1-68/+60
2016-06-08x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h>H. Peter Anvin1-2/+2
2016-06-08x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h>H. Peter Anvin1-4/+5
2016-06-08x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h>H. Peter Anvin1-8/+8
2016-06-08x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT()H. Peter Anvin1-5/+9
2016-06-08x86, asm: define CC_SET() and CC_OUT() macrosH. Peter Anvin1-0/+12
2016-06-08x86, asm: change the GEN_*_RMWcc() macros to not quote the conditionH. Peter Anvin6-18/+18
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin9-52/+53
2016-06-08x86, bitops: remove use of "sbb" to return CFH. Peter Anvin4-30/+30
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra2-4/+4
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low1-18/+0
2016-06-08x86/hweight: Get rid of the special calling conventionBorislav Petkov1-14/+10
2016-06-08Merge branch 'x86/urgent' into perf/core, to pick up dependencyIngo Molnar2-2/+70
2016-06-08x86/cpu/intel: Introduce macros for Intel family numbersDave Hansen1-0/+68
2016-06-08Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar14-85/+146
2016-06-06x86/msr: Use the proper trace point conditional for writesDr. David Alan Gilbert1-2/+2