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-12-11
x86, sched: Use midpoint of max_boost and max_P for frequency invariance on AMD EPYC
Giovanni Gherdovich
1
-0
/
+2
2020-12-11
x86, sched: Calculate frequency invariance for AMD systems
Nathan Fontenot
2
-5
/
+76
2020-12-10
x86/ioapic: Cleanup the timer_works() irqflags mess
Thomas Gleixner
1
-16
/
+6
2020-12-10
x86/apic/vector: Fix ordering in vector assignment
Thomas Gleixner
1
-10
/
+14
2020-12-10
x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled
Xiaochen Shen
1
-4
/
+2
2020-12-10
x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP
Arvind Sankar
2
-2
/
+3
2020-12-09
KVM: x86: ignore SIPIs that are received while not in wait-for-sipi state
Maxim Levitsky
1
-7
/
+8
2020-12-09
perf/x86/intel: Add Tremont Topdown support
Kan Liang
1
-0
/
+14
2020-12-09
uprobes/x86: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+2
2020-12-09
perf/x86: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-1
/
+1
2020-12-09
kprobes/x86: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-12-09
perf/x86/intel/lbr: Fix the return type of get_lbr_cycles()
Kan Liang
1
-1
/
+1
2020-12-09
perf/x86/intel: Fix rtm_abort_event encoding on Ice Lake
Kan Liang
1
-1
/
+1
2020-12-09
x86/kprobes: Restore BTF if the single-stepping is cancelled
Masami Hiramatsu
1
-0
/
+5
2020-12-09
x86/membarrier: Get rid of a dubious optimization
Andy Lutomirski
2
-6
/
+13
2020-12-08
x86/cpu/amd: Remove dead code for TSEG region remapping
Arvind Sankar
2
-41
/
+0
2020-12-08
x86/msr: Add a pointer to an URL which contains further details
Borislav Petkov
1
-1
/
+2
2020-12-07
x86/platform/uv: Add deprecated messages to /proc info leaves
Mike Travis
1
-1
/
+10
2020-12-07
x86/platform/uv: Add kernel interfaces for obtaining system info
Mike Travis
2
-0
/
+14
2020-12-07
x86/alternative: Update text_poke_bp() kernel-doc comment
Qiujun Huang
1
-1
/
+1
2020-12-06
Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-15
/
+43
2020-12-06
Merge tag 'perf-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2020-12-06
Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
3
-4
/
+4
2020-12-06
x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytes
Masami Hiramatsu
1
-3
/
+2
2020-12-06
x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytes
Masami Hiramatsu
1
-5
/
+5
2020-12-06
x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes
Masami Hiramatsu
2
-4
/
+21
2020-12-04
kvm: x86/mmu: Use cpuid to determine max gfn
Rick Edgecombe
1
-2
/
+2
2020-12-04
kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()
Jacob Xu
1
-2
/
+2
2020-12-04
crypto: x86/poly1305 - Use TEST %reg,%reg instead of CMP $0,%reg
Uros Bizjak
1
-1
/
+1
2020-12-04
crypto: x86/sha512 - Use TEST %reg,%reg instead of CMP $0,%reg
Uros Bizjak
2
-2
/
+2
2020-12-04
crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg
Uros Bizjak
2
-20
/
+20
2020-12-03
x86/sgx: Return -EINVAL on a zero length buffer in sgx_ioc_enclave_add_pages()
Jarkko Sakkinen
1
-1
/
+1
2020-12-03
KVM: x86: adjust SEV for commit 7e8e6eed75e
Paolo Bonzini
1
-1
/
+1
2020-12-03
x86/platform/uv: Fix UV4 hub revision adjustment
Mike Travis
1
-1
/
+1
2020-12-03
perf/x86/intel: Check PEBS status correctly
Stephane Eranian
1
-1
/
+1
2020-12-03
perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBS
Namhyung Kim
1
-1
/
+1
2020-12-02
x86/sgx: Fix a typo in kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-12-02
signal: Expose SYS_USER_DISPATCH si_code type
Gabriel Krisman Bertazi
1
-1
/
+1
2020-12-02
x86: vdso: Expose sigreturn address on vdso to the kernel
Gabriel Krisman Bertazi
5
-0
/
+23
2020-12-01
x86/mce: Rename kill_it to kill_current_task
Gabriele Paoloni
1
-8
/
+8
2020-12-01
x86/mce: Remove redundant call to irq_work_queue()
Gabriele Paoloni
1
-3
/
+0
2020-12-01
x86/mce: Panic for LMCE only if mca_cfg.tolerant < 3
Gabriele Paoloni
1
-1
/
+1
2020-12-01
x86/mce: Move the mce_panic() call and 'kill_it' assignments to the right places
Gabriele Paoloni
1
-11
/
+4
2020-12-01
Merge tag 'v5.10-rc6' into ras/core
Borislav Petkov
61
-396
/
+651
2020-12-01
x86/resctrl: Clean up unused function parameter in rmdir path
Xiaochen Shen
1
-10
/
+7
2020-12-01
Merge tag 'v5.10-rc6' into x86/cache
Borislav Petkov
61
-396
/
+651
2020-12-01
x86/resctrl: Fix AMD L3 QOS CDP enable/disable
Babu Moger
3
-2
/
+14
2020-12-01
x86/build: Remove -m16 workaround for unsupported versions of GCC
Nick Desaulniers
2
-20
/
+1
2020-12-01
kbuild: Hoist '--orphan-handling' into Kconfig
Nathan Chancellor
3
-4
/
+4
2020-12-01
x86/pci: Fix the function type for check_reserved_t
Sami Tolvanen
1
-2
/
+2
[prev]
[next]