index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-03-31
1
-8
/
+221
|
\
|
*
x86/vmware: Use bool type for vmw_sched_clock
Alexey Makhalov
2020-03-24
1
-2
/
+2
|
*
x86/vmware: Enable steal time accounting
Alexey Makhalov
2020-03-24
1
-1
/
+12
|
*
x86/vmware: Add steal time clock support for VMware guests
Alexey Makhalov
2020-03-24
1
-0
/
+197
|
*
x86/vmware: Remove vmware_sched_clock_setup()
Alexey Makhalov
2020-03-24
1
-5
/
+10
|
*
x86/vmware: Make vmware_select_hypercall() __init
Alexey Makhalov
2020-03-24
1
-1
/
+1
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-03-31
5
-50
/
+10
|
\
\
|
*
|
x86/mm: Remove the now redundant N_MEMORY check
Baoquan He
2020-03-17
1
-2
/
+1
|
*
|
x86: Don't let pgprot_modify() change the page encryption bit
Thomas Hellstrom
2020-03-17
2
-3
/
+6
|
*
|
x86/mm/kmmio: Use this_cpu_ptr() instead get_cpu_var() for kmmio_ctx
Sebastian Andrzej Siewior
2020-03-12
1
-7
/
+3
|
*
|
x86/mm/init/32: Stop printing the virtual memory layout
Arvind Sankar
2020-03-05
1
-38
/
+0
*
|
|
Merge branch 'x86-misc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-03-31
1
-6
/
+11
|
\
\
\
|
*
|
|
x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode map
Yu-cheng Yu
2020-03-26
1
-6
/
+11
*
|
|
|
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-03-31
2
-36
/
+44
|
\
\
\
\
|
*
|
|
|
x86/pkeys: Add check for pkey "overflow"
Dave Hansen
2020-02-24
2
-2
/
+12
|
*
|
|
|
x86/fpu/xstate: Warn when checking alignment of disabled xfeatures
Yu-cheng Yu
2020-02-12
1
-0
/
+7
|
*
|
|
|
x86/fpu/xstate: Fix XSAVES offsets in setup_xstate_comp()
Yu-cheng Yu
2020-02-12
1
-20
/
+12
|
*
|
|
|
x86/fpu/xstate: Fix last_good_offset in setup_xstate_features()
Yu-cheng Yu
2020-02-11
1
-14
/
+13
*
|
|
|
|
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-31
39
-813
/
+434
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Thomas Gleixner
2020-03-28
14
-764
/
+392
|
|
\
\
\
\
\
|
|
*
|
|
|
|
kill uaccess_try()
Al Viro
2020-03-26
4
-84
/
+0
|
|
*
|
|
|
|
x86: unsafe_put-style macro for sigmask
Al Viro
2020-03-26
1
-4
/
+8
|
|
*
|
|
|
|
x86: x32_setup_rt_frame(): consolidate uaccess areas
Al Viro
2020-03-26
1
-12
/
+5
|
|
*
|
|
|
|
x86: __setup_rt_frame(): consolidate uaccess areas
Al Viro
2020-03-26
1
-17
/
+9
|
|
*
|
|
|
|
x86: __setup_frame(): consolidate uaccess areas
Al Viro
2020-03-26
1
-17
/
+6
|
|
*
|
|
|
|
x86: setup_sigcontext(): list user_access_{begin,end}() into callers
Al Viro
2020-03-26
1
-21
/
+24
|
|
*
|
|
|
|
x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)
Al Viro
2020-03-26
1
-43
/
+48
|
|
*
|
|
|
|
x86: ia32_setup_rt_frame(): consolidate uaccess areas
Al Viro
2020-03-26
1
-10
/
+3
|
|
*
|
|
|
|
x86: ia32_setup_frame(): consolidate uaccess areas
Al Viro
2020-03-26
1
-27
/
+12
|
|
*
|
|
|
|
x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callers
Al Viro
2020-03-26
1
-16
/
+28
|
|
*
|
|
|
|
x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()
Al Viro
2020-03-19
2
-39
/
+44
|
|
*
|
|
|
|
x86: switch ia32_setup_sigcontext() to unsafe_put_user()
Al Viro
2020-03-19
1
-31
/
+33
|
|
*
|
|
|
|
x86: switch setup_sigcontext() to unsafe_put_user()
Al Viro
2020-03-19
2
-46
/
+45
|
|
*
|
|
|
|
x86: switch save_v86_state() to unsafe_put_user()
Al Viro
2020-03-19
1
-31
/
+30
|
|
*
|
|
|
|
x86: kill get_user_{try,catch,ex}
Al Viro
2020-03-19
1
-54
/
+0
|
|
*
|
|
|
|
x86: get rid of get_user_ex() in restore_sigcontext()
Al Viro
2020-03-19
1
-50
/
+36
|
|
*
|
|
|
|
x86: get rid of get_user_ex() in ia32_restore_sigcontext()
Al Viro
2020-03-19
1
-62
/
+44
|
|
*
|
|
|
|
vm86: get rid of get_user_ex() use
Al Viro
2020-03-19
1
-30
/
+24
|
|
*
|
|
|
|
x86: get rid of small constant size cases in raw_copy_{to,from}_user()
Al Viro
2020-03-18
3
-145
/
+2
|
|
*
|
|
|
|
x86: switch sigframe sigset handling to explict __get_user()/__put_user()
Al Viro
2020-03-18
3
-28
/
+14
|
|
*
|
|
|
|
x86 kvm page table walks: switch to explicit __get_user()
Al Viro
2020-02-15
1
-1
/
+1
|
|
*
|
|
|
|
x86 user stack frame reads: switch to explicit __get_user()
Al Viro
2020-02-15
3
-31
/
+11
|
|
|
/
/
/
/
|
*
|
|
|
|
x86/mm/set_memory: Fix -Wmissing-prototypes warnings
Benjamin Thiel
2020-03-27
3
-7
/
+6
|
*
|
|
|
|
x86/mm: Mark setup_emu2phys_nid() static
Benjamin Thiel
2020-03-27
1
-1
/
+1
|
*
|
|
|
|
x86/jump_label: Move 'inline' keyword placement
Randy Dunlap
2020-03-27
1
-1
/
+1
|
*
|
|
|
|
x86/platform/uv: Add a missing prototype for uv_bau_message_interrupt()
Benjamin Thiel
2020-03-27
1
-0
/
+2
|
*
|
|
|
|
x86/alternatives: Mark text_poke_loc_init() static
Qiujun Huang
2020-03-25
1
-2
/
+2
|
*
|
|
|
|
x86/cpu: Fix a -Wmissing-prototypes warning for init_ia32_feat_ctl()
Benjamin Thiel
2020-03-23
1
-0
/
+1
|
*
|
|
|
|
x86/mm: Drop pud_mknotpresent()
Anshuman Khandual
2020-03-23
1
-6
/
+0
|
*
|
|
|
|
x86: Replace setup_irq() by request_irq()
afzal mohammed
2020-03-21
2
-20
/
+11
[next]