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-07-03
Drivers: hv: vmbus: Make TLFS #define names architecture neutral
Michael Kelley
1
-2
/
+2
2018-07-03
x86/platform/intel-mid: Remove custom TSC calibration
Andy Shevchenko
1
-0
/
+5
2018-07-03
x86/tsc: Use SPDX identifier and update Intel copyright
Andy Shevchenko
1
-4
/
+3
2018-07-03
x86/tsc: Convert to use x86_match_cpu() and INTEL_CPU_FAM6()
Andy Shevchenko
1
-41
/
+42
2018-07-03
x86/tsc: Add missing header to tsc_msr.c
Andy Shevchenko
1
-0
/
+1
2018-07-03
x86/hyperv: Add interrupt handler annotations
Michael Kelley
1
-1
/
+1
2018-07-03
x86/paravirt: Make native_save_fl() extern inline
Nick Desaulniers
2
-0
/
+27
2018-07-03
x86/asm/64: Use 32-bit XOR to zero registers
Jan Beulich
2
-2
/
+2
2018-07-03
x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
Tom Lendacky
1
-3
/
+5
2018-07-03
x86/bugs: Update when to check for the LS_CFG SSBD mitigation
Tom Lendacky
1
-1
/
+3
2018-07-03
x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()
Zhenzhong Duan
1
-0
/
+5
2018-07-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
13
-35
/
+134
2018-07-03
x86/intel_rdt: Make CPU information accessible for pseudo-locked regions
Reinette Chatre
2
-2
/
+9
2018-07-03
x86/intel_rdt: Support restoration of subset of permissions
Reinette Chatre
3
-10
/
+13
2018-07-03
x86/intel_rdt: Fix cleanup of plr structure on error
Reinette Chatre
1
-5
/
+17
2018-07-03
x86/intel_rdt: Move pseudo_lock_region_clear()
Reinette Chatre
1
-23
/
+23
2018-07-02
Revert "x86/apic: Ignore secondary threads if nosmt=force"
Thomas Gleixner
2
-21
/
+1
2018-06-29
PCI: Make early dump functionality generic
Sinan Kaya
1
-5
/
+0
2018-06-28
x86/e820: put !E820_TYPE_RAM regions into memblock.reserved
Naoya Horiguchi
1
-3
/
+12
2018-06-26
perf/arch/x86: Implement hw_breakpoint_arch_parse()
Frederic Weisbecker
1
-30
/
+30
2018-06-26
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()
Frederic Weisbecker
1
-33
/
+38
2018-06-26
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
12
-32
/
+122
2018-06-24
x86/intel_rdt: Limit C-states dynamically when pseudo-locking active
Reinette Chatre
2
-2
/
+85
2018-06-24
x86/intel_rdt: Support L3 cache performance event of Broadwell
Reinette Chatre
2
-0
/
+66
2018-06-24
x86/intel_rdt: More precise L2 hit/miss measurements
Reinette Chatre
2
-9
/
+146
2018-06-24
x86/intel_rdt: Create character device exposing pseudo-locked region
Reinette Chatre
3
-9
/
+291
2018-06-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2018-06-24
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2018-06-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-12
/
+74
2018-06-24
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+4
2018-06-24
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-18
/
+42
2018-06-23
x86/mm: Fix 'no5lvl' handling
Kirill A. Shutemov
1
-0
/
+3
2018-06-23
Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"
Kirill A. Shutemov
1
-1
/
+1
2018-06-23
x86/intel_rdt: Create debugfs files for pseudo-locking testing
Reinette Chatre
4
-1
/
+202
2018-06-23
x86/intel_rdt: Create resctrl debug area
Reinette Chatre
2
-0
/
+29
2018-06-23
x86/intel_rdt: Ensure RDT cleanup on exit
Reinette Chatre
3
-2
/
+19
2018-06-23
x86/intel_rdt: Resctrl files reflect pseudo-locked information
Reinette Chatre
2
-6
/
+28
2018-06-23
x86/intel_rdt: Support creation/removal of pseudo-locked region
Reinette Chatre
2
-5
/
+62
2018-06-23
x86/intel_rdt: Pseudo-lock region creation/removal core
Reinette Chatre
2
-1
/
+353
2018-06-23
x86/intel_rdt: Discover supported platforms via prefetch disable bits
Reinette Chatre
1
-0
/
+75
2018-06-23
x86/intel_rdt: Add utilities to test pseudo-locked region possibility
Reinette Chatre
2
-0
/
+76
2018-06-23
x86/intel_rdt: Split resource group removal in two
Reinette Chatre
1
-9
/
+16
2018-06-23
x86/intel_rdt: Enable entering of pseudo-locksetup mode
Reinette Chatre
2
-10
/
+47
2018-06-23
x86/intel_rdt: Support enter/exit of locksetup mode
Reinette Chatre
2
-6
/
+183
2018-06-23
x86/intel_rdt: Introduce pseudo-locked region
Reinette Chatre
1
-23
/
+41
2018-06-23
x86/intel_rdt: Add check to determine if monitoring in progress
Reinette Chatre
1
-0
/
+13
2018-06-23
x86/intel_rdt: Utilities to restrict/restore access to specific files
Reinette Chatre
2
-1
/
+115
2018-06-23
x86/intel_rdt: Protect against resource group changes during locking
Reinette Chatre
2
-4
/
+38
2018-06-23
x86/intel_rdt: Add utility to restrict/restore access to resctrl files
Reinette Chatre
2
-0
/
+97
2018-06-23
x86/intel_rdt: Add utility to test if tasks assigned to resource group
Reinette Chatre
2
-0
/
+27
[prev]
[next]