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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
Dan Williams
1
-4
/
+4
2018-01-30
x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
Dan Williams
1
-0
/
+9
2018-01-30
x86: Introduce barrier_nospec
Dan Williams
2
-2
/
+5
2018-01-30
x86: Implement array_index_mask_nospec
Dan Williams
1
-0
/
+24
2018-01-30
array_index_nospec: Sanitize speculative array de-references
Dan Williams
1
-0
/
+72
2018-01-30
Documentation: Document array_index_nospec
Mark Rutland
1
-0
/
+90
2018-01-30
x86/asm: Move 'status' from thread_struct to thread_info
Andy Lutomirski
7
-12
/
+11
2018-01-30
x86/entry/64: Push extra regs right away
Andy Lutomirski
1
-3
/
+7
2018-01-30
x86/entry/64: Remove the SYSCALL64 fast path
Andy Lutomirski
2
-122
/
+2
2018-01-30
x86/spectre: Check CONFIG_RETPOLINE in command line parser
Dou Liyang
1
-3
/
+3
2018-01-30
x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
William Grant
2
-4
/
+7
2018-01-30
objtool: Warn on stripped section symbol
Josh Poimboeuf
1
-0
/
+5
2018-01-30
objtool: Add support for alternatives at the end of a section
Josh Poimboeuf
1
-22
/
+31
2018-01-30
objtool: Improve retpoline alternative handling
Josh Poimboeuf
1
-20
/
+16
2018-01-30
Merge tag 'v4.15' into x86/pti, to be able to merge dependent changes
Ingo Molnar
13079
-284848
/
+604316
2018-01-28
Linux 4.15
v4.15
Linus Torvalds
1
-1
/
+1
2018-01-28
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+0
2018-01-28
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-34
/
+60
2018-01-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+3
2018-01-28
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-5
/
+18
2018-01-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-20
/
+60
2018-01-28
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-3
/
+5
2018-01-28
x86/ftrace: Add one more ENDPROC annotation
Josh Poimboeuf
1
-1
/
+1
2018-01-27
x86/speculation: Simplify indirect_branch_prediction_barrier()
Borislav Petkov
3
-9
/
+13
2018-01-27
x86/retpoline: Simplify vmexit_fill_RSB()
Borislav Petkov
6
-65
/
+71
2018-01-27
x86/cpufeatures: Clean up Spectre v2 related CPUID flags
David Woodhouse
4
-24
/
+34
2018-01-27
x86/cpu/bugs: Make retpoline module warning conditional
Thomas Gleixner
1
-3
/
+11
2018-01-27
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
1
-0
/
+3
2018-01-27
x86: Mark hpa as a "Designated Reviewer" for the time being
H. Peter Anvin
1
-11
/
+1
2018-01-26
Merge tag 'riscv-for-linus-4.15-maintainers' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2018-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
16
-28
/
+57
2018-01-26
Merge tag 'drm-fixes-for-v4.15-rc10-2' of git://people.freedesktop.org/~airli...
Linus Torvalds
2
-21
/
+58
2018-01-26
VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSING
Stefan Hajnoczi
1
-1
/
+1
2018-01-26
dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
Alexey Kodanev
1
-0
/
+3
2018-01-26
Update the RISC-V MAINTAINERS file
Palmer Dabbelt
1
-2
/
+2
2018-01-26
x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernels
Andy Lutomirski
1
-13
/
+9
2018-01-26
x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems
Andy Lutomirski
1
-5
/
+29
2018-01-26
x86/bugs: Drop one "mitigation" from dmesg
Borislav Petkov
1
-1
/
+1
2018-01-26
x86/nospec: Fix header guards names
Borislav Petkov
1
-3
/
+3
2018-01-26
x86/alternative: Print unadorned pointers
Borislav Petkov
1
-7
/
+7
2018-01-26
x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
David Woodhouse
3
-1
/
+24
2018-01-26
x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
David Woodhouse
1
-0
/
+66
2018-01-26
x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
David Woodhouse
1
-5
/
+43
2018-01-26
x86/msr: Add definitions for new speculation control MSRs
David Woodhouse
1
-0
/
+12
2018-01-26
x86/cpufeatures: Add AMD feature bits for Speculation Control
David Woodhouse
1
-0
/
+3
2018-01-26
x86/cpufeatures: Add Intel feature bits for Speculation Control
David Woodhouse
1
-0
/
+3
2018-01-26
x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
David Woodhouse
6
-9
/
+15
2018-01-26
module/retpoline: Warn about missing retpoline in module
Andi Kleen
4
-1
/
+45
2018-01-26
Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
1
-15
/
+31
2018-01-25
net: vrf: Add support for sends to local broadcast address
David Ahern
1
-2
/
+3
[next]