Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | x86/earlyprintk: Add support for earlyprintk via USB3 debug port | Lu Baolu | 2017-03-21 | 3 | -0/+10 | |
| * | | | | | | | | | usb/early: Add driver for xhci debug capability | Lu Baolu | 2017-03-21 | 6 | -3/+1281 | |
| * | | | | | | | | | x86/timers: Add simple udelay calibration | Lu Baolu | 2017-03-21 | 1 | -0/+22 | |
* | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-05-01 | 3 | -26/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/irq: Remove a redundant #ifdef directive | Dou Liyang | 2017-04-14 | 1 | -2/+0 | |
| * | | | | | | | | | | x86/smp: Remove the redundant #ifdef CONFIG_SMP directive | Dou Liyang | 2017-04-14 | 1 | -5/+1 | |
| * | | | | | | | | | | x86/smp: Reduce code duplication | Dou Liyang | 2017-04-14 | 1 | -16/+13 | |
| * | | | | | | | | | | x86/pci-calgary: Use setup_timer() instead of open coding it. | Geliang Tang | 2017-03-31 | 1 | -3/+2 | |
* | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-05-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/kbuild: Use cc-option to enable -falign-{jumps/loops} | Matthias Kaehlcke | 2017-04-17 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-05-01 | 38 | -401/+591 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/unwind: Dump all stacks in unwind_dump() | Josh Poimboeuf | 2017-04-26 | 1 | -13/+21 | |
| * | | | | | | | | | | | | x86/unwind: Silence more entry-code related warnings | Josh Poimboeuf | 2017-04-26 | 1 | -3/+17 | |
| * | | | | | | | | | | | | x86/ftrace: Fix ebp in ftrace_regs_caller that screws up unwinder | Steven Rostedt (VMware) | 2017-04-21 | 1 | -4/+4 | |
| * | | | | | | | | | | | | x86/unwind: Remove unused 'sp' parameter in unwind_dump() | Josh Poimboeuf | 2017-04-19 | 1 | -4/+4 | |
| * | | | | | | | | | | | | x86/unwind: Prepend hex mask value with '0x' in unwind_dump() | Josh Poimboeuf | 2017-04-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | x86/unwind: Properly zero-pad 32-bit values in unwind_dump() | Josh Poimboeuf | 2017-04-19 | 1 | -2/+4 | |
| * | | | | | | | | | | | | x86/unwind: Ensure stack pointer is aligned | Josh Poimboeuf | 2017-04-18 | 2 | -3/+3 | |
| * | | | | | | | | | | | | debug: Avoid setting BUGFLAG_WARNING twice | Peter Zijlstra | 2017-04-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | x86/unwind: Silence entry-related warnings | Josh Poimboeuf | 2017-04-14 | 2 | -9/+28 | |
| * | | | | | | | | | | | | x86/unwind: Read stack return address in update_stack_state() | Josh Poimboeuf | 2017-04-14 | 2 | -12/+14 | |
| * | | | | | | | | | | | | x86/unwind: Move common code into update_stack_state() | Josh Poimboeuf | 2017-04-14 | 1 | -64/+55 | |
| * | | | | | | | | | | | | debug: Fix __bug_table[] in arch linker scripts | Peter Zijlstra | 2017-04-03 | 11 | -0/+19 | |
| * | | | | | | | | | | | | debug: Add _ONCE() logic to report_bug() | Peter Zijlstra | 2017-03-30 | 10 | -25/+52 | |
| * | | | | | | | | | | | | x86/debug: Define BUG() again for !CONFIG_BUG | Arnd Bergmann | 2017-03-30 | 1 | -3/+7 | |
| * | | | | | | | | | | | | x86/debug: Implement __WARN() using UD0 | Peter Zijlstra | 2017-03-27 | 8 | -76/+101 | |
| * | | | | | | | | | | | | x86/ftrace: Use Makefile logic instead of #ifdef for compiling ftrace_*.o | Steven Rostedt (VMware) | 2017-03-24 | 3 | -9/+2 | |
| * | | | | | | | | | | | | x86/ftrace: Add -mfentry support to x86_32 with DYNAMIC_FTRACE set | Steven Rostedt (VMware) | 2017-03-24 | 2 | -11/+73 | |
| * | | | | | | | | | | | | x86/ftrace: Clean up ftrace_regs_caller | Steven Rostedt (VMware) | 2017-03-24 | 1 | -19/+21 | |
| * | | | | | | | | | | | | x86/ftrace: Add stack frame pointer to ftrace_caller | Steven Rostedt (VMware) | 2017-03-24 | 1 | -2/+10 | |
| * | | | | | | | | | | | | x86/ftrace: Move the ftrace specific code out of entry_32.S | Steven Rostedt (VMware) | 2017-03-24 | 3 | -169/+176 | |
| * | | | | | | | | | | | | x86/ftrace: Rename mcount_64.S to ftrace_64.S | Steven Rostedt (VMware) | 2017-03-24 | 2 | -4/+2 | |
| * | | | | | | | | | | | | Merge branch 'linus' into x86/asm, to refresh the topic tree with fixes | Ingo Molnar | 2017-03-23 | 2459 | -25352/+63682 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | x86/asm: Optimize clear_page() | Borislav Petkov | 2017-03-07 | 2 | -11/+22 | |
| * | | | | | | | | | | | | | x86/entry/64: Relax pvops stub clobber specifications | Jan Beulich | 2017-03-01 | 1 | -8/+7 | |
| * | | | | | | | | | | | | | x86/entry/32: Relax a pvops stub clobber specification | Jan Beulich | 2017-03-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-01 | 2 | -9/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | x86/apic: Fix a comment in init_apic_mappings() | Dou Liyang | 2017-03-13 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | x86/apic: Remove the SET_APIC_ID(x) macro | Dou Liyang | 2017-03-13 | 2 | -7/+2 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-05-01 | 13 | -276/+707 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | x86/intel_rdt: Return error for incorrect resource names in schemata | Vikas Shivappa | 2017-04-20 | 1 | -13/+15 | |
| * | | | | | | | | | | | | | | x86/intel_rdt: Trim whitespace while parsing schemata input | Vikas Shivappa | 2017-04-20 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | x86/intel_rdt: Fix padding when resource is enabled via mount | Vikas Shivappa | 2017-04-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | x86/intel_rdt: Get rid of anon union | Thomas Gleixner | 2017-04-17 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | x86/cpu: Keep model defines sorted by model number | Andy Shevchenko | 2017-04-14 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | x86/intel_rdt/mba: Add schemata file support for MBA | Vikas Shivappa | 2017-04-14 | 3 | -0/+46 | |
| * | | | | | | | | | | | | | | x86/intel_rdt: Make schemata file parsers resource specific | Vikas Shivappa | 2017-04-14 | 3 | -14/+31 | |
| * | | | | | | | | | | | | | | x86/intel_rdt/mba: Add info directory files for Memory Bandwidth Allocation | Vikas Shivappa | 2017-04-14 | 3 | -2/+62 | |
| * | | | | | | | | | | | | | | x86/intel_rdt: Make information files resource specific | Vikas Shivappa | 2017-04-14 | 3 | -4/+21 | |
| * | | | | | | | | | | | | | | x86/intel_rdt/mba: Add primary support for Memory Bandwidth Allocation (MBA) | Vikas Shivappa | 2017-04-14 | 2 | -3/+110 |