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
2019-07-18
objtool: Support conditional retpolines
Josh Poimboeuf
2
-2
/
+11
2019-07-18
objtool: Convert insn type to enum
Josh Poimboeuf
4
-26
/
+20
2019-07-18
objtool: Fix seg fault on bad switch table entry
Josh Poimboeuf
1
-1
/
+1
2019-07-18
objtool: Support repeated uses of the same C jump table
Jann Horn
3
-25
/
+30
2019-07-18
objtool: Refactor jump table code
Josh Poimboeuf
3
-40
/
+46
2019-07-18
objtool: Refactor sibling call detection logic
Josh Poimboeuf
1
-32
/
+33
2019-07-18
objtool: Do frame pointer check before dead end check
Josh Poimboeuf
1
-9
/
+9
2019-07-18
objtool: Change dead_end_function() to return boolean
Josh Poimboeuf
1
-22
/
+14
2019-07-18
objtool: Warn on zero-length functions
Josh Poimboeuf
1
-0
/
+6
2019-07-18
objtool: Refactor function alias logic
Josh Poimboeuf
2
-8
/
+10
2019-07-18
objtool: Track original function across branches
Josh Poimboeuf
1
-16
/
+12
2019-07-18
objtool: Add mcsafe_handle_tail() to the uaccess safe list
Josh Poimboeuf
1
-0
/
+1
2019-07-18
bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
Josh Poimboeuf
3
-1
/
+7
2019-07-18
x86/uaccess: Remove redundant CLACs in getuser/putuser error paths
Josh Poimboeuf
2
-23
/
+26
2019-07-18
x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()
Josh Poimboeuf
1
-1
/
+1
2019-07-18
x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()
Josh Poimboeuf
1
-1
/
+1
2019-07-18
x86/head/64: Annotate start_cpu0() as non-callable
Josh Poimboeuf
1
-2
/
+2
2019-07-18
x86/entry: Fix thunk function ELF sizes
Josh Poimboeuf
1
-3
/
+2
2019-07-18
x86/kvm: Don't call kvm_spurious_fault() from .fixup
Josh Poimboeuf
1
-15
/
+19
2019-07-18
x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2
Josh Poimboeuf
1
-3
/
+3
2019-07-18
x86/kvm: Fix fastop function ELF metadata
Josh Poimboeuf
1
-13
/
+31
2019-07-18
x86/paravirt: Fix callee-saved function ELF sizes
Josh Poimboeuf
2
-0
/
+2
2019-07-18
Merge branch 'x86/debug' into core/urgent
Thomas Gleixner
3
-9
/
+26
2019-07-18
stacktrace: Force USER_DS for stack_trace_save_user()
Peter Zijlstra
1
-0
/
+5
2019-07-18
objtool: Rename elf_open() to prevent conflict with libelf from elftoolchain
Michael Forney
3
-3
/
+3
2019-07-18
objtool: Use Elf_Scn typedef instead of assuming struct name
Michael Forney
1
-1
/
+1
2019-07-17
Merge tag 'hwlock-v5.3' of git://github.com/andersson/remoteproc
Linus Torvalds
7
-22
/
+206
2019-07-17
Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteproc
Linus Torvalds
17
-57
/
+1009
2019-07-17
Merge tag 'rpmsg-v5.3' of git://github.com/andersson/remoteproc
Linus Torvalds
2
-1
/
+7
2019-07-17
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
15
-131
/
+2228
2019-07-17
Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
4
-28
/
+34
2019-07-17
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
148
-3216
/
+7732
2019-07-17
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
27
-568
/
+821
2019-07-17
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
66
-795
/
+3668
2019-07-17
Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
50
-192
/
+412
2019-07-17
Merge tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/ucli...
Linus Torvalds
1
-6
/
+0
2019-07-17
Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8...
Linus Torvalds
49
-59
/
+5
2019-07-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
151
-1225
/
+2674
2019-07-16
fs/select.c: use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-3
/
+3
2019-07-16
mm: add account_locked_vm utility function
Daniel Jordan
7
-190
/
+98
2019-07-16
arm64: mm: implement pte_devmap support
Robin Murphy
3
-0
/
+23
2019-07-16
mm: introduce ARCH_HAS_PTE_DEVMAP
Robin Murphy
9
-14
/
+11
2019-07-16
mm: clean up is_device_*_page() definitions
Robin Murphy
1
-22
/
+9
2019-07-16
mm/mmap: move common defines to mman-common.h
Aneesh Kumar K.V
4
-17
/
+10
2019-07-16
mm: move MAP_SYNC to asm-generic/mman-common.h
Aneesh Kumar K.V
2
-2
/
+2
2019-07-16
device-dax: "Hotremove" persistent memory that is used like normal RAM
Pavel Tatashin
2
-4
/
+39
2019-07-16
mm/hotplug: make remove_memory() interface usable
Pavel Tatashin
2
-23
/
+49
2019-07-16
device-dax: fix memory and resource leak if hotplug fails
Pavel Tatashin
1
-1
/
+4
2019-07-16
include/linux/lz4.h: fix spelling and copy-paste errors in documentation
Tom Levy
1
-9
/
+9
2019-07-16
ipc/mqueue.c: only perform resource calculation if user valid
Kees Cook
1
-9
/
+10
[next]