index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-15
dma-mapping: clear harmful GFP_* flags in common code
Christoph Hellwig
1
-2
/
+0
2018-01-15
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
1
-0
/
+36
2018-01-14
x86/jailhouse: Initialize PCI support
Jan Kiszka
1
-0
/
+17
2018-01-14
x86/jailhouse: Wire up IOAPIC for legacy UART ports
Jan Kiszka
1
-0
/
+21
2018-01-14
x86/jailhouse: Halt instead of failing to restart
Jan Kiszka
1
-0
/
+10
2018-01-14
x86/jailhouse: Silence ACPI warning
Jan Kiszka
1
-0
/
+6
2018-01-14
x86/jailhouse: Avoid access of unsupported platform resources
Jan Kiszka
1
-0
/
+13
2018-01-14
x86/jailhouse: Set up timekeeping
Jan Kiszka
1
-0
/
+17
2018-01-14
x86/jailhouse: Enable PMTIMER
Jan Kiszka
1
-0
/
+4
2018-01-14
x86/jailhouse: Enable APIC and SMP support
Jan Kiszka
2
-1
/
+45
2018-01-14
x86/jailhouse: Add infrastructure for running in non-root cell
Jan Kiszka
3
-0
/
+79
2018-01-14
x86: Introduce and use MP IRQ trigger and polarity defines
Jan Kiszka
2
-19
/
+24
2018-01-14
x86/platform: Control warm reset setup via legacy feature flag
Jan Kiszka
3
-2
/
+4
2018-01-14
x86/apic: Install an empty physflat_init_apic_ldr
Jan Kiszka
1
-2
/
+10
2018-01-14
x86/tsc: Introduce early tsc clocksource
Peter Zijlstra
1
-10
/
+33
2018-01-14
x86/time: Unconditionally register legacy timer interrupt
Peter Zijlstra
1
-3
/
+6
2018-01-14
x86/tsc: Allow TSC calibration without PIT
Peter Zijlstra
1
-0
/
+18
2018-01-14
x86/idt: Mark IDT tables __initconst
Andi Kleen
1
-6
/
+6
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-14
/
+243
2018-01-14
Revert "x86/apic: Remove init_bsp_APIC()"
Ville Syrjälä
2
-0
/
+52
2018-01-14
x86/tsc: Print tsc_khz, when it differs from cpu_khz
Len Brown
1
-0
/
+6
2018-01-14
x86/tsc: Fix erroneous TSC rate on Skylake Xeon
Len Brown
1
-1
/
+0
2018-01-14
x86/tsc: Future-proof native_calibrate_tsc()
Len Brown
1
-0
/
+2
2018-01-12
signal: Remove _sys_private and _overrun_incr from struct compat_siginfo
Eric W. Biederman
1
-1
/
+1
2018-01-12
x86/retpoline/irq32: Convert assembler indirect jumps
Andi Kleen
1
-4
/
+5
2018-01-12
x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
David Woodhouse
2
-6
/
+8
2018-01-12
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
2
-5
/
+157
2018-01-12
x86/retpoline: Add initial retpoline support
David Woodhouse
1
-0
/
+4
2018-01-11
x86/pti: Make unpoison of pgd for trusted boot work for real
Dave Hansen
1
-1
/
+11
2018-01-11
x86/gart: Exclude GART aperture from vmcore
Jiri Bohac
1
-1
/
+45
2018-01-10
x86/alternatives: Fix optimize_nops() checking
Borislav Petkov
1
-2
/
+5
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
4
-3
/
+4
2018-01-09
treewide: Use DEVICE_ATTR_WO
Joe Perches
1
-1
/
+1
2018-01-09
x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC
Tom Lendacky
1
-2
/
+16
2018-01-09
x86/cpu/AMD: Make LFENCE a serializing instruction
Tom Lendacky
1
-0
/
+10
2018-01-08
x86/tboot: Unbreak tboot with PTI enabled
Dave Hansen
1
-0
/
+1
2018-01-08
x86/cpu: Implement CPU vulnerabilites sysfs functions
Thomas Gleixner
1
-0
/
+29
2018-01-06
x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
David Woodhouse
1
-0
/
+3
2018-01-06
x86/microcode/intel: Extend BDW late-loading with a revision check
Jia Zhang
1
-2
/
+11
2018-01-06
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
34
-299
/
+536
2018-01-05
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2018-01-05
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+2
2018-01-05
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
1
-1
/
+1
2018-01-05
x86: do not use print_symbol()
Sergey Senozhatsky
1
-2
/
+1
2018-01-05
ACPI / x86: boot: Propagate error code in acpi_gsi_to_irq()
Andy Shevchenko
1
-10
/
+10
2018-01-03
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-13
/
+26
2018-01-03
x86/process: Define cpu_tss_rw in same section as declaration
Nick Desaulniers
1
-1
/
+1
2018-01-03
x86/dumpstack: Print registers for first stack frame
Josh Poimboeuf
1
-1
/
+2
2018-01-03
x86/dumpstack: Fix partial register dumps
Josh Poimboeuf
2
-9
/
+21
2018-01-03
x86/cpu, x86/pti: Do not enable PTI on AMD processors
Tom Lendacky
1
-2
/
+2
[prev]
[next]