index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-08
x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
Andi Kleen
1
-10
/
+12
2018-08-08
x86/speculation/l1tf: Invert all not present mappings
Andi Kleen
1
-1
/
+1
2018-08-07
MIPS: VDSO: Force link endianness
Paul Burton
1
-0
/
+1
2018-08-07
MIPS: Always specify -EB or -EL when using clang
Paul Burton
1
-0
/
+10
2018-08-07
x86/mm/pti: Clone kernel-image on PTE level for 32 bit
Joerg Roedel
1
-41
/
+99
2018-08-07
x86/mm/pti: Don't clear permissions in pti_clone_pmd()
Joerg Roedel
1
-6
/
+5
2018-08-07
x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
Peter Zijlstra
1
-4
/
+10
2018-08-07
MIPS: Use dins to simplify __write_64bit_c0_split()
Paul Burton
1
-1
/
+10
2018-08-07
MIPS: Use read-write output operand in __write_64bit_c0_split()
Paul Burton
1
-9
/
+7
2018-08-07
x86/mm/pti: Fix 32 bit PCID check
Joerg Roedel
1
-1
/
+1
2018-08-07
s390: fix br_r1_trampoline for machines without exrl
Martin Schwidefsky
1
-2
/
+0
2018-08-07
s390/lib: use expoline for all bcr instructions
Martin Schwidefsky
1
-6
/
+10
2018-08-07
cpu/hotplug: Fix SMT supported evaluation
Thomas Gleixner
1
-1
/
+1
2018-08-07
crypto: x86/aegis,morus - Fix and simplify CPUID checks
Ondrej Mosnacek
6
-45
/
+21
2018-08-07
crypto: arm64 - revert NEON yield for fast AEAD implementations
Ard Biesheuvel
2
-146
/
+80
2018-08-06
MIPS: Avoid using array as parameter to write_c0_kpgd()
Paul Burton
1
-1
/
+1
2018-08-06
MIPS: vdso: Allow clang's --target flag in VDSO cflags
Paul Burton
1
-0
/
+5
2018-08-06
MIPS: genvdso: Remove GOT checks
Paul Burton
1
-51
/
+0
2018-08-06
Merge branch 'x86/pti-urgent' into x86/pti
Thomas Gleixner
101
-389
/
+699
2018-08-06
x86/mm/init: Remove freed kernel image areas from alias mapping
Dave Hansen
3
-2
/
+38
2018-08-06
MIPS: Remove obsolete MIPS checks for DST node "chosen@0"
Robert P. J. Day
1
-4
/
+0
2018-08-06
Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
201
-965
/
+1327
2018-08-05
x86: vdso: Use $LD instead of $CC to link
Alistair Strachan
1
-13
/
+9
2018-08-05
x86/irqflags: Provide a declaration for native_save_fl
Nick Desaulniers
1
-0
/
+2
2018-08-05
x86/mm/init: Add helper for freeing kernel image pages
Dave Hansen
3
-5
/
+15
2018-08-05
x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
Dave Hansen
1
-6
/
+2
2018-08-05
x86/mm/pti: Clear Global bit more aggressively
Dave Hansen
2
-10
/
+30
2018-08-05
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-18
/
+55
2018-08-05
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+8
2018-08-05
KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
Paolo Bonzini
3
-3
/
+27
2018-08-05
x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
Paolo Bonzini
4
-0
/
+13
2018-08-05
x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
Paolo Bonzini
1
-3
/
+9
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
259
-1193
/
+1642
2018-08-05
x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
Nicolai Stange
1
-1
/
+0
2018-08-05
x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
Nicolai Stange
3
-0
/
+5
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
20
-2
/
+19
2018-08-05
x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
Nicolai Stange
2
-4
/
+36
2018-08-05
x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
Nicolai Stange
1
-1
/
+1
2018-08-05
x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
Nicolai Stange
1
-4
/
+6
2018-08-05
x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
Nicolai Stange
1
-5
/
+5
2018-08-05
x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
Nicolai Stange
1
-7
/
+7
2018-08-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-12
/
+10
2018-08-03
Merge tag 'powerpc-4.18-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-12
/
+21
2018-08-03
x86/intel_rdt: Disable PMU access
Thomas Gleixner
1
-1
/
+1
2018-08-03
x86/speculation: Support Enhanced IBRS on future CPUs
Sai Praneeth
4
-2
/
+23
2018-08-03
x86/cpufeatures: Add EPT_AD feature bit
Peter Feiner
2
-2
/
+10
2018-08-03
openrisc: Use the new GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbelt
3
-13
/
+1
2018-08-03
arm64: Use the new GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbelt
3
-15
/
+1
2018-08-03
ARM: Convert to GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbelt
6
-37
/
+11
2018-08-02
Merge tag 'arc-4.18-final' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
7
-8
/
+84
[prev]
[next]