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-02-06
kernel/module: module_is_live can be boolean
Yaowei Bai
1
-1
/
+1
2018-02-06
kernel/resource: iomem_is_exclusive can be boolean
Yaowei Bai
2
-6
/
+6
2018-02-06
kernel/cpuset: current_cpuset_is_being_rebound can be boolean
Yaowei Bai
2
-5
/
+5
2018-02-06
lib/lockref: __lockref_is_dead can be boolean
Yaowei Bai
1
-1
/
+1
2018-02-06
mm/memblock: memblock_is_map/region_memory can be boolean
Yaowei Bai
2
-5
/
+5
2018-02-06
genirq: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2018-02-06
hrtimer: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2018-02-06
mm: remove unneeded kallsyms include
Sergey Senozhatsky
1
-4
/
+0
2018-02-06
mm/userfaultfd.c: remove duplicate include
Pravin Shedge
1
-1
/
+0
2018-02-06
vfs: remove might_sleep() from clear_inode()
Shakeel Butt
1
-1
/
+0
2018-02-06
arch/score/kernel/setup.c: combine two seq_printf() calls into one call in sh...
Markus Elfring
1
-3
/
+1
2018-02-06
ipc/mqueue.c: have RT tasks queue in by priority in wq_add()
Jonathan Haws
1
-1
/
+1
2018-02-06
ipc: fix ipc data structures inconsistency
Philippe Mikoyan
4
-12
/
+43
2018-02-06
lib/ubsan: remove returns-nonnull-attribute checks
Andrey Ryabinin
3
-30
/
+0
2018-02-06
lib/ubsan: add type mismatch handler for new GCC/Clang
Andrey Ryabinin
2
-10
/
+52
2018-02-06
lib/ubsan.c: s/missaligned/misaligned/
Andrew Morton
1
-2
/
+2
2018-02-06
build_bug.h: remove BUILD_BUG_ON_NULL()
Masahiro Yamada
2
-6
/
+4
2018-02-06
include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() defines
Masahiro Yamada
1
-11
/
+1
2018-02-06
kcov: detect double association with a single task
Dmitry Vyukov
1
-2
/
+2
2018-02-06
kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
Eric Biggers
1
-1
/
+0
2018-02-06
pps: parport: use timespec64 instead of timespec
Arnd Bergmann
1
-20
/
+20
2018-02-06
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
8
-68
/
+33
2018-02-06
drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointers
Markus Elfring
1
-7
/
+5
2018-02-06
drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initiali...
Markus Elfring
1
-1
/
+1
2018-02-06
drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed me...
Markus Elfring
1
-3
/
+0
2018-02-06
rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementations
Markus Elfring
1
-13
/
+12
2018-02-06
rapidio: return an error code only as a constant in two functions
Markus Elfring
1
-15
/
+6
2018-02-06
rapidio: delete an unnecessary variable initialisation in three functions
Markus Elfring
1
-3
/
+3
2018-02-06
rapidio: improve a size determination in five functions
Markus Elfring
1
-10
/
+5
2018-02-06
rapidio: adjust five function calls together with a variable assignment
Markus Elfring
1
-12
/
+14
2018-02-06
rapidio: adjust 12 checks for null pointers
Markus Elfring
1
-9
/
+9
2018-02-06
rapidio: delete an error message for a failed memory allocation in rio_init_m...
Markus Elfring
1
-1
/
+0
2018-02-06
cpumask: make cpumask_size() return "unsigned int"
Alexey Dobriyan
3
-3
/
+3
2018-02-06
kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces
Marcos Paulo de Souza
1
-0
/
+4
2018-02-06
kernel/fork.c: check error and return early
Marcos Paulo de Souza
1
-26
/
+25
2018-02-06
<asm-generic/siginfo.h>: fix language in comments
Randy Dunlap
1
-2
/
+2
2018-02-06
hfsplus: honor setgid flag on directories
Ernesto A. Fernandez
4
-8
/
+8
2018-02-06
nilfs2: use time64_t internally
Arnd Bergmann
9
-24
/
+23
2018-02-06
kallsyms: let print_ip_sym() print raw addresses
Huacai Chen
1
-1
/
+1
2018-02-06
elf: fix NT_FILE integer overflow
Alexey Dobriyan
1
-0
/
+2
2018-02-06
checkpatch: improve OPEN_BRACE test
Joe Perches
1
-3
/
+5
2018-02-06
checkpatch: avoid some false positives for TABSTOP declaration test
Joe Perches
1
-1
/
+1
2018-02-06
checkpatch: exclude drivers/staging from if with unnecessary parentheses test
Joe Perches
1
-1
/
+3
2018-02-06
checkpatch: improve the TABSTOP test to include declarations
Joe Perches
1
-1
/
+1
2018-02-06
checkpatch: add a few DEVICE_ATTR style tests
Joe Perches
1
-21
/
+93
2018-02-06
checkpatch: improve quoted string and line continuation test
Joe Perches
1
-1
/
+1
2018-02-06
checkpatch: ignore some octal permissions of 0
Joe Perches
1
-2
/
+7
2018-02-06
checkpatch: allow long lines containing URL
Andreas Brauchli
1
-0
/
+5
2018-02-06
lib/test_sort.c: add module unload support
Pravin Shedge
1
-0
/
+6
2018-02-06
lib/: make RUNTIME_TESTS a menuconfig to ease disabling it all
Vincent Legoll
1
-2
/
+5
[prev]
[next]