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-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
2019-03-07
epoll: unify awaking of wakeup source on ep_poll_callback() path
Roman Penyaev
1
-8
/
+1
2019-03-07
epoll: make sure all elements in ready list are in FIFO order
Roman Penyaev
1
-1
/
+5
2019-03-07
checkpatch: add test for SPDX-License-Identifier on wrong line #
Joe Perches
1
-0
/
+8
2019-03-07
checkpatch: allow reporting C99 style comments
Vadim Bendebury
1
-1
/
+2
2019-03-07
checkpatch: add some new alloc functions to various tests
Joe Perches
1
-4
/
+15
2019-03-07
checkpatch: verify SPDX comment style
Joe Perches
1
-0
/
+8
2019-03-07
lib/test_firmware.c: remove some dead code
Dan Carpenter
1
-9
/
+0
2019-03-07
lib/assoc_array.c: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-03-07
lib/test_ubsan.c: VLA no longer used in kernel
Olof Johansson
1
-10
/
+1
2019-03-07
lib/div64.c: off by one in shift
Stanislaw Gruszka
1
-2
/
+2
2019-03-07
include/linux/bitops.h: set_mask_bits() to return old value
Vineet Gupta
1
-1
/
+1
2019-03-07
ACPI: implement acpi_handle_debug in terms of _dynamic_func_call
Rasmus Villemoes
1
-6
/
+2
2019-03-07
ACPI: remove unused __acpi_handle_debug macro
Rasmus Villemoes
1
-3
/
+0
2019-03-07
ACPI: use proper DYNAMIC_DEBUG_BRANCH macro
Rasmus Villemoes
1
-1
/
+1
2019-03-07
btrfs: implement btrfs_debug* in terms of helper macro
Rasmus Villemoes
1
-24
/
+10
2019-03-07
dynamic_debug: refactor dynamic_pr_debug and friends
Rasmus Villemoes
1
-29
/
+43
2019-03-07
dynamic_debug: add static inline stub for ddebug_add_module
Rasmus Villemoes
2
-4
/
+8
2019-03-07
dynamic_debug: move pr_err from module.c to ddebug_add_module
Rasmus Villemoes
2
-4
/
+4
2019-03-07
dynamic_debug: remove unused EXPORT_SYMBOLs
Rasmus Villemoes
1
-2
/
+0
2019-03-07
dynamic_debug: use pointer comparison in ddebug_remove_module
Rasmus Villemoes
1
-1
/
+2
2019-03-07
dynamic_debug: don't duplicate modname in ddebug_add_module
Rasmus Villemoes
1
-8
/
+7
2019-03-07
dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitions
Rasmus Villemoes
1
-15
/
+7
2019-03-07
linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimited
Rasmus Villemoes
1
-1
/
+1
2019-03-07
linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited
Rasmus Villemoes
1
-1
/
+1
2019-03-07
linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimited
Rasmus Villemoes
1
-1
/
+1
2019-03-07
include/linux/pid.h: remove next_pidmap() declaration
Nadav Amit
1
-1
/
+0
2019-03-07
linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>
Masahiro Yamada
3
-30
/
+39
2019-03-07
linux/kernel.h: use 'short' to define USHRT_MAX, SHRT_MAX, SHRT_MIN
Masahiro Yamada
1
-3
/
+3
[next]