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-03-08
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-143
/
+282
2019-03-08
Merge tag 'edac_for_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
14
-1434
/
+2323
2019-03-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
35
-739
/
+3049
2019-03-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...
Linus Torvalds
35
-1071
/
+2649
2019-03-08
Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1141
-37911
/
+39562
2019-03-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
148
-658
/
+1100
2019-03-07
samples/mic/mpssd/mpssd.h: remove duplicate header
Brajeswar Ghosh
1
-3
/
+0
2019-03-07
kernel/fork.c: remove duplicated include
YueHaibing
1
-1
/
+0
2019-03-07
include/linux/relay.h: fix percpu annotation in struct rchan
Luc Van Oostenryck
1
-1
/
+1
2019-03-07
arch/nios2/mm/fault.c: remove duplicate include
Sabyasachi Gupta
1
-1
/
+0
2019-03-07
unicore32: stop printing the virtual memory layout
Geert Uytterhoeven
1
-24
/
+0
2019-03-07
MAINTAINERS: fix GTA02 entry and mark as orphan
Jann Horn
1
-2
/
+3
2019-03-07
mm: create the new vm_fault_t type
Souptick Joarder
3
-48
/
+73
2019-03-07
arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()
Mike Rapoport
3
-25
/
+8
2019-03-07
arch: simplify several early memory allocations
Mike Rapoport
10
-43
/
+18
2019-03-07
openrisc: simplify pte_alloc_one_kernel()
Mike Rapoport
1
-7
/
+4
2019-03-07
sh: prefer memblock APIs returning virtual address
Mike Rapoport
2
-16
/
+7
2019-03-07
microblaze: prefer memblock API returning virtual address
Mike Rapoport
1
-2
/
+3
2019-03-07
powerpc: prefer memblock APIs returning virtual address
Mike Rapoport
9
-51
/
+44
2019-03-07
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
8
-17
/
+226
2019-03-07
lib/lzo: implement run-length encoding
Dave Rodgman
5
-43
/
+181
2019-03-07
lib/lzo: fast 8-byte copy on arm64
Matt Sealey
1
-1
/
+1
2019-03-07
lib/lzo: 64-bit CTZ on arm64
Matt Sealey
1
-1
/
+1
2019-03-07
lib/lzo: tidy-up ifdefs
Dave Rodgman
1
-4
/
+4
2019-03-07
ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_size
Gustavo A. R. Silva
1
-5
/
+1
2019-03-07
ipc: annotate implicit fall through
Mathieu Malaterre
1
-0
/
+1
2019-03-07
init/initramfs.c: provide more details in error messages
David Engraf
1
-3
/
+3
2019-03-07
lib/ubsan: default UBSAN_ALIGNMENT to not set
Anders Roxell
1
-5
/
+9
2019-03-07
scripts/gdb: replace flags (MS_xyz -> SB_xyz)
Jackie Liu
2
-12
/
+12
2019-03-07
kcov: convert kcov.refcount to refcount_t
Elena Reshetova
1
-4
/
+5
2019-03-07
kcov: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-4
/
+2
2019-03-07
kernel/configs: use .incbin directive to embed config_data.gz
Masahiro Yamada
4
-35
/
+21
2019-03-07
configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED
Alexey Brodkin
56
-56
/
+2
2019-03-07
kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2019-03-07
sysctl: handle overflow for file-max
Christian Brauner
1
-0
/
+3
2019-03-07
sysctl: handle overflow in proc_get_long
Christian Brauner
1
-1
/
+39
2019-03-07
rapidio/mport_cdev: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-03-07
drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen()
Dan Carpenter
1
-1
/
+3
2019-03-07
kernel: workqueue: clarify wq_worker_last_func() caller requirements
Johannes Weiner
1
-0
/
+10
2019-03-07
exec: increase BINPRM_BUF_SIZE to 256
Oleg Nesterov
2
-2
/
+2
2019-03-07
fs/exec.c: replace opencoded set_mask_bits()
Vineet Gupta
1
-6
/
+1
2019-03-07
fat: enable .splice_write to support splice on O_DIRECT file
Hou Tao
1
-0
/
+1
2019-03-07
autofs: clear O_NONBLOCK on the pipe
NeilBrown
1
-0
/
+2
2019-03-07
fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()
Ian Kent
1
-6
/
+6
2019-03-07
autofs: add ignore mount option
Ian Kent
3
-2
/
+10
2019-03-07
init/calibrate.c: provide proper prototype
Valdis Kletnieks
1
-0
/
+1
2019-03-07
fs/binfmt_elf.c: spread const a little
Alexey Dobriyan
1
-5
/
+3
2019-03-07
fs/binfmt_elf.c: use list_for_each_entry()
Alexey Dobriyan
1
-10
/
+5
2019-03-07
fs/binfmt_elf.c: don't be afraid of overflow
Alexey Dobriyan
1
-6
/
+3
2019-03-07
epoll: use rwlock in order to reduce ep_poll_callback() contention
Roman Penyaev
1
-36
/
+122
[next]