Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | x86/hpet: Remove pointless x86-64 specific #include | Thomas Gleixner | 2019-06-28 | 1 | -4/+0 | |
| * | | | | | | | | | | | x86/hpet: Restructure init code | Thomas Gleixner | 2019-06-28 | 1 | -38/+43 | |
| * | | | | | | | | | | | x86/hpet: Replace printk(KERN...) with pr_...() | Thomas Gleixner | 2019-06-28 | 1 | -26/+19 | |
| * | | | | | | | | | | | x86/hpet: Simplify CPU online code | Thomas Gleixner | 2019-06-28 | 1 | -29/+2 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-07-08 | 12 | -44/+477 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/fsgsbase: Revert FSGSBASE support | Thomas Gleixner | 2019-07-03 | 2 | -129/+12 | |
| * | | | | | | | | | | | x86/mtrr: Skip cache flushes on CPUs with cache self-snooping | Ricardo Neri | 2019-06-28 | 1 | -2/+13 | |
| * | | | | | | | | | | | x86/cpu/intel: Clear cache self-snoop capability in CPUs with known errata | Ricardo Neri | 2019-06-28 | 1 | -0/+27 | |
| * | | | | | | | | | | | x86/umwait: Add sysfs interface to control umwait maximum time | Fenghua Yu | 2019-06-24 | 1 | -0/+36 | |
| * | | | | | | | | | | | x86/umwait: Add sysfs interface to control umwait C0.2 state | Fenghua Yu | 2019-06-24 | 1 | -8/+110 | |
| * | | | | | | | | | | | x86/umwait: Initialize umwait control values | Fenghua Yu | 2019-06-24 | 2 | -0/+63 | |
| * | | | | | | | | | | | x86/cpu: Disable frequency requests via aperfmperf IPI for nohz_full CPUs | Konstantin Khlebnikov | 2019-06-22 | 1 | -1/+11 | |
| * | | | | | | | | | | | x86/acpi/cstate: Add Zhaoxin processors support for cache flush policy in C3 | Tony W Wang-oc | 2019-06-22 | 1 | -0/+15 | |
| * | | | | | | | | | | | x86/cpu: Create Zhaoxin processors architecture support file | Tony W Wang-oc | 2019-06-22 | 2 | -0/+168 | |
| * | | | | | | | | | | | x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2 | Andi Kleen | 2019-06-22 | 1 | -1/+3 | |
| * | | | | | | | | | | | x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bit | Andy Lutomirski | 2019-06-22 | 1 | -18/+14 | |
| * | | | | | | | | | | | x86/process/64: Use FSGSBASE instructions on thread copy and ptrace | Chang S. Bae | 2019-06-22 | 1 | -6/+13 | |
| * | | | | | | | | | | | x86/process/64: Use FSBSBASE in switch_to() if available | Andy Lutomirski | 2019-06-22 | 1 | -6/+28 | |
| * | | | | | | | | | | | x86/fsgsbase/64: Enable FSGSBASE instructions in helper functions | Chang S. Bae | 2019-06-22 | 1 | -0/+66 | |
| * | | | | | | | | | | | x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASE | Andy Lutomirski | 2019-06-22 | 1 | -0/+24 | |
| * | | | | | | | | | | | x86/ptrace: Prevent ptrace from clearing the FS/GS selector | Chang S. Bae | 2019-06-22 | 1 | -12/+2 | |
| * | | | | | | | | | | | x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructions | Fenghua Yu | 2019-06-20 | 2 | -0/+7 | |
| * | | | | | | | | | | | x86/cpufeatures: Combine word 11 and 12 into a new scattered features word | Fenghua Yu | 2019-06-20 | 3 | -23/+22 | |
| * | | | | | | | | | | | x86/cpufeatures: Carve out CQM features retrieval | Borislav Petkov | 2019-06-20 | 1 | -27/+33 | |
| * | | | | | | | | | | | x86/cacheinfo: Fix a -Wtype-limits warning | Qian Cai | 2019-06-19 | 1 | -2/+1 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-07-08 | 4 | -58/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/fpu: Inline fpu__xstate_clear_all_cpu_caps() | Sebastian Andrzej Siewior | 2019-07-07 | 2 | -11/+2 | |
| * | | | | | | | | | | | x86/fpu: Make 'no387' and 'nofxsr' command line options useful | Sebastian Andrzej Siewior | 2019-07-07 | 2 | -10/+12 | |
| * | | | | | | | | | | | x86/fpu: Remove the fpu__save() export | Christoph Hellwig | 2019-06-17 | 1 | -1/+0 | |
| * | | | | | | | | | | | x86/fpu: Simplify kernel_fpu_begin() | Christoph Hellwig | 2019-06-17 | 1 | -24/+12 | |
| * | | | | | | | | | | | x86/fpu: Simplify kernel_fpu_end() | Christoph Hellwig | 2019-06-17 | 1 | -12/+3 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-07-08 | 15 | -62/+193 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/irq: Seperate unused system vectors from spurious entry again | Thomas Gleixner | 2019-07-03 | 2 | -12/+24 | |
| * | | | | | | | | | | | x86/irq: Handle spurious interrupt after shutdown gracefully | Thomas Gleixner | 2019-07-03 | 2 | -3/+3 | |
| * | | | | | | | | | | | x86/ioapic: Implement irq_get_irqchip_state() callback | Thomas Gleixner | 2019-07-03 | 1 | -0/+46 | |
| * | | | | | | | | | | | x86/timer: Skip PIT initialization on modern chipsets | Thomas Gleixner | 2019-06-29 | 4 | -3/+60 | |
| * | | | | | | | | | | | x86/apic: Use non-atomic operations when possible | Nadav Amit | 2019-06-23 | 3 | -4/+4 | |
| * | | | | | | | | | | | x86/apic: Make apic_bsp_setup() static | Thomas Gleixner | 2019-06-16 | 1 | -4/+3 | |
| * | | | | | | | | | | | x86/tsc: Set LAPIC timer period to crystal clock frequency | Daniel Drake | 2019-05-09 | 1 | -0/+10 | |
| * | | | | | | | | | | | x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period' | Daniel Drake | 2019-05-09 | 5 | -16/+16 | |
| * | | | | | | | | | | | x86/tsc: Use CPUID.0x16 to calculate missing crystal frequency | Daniel Drake | 2019-05-09 | 1 | -20/+27 | |
* | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-07-08 | 2 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | clocksource/drivers: Make Hyper-V clocksource ISA agnostic | Michael Kelley | 2019-07-03 | 1 | -1/+3 | |
| * | | | | | | | | | | | | x86/vdso: Switch to generic vDSO implementation | Vincenzo Frascino | 2019-06-22 | 1 | -0/+1 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2019-07-08 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | ptrace: move clearing of TIF_SYSCALL_EMU flag to core | Sudeep Holla | 2019-06-05 | 1 | -3/+0 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2019-07-04 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro... | Jiri Kosina | 2019-07-02 | 1 | -0/+2 | |
| * | | | | | | | | | | | | ftrace/x86: Add a comment to why we take text_mutex in ftrace_arch_code_modif... | Steven Rostedt (VMware) | 2019-06-28 | 1 | -0/+5 | |
| * | | | | | | | | | | | | ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run... | Petr Mladek | 2019-06-28 | 1 | -0/+3 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |