summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | x86/ftrace: Add stack frame pointer to ftrace_callerSteven Rostedt (VMware)2017-03-241-2/+10
| * | | | | | | | | | | | | | | x86/ftrace: Move the ftrace specific code out of entry_32.SSteven Rostedt (VMware)2017-03-242-0/+176
| * | | | | | | | | | | | | | | x86/ftrace: Rename mcount_64.S to ftrace_64.SSteven Rostedt (VMware)2017-03-242-4/+2
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86/apic: Fix a comment in init_apic_mappings()Dou Liyang2017-03-131-2/+2
| * | | | | | | | | | | | | | | x86/apic: Remove the SET_APIC_ID(x) macroDou Liyang2017-03-131-1/+1
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-016-192/+481
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86/intel_rdt: Return error for incorrect resource names in schemataVikas Shivappa2017-04-201-13/+15
| * | | | | | | | | | | | | | | x86/intel_rdt: Trim whitespace while parsing schemata inputVikas Shivappa2017-04-201-1/+2
| * | | | | | | | | | | | | | | x86/intel_rdt: Fix padding when resource is enabled via mountVikas Shivappa2017-04-201-1/+1
| * | | | | | | | | | | | | | | x86/intel_rdt/mba: Add schemata file support for MBAVikas Shivappa2017-04-142-0/+45
| * | | | | | | | | | | | | | | x86/intel_rdt: Make schemata file parsers resource specificVikas Shivappa2017-04-142-14/+25
| * | | | | | | | | | | | | | | x86/intel_rdt/mba: Add info directory files for Memory Bandwidth AllocationVikas Shivappa2017-04-142-2/+61
| * | | | | | | | | | | | | | | x86/intel_rdt: Make information files resource specificVikas Shivappa2017-04-142-4/+15
| * | | | | | | | | | | | | | | x86/intel_rdt/mba: Add primary support for Memory Bandwidth Allocation (MBA)Vikas Shivappa2017-04-141-2/+87
| * | | | | | | | | | | | | | | x86/intel_rdt/mba: Memory bandwith allocation feature detectVikas Shivappa2017-04-142-0/+5
| * | | | | | | | | | | | | | | x86/intel_rdt: Add resource specific msr update functionThomas Gleixner2017-04-141-24/+51
| * | | | | | | | | | | | | | | x86/intel_rdt: Move CBM specific data into a structThomas Gleixner2017-04-143-45/+54
| * | | | | | | | | | | | | | | x86/intel_rdt: Cleanup namespace to support multiple resource typesVikas Shivappa2017-04-143-32/+32
| * | | | | | | | | | | | | | | x86/intel_rdt: Organize code properlyThomas Gleixner2017-04-141-47/+45
| * | | | | | | | | | | | | | | x86/intel_rdt: Init padding only if a device existsThomas Gleixner2017-04-141-2/+2
| * | | | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar2017-04-1116-46/+79
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | x86/intel_rdt: Add cpus_list rdtgroup fileJiri Olsa2017-04-101-4/+25
| * | | | | | | | | | | | | | | x86/intel_rdt: Update schemata read to show data in tabular formatVikas Shivappa2017-04-052-2/+33
| * | | | | | | | | | | | | | | x86/intel_rdt: Implement "update" mode when writing schemata fileTony Luck2017-04-052-45/+33
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-112-10/+6
* | | | | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-0123-639/+623
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86/reboot: Turn off KVM when halting a CPUTiantian Feng2017-04-201-0/+3
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-1121-633/+616
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-0159-1162/+915
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | x86/boot: Fix pr_debug() API braindamageBorislav Petkov2017-02-011-3/+3
| | * | | | | | | | | | | | | | | x86/boot/e820: Simplify e820__update_table()Ingo Molnar2017-01-301-39/+31
| | * | | | | | | | | | | | | | | x86/boot/e820: Separate the E820 ABI structures from the in-kernel structuresIngo Molnar2017-01-291-11/+9
| | * | | | | | | | | | | | | | | x86/boot/e820: Fix and clean up e820_type switch() statementsIngo Molnar2017-01-291-2/+10
| | * | | | | | | | | | | | | | | x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefixIngo Molnar2017-01-282-7/+7
| | * | | | | | | | | | | | | | | x86/boot/e820: Remove unnecessary #include'sIngo Molnar2017-01-281-7/+0
| | * | | | | | | | | | | | | | | x86/boot/e820: Rename e820_mark_nosave_regions() to e820__register_nosave_reg...Ingo Molnar2017-01-282-6/+6
| | * | | | | | | | | | | | | | | x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar2017-01-283-9/+11
| | * | | | | | | | | | | | | | | x86/boot/e820: Use bool in query APIsIngo Molnar2017-01-281-5/+5
| | * | | | | | | | | | | | | | | x86/boot/e820: Document e820__reserve_setup_data()Ingo Molnar2017-01-282-4/+10
| | * | | | | | | | | | | | | | | x86/boot/e820: Clean up __e820__update_table() et alIngo Molnar2017-01-281-59/+61
| | * | | | | | | | | | | | | | | x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar2017-01-283-10/+15
| | * | | | | | | | | | | | | | | x86/boot/e820: Clean up and standardize sizeof() usesIngo Molnar2017-01-281-6/+6
| | * | | | | | | | | | | | | | | x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-283-8/+8
| | * | | | | | | | | | | | | | | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-289-77/+77
| | * | | | | | | | | | | | | | | x86/boot/e820: Use 'enum e820_type' when handling the e820 region typeIngo Molnar2017-01-281-11/+11
| | * | | | | | | | | | | | | | | x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry'Ingo Molnar2017-01-281-0/+3
| | * | | | | | | | | | | | | | | x86/boot/e820: Simplify e820_reserve_resources()Ingo Molnar2017-01-281-17/+19
| | * | | | | | | | | | | | | | | x86/boot/e820: Rename e820_print_map() to e820__print_table()Ingo Molnar2017-01-282-7/+7
| | * | | | | | | | | | | | | | | x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar2017-01-286-33/+33