index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-07
kasan: rework Kconfig settings
Arnd Bergmann
3
-1
/
+14
2018-02-07
crash_dump: is_kdump_kernel can be boolean
Yaowei Bai
1
-6
/
+6
2018-02-07
kernel/mutex: mutex_is_locked can be boolean
Yaowei Bai
1
-2
/
+2
2018-02-07
kernel/module: module_is_live can be boolean
Yaowei Bai
1
-1
/
+1
2018-02-07
kernel/resource: iomem_is_exclusive can be boolean
Yaowei Bai
2
-6
/
+6
2018-02-07
kernel/cpuset: current_cpuset_is_being_rebound can be boolean
Yaowei Bai
2
-5
/
+5
2018-02-07
lib/lockref: __lockref_is_dead can be boolean
Yaowei Bai
1
-1
/
+1
2018-02-07
mm/memblock: memblock_is_map/region_memory can be boolean
Yaowei Bai
2
-5
/
+5
2018-02-07
genirq: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2018-02-07
hrtimer: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2018-02-07
mm: remove unneeded kallsyms include
Sergey Senozhatsky
1
-4
/
+0
2018-02-07
mm/userfaultfd.c: remove duplicate include
Pravin Shedge
1
-1
/
+0
2018-02-07
vfs: remove might_sleep() from clear_inode()
Shakeel Butt
1
-1
/
+0
2018-02-07
arch/score/kernel/setup.c: combine two seq_printf() calls into one call in sh...
Markus Elfring
1
-3
/
+1
2018-02-07
ipc/mqueue.c: have RT tasks queue in by priority in wq_add()
Jonathan Haws
1
-1
/
+1
2018-02-07
ipc: fix ipc data structures inconsistency
Philippe Mikoyan
4
-12
/
+43
2018-02-07
lib/ubsan: remove returns-nonnull-attribute checks
Andrey Ryabinin
3
-30
/
+0
2018-02-07
lib/ubsan: add type mismatch handler for new GCC/Clang
Andrey Ryabinin
2
-10
/
+52
2018-02-07
lib/ubsan.c: s/missaligned/misaligned/
Andrew Morton
1
-2
/
+2
2018-02-07
build_bug.h: remove BUILD_BUG_ON_NULL()
Masahiro Yamada
2
-6
/
+4
2018-02-07
include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() defines
Masahiro Yamada
1
-11
/
+1
2018-02-07
kcov: detect double association with a single task
Dmitry Vyukov
1
-2
/
+2
2018-02-07
kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
Eric Biggers
1
-1
/
+0
2018-02-07
pps: parport: use timespec64 instead of timespec
Arnd Bergmann
1
-20
/
+20
2018-02-07
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
8
-68
/
+33
2018-02-07
drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointers
Markus Elfring
1
-7
/
+5
2018-02-07
drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initiali...
Markus Elfring
1
-1
/
+1
2018-02-07
drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed me...
Markus Elfring
1
-3
/
+0
2018-02-07
rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementations
Markus Elfring
1
-13
/
+12
2018-02-07
rapidio: return an error code only as a constant in two functions
Markus Elfring
1
-15
/
+6
2018-02-07
rapidio: delete an unnecessary variable initialisation in three functions
Markus Elfring
1
-3
/
+3
2018-02-07
rapidio: improve a size determination in five functions
Markus Elfring
1
-10
/
+5
2018-02-07
rapidio: adjust five function calls together with a variable assignment
Markus Elfring
1
-12
/
+14
2018-02-07
rapidio: adjust 12 checks for null pointers
Markus Elfring
1
-9
/
+9
2018-02-07
rapidio: delete an error message for a failed memory allocation in rio_init_m...
Markus Elfring
1
-1
/
+0
2018-02-07
cpumask: make cpumask_size() return "unsigned int"
Alexey Dobriyan
3
-3
/
+3
2018-02-07
kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces
Marcos Paulo de Souza
1
-0
/
+4
2018-02-07
kernel/fork.c: check error and return early
Marcos Paulo de Souza
1
-26
/
+25
2018-02-07
<asm-generic/siginfo.h>: fix language in comments
Randy Dunlap
1
-2
/
+2
2018-02-07
hfsplus: honor setgid flag on directories
Ernesto A. Fernandez
4
-8
/
+8
2018-02-07
nilfs2: use time64_t internally
Arnd Bergmann
9
-24
/
+23
2018-02-07
kallsyms: let print_ip_sym() print raw addresses
Huacai Chen
1
-1
/
+1
2018-02-07
elf: fix NT_FILE integer overflow
Alexey Dobriyan
1
-0
/
+2
2018-02-07
checkpatch: improve OPEN_BRACE test
Joe Perches
1
-3
/
+5
2018-02-07
checkpatch: avoid some false positives for TABSTOP declaration test
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: exclude drivers/staging from if with unnecessary parentheses test
Joe Perches
1
-1
/
+3
2018-02-07
checkpatch: improve the TABSTOP test to include declarations
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: add a few DEVICE_ATTR style tests
Joe Perches
1
-21
/
+93
2018-02-07
checkpatch: improve quoted string and line continuation test
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: ignore some octal permissions of 0
Joe Perches
1
-2
/
+7
[next]