Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | x86/fpu: Remove XSTATE_RESERVE | Dave Hansen | 2015-09-14 | 1 | -8/+52 | |
| * | | | | | | x86/fpu: Move XSAVE-disabling code to a helper | Dave Hansen | 2015-09-14 | 2 | -11/+20 | |
| * | | | | | | x86/fpu: Print xfeature buffer size in decimal | Dave Hansen | 2015-09-14 | 1 | -2/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-11-04 | 1 | -6/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | x86/kgdb: Replace bool_int_array[NR_CPUS] with bitmap | Denys Vlasenko | 2015-09-28 | 1 | -6/+11 | |
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-04 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86/cpu: Add CLZERO detection | Wan Zongshun | 2015-11-01 | 1 | -0/+1 | |
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-11-04 | 3 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/early_printk: Set __iomem address space for IO | Andy Shevchenko | 2015-10-13 | 1 | -2/+2 | |
| * | | | | | | | | x86/signal: Deinline get_sigframe, save 240 bytes | Denys Vlasenko | 2015-09-30 | 1 | -1/+1 | |
| * | | | | | | | | x86: Deinline early_console_register, save 403 bytes | Denys Vlasenko | 2015-09-30 | 1 | -1/+1 | |
| * | | | | | | | | x86/e820: Deinline e820_type_to_string, save 126 bytes | Denys Vlasenko | 2015-09-30 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-11-04 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/kexec: Remove obsolete 'in_crash_kexec' flag | Minfei Huang | 2015-10-12 | 1 | -3/+0 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-04 | 2 | -5/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/asm: Remove thread_info.sysenter_return | Andy Lutomirski | 2015-10-09 | 1 | -3/+0 | |
| * | | | | | | | | x86/vdso: Remove runtime 32-bit vDSO selection | Andy Lutomirski | 2015-10-07 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-11-04 | 4 | -66/+166 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/io_apic: Make eoi_ioapic_pin() static | Andy Shevchenko | 2015-10-11 | 1 | -1/+1 | |
| * | | | | | | | | x86/irq: Drop unlikely before IS_ERR_OR_NULL | Geliang Tang | 2015-10-01 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'x86/for-kvm' into x86/apic | Thomas Gleixner | 2015-09-30 | 1 | -4/+12 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | x86/apic: Deinline various functions | Denys Vlasenko | 2015-09-30 | 1 | -4/+4 | |
| * | | | | | | | | x86/numachip: Add Numachip IPI optimisations | Daniel J Blueman | 2015-09-22 | 1 | -5/+32 | |
| * | | | | | | | | x86/numachip: Add Numachip2 APIC support | Daniel J Blueman | 2015-09-22 | 1 | -0/+93 | |
| * | | | | | | | | x86/numachip: Cleanup Numachip support | Daniel J Blueman | 2015-09-22 | 1 | -62/+42 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-11-04 | 2 | -17/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sched/x86: Fix typo in __switch_to() comments | Chuck Ebbert | 2015-10-19 | 1 | -1/+1 | |
| * | | | | | | | | sched/core, sched/x86: Kill thread_info::saved_preempt_count | Peter Zijlstra | 2015-10-06 | 2 | -16/+0 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-11-04 | 12 | -1577/+1526 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/mce: Add a default case to the switch in __mcheck_cpu_ancient_init() | Borislav Petkov | 2015-11-01 | 1 | -0/+2 | |
| * | | | | | | | | x86/mce: Add a Scalable MCA vendor flags bit | Aravind Gopalakrishnan | 2015-11-01 | 1 | -0/+2 | |
| * | | | | | | | | x86/microcode/intel: Move #ifdef DEBUG inside the function | Borislav Petkov | 2015-10-21 | 1 | -6/+2 | |
| * | | | | | | | | x86/microcode/amd: Remove maintainers from comments | Borislav Petkov | 2015-10-21 | 1 | -4/+0 | |
| * | | | | | | | | x86/microcode: Remove modularization leftovers | Borislav Petkov | 2015-10-21 | 4 | -39/+12 | |
| * | | | | | | | | x86/microcode: Merge the early microcode loader | Borislav Petkov | 2015-10-21 | 8 | -1437/+1387 | |
| * | | | | | | | | x86/microcode: Unmodularize the microcode driver | Borislav Petkov | 2015-10-21 | 4 | -36/+7 | |
| * | | | | | | | | x86/mce: Fix thermal throttling reporting after kexec | Andi Kleen | 2015-10-21 | 1 | -8/+0 | |
| * | | | | | | | | x86/setup/crash: Check memblock_reserve() retval | Borislav Petkov | 2015-10-21 | 1 | -2/+10 | |
| * | | | | | | | | x86/setup/crash: Cleanup some more | Borislav Petkov | 2015-10-21 | 1 | -12/+7 | |
| * | | | | | | | | x86/setup/crash: Remove alignment variable | Borislav Petkov | 2015-10-21 | 1 | -5/+6 | |
| * | | | | | | | | x86/setup: Cleanup crashkernel reservation functions | Borislav Petkov | 2015-10-21 | 1 | -22/+21 | |
| * | | | | | | | | x86/setup: Do not reserve crashkernel high memory if low reservation failed | Baoquan He | 2015-10-21 | 1 | -9/+11 | |
| * | | | | | | | | x86/microcode/amd: Do not overwrite final patch levels | Borislav Petkov | 2015-10-12 | 2 | -8/+43 | |
| * | | | | | | | | x86/microcode/amd: Extract current patch level read to a function | Borislav Petkov | 2015-10-12 | 2 | -12/+29 | |
| * | | | | | | | | Merge branch 'x86/ras' into ras/core, to pick up changes | Ingo Molnar | 2015-10-12 | 6 | -62/+66 | |
| |\| | | | | | | | ||||||
| * | | | | | | | | x86/mce: Don't clear shared banks on Intel when offlining CPUs | Ashok Raj | 2015-09-28 | 1 | -10/+20 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-11-04 | 14 | -51/+919 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | perf/x86: Add support for PERF_SAMPLE_BRANCH_CALL | Stephane Eranian | 2015-10-20 | 1 | -0/+4 | |
| * | | | | | | | | perf/x86: Fix time_shift in perf_event_mmap_page | Adrian Hunter | 2015-10-20 | 1 | -0/+11 | |
| * | | | | | | | | Merge branch 'perf/urgent' into perf/core, before pulling new changes | Ingo Molnar | 2015-10-08 | 6 | -62/+66 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | |