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
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-14
Merge 4.13-rc5 into char-misc-next
Greg Kroah-Hartman
1
-14
/
+26
2017-08-14
x86/intel_rdt: Modify the intel_pqr_state for better performance
Vikas Shivappa
2
-11
/
+9
2017-08-14
x86/intel_rdt/cqm: Clear the default RMID during hotcpu
Vikas Shivappa
1
-0
/
+1
2017-08-11
x86/cpu/amd: Hide unused legacy_fixup_core_id() function
Arnd Bergmann
1
-1
/
+1
2017-08-11
cpufreq: x86: Disable interrupts during MSRs reading
Doug Smythies
1
-0
/
+3
2017-08-10
x86/hyper-v: Use hypercall for remote TLB flush
Vitaly Kuznetsov
1
-0
/
+1
2017-08-10
x86/cpu/amd: Derive L3 shared_cpu_map from cpu_llc_shared_mask
Suravee Suthikulpanit
1
-14
/
+18
2017-08-10
x86/cpu/amd: Limit cpu_core_id fixup to families older than F17h
Suravee Suthikulpanit
1
-7
/
+17
2017-08-01
x86/intel_rdt: Show bitmask of shareable resource with other executing units
Fenghua Yu
3
-0
/
+21
2017-08-01
x86/intel_rdt/mbm: Handle counter overflow
Vikas Shivappa
4
-6
/
+97
2017-08-01
x86/intel_rdt/mbm: Add mbm counter initialization
Vikas Shivappa
4
-2
/
+23
2017-08-01
x86/intel_rdt/mbm: Basic counting of MBM events (total and local)
Tony Luck
4
-2
/
+86
2017-08-01
x86/intel_rdt/cqm: Add CPU hotplug support
Vikas Shivappa
3
-7
/
+90
2017-08-01
x86/intel_rdt/cqm: Add sched_in support
Vikas Shivappa
1
-4
/
+0
2017-08-01
x86/intel_rdt/cqm: Add mount,umount support
Vikas Shivappa
3
-4
/
+62
2017-08-01
x86/intel_rdt/cqm: Add rmdir support
Vikas Shivappa
1
-4
/
+86
2017-08-01
x86/intel_rdt: Separate the ctrl bits from rmdir
Vikas Shivappa
1
-15
/
+33
2017-08-01
x86/intel_rdt/cqm: Add mon_data
Vikas Shivappa
5
-3
/
+284
2017-08-01
x86/intel_rdt: Prepare for RDT monitor data support
Vikas Shivappa
2
-1
/
+1
2017-08-01
x86/intel_rdt/cqm: Add cpus file support
Vikas Shivappa
1
-17
/
+93
2017-08-01
x86/intel_rdt: Prepare to add RDT monitor cpus file support
Vikas Shivappa
3
-51
/
+60
2017-08-01
x86/intel_rdt/cqm: Add tasks file support
Vikas Shivappa
1
-2
/
+17
2017-08-01
x86/intel_rdt: Change closid type from int to u32
Vikas Shivappa
2
-2
/
+2
2017-08-01
x86/intel_rdt/cqm: Add mkdir support for RDT monitoring
Vikas Shivappa
2
-8
/
+151
2017-08-01
x86/intel_rdt: Prepare for RDT monitoring mkdir support
Vikas Shivappa
1
-32
/
+79
2017-08-01
x86/intel_rdt/cqm: Add info files for RDT monitoring
Vikas Shivappa
2
-0
/
+91
2017-08-01
x86/intel_rdt: Simplify info and base file lists
Tony luck
3
-104
/
+112
2017-08-01
x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) management
Vikas Shivappa
3
-0
/
+251
2017-08-01
x86/intel_rdt/cqm: Add RDT monitoring initialization
Vikas Shivappa
4
-6
/
+242
2017-08-01
x86/intel_rdt: Make rdt_resources_all more readable
Vikas Shivappa
1
-0
/
+5
2017-08-01
x86/intel_rdt: Cleanup namespace to support RDT monitoring
Vikas Shivappa
4
-42
/
+43
2017-08-01
x86/intel_rdt: Mark rdt_root and closid_alloc as static
Reinette Chatre
1
-2
/
+2
2017-08-01
x86/intel_rdt: Change file names to accommodate RDT monitor code
Vikas Shivappa
4
-5
/
+249
2017-08-01
x86/intel_rdt: Introduce a common compile option for RDT
Vikas Shivappa
1
-1
/
+1
2017-08-01
x86/perf/cqm: Wipe out perf based cqm
Vikas Shivappa
1
-0
/
+8
2017-07-30
cpufreq: x86: Make scaling_cur_freq behave more as expected
Rafael J. Wysocki
1
-14
/
+26
2017-07-25
x86/mce/AMD: Allow any CPU to initialize the smca_banks array
Yazen Ghannam
1
-7
/
+2
2017-07-25
x86/microcode/AMD: Free unneeded patch before exit from update_cache()
Shu Wang
1
-1
/
+4
2017-07-23
Merge 4.13-rc2 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+1
2017-07-18
x86/cpu/AMD: Make the microcode level available earlier in the boot
Tom Lendacky
1
-4
/
+4
2017-07-18
x86/cpu/AMD: Handle SME reduction in physical address size
Tom Lendacky
1
-11
/
+13
2017-07-18
x86/cpu/AMD: Add the Secure Memory Encryption CPU feature
Tom Lendacky
2
-0
/
+20
2017-07-18
Merge branch 'x86/boot' into x86/mm, to pick up interacting changes
Ingo Molnar
3
-8
/
+82
2017-07-17
x86/hyper-v: stash the max number of virtual/logical processor
Vitaly Kuznetsov
1
-3
/
+9
2017-07-16
x86/cpu: Use indirect call to measure performance in init_amd_k6()
Mikulas Patocka
1
-0
/
+1
2017-07-05
x86/mm: Enable CR4.PCIDE on supported systems
Andy Lutomirski
1
-0
/
+22
2017-07-05
x86/mm: Add the 'nopcid' boot option to turn off PCID
Andy Lutomirski
1
-0
/
+18
2017-07-05
x86/mm: Disable PCID on 32-bit kernels
Andy Lutomirski
1
-0
/
+8
2017-07-04
Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-8
/
+82
2017-07-03
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-200
/
+720
[prev]
[next]