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
2018-10-02
x86/earlyprintk: Add a force option for pciserial device
Feng Tang
1
-10
/
+19
2018-10-02
x86/cpu: Sanitize FAM6_ATOM naming
Peter Zijlstra
4
-22
/
+22
2018-09-28
x86/intel_rdt: Use perf infrastructure for measurements
Reinette Chatre
1
-115
/
+189
2018-09-28
x86/intel_rdt: Create required perf event attributes
Reinette Chatre
1
-0
/
+26
2018-09-28
x86/intel_rdt: Remove local register variables
Reinette Chatre
1
-44
/
+9
2018-09-28
x86: DT: use for_each_of_cpu_node iterator
Rob Herring
1
-1
/
+1
2018-09-27
x86/mce: Add Hygon Dhyana support to the MCA infrastructure
Pu Wen
2
-6
/
+17
2018-09-27
x86/bugs: Add Hygon Dhyana to the respective mitigation machinery
Pu Wen
2
-1
/
+4
2018-09-27
x86/apic: Add Hygon Dhyana support
Pu Wen
2
-0
/
+8
2018-09-27
x86/pci, x86/amd_nb: Add Hygon Dhyana support to PCI and northbridge
Pu Wen
1
-8
/
+37
2018-09-27
x86/amd_nb: Check vendor in AMD-only functions
Pu Wen
1
-0
/
+4
2018-09-27
x86/alternative: Init ideal_nops for Hygon Dhyana
Pu Wen
1
-0
/
+4
2018-09-27
x86/events: Add Hygon Dhyana support to PMU infrastructure
Pu Wen
1
-0
/
+2
2018-09-27
x86/smpboot: Do not use BSP INIT delay and MWAIT to idle on Dhyana
Pu Wen
1
-1
/
+3
2018-09-27
x86/cpu/mtrr: Support TOP_MEM2 and get MTRR number
Pu Wen
2
-2
/
+3
2018-09-27
x86/cpu: Get cache info and setup cache cpumap for Hygon Dhyana
Pu Wen
3
-2
/
+33
2018-09-27
Merge branch 'tip-x86-hygon' into tip-x86-cpu
Borislav Petkov
2
-0
/
+406
2018-09-27
x86/jump_label: Switch to jump_entry accessors
Ard Biesheuvel
1
-37
/
+25
2018-09-27
x86: Add support for 64-bit place relative relocations
Ard Biesheuvel
1
-0
/
+6
2018-09-27
x86/cpu: Create Hygon Dhyana architecture support file
Pu Wen
2
-0
/
+406
2018-09-26
x86/speculation: Propagate information about RSB filling mitigation to sysfs
Jiri Kosina
1
-1
/
+2
2018-09-26
x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
Jiri Kosina
1
-6
/
+51
2018-09-22
x86/CPU: Change query logic so CPUID is enabled before testing
Matthew Whitehead
1
-1
/
+3
2018-09-22
x86/CPU: Use correct macros for Cyrix calls
Matthew Whitehead
1
-1
/
+1
2018-09-21
signal/x86: Use force_sig_fault where appropriate
Eric W. Biederman
3
-24
/
+8
2018-09-21
signal/x86/traps: Simplify trap generation
Eric W. Biederman
1
-61
/
+24
2018-09-21
signal/x86/traps: Use force_sig instead of open coding it.
Eric W. Biederman
1
-1
/
+1
2018-09-21
signal/x86/traps: Use force_sig_bnderr
Eric W. Biederman
1
-10
/
+9
2018-09-21
signal/x86/traps: Move more code into do_trap_no_signal so it can be reused
Eric W. Biederman
1
-16
/
+14
2018-09-21
x86/mce-inject: Reset injection struct after injection
Borislav Petkov
1
-0
/
+6
2018-09-20
x86/mm: Expand static page table for fixmap space
Feng Tang
2
-5
/
+15
2018-09-20
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
1
-3
/
+3
2018-09-19
signal/x86/traps: Factor out show_signal
Eric W. Biederman
1
-18
/
+19
2018-09-19
signal/x86: Move mpx siginfo generation into do_bounds
Eric W. Biederman
1
-5
/
+14
2018-09-19
signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap
Eric W. Biederman
1
-15
/
+7
2018-09-19
signal: Simplify tracehook_report_syscall_exit
Eric W. Biederman
1
-6
/
+5
2018-09-19
x86/paravirt: Fix some warning messages
Dan Carpenter
1
-2
/
+2
2018-09-18
x86/intel_rdt: Fix incorrect loop end condition
Reinette Chatre
1
-1
/
+1
2018-09-18
x86/intel_rdt: Fix exclusive mode handling of MBA resource
Reinette Chatre
1
-2
/
+12
2018-09-18
x86/intel_rdt: Fix incorrect loop end condition
Reinette Chatre
1
-1
/
+1
2018-09-18
x86/intel_rdt: Do not allow pseudo-locking of MBA resource
Reinette Chatre
1
-0
/
+6
2018-09-18
x86/intel_rdt: Fix unchecked MSR access
Reinette Chatre
1
-0
/
+12
2018-09-18
x86/intel_rdt: Fix invalid mode warning when multiple resources are managed
Reinette Chatre
1
-1
/
+1
2018-09-18
x86/intel_rdt: Global closid helper to support future fixes
Reinette Chatre
2
-0
/
+8
2018-09-18
x86/intel_rdt: Fix size reporting of MBA resource
Reinette Chatre
1
-4
/
+10
2018-09-18
x86/intel_rdt: Fix data type in parsing callbacks
Xiaochen Shen
2
-17
/
+20
2018-09-18
irq/matrix: Spread managed interrupts on allocation
Dou Liyang
1
-5
/
+4
2018-09-15
x86/kvm: Use __bss_decrypted attribute in shared variables
Brijesh Singh
1
-3
/
+49
2018-09-15
x86/mm: Add .bss..decrypted section to hold shared variables
Brijesh Singh
2
-0
/
+35
2018-09-15
x86/CPU: Fix unused variable warning when !CONFIG_IA32_EMULATION
zhong jiang
1
-3
/
+2
[prev]
[next]