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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-08
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
1
-5
/
+0
2021-10-08
x86/fpu: Restore the masking out of reserved MXCSR bits
Borislav Petkov
1
-3
/
+8
2021-10-07
Merge branch 'objtool/urgent'
Peter Zijlstra
4
-35
/
+49
2021-10-06
x86/MCE/AMD: Export smca_get_bank_type symbol
Mukul Joshi
1
-1
/
+2
2021-10-06
x86/sev: Make the #VC exception stacks part of the default stacks storage
Borislav Petkov
1
-32
/
+0
2021-10-06
x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=n
Vegard Nossum
1
-0
/
+1
2021-10-06
x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()
James Morse
1
-2
/
+2
2021-10-06
x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() fails
James Morse
1
-0
/
+2
2021-10-05
x86/sched: Decrease further the priorities of SMT siblings
Ricardo Neri
1
-1
/
+1
2021-10-04
x86: change default to spec_store_bypass_disable=prctl spectre_v2_user=prctl
Andrea Arcangeli
1
-2
/
+2
2021-10-04
Merge branch x86/cc into x86/core
Borislav Petkov
13
-59
/
+156
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
1
-2
/
+7
2021-10-04
x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()
Tom Lendacky
1
-3
/
+3
2021-10-04
x86/sev: Replace occurrences of sev_active() with cc_platform_has()
Tom Lendacky
4
-6
/
+9
2021-10-04
x86/sme: Replace occurrences of sme_active() with cc_platform_has()
Tom Lendacky
3
-13
/
+13
2021-10-04
x86/sev: Add an x86 version of cc_platform_has()
Tom Lendacky
2
-0
/
+75
2021-10-01
audit: add support for the openat2 syscall
Richard Guy Briggs
1
-0
/
+2
2021-10-01
audit: replace magic audit syscall class numbers with macros
Richard Guy Briggs
1
-4
/
+4
2021-10-01
x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
Deepak Sharma
1
-0
/
+15
2021-10-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-11
/
+2
2021-10-01
x86/hpet: Use another crystalball to evaluate HPET usability
Thomas Gleixner
2
-6
/
+81
2021-10-01
x86/sev: Return an error on a returned non-zero SW_EXITINFO1[31:0]
Tom Lendacky
1
-0
/
+2
2021-09-30
x86/kprobes: Fixup return address in generic trampoline handler
Masami Hiramatsu
1
-2
/
+16
2021-09-30
x86/unwind: Recover kretprobe trampoline entry
Masami Hiramatsu
3
-8
/
+19
2021-09-30
x86/kprobes: Push a fake return address at kretprobe_trampoline
Masami Hiramatsu
1
-9
/
+25
2021-09-30
x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()
Josh Poimboeuf
1
-2
/
+11
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
1
-9
/
+9
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
1
-1
/
+1
2021-09-30
kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()
Masami Hiramatsu
1
-3
/
+3
2021-09-30
x86/kvmclock: Move this_cpu_pvti into kvmclock.h
Zelin Deng
1
-11
/
+2
2021-09-27
x86/softirq: Disable softirq stacks on PREEMPT_RT
Thomas Gleixner
1
-0
/
+2
2021-09-25
x86/umip: Downgrade warning messages to debug loglevel
Borislav Petkov
1
-4
/
+4
2021-09-23
x86/mce: Sort mca_config members to get rid of unnecessary padding
Borislav Petkov
1
-6
/
+6
2021-09-23
x86/mce: Get rid of the ->quirk_no_way_out() indirect call
Borislav Petkov
2
-34
/
+35
2021-09-23
x86/mce: Get rid of msr_ops
Borislav Petkov
3
-75
/
+42
2021-09-23
x86/mce: Get rid of machine_check_vector
Borislav Petkov
4
-45
/
+53
2021-09-23
x86/mce: Get rid of the mce_severity function pointer
Borislav Petkov
3
-9
/
+6
2021-09-23
x86/fpu/signal: Fix missed conversion to correct boolean retval in save_xstate_epilog()
Anders Roxell
1
-1
/
+1
2021-09-21
x86/mm/64: Improve stack overflow warnings
Peter Zijlstra
2
-12
/
+19
2021-09-21
x86/iopl: Fake iopl(3) CLI/STI usage
Peter Zijlstra
2
-0
/
+34
2021-09-21
x86/setup: Call early_reserve_memory() earlier
Juergen Gross
1
-12
/
+14
2021-09-20
x86/mce: Change to not send SIGBUS error during copy from user
Tony Luck
1
-15
/
+20
2021-09-19
Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-11
/
+32
2021-09-17
x86/smp: Remove unnecessary assignment to local var freq_scale
Tim Gardner
1
-1
/
+1
2021-09-17
x86/xen: Make irq_disable() noinstr
Peter Zijlstra
1
-1
/
+6
2021-09-17
x86/xen: Make irq_enable() noinstr
Peter Zijlstra
1
-1
/
+6
2021-09-17
x86/xen: Make save_fl() noinstr
Peter Zijlstra
1
-0
/
+2
2021-09-17
x86/xen: Make set_debugreg() noinstr
Peter Zijlstra
1
-3
/
+6
2021-09-17
x86/xen: Make get_debugreg() noinstr
Peter Zijlstra
1
-2
/
+6
2021-09-17
x86/xen: Make write_cr2() noinstr
Peter Zijlstra
1
-1
/
+6
[prev]
[next]