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
2019-05-01
Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...
Will Deacon
9
-35
/
+126
2019-05-01
Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...
Will Deacon
9
-93
/
+247
2019-05-01
Merge branch 'for-next/futex' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Will Deacon
1
-24
/
+39
2019-05-01
arm64/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
2
-2
/
+12
2019-05-01
arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSB
Will Deacon
1
-4
/
+6
2019-05-01
arm64: enable generic CPU vulnerabilites support
Mian Yousaf Kaukab
1
-0
/
+1
2019-05-01
arm64: add sysfs vulnerability show for speculative store bypass
Jeremy Linton
1
-0
/
+42
2019-05-01
arm64: Fix size of __early_cpu_boot_status
Arun KS
1
-1
/
+1
2019-04-30
clocksource/arm_arch_timer: Use arch_timer_read_counter to access stable coun...
Marc Zyngier
2
-4
/
+26
2019-04-30
clocksource/arm_arch_timer: Remove use of workaround static key
Marc Zyngier
1
-4
/
+0
2019-04-30
clocksource/arm_arch_timer: Drop use of static key in arch_timer_reg_read_stable
Marc Zyngier
1
-14
/
+28
2019-04-30
clocksource/arm_arch_timer: Direcly assign set_next_event workaround
Marc Zyngier
2
-0
/
+20
2019-04-30
arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvct
Marc Zyngier
1
-2
/
+2
2019-04-30
ARM: vdso: Remove dependency with the arch_timer driver internals
Marc Zyngier
2
-2
/
+5
2019-04-30
arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1
Marc Zyngier
2
-7
/
+17
2019-04-30
arm64: Add part number for Neoverse N1
Marc Zyngier
1
-0
/
+2
2019-04-30
arm64: Make ARM64_ERRATUM_1188873 depend on COMPAT
Marc Zyngier
1
-0
/
+1
2019-04-30
arm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32
Marc Zyngier
1
-2
/
+17
2019-04-30
arm64: mm: Remove pte_unmap_nested()
Qian Cai
1
-2
/
+0
2019-04-30
arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variable
Qian Cai
1
-1
/
+2
2019-04-30
arm64: compat: Reduce address limit for 64K pages
Vincenzo Frascino
1
-1
/
+1
2019-04-30
arm64: arch_timer: Ensure counter register reads occur with seqlock held
Will Deacon
2
-6
/
+42
2019-04-29
arm64: mmap: Ensure file offset is treated as unsigned
Boyang Zhou
1
-1
/
+1
2019-04-29
arm64: Kconfig: Tidy up errata workaround help text
Will Deacon
1
-16
/
+13
2019-04-26
arm64: Always enable ssb vulnerability detection
Jeremy Linton
2
-8
/
+5
2019-04-26
arm64: add sysfs vulnerability show for spectre-v2
Jeremy Linton
1
-1
/
+26
2019-04-26
arm64: Always enable spectre-v2 vulnerability detection
Jeremy Linton
1
-7
/
+8
2019-04-26
arm64: Use firmware to detect CPUs that are not affected by Spectre-v2
Marc Zyngier
1
-9
/
+23
2019-04-26
arm64: Advertise mitigation of Spectre-v2, or lack thereof
Marc Zyngier
1
-53
/
+56
2019-04-26
arm64: add sysfs vulnerability show for meltdown
Jeremy Linton
1
-14
/
+44
2019-04-26
arm64: Add sysfs vulnerability show for spectre-v1
Mian Yousaf Kaukab
1
-0
/
+6
2019-04-26
arm64: Provide a command line to disable spectre_v2 mitigation
Jeremy Linton
1
-0
/
+13
2019-04-26
arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()
Will Deacon
1
-1
/
+3
2019-04-26
arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
Will Deacon
1
-21
/
+34
2019-04-26
arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value
Will Deacon
1
-8
/
+8
2019-04-26
Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/...
Will Deacon
5
-8
/
+18
2019-04-25
arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTO
Kees Cook
3
-19
/
+38
2019-04-23
arm64: Expose SVE2 features for userspace
Dave Martin
6
-1
/
+51
2019-04-23
arm64: Kconfig: Make CONFIG_COMPAT a menuconfig entry
Will Deacon
1
-55
/
+58
2019-04-23
arm64: compat: Add KUSER_HELPERS config option
Vincenzo Frascino
4
-5
/
+39
2019-04-23
arm64: compat: Refactor aarch32_alloc_vdso_pages()
Vincenzo Frascino
1
-26
/
+26
2019-04-23
arm64: compat: Split kuser32
Vincenzo Frascino
3
-57
/
+50
2019-04-23
arm64: compat: Alloc separate pages for vectors and sigpage
Vincenzo Frascino
4
-34
/
+93
2019-04-17
s390/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
1
-1
/
+2
2019-04-17
powerpc/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
2
-4
/
+4
2019-04-17
x86/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
2
-3
/
+12
2019-04-16
arm64: vdso: Fix clock_getres() for CLOCK_REALTIME
Vincenzo Frascino
4
-5
/
+8
2019-04-16
arm64: Use the correct style for SPDX License Identifier
Nishad Kamdar
4
-4
/
+4
2019-04-16
arm64: instrument smp_{load_acquire,store_release}
Mark Rutland
1
-9
/
+15
2019-04-16
arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=y
Miles Chen
1
-1
/
+1
[next]