index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
befs: improve documentation in datastream.c
Luis de Bethencourt
2016-10-08
1
-95
/
+98
*
befs: fix typos in datastream.c
Luis de Bethencourt
2016-10-08
1
-4
/
+4
*
befs: fix typos in btree.c
Luis de Bethencourt
2016-10-08
1
-4
/
+3
*
befs: fix style issues in super.c
Luis de Bethencourt
2016-10-08
1
-7
/
+8
*
befs: fix comment style
Luis de Bethencourt
2016-10-08
1
-7
/
+3
*
befs: add check for ag_shift in superblock
Luis de Bethencourt
2016-10-08
1
-0
/
+7
*
befs: dump inode_size superblock information
Luis de Bethencourt
2016-10-08
1
-0
/
+1
*
befs: remove unnecessary initialization
Salah Triki
2016-10-08
1
-1
/
+1
*
befs: fix typo in befs_sb_info
Salah Triki
2016-10-08
1
-1
/
+1
*
befs: add flags field to validate superblock state
Salah Triki
2016-10-08
2
-1
/
+6
*
befs: fix typo in befs_find_key
Luis de Bethencourt
2016-10-08
1
-1
/
+1
*
befs: remove unused BEFS_BT_PARMATCH
Luis de Bethencourt
2016-10-08
2
-19
/
+16
*
fs: befs: remove ret variable
Salah Triki
2016-10-08
1
-2
/
+1
*
fs: befs: remove in vain variable assignment
Salah Triki
2016-10-08
1
-1
/
+1
*
fs: befs: remove unnecessary *befs_sb variable
Salah Triki
2016-10-08
1
-2
/
+1
*
fs: befs: remove useless initialization to zero
Salah Triki
2016-10-08
1
-1
/
+1
*
fs: befs: remove in vain variable assignment
Salah Triki
2016-10-08
1
-2
/
+0
*
fs: befs: Insert NULL inode to dentry
Salah Triki
2016-10-08
1
-0
/
+1
*
fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect
Salah Triki
2016-10-08
1
-2
/
+0
*
fs: befs: Coding style fix
Salah Triki
2016-10-08
1
-3
/
+3
*
fs: befs: Remove redundant validation from befs_find_brun_direct
Salah Triki
2016-10-08
1
-8
/
+0
*
befs: fix typo in befs_bt_read_node documentation
Luis de Bethencourt
2016-10-08
1
-2
/
+2
*
befs: in memory free_node_ptr and max_size never read
Luis de Bethencourt
2016-10-08
1
-2
/
+0
*
befs: make consistent use of befs_error()
Luis de Bethencourt
2016-10-08
3
-4
/
+9
*
befs: use simpler while loop
Luis de Bethencourt
2016-10-08
1
-36
/
+38
*
befs: remove constant variable
Luis de Bethencourt
2016-10-08
1
-5
/
+2
*
befs: avoid dereferencing dentry twice
Luis de Bethencourt
2016-10-08
1
-1
/
+1
*
fs: befs: remove comment that confuses kernel-doc
Luis de Bethencourt
2016-10-08
1
-4
/
+0
*
fs: befs: check silent flag before logging error
Luis de Bethencourt
2016-10-08
1
-1
/
+2
*
fs: befs: replace befs_bread by sb_bread
Salah Triki
2016-10-08
4
-30
/
+4
*
befs: remove unused functions
Luis de Bethencourt
2016-10-08
1
-12
/
+0
*
befs: fix function name in documentation
Luis de Bethencourt
2016-10-08
1
-1
/
+1
*
befs: check return of sb_min_blocksize
Luis de Bethencourt
2016-10-08
1
-1
/
+6
*
fs: befs: remove useless pr_err in befs_init_inodecache()
Salah Triki
2016-10-08
1
-4
/
+2
*
fs/befs/linuxvfs.c: remove useless befs_error
Salah Triki
2016-10-08
1
-2
/
+0
*
fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super()
Salah Triki
2016-10-08
1
-4
/
+2
*
fs/befs/linuxvfs.c: check silent flag before logging errors
Salah Triki
2016-10-08
1
-6
/
+9
*
fs/befs/linuxvfs.c: move useless assignment
Salah Triki
2016-10-08
1
-1
/
+1
*
Linux 4.8
v4.8
Linus Torvalds
2016-10-02
1
-1
/
+1
*
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2016-10-02
3
-5
/
+13
|
\
|
*
ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7
Srinivas Ramana
2016-10-02
1
-1
/
+1
|
*
ARM: 8617/1: dma: fix dma_max_pfn()
Roger Quadros
2016-09-29
1
-1
/
+1
|
*
ARM: 8616/1: dt: Respect property size when parsing CPUs
Robin Murphy
2016-09-29
1
-3
/
+11
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-10-02
5
-19
/
+16
|
\
\
|
*
|
x86/entry/64: Fix context tracking state warning when load_gs_index fails
Wanpeng Li
2016-09-30
1
-2
/
+2
|
*
|
x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID
Andy Lutomirski
2016-09-30
1
-12
/
+11
|
*
|
x86/vdso: Fix building on big endian host
Segher Boessenkool
2016-09-30
1
-1
/
+1
|
*
|
x86/boot: Fix another __read_cr4() case on 486
Andy Lutomirski
2016-09-30
1
-3
/
+1
|
*
|
x86/init: Fix cr4_init_shadow() on CR4-less machines
Andy Lutomirski
2016-09-29
1
-1
/
+1
*
|
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2016-10-02
12
-55
/
+101
|
\
\
\
[next]