index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
pipe, sysctl: remove pipe_proc_fn()
Eric Biggers
2018-02-07
4
-24
/
+5
*
pipe, sysctl: drop 'min' parameter from pipe-max-size converter
Eric Biggers
2018-02-07
3
-22
/
+5
*
kasan: rework Kconfig settings
Arnd Bergmann
2018-02-07
3
-1
/
+14
*
crash_dump: is_kdump_kernel can be boolean
Yaowei Bai
2018-02-07
1
-6
/
+6
*
kernel/mutex: mutex_is_locked can be boolean
Yaowei Bai
2018-02-07
1
-2
/
+2
*
kernel/module: module_is_live can be boolean
Yaowei Bai
2018-02-07
1
-1
/
+1
*
kernel/resource: iomem_is_exclusive can be boolean
Yaowei Bai
2018-02-07
2
-6
/
+6
*
kernel/cpuset: current_cpuset_is_being_rebound can be boolean
Yaowei Bai
2018-02-07
2
-5
/
+5
*
lib/lockref: __lockref_is_dead can be boolean
Yaowei Bai
2018-02-07
1
-1
/
+1
*
mm/memblock: memblock_is_map/region_memory can be boolean
Yaowei Bai
2018-02-07
2
-5
/
+5
*
genirq: remove unneeded kallsyms include
Sergey Senozhatsky
2018-02-07
1
-1
/
+0
*
hrtimer: remove unneeded kallsyms include
Sergey Senozhatsky
2018-02-07
1
-1
/
+0
*
mm: remove unneeded kallsyms include
Sergey Senozhatsky
2018-02-07
1
-4
/
+0
*
mm/userfaultfd.c: remove duplicate include
Pravin Shedge
2018-02-07
1
-1
/
+0
*
vfs: remove might_sleep() from clear_inode()
Shakeel Butt
2018-02-07
1
-1
/
+0
*
arch/score/kernel/setup.c: combine two seq_printf() calls into one call in sh...
Markus Elfring
2018-02-07
1
-3
/
+1
*
ipc/mqueue.c: have RT tasks queue in by priority in wq_add()
Jonathan Haws
2018-02-07
1
-1
/
+1
*
ipc: fix ipc data structures inconsistency
Philippe Mikoyan
2018-02-07
4
-12
/
+43
*
lib/ubsan: remove returns-nonnull-attribute checks
Andrey Ryabinin
2018-02-07
3
-30
/
+0
*
lib/ubsan: add type mismatch handler for new GCC/Clang
Andrey Ryabinin
2018-02-07
2
-10
/
+52
*
lib/ubsan.c: s/missaligned/misaligned/
Andrew Morton
2018-02-07
1
-2
/
+2
*
build_bug.h: remove BUILD_BUG_ON_NULL()
Masahiro Yamada
2018-02-07
2
-6
/
+4
*
include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() defines
Masahiro Yamada
2018-02-07
1
-11
/
+1
*
kcov: detect double association with a single task
Dmitry Vyukov
2018-02-07
1
-2
/
+2
*
kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
Eric Biggers
2018-02-07
1
-1
/
+0
*
pps: parport: use timespec64 instead of timespec
Arnd Bergmann
2018-02-07
1
-20
/
+20
*
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
2018-02-07
8
-68
/
+33
*
drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointers
Markus Elfring
2018-02-07
1
-7
/
+5
*
drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initiali...
Markus Elfring
2018-02-07
1
-1
/
+1
*
drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed me...
Markus Elfring
2018-02-07
1
-3
/
+0
*
rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementations
Markus Elfring
2018-02-07
1
-13
/
+12
*
rapidio: return an error code only as a constant in two functions
Markus Elfring
2018-02-07
1
-15
/
+6
*
rapidio: delete an unnecessary variable initialisation in three functions
Markus Elfring
2018-02-07
1
-3
/
+3
*
rapidio: improve a size determination in five functions
Markus Elfring
2018-02-07
1
-10
/
+5
*
rapidio: adjust five function calls together with a variable assignment
Markus Elfring
2018-02-07
1
-12
/
+14
*
rapidio: adjust 12 checks for null pointers
Markus Elfring
2018-02-07
1
-9
/
+9
*
rapidio: delete an error message for a failed memory allocation in rio_init_m...
Markus Elfring
2018-02-07
1
-1
/
+0
*
cpumask: make cpumask_size() return "unsigned int"
Alexey Dobriyan
2018-02-07
3
-3
/
+3
*
kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces
Marcos Paulo de Souza
2018-02-07
1
-0
/
+4
*
kernel/fork.c: check error and return early
Marcos Paulo de Souza
2018-02-07
1
-26
/
+25
*
<asm-generic/siginfo.h>: fix language in comments
Randy Dunlap
2018-02-07
1
-2
/
+2
*
hfsplus: honor setgid flag on directories
Ernesto A. Fernandez
2018-02-07
4
-8
/
+8
*
nilfs2: use time64_t internally
Arnd Bergmann
2018-02-07
9
-24
/
+23
*
kallsyms: let print_ip_sym() print raw addresses
Huacai Chen
2018-02-07
1
-1
/
+1
*
elf: fix NT_FILE integer overflow
Alexey Dobriyan
2018-02-07
1
-0
/
+2
*
checkpatch: improve OPEN_BRACE test
Joe Perches
2018-02-07
1
-3
/
+5
*
checkpatch: avoid some false positives for TABSTOP declaration test
Joe Perches
2018-02-07
1
-1
/
+1
*
checkpatch: exclude drivers/staging from if with unnecessary parentheses test
Joe Perches
2018-02-07
1
-1
/
+3
*
checkpatch: improve the TABSTOP test to include declarations
Joe Perches
2018-02-07
1
-1
/
+1
*
checkpatch: add a few DEVICE_ATTR style tests
Joe Perches
2018-02-07
1
-21
/
+93
[next]