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-06-23
x86/intel_rdt: Respect read and write access
Reinette Chatre
1
-1
/
+2
2018-06-23
x86/intel_rdt: Introduce the Cache Pseudo-Locking modes
Reinette Chatre
2
-2
/
+21
2018-06-23
x86/intel_rdt: Display resource groups' allocations' size in bytes
Reinette Chatre
2
-0
/
+83
2018-06-23
x86/intel_rdt: Introduce "bit_usage" to display cache allocations details
Reinette Chatre
1
-0
/
+79
2018-06-23
x86/intel_rdt: Ensure requested schemata respects mode
Reinette Chatre
3
-14
/
+41
2018-06-23
x86/intel_rdt: Support flexible data to parsing callbacks
Reinette Chatre
2
-5
/
+7
2018-06-23
x86/intel_rdt: Making CBM name and type more explicit
Reinette Chatre
1
-4
/
+5
2018-06-23
x86/intel_rdt: Enable setting of exclusive mode
Reinette Chatre
1
-1
/
+96
2018-06-23
x86/intel_rdt: Introduce new "exclusive" mode
Reinette Chatre
2
-0
/
+3
2018-06-23
x86/intel_rdt: Initialize new resource group with sane defaults
Reinette Chatre
1
-3
/
+112
2018-06-23
x86/intel_rdt: Make useful functions available internally
Reinette Chatre
3
-2
/
+4
2018-06-23
x86/intel_rdt: Introduce test to determine if closid is in use
Reinette Chatre
1
-0
/
+12
2018-06-23
x86/intel_rdt: Introduce resource group's mode resctrl file
Reinette Chatre
1
-0
/
+83
2018-06-23
x86/intel_rdt: Associate mode with each RDT resource group
Reinette Chatre
2
-0
/
+25
2018-06-23
x86/intel_rdt: Introduce RDT resource group mode
Reinette Chatre
1
-0
/
+16
2018-06-23
x86/intel_rdt: Provide pseudo-locking hooks within rdt_mount
Reinette Chatre
2
-1
/
+18
2018-06-22
x86/CPU/AMD: Fix LLC ID bit-shift calculation
Suravee Suthikulpanit
1
-1
/
+1
2018-06-22
Merge branch 'linus' into x86/urgent
Thomas Gleixner
49
-345
/
+674
2018-06-22
rseq: Avoid infinite recursion when delivering SIGSEGV
Will Deacon
1
-1
/
+1
2018-06-22
x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
Borislav Petkov
1
-20
/
+17
2018-06-22
x86/microcode/intel: Fix memleak in save_microcode_patch()
Zhenzhong Duan
1
-1
/
+4
2018-06-22
x86/mce: Cleanup __mc_scan_banks()
Borislav Petkov
1
-13
/
+10
2018-06-22
x86/mce: Carve out bank scanning code
Borislav Petkov
1
-63
/
+71
2018-06-22
x86/mce: Remove !banks check
Borislav Petkov
1
-4
/
+1
2018-06-22
x86/mce: Carve out the crashing_cpu check
Borislav Petkov
1
-27
/
+37
2018-06-22
x86/mce: Always use 64-bit timestamps
Arnd Bergmann
1
-2
/
+2
2018-06-22
x86/mce: Fix incorrect "Machine check from unknown source" message
Tony Luck
1
-8
/
+18
2018-06-22
x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()
Borislav Petkov
1
-8
/
+10
2018-06-21
kprobes/x86: Fix %p uses in error messages
Masami Hiramatsu
1
-4
/
+1
2018-06-21
uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
Oleg Nesterov
1
-1
/
+1
2018-06-21
x86/unwind/orc: Detect the end of the stack
Josh Poimboeuf
1
-21
/
+31
2018-06-21
x86/stacktrace: Do not fail for ORC with regs on stack
Jiri Slaby
1
-1
/
+2
2018-06-21
x86/stacktrace: Clarify the reliable success paths
Jiri Slaby
1
-4
/
+12
2018-06-21
x86/stacktrace: Remove STACKTRACE_DUMP_ONCE
Jiri Slaby
1
-16
/
+2
2018-06-21
x86/stacktrace: Do not unwind after user regs
Jiri Slaby
1
-9
/
+0
2018-06-21
x86/platform/UV: Add kernel parameter to set memory block size
mike.travis@hpe.com
1
-0
/
+11
2018-06-21
x86/platform/UV: Use new set memory block size function
mike.travis@hpe.com
1
-3
/
+46
2018-06-21
x86/apic: Ignore secondary threads if nosmt=force
Thomas Gleixner
2
-1
/
+21
2018-06-21
x86/cpu/AMD: Evaluate smp_num_siblings early
Thomas Gleixner
1
-0
/
+13
2018-06-21
x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
Borislav Petkov
1
-6
/
+3
2018-06-21
x86/cpu/intel: Evaluate smp_num_siblings early
Thomas Gleixner
1
-0
/
+7
2018-06-21
x86/cpu/topology: Provide detect_extended_topology_early()
Thomas Gleixner
2
-9
/
+23
2018-06-21
x86/cpu/common: Provide detect_ht_early()
Thomas Gleixner
2
-10
/
+15
2018-06-21
x86/cpu/AMD: Remove the pointless detect_ht() call
Thomas Gleixner
1
-4
/
+0
2018-06-21
x86/cpu: Remove the pointless CPU printout
Thomas Gleixner
2
-25
/
+5
2018-06-21
x86/topology: Provide topology_smt_supported()
Thomas Gleixner
1
-0
/
+8
2018-06-21
x86/smp: Provide topology_is_primary_thread()
Thomas Gleixner
2
-0
/
+24
2018-06-21
x86/pti: Don't report XenPV as vulnerable
Jiri Kosina
1
-0
/
+4
2018-06-21
kprobes/x86: Do not disable preempt on int3 path
Masami Hiramatsu
2
-15
/
+4
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
2
-6
/
+7
[prev]
[next]