index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
KVM: x86: Expose fast short REP MOV for supported cpuid
Zhenyu Wang
1
-1
/
+1
2020-03-23
KVM: VMX: don't allow memory operands for inline asm that modifies SP
Nick Desaulniers
1
-1
/
+1
2020-03-23
um: Fix header inclusion
Vincenzo Frascino
1
-0
/
+6
2020-03-23
KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interrupt context
He Zhe
1
-1
/
+1
2020-03-23
KVM: SVM: Issue WBINVD after deactivating an SEV guest
Tom Lendacky
1
-8
/
+14
2020-03-23
x86/cpu: Fix a -Wmissing-prototypes warning for init_ia32_feat_ctl()
Benjamin Thiel
1
-0
/
+1
2020-03-23
x86/mm: Drop pud_mknotpresent()
Anshuman Khandual
1
-6
/
+0
2020-03-22
x86/mce/amd: Add PPIN support for AMD MCE
Wei Huang
3
-0
/
+33
2020-03-21
x86/mm: split vmalloc_sync_all()
Joerg Roedel
1
-2
/
+24
2020-03-21
x86/entry: Rename ___preempt_schedule
Peter Zijlstra
3
-12
/
+12
2020-03-21
x86: Remove unneeded includes
Brian Gerst
7
-12
/
+0
2020-03-21
x86/entry: Drop asmlinkage from syscalls
Brian Gerst
5
-22
/
+19
2020-03-21
x86/entry/32: Enable pt_regs based syscalls
Brian Gerst
6
-114
/
+64
2020-03-21
x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit arguments
Brian Gerst
5
-75
/
+79
2020-03-21
x86/entry/32: Rename 32-bit specific syscalls
Brian Gerst
2
-30
/
+30
2020-03-21
x86/entry/32: Clean up syscall_32.tbl
Brian Gerst
1
-289
/
+289
2020-03-21
x86/entry: Remove ABI prefixes from functions in syscall tables
Brian Gerst
6
-799
/
+791
2020-03-21
x86/entry/64: Add __SYSCALL_COMMON()
Brian Gerst
4
-20
/
+9
2020-03-21
x86/entry: Remove syscall qualifier support
Brian Gerst
6
-22
/
+14
2020-03-21
x86/entry/64: Remove ptregs qualifier from syscall table
Brian Gerst
1
-10
/
+10
2020-03-21
x86/entry: Move max syscall number calculation to syscallhdr.sh
Brian Gerst
12
-72
/
+24
2020-03-21
x86/entry/64: Split X32 syscall table into its own file
Brian Gerst
3
-25
/
+29
2020-03-21
x86/entry/64: Move sys_ni_syscall stub to common.c
Brian Gerst
3
-7
/
+10
2020-03-21
x86/entry/64: Use syscall wrappers for x32_rt_sigreturn
Brian Gerst
3
-7
/
+2
2020-03-21
x86/entry: Refactor SYS_NI macros
Brian Gerst
1
-9
/
+23
2020-03-21
x86/entry: Refactor COND_SYSCALL macros
Brian Gerst
1
-18
/
+26
2020-03-21
x86/entry: Refactor SYSCALL_DEFINE0 macros
Brian Gerst
1
-41
/
+32
2020-03-21
x86/entry: Refactor SYSCALL_DEFINEx macros
Brian Gerst
1
-25
/
+24
2020-03-21
x86/vdso: Enable x86 to use common headers
Vincenzo Frascino
2
-11
/
+24
2020-03-21
x86: Introduce asm/vdso/clocksource.h
Vincenzo Frascino
2
-4
/
+11
2020-03-21
x86: Replace setup_irq() by request_irq()
afzal mohammed
2
-20
/
+11
2020-03-21
kcsan, trace: Make KCSAN compatible with tracing
Marco Elver
1
-0
/
+5
2020-03-21
Merge branch 'linus' into locking/kcsan, to pick up fixes
Ingo Molnar
36
-276
/
+534
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
281
-8419
/
+10685
2020-03-20
KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is available
Paolo Bonzini
1
-0
/
+3
2020-03-20
KVM: x86: remove bogus user-triggerable WARN_ON
Paolo Bonzini
1
-1
/
+0
2020-03-20
Merge tag 'stable-shared-branch-for-driver-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into driver-core-next
Greg Kroah-Hartman
2
-0
/
+6
2020-03-20
perf/x86/intel/uncore: Factor out __snr_uncore_mmio_init_box
Kan Liang
1
-3
/
+9
2020-03-20
perf/x86/intel/uncore: Add box_offsets for free-running counters
Kan Liang
1
-1
/
+4
2020-03-20
x86/optprobe: Fix OPTPROBE vs UACCESS
Peter Zijlstra
2
-0
/
+26
2020-03-19
x86/configs: Slightly reduce defconfigs
Randy Dunlap
2
-4
/
+0
2020-03-19
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
15
-37
/
+85
2020-03-19
x86/setup: Fix static memory detection
Guenter Roeck
2
-1
/
+20
2020-03-19
x86/ioremap: Fix CONFIG_EFI=n build
Borislav Petkov
1
-0
/
+3
2020-03-19
x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()
Al Viro
2
-39
/
+44
2020-03-18
x86: switch ia32_setup_sigcontext() to unsafe_put_user()
Al Viro
1
-28
/
+30
2020-03-18
x86: switch setup_sigcontext() to unsafe_put_user()
Al Viro
2
-46
/
+45
2020-03-18
x86: switch save_v86_state() to unsafe_put_user()
Al Viro
1
-29
/
+28
2020-03-18
x86: kill get_user_{try,catch,ex}
Al Viro
1
-54
/
+0
2020-03-18
x86: get rid of get_user_ex() in restore_sigcontext()
Al Viro
1
-50
/
+36
[prev]
[next]