summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-311-8/+221
|\
| * x86/vmware: Use bool type for vmw_sched_clockAlexey Makhalov2020-03-241-2/+2
| * x86/vmware: Enable steal time accountingAlexey Makhalov2020-03-241-1/+12
| * x86/vmware: Add steal time clock support for VMware guestsAlexey Makhalov2020-03-241-0/+197
| * x86/vmware: Remove vmware_sched_clock_setup()Alexey Makhalov2020-03-241-5/+10
| * x86/vmware: Make vmware_select_hypercall() __initAlexey Makhalov2020-03-241-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-315-50/+10
|\ \
| * | x86/mm: Remove the now redundant N_MEMORY checkBaoquan He2020-03-171-2/+1
| * | x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom2020-03-172-3/+6
| * | x86/mm/kmmio: Use this_cpu_ptr() instead get_cpu_var() for kmmio_ctxSebastian Andrzej Siewior2020-03-121-7/+3
| * | x86/mm/init/32: Stop printing the virtual memory layoutArvind Sankar2020-03-051-38/+0
* | | Merge branch 'x86-misc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-6/+11
|\ \ \
| * | | x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode mapYu-cheng Yu2020-03-261-6/+11
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-312-36/+44
|\ \ \ \
| * | | | x86/pkeys: Add check for pkey "overflow"Dave Hansen2020-02-242-2/+12
| * | | | x86/fpu/xstate: Warn when checking alignment of disabled xfeaturesYu-cheng Yu2020-02-121-0/+7
| * | | | x86/fpu/xstate: Fix XSAVES offsets in setup_xstate_comp()Yu-cheng Yu2020-02-121-20/+12
| * | | | x86/fpu/xstate: Fix last_good_offset in setup_xstate_features()Yu-cheng Yu2020-02-111-14/+13
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-3139-813/+434
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2020-03-2814-764/+392
| |\ \ \ \ \
| | * | | | | kill uaccess_try()Al Viro2020-03-264-84/+0
| | * | | | | x86: unsafe_put-style macro for sigmaskAl Viro2020-03-261-4/+8
| | * | | | | x86: x32_setup_rt_frame(): consolidate uaccess areasAl Viro2020-03-261-12/+5
| | * | | | | x86: __setup_rt_frame(): consolidate uaccess areasAl Viro2020-03-261-17/+9
| | * | | | | x86: __setup_frame(): consolidate uaccess areasAl Viro2020-03-261-17/+6
| | * | | | | x86: setup_sigcontext(): list user_access_{begin,end}() into callersAl Viro2020-03-261-21/+24
| | * | | | | x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)Al Viro2020-03-261-43/+48
| | * | | | | x86: ia32_setup_rt_frame(): consolidate uaccess areasAl Viro2020-03-261-10/+3
| | * | | | | x86: ia32_setup_frame(): consolidate uaccess areasAl Viro2020-03-261-27/+12
| | * | | | | x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callersAl Viro2020-03-261-16/+28
| | * | | | | x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro2020-03-192-39/+44
| | * | | | | x86: switch ia32_setup_sigcontext() to unsafe_put_user()Al Viro2020-03-191-31/+33
| | * | | | | x86: switch setup_sigcontext() to unsafe_put_user()Al Viro2020-03-192-46/+45
| | * | | | | x86: switch save_v86_state() to unsafe_put_user()Al Viro2020-03-191-31/+30
| | * | | | | x86: kill get_user_{try,catch,ex}Al Viro2020-03-191-54/+0
| | * | | | | x86: get rid of get_user_ex() in restore_sigcontext()Al Viro2020-03-191-50/+36
| | * | | | | x86: get rid of get_user_ex() in ia32_restore_sigcontext()Al Viro2020-03-191-62/+44
| | * | | | | vm86: get rid of get_user_ex() useAl Viro2020-03-191-30/+24
| | * | | | | x86: get rid of small constant size cases in raw_copy_{to,from}_user()Al Viro2020-03-183-145/+2
| | * | | | | x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro2020-03-183-28/+14
| | * | | | | x86 kvm page table walks: switch to explicit __get_user()Al Viro2020-02-151-1/+1
| | * | | | | x86 user stack frame reads: switch to explicit __get_user()Al Viro2020-02-153-31/+11
| | |/ / / /
| * | | | | x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel2020-03-273-7/+6
| * | | | | x86/mm: Mark setup_emu2phys_nid() staticBenjamin Thiel2020-03-271-1/+1
| * | | | | x86/jump_label: Move 'inline' keyword placementRandy Dunlap2020-03-271-1/+1
| * | | | | x86/platform/uv: Add a missing prototype for uv_bau_message_interrupt()Benjamin Thiel2020-03-271-0/+2
| * | | | | x86/alternatives: Mark text_poke_loc_init() staticQiujun Huang2020-03-251-2/+2
| * | | | | x86/cpu: Fix a -Wmissing-prototypes warning for init_ia32_feat_ctl()Benjamin Thiel2020-03-231-0/+1
| * | | | | x86/mm: Drop pud_mknotpresent()Anshuman Khandual2020-03-231-6/+0
| * | | | | x86: Replace setup_irq() by request_irq()afzal mohammed2020-03-212-20/+11