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
2016-08-02
checkpatch: don't complain about BIT macro in uapi
Tomas Winkler
1
-2
/
+3
2016-08-02
checkpatch: yet another commit id improvement
Joe Perches
1
-2
/
+2
2016-08-02
checkpatch: allow c99 style // comments
Joe Perches
1
-0
/
+6
2016-08-02
checkpatch: skip long lines that use an EFI_GUID macro
Joe Perches
1
-0
/
+4
2016-08-02
firmware: support loading into a pre-allocated buffer
Stephen Boyd
4
-29
/
+114
2016-08-02
firmware: provide infrastructure to make fw caching optional
Vikram Mulukutla
1
-2
/
+5
2016-08-02
firmware: consolidate kmap/read/write logic
Stephen Boyd
1
-31
/
+26
2016-08-02
radix-tree: fix comment about "exceptional" bits
Ross Zwisler
1
-1
/
+1
2016-08-02
crc32: use ktime_get_ns() for measurement
Arnd Bergmann
1
-12
/
+4
2016-08-02
lib/iommu-helper: skip to next segment
Sebastian Ott
1
-2
/
+1
2016-08-02
get_maintainer.pl: reduce need for command-line option -f
Joe Perches
1
-1
/
+19
2016-08-02
printk: add kernel parameter to control writes to /dev/kmsg
Borislav Petkov
5
-8
/
+171
2016-08-02
ratelimit: extend to print suppressed messages on release
Borislav Petkov
2
-9
/
+39
2016-08-02
fbdev/bfin_adv7393fb: move DRIVER_NAME before its first use
Borislav Petkov
2
-2
/
+2
2016-08-02
printk: include <asm/sections.h> instead of <asm-generic/sections.h>
Christoph Hellwig
1
-1
/
+1
2016-08-02
printk: introduce suppress_message_printing()
Sergey Senozhatsky
1
-6
/
+19
2016-08-02
printk: create pr_<level> functions
Joe Perches
4
-26
/
+78
2016-08-02
printk: do not include interrupt.h
Sergey Senozhatsky
1
-1
/
+0
2016-08-02
dynamic_debug: only add header when used
Luis de Bethencourt
5
-3
/
+4
2016-08-02
task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_works
Oleg Nesterov
1
-4
/
+6
2016-08-02
include: mman: use bool instead of int for the return value of arch_validate_...
Chen Gang
2
-5
/
+5
2016-08-02
mailmap: add Linus Lüssing
Linus Lüssing
1
-0
/
+2
2016-08-02
uapi: move forward declarations of internal structures
Alexey Dobriyan
4
-4
/
+2
2016-08-02
treewide: replace obsolete _refok by __ref
Fabian Frederick
36
-53
/
+46
2016-08-02
memstick: don't allocate unused major for ms_block
NeilBrown
1
-15
/
+2
2016-08-02
init/Kconfig: make COMPILE_TEST depend on !UML
Richard Weinberger
1
-0
/
+1
2016-08-02
fs/proc/task_mmu.c: suppress compilation warnings with W=1
Valdis Kletnieks
1
-0
/
+1
2016-08-02
procfs: avoid 32-bit time_t in /proc/*/stat
Arnd Bergmann
1
-6
/
+4
2016-08-02
proc_oom_score: remove tasklist_lock and pid_alive()
Oleg Nesterov
1
-5
/
+2
2016-08-02
MAINTAINERS: befs: add new maintainers
Luis de Bethencourt
1
-1
/
+4
2016-08-02
cgroup: update cgroup's document path
seokhoon.yoon
1
-2
/
+2
2016-08-02
UBSAN: fix typo in format string
Nicolas Iooss
1
-1
/
+1
2016-08-02
sysv, ipc: fix security-layer leaking
Fabian Frederick
2
-7
/
+7
2016-08-02
mm: vmscan: fix memcg-aware shrinkers not called on global reclaim
Vladimir Davydov
1
-1
/
+1
2016-08-02
radix-tree: account nodes to memcg only if explicitly requested
Vladimir Davydov
2
-5
/
+11
2016-08-02
kasan: avoid overflowing quarantine size on low memory systems
Alexander Potapenko
1
-2
/
+7
2016-08-02
kasan: improve double-free reports
Andrey Ryabinin
3
-18
/
+41
2016-08-02
mm/kasan: get rid of ->state in struct kasan_alloc_meta
Andrey Ryabinin
7
-64
/
+42
2016-08-02
mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta
Andrey Ryabinin
3
-8
/
+4
2016-08-02
mm/kasan, slub: don't disable interrupts when object leaves quarantine
Andrey Ryabinin
1
-2
/
+6
2016-08-02
mm/kasan: don't reduce quarantine in atomic contexts
Andrey Ryabinin
1
-2
/
+2
2016-08-02
mm/kasan: fix corruptions and false positive reports
Andrey Ryabinin
1
-1
/
+1
2016-08-02
memcg: put soft limit reclaim out of way if the excess tree is empty
Michal Hocko
1
-0
/
+9
2016-08-02
mm, hugetlb: fix huge_pte_alloc BUG_ON
Michal Hocko
1
-1
/
+1
2016-08-02
mm/hugetlb: avoid soft lockup in set_max_huge_pages()
Jia He
1
-0
/
+4
2016-08-02
tools/testing/radix-tree/linux/gfp.h: fix bitrotted value
Valdis Kletnieks
1
-1
/
+1
2016-08-02
mm: move swap-in anonymous page into active list
Minchan Kim
1
-0
/
+1
2016-08-02
mm: fail prefaulting if page table allocation fails
Vegard Nossum
1
-0
/
+2
2016-08-02
ocfs2/dlm: continue to purge recovery lockres when recovery master goes down
piaojun
4
-46
/
+74
2016-08-02
ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_ref
piaojun
2
-5
/
+17
[prev]
[next]