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
2016-08-03
nilfs2: do not use yield()
Ryusuke Konishi
1
-1
/
+1
2016-08-03
nilfs2: emit error message when I/O error is detected
Ryusuke Konishi
3
-2
/
+16
2016-08-03
nilfs2: replace nilfs_warning() with nilfs_msg()
Ryusuke Konishi
8
-82
/
+61
2016-08-03
nilfs2: reduce bare use of printk() with nilfs_msg()
Ryusuke Konishi
13
-275
/
+283
2016-08-03
nilfs2: embed a back pointer to super block instance in nilfs object
Ryusuke Konishi
3
-5
/
+8
2016-08-03
nilfs2: add nilfs_msg() message interface
Ryusuke Konishi
2
-0
/
+23
2016-08-03
nilfs2: hide function name argument from nilfs_error()
Ryusuke Konishi
5
-36
/
+51
2016-08-03
fs/binfmt_em86.c: fix incompatible pointer type
Daniel Wagner
1
-1
/
+2
2016-08-03
mm: refuse wrapped vm_brk requests
Kees Cook
1
-3
/
+5
2016-08-03
binfmt_elf: fix calculations for bss padding
Kees Cook
1
-16
/
+18
2016-08-03
checkpatch: if no filenames then read stdin
Allen Hubbe
1
-2
/
+2
2016-08-03
checkpatch: check signoff when reading stdin
Allen Hubbe
1
-1
/
+3
2016-08-03
checkpatch: improve 'bare use of' signed/unsigned types warning
Joe Perches
1
-1
/
+1
2016-08-03
checkpatch: don't complain about BIT macro in uapi
Tomas Winkler
1
-2
/
+3
2016-08-03
checkpatch: yet another commit id improvement
Joe Perches
1
-2
/
+2
2016-08-03
checkpatch: allow c99 style // comments
Joe Perches
1
-0
/
+6
2016-08-03
checkpatch: skip long lines that use an EFI_GUID macro
Joe Perches
1
-0
/
+4
2016-08-03
firmware: support loading into a pre-allocated buffer
Stephen Boyd
4
-29
/
+114
2016-08-03
firmware: provide infrastructure to make fw caching optional
Vikram Mulukutla
1
-2
/
+5
2016-08-03
firmware: consolidate kmap/read/write logic
Stephen Boyd
1
-31
/
+26
2016-08-03
radix-tree: fix comment about "exceptional" bits
Ross Zwisler
1
-1
/
+1
2016-08-03
crc32: use ktime_get_ns() for measurement
Arnd Bergmann
1
-12
/
+4
2016-08-03
lib/iommu-helper: skip to next segment
Sebastian Ott
1
-2
/
+1
2016-08-03
get_maintainer.pl: reduce need for command-line option -f
Joe Perches
1
-1
/
+19
2016-08-03
printk: add kernel parameter to control writes to /dev/kmsg
Borislav Petkov
5
-8
/
+171
2016-08-03
ratelimit: extend to print suppressed messages on release
Borislav Petkov
2
-9
/
+39
2016-08-03
fbdev/bfin_adv7393fb: move DRIVER_NAME before its first use
Borislav Petkov
2
-2
/
+2
2016-08-03
printk: include <asm/sections.h> instead of <asm-generic/sections.h>
Christoph Hellwig
1
-1
/
+1
2016-08-03
printk: introduce suppress_message_printing()
Sergey Senozhatsky
1
-6
/
+19
2016-08-03
printk: create pr_<level> functions
Joe Perches
4
-26
/
+78
2016-08-03
printk: do not include interrupt.h
Sergey Senozhatsky
1
-1
/
+0
2016-08-03
dynamic_debug: only add header when used
Luis de Bethencourt
5
-3
/
+4
2016-08-03
task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_works
Oleg Nesterov
1
-4
/
+6
2016-08-03
include: mman: use bool instead of int for the return value of arch_validate_...
Chen Gang
2
-5
/
+5
2016-08-03
mailmap: add Linus Lüssing
Linus Lüssing
1
-0
/
+2
2016-08-03
uapi: move forward declarations of internal structures
Alexey Dobriyan
4
-4
/
+2
2016-08-03
treewide: replace obsolete _refok by __ref
Fabian Frederick
36
-53
/
+46
2016-08-03
memstick: don't allocate unused major for ms_block
NeilBrown
1
-15
/
+2
2016-08-03
init/Kconfig: make COMPILE_TEST depend on !UML
Richard Weinberger
1
-0
/
+1
2016-08-03
fs/proc/task_mmu.c: suppress compilation warnings with W=1
Valdis Kletnieks
1
-0
/
+1
2016-08-03
procfs: avoid 32-bit time_t in /proc/*/stat
Arnd Bergmann
1
-6
/
+4
2016-08-03
proc_oom_score: remove tasklist_lock and pid_alive()
Oleg Nesterov
1
-5
/
+2
2016-08-03
MAINTAINERS: befs: add new maintainers
Luis de Bethencourt
1
-1
/
+4
2016-08-03
cgroup: update cgroup's document path
seokhoon.yoon
1
-2
/
+2
2016-08-03
UBSAN: fix typo in format string
Nicolas Iooss
1
-1
/
+1
2016-08-03
sysv, ipc: fix security-layer leaking
Fabian Frederick
2
-7
/
+7
2016-08-03
mm: vmscan: fix memcg-aware shrinkers not called on global reclaim
Vladimir Davydov
1
-1
/
+1
2016-08-03
radix-tree: account nodes to memcg only if explicitly requested
Vladimir Davydov
2
-5
/
+11
2016-08-03
kasan: avoid overflowing quarantine size on low memory systems
Alexander Potapenko
1
-2
/
+7
2016-08-03
kasan: improve double-free reports
Andrey Ryabinin
3
-18
/
+41
[next]