Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | x86: KVM: add xsetbv to the emulator | Vitaly Kuznetsov | 2019-08-22 | 1 | -1/+2 | |
| * | | | | | | | x86: kvm: svm: propagate errors from skip_emulated_instruction() | Vitaly Kuznetsov | 2019-08-22 | 1 | -1/+1 | |
* | | | | | | | | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2019-09-17 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 2019-09-17 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | cpuidle-haltpoll: vcpu hotplug support | Joao Martins | 2019-09-03 | 1 | -2/+2 | |
| | * | | | | | | | | cpuidle-haltpoll: disable host side polling when kvm virtualized | Marcelo Tosatti | 2019-07-30 | 1 | -0/+8 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-09-17 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | clocksource/drivers/hyperv: Enable TSC page clocksource on 32bit | Vitaly Kuznetsov | 2019-08-23 | 1 | -3/+3 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-09-17 | 9 | -165/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86/apic/flat64: Remove the IPI shorthand decision logic | Thomas Gleixner | 2019-07-25 | 1 | -4/+0 | |
| * | | | | | | | | | x86/smp: Move smp_function_call implementations into IPI code | Thomas Gleixner | 2019-07-25 | 1 | -0/+1 | |
| * | | | | | | | | | x86/apic: Provide and use helper for send_IPI_allbutself() | Thomas Gleixner | 2019-07-25 | 1 | -0/+2 | |
| * | | | | | | | | | x86/apic: Add static key to Control IPI shorthands | Thomas Gleixner | 2019-07-25 | 1 | -0/+2 | |
| * | | | | | | | | | x86/hotplug: Silence APIC and NMI when CPU is dead | Thomas Gleixner | 2019-07-25 | 1 | -0/+1 | |
| * | | | | | | | | | x86/cpu: Move arch_smt_update() to a neutral place | Thomas Gleixner | 2019-07-25 | 1 | -0/+2 | |
| * | | | | | | | | | x86/apic/uv: Make x2apic_extra_bits static | Thomas Gleixner | 2019-07-25 | 1 | -2/+0 | |
| * | | | | | | | | | x86/apic: Move apic_flat_64 header into apic directory | Thomas Gleixner | 2019-07-25 | 1 | -8/+0 | |
| * | | | | | | | | | x86/apic: Move ipi header into apic directory | Thomas Gleixner | 2019-07-25 | 1 | -90/+0 | |
| * | | | | | | | | | x86/apic: Move IPI inlines into ipi.c | Thomas Gleixner | 2019-07-25 | 1 | -19/+0 | |
| * | | | | | | | | | x86/paravirt: Drop {read,write}_cr8() hooks | Andrew Cooper | 2019-07-22 | 4 | -42/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-09-17 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() code | Heiner Kallweit | 2019-08-19 | 1 | -1/+1 | |
| * | | | | | | | | | x86/irq: Improve definition of VECTOR_SHUTDOWN et al | Heiner Kallweit | 2019-08-19 | 1 | -2/+2 | |
* | | | | | | | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-09-16 | 2 | -0/+55 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/vmware: Add a header file for hypercall definitions | Thomas Hellstrom | 2019-08-28 | 2 | -0/+55 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-09-16 | 2 | -2/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/hyperv: Add functions to allocate/deallocate page for Hyper-V | Maya Nakamura | 2019-07-22 | 1 | -1/+4 | |
| * | | | | | | | | | | x86/hyperv: Create and use Hyper-V page definitions | Maya Nakamura | 2019-07-22 | 1 | -1/+11 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-09-16 | 4 | -22/+29 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/mm: Remove the unused set_memory_wt() function | Christoph Hellwig | 2019-09-03 | 1 | -1/+0 | |
| * | | | | | | | | | | x86/mm: Remove set_pages_x() and set_pages_nx() | Christoph Hellwig | 2019-09-03 | 1 | -2/+0 | |
| * | | | | | | | | | | x86/mm: Remove the unused set_memory_array_*() functions | Christoph Hellwig | 2019-09-03 | 1 | -5/+0 | |
| * | | | | | | | | | | Merge tag 'v5.3-rc7' into x86/mm, to pick up fixes | Ingo Molnar | 2019-09-03 | 13 | -28/+123 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | x86/fixmap: Cleanup outdated comments | Cao jin | 2019-08-19 | 1 | -3/+2 | |
| * | | | | | | | | | | x86/mm: Avoid redundant interrupt disable in load_mm_cr4() | Jan Kiszka | 2019-07-24 | 2 | -11/+27 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-09-16 | 3 | -7/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/syscalls: Split the x32 syscalls into their own table | Andy Lutomirski | 2019-07-22 | 2 | -6/+4 | |
| * | | | | | | | | | | x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long | Andy Lutomirski | 2019-07-22 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-09-16 | 9 | -41/+59 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/cpu: Add new Airmont variant to Intel family | Rahul Tanwar | 2019-09-06 | 1 | -0/+1 | |
| * | | | | | | | | | | x86/cpu: Add Elkhart Lake to Intel family | Gayatri Kammela | 2019-09-06 | 1 | -0/+1 | |
| * | | | | | | | | | | x86/cpu: Add Tiger Lake to Intel family | Gayatri Kammela | 2019-09-06 | 1 | -0/+3 | |
| * | | | | | | | | | | Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changes | Ingo Molnar | 2019-09-06 | 4 | -7/+12 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | x86: Correct misc typos | Marco Ammon | 2019-09-02 | 1 | -2/+2 | |
| | * | | | | | | | | | | x86/cpufeature: Explain the macro duplication | Cao Jin | 2019-08-28 | 1 | -0/+7 | |
| | * | | | | | | | | | | x86/ftrace: Remove mcount() declaration | Jisheng Zhang | 2019-08-26 | 1 | -1/+0 | |
| | * | | | | | | | | | | x86/bitops: Use __builtin_constant_p() directly instead of IS_IMMEDIATE() | Masahiro Yamada | 2019-07-23 | 1 | -4/+3 | |
| | * | | | | | | | | | | x86/realmode: Remove trampoline_status | Pingfan Liu | 2019-07-22 | 1 | -1/+0 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'linus' into x86/cpu, to resolve conflicts | Ingo Molnar | 2019-09-02 | 2 | -5/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | x86/intel: Add common OPTDIFFs | Peter Zijlstra | 2019-08-28 | 1 | -6/+15 |