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-08-26
cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic
Peter Zijlstra
2
-11
/
+3
2020-08-24
kvm: mmu: page_track: Fix RCU list API usage
Madhuparna Bhowmik
1
-2
/
+4
2020-08-24
x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()
Borislav Petkov
2
-6
/
+6
2020-08-24
x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASE
Borislav Petkov
1
-2
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
31
-57
/
+52
2020-08-23
Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+6
2020-08-23
Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+49
2020-08-23
Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-86
/
+39
2020-08-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-4
/
+8
2020-08-22
x86/msr: Make source of unrecognised MSR writes unambiguous
Chris Down
1
-2
/
+2
2020-08-22
x86/msr: Prevent userspace MSR access from dominating the console
Chris Down
1
-3
/
+15
2020-08-21
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
2
-2
/
+4
2020-08-21
Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-0
/
+1
2020-08-21
x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM
Sean Christopherson
1
-4
/
+6
2020-08-21
arm64/x86: KVM: Introduce steal-time cap
Andrew Jones
1
-0
/
+3
2020-08-21
crypto: x86/crc32c-intel - Use CRC32 mnemonic
Uros Bizjak
1
-12
/
+6
2020-08-20
amd64: switch csum_partial_copy_generic() to new calling conventions
Al Viro
3
-122
/
+93
2020-08-20
i386: propagate the calling conventions change down to csum_partial_copy_generic()
Al Viro
2
-88
/
+47
2020-08-20
saner calling conventions for csum_and_copy_..._user()
Al Viro
4
-70
/
+32
2020-08-20
csum_partial_copy_nocheck(): drop the last argument
Al Viro
3
-7
/
+5
2020-08-20
unify generic instances of csum_partial_copy_nocheck()
Al Viro
2
-16
/
+1
2020-08-20
x86/umip: Add emulation/spoofing for SLDT and STR instructions
Brendan Shanks
1
-13
/
+27
2020-08-20
x86: switch to kernel_clone()
Christian Brauner
1
-1
/
+1
2020-08-20
efi/x86: Move 32-bit code into efi_32.c
Ard Biesheuvel
3
-86
/
+37
2020-08-20
efi/x86: Mark kernel rodata non-executable for mixed mode
Arvind Sankar
1
-0
/
+2
2020-08-20
x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmap
Yazen Ghannam
2
-23
/
+22
2020-08-20
x86/build: Declutter the build output
Ingo Molnar
1
-4
/
+0
2020-08-20
Fix build error when CONFIG_ACPI is not set/enabled:
Randy Dunlap
1
-0
/
+1
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
6
-0
/
+6
2020-08-19
x86/boot/compressed: Use builtin mem functions for decompressor
Arvind Sankar
2
-9
/
+3
2020-08-19
cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header file
James Morse
1
-15
/
+2
2020-08-19
x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmaps
James Morse
3
-39
/
+22
2020-08-19
x86/cpu: Fix typos and improve the comments in sync_core()
Ingo Molnar
1
-8
/
+8
2020-08-19
x86/resctrl: Merge AMD/Intel parse_bw() calls
James Morse
3
-61
/
+5
2020-08-19
x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA difference
James Morse
3
-1
/
+12
2020-08-19
x86/resctrl: Use is_closid_match() in more places
James Morse
1
-16
/
+14
2020-08-18
x86/resctrl: Use container_of() in delayed_work handlers
James Morse
1
-11
/
+2
2020-08-18
x86/resctrl: Fix stale comment
James Morse
1
-1
/
+1
2020-08-18
x86/resctrl: Remove struct rdt_membw::max_delay
James Morse
2
-7
/
+4
2020-08-18
x86/resctrl: Remove unused struct mbm_state::chunks_bw
James Morse
2
-4
/
+1
2020-08-18
perf/x86/intel: Support per-thread RDPMC TopDown metrics
Kan Liang
2
-12
/
+83
2020-08-18
perf/x86/intel: Support TopDown metrics on Ice Lake
Kan Liang
4
-0
/
+135
2020-08-18
perf/x86: Add a macro for RDPMC offset of fixed counters
Kan Liang
2
-1
/
+5
2020-08-18
perf/x86/intel: Generic support for hardware TopDown metrics
Kan Liang
5
-15
/
+257
2020-08-18
perf/x86/intel: Use switch in intel_pmu_disable/enable_event
Kan Liang
1
-8
/
+28
2020-08-18
perf/x86/intel: Fix the name of perf METRICS
Kan Liang
1
-1
/
+1
2020-08-18
perf/x86/intel: Move BTS index to 47
Kan Liang
1
-2
/
+2
2020-08-18
perf/x86/intel: Introduce the fourth fixed counter
Kan Liang
1
-3
/
+20
2020-08-18
perf/x86/intel: Name the global status bit in NMI handler
Kan Liang
2
-11
/
+13
2020-08-18
perf/x86: Use event_base_rdpmc for the RDPMC userspace support
Kan Liang
1
-8
/
+3
[prev]
[next]