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
2017-05-15
sunrpc: mark all struct svc_procinfo instances as const
Christoph Hellwig
12
-15
/
+15
2017-05-15
sunrpc: move pc_count out of struct svc_procinfo
Christoph Hellwig
10
-7
/
+28
2017-05-15
nfsd4: properly type op_func callbacks
Christoph Hellwig
3
-173
/
+209
2017-05-15
nfsd4: remove nfsd4op_rsize
Christoph Hellwig
1
-55
/
+54
2017-05-15
nfsd4: properly type op_get_currentstateid callbacks
Christoph Hellwig
3
-35
/
+50
2017-05-15
nfsd4: properly type op_set_currentstateid callbacks
Christoph Hellwig
4
-19
/
+27
2017-05-15
sunrpc: remove kxdrproc_t
Christoph Hellwig
1
-7
/
+0
2017-05-15
sunrpc: properly type pc_encode callbacks
Christoph Hellwig
21
-170
/
+185
2017-05-15
sunrpc: properly type pc_decode callbacks
Christoph Hellwig
21
-209
/
+237
2017-05-15
sunrpc: properly type pc_release callbacks
Christoph Hellwig
12
-66
/
+63
2017-05-15
sunrpc: properly type pc_func callbacks
Christoph Hellwig
11
-227
/
+328
2017-05-15
nfsd: remove the unused PROC() macro in nfs3proc.c
Christoph Hellwig
1
-12
/
+0
2017-05-15
nfsd: use named initializers in PROC()
Christoph Hellwig
3
-27
/
+27
2017-05-15
nfsd4: const-ify nfs_cb_version4
Christoph Hellwig
1
-1
/
+1
2017-05-15
sunrpc: mark all struct rpc_procinfo instances as const
Christoph Hellwig
16
-30
/
+31
2017-05-15
nfs: use ARRAY_SIZE() in the nfsacl_version3 declaration
Christoph Hellwig
1
-2
/
+1
2017-05-15
sunrpc: move p_count out of struct rpc_procinfo
Christoph Hellwig
13
-15
/
+44
2017-05-15
lockd: fix some weird indentation
Christoph Hellwig
2
-19
/
+19
2017-05-15
nfs: don't cast callback decode/proc/encode routines
Christoph Hellwig
3
-69
/
+77
2017-05-15
nfs: fix decoder callback prototypes
Christoph Hellwig
5
-84
/
+151
2017-05-15
lockd: fix decoder callback prototypes
Christoph Hellwig
3
-10
/
+16
2017-05-15
nfsd: fix decoder callback prototypes
Christoph Hellwig
1
-4
/
+7
2017-05-15
sunrpc/auth_gss: fix decoder callback prototypes
Christoph Hellwig
3
-3
/
+4
2017-05-15
sunrpc: fix decoder callback prototypes
Christoph Hellwig
1
-12
/
+15
2017-05-15
sunrpc: properly type argument to kxdrdproc_t
Christoph Hellwig
2
-2
/
+4
2017-05-15
sunrpc/auth_gss: nfsd: fix encoder callback prototypes
Christoph Hellwig
3
-7
/
+8
2017-05-15
nfsd: fix encoder callback prototypes
Christoph Hellwig
1
-5
/
+8
2017-05-15
nfs: fix encoder callback prototypes
Christoph Hellwig
5
-122
/
+242
2017-05-15
lockd: fix encoder callback prototypes
Christoph Hellwig
3
-18
/
+34
2017-05-15
sunrpc: fix encoder callback prototypes
Christoph Hellwig
1
-11
/
+13
2017-05-15
sunrpc: properly type argument to kxdreproc_t
Christoph Hellwig
2
-2
/
+6
2017-05-13
Linux 4.12-rc1
v4.12-rc1
Linus Torvalds
1
-2
/
+2
2017-05-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-7
/
+445
2017-05-13
Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
9
-18
/
+195
2017-05-13
Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-19
/
+17
2017-05-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
23
-126
/
+145
2017-05-13
mm, docs: update memory.stat description with workingset* entries
Roman Gushchin
1
-0
/
+12
2017-05-13
mm: vmscan: scan until it finds eligible pages
Minchan Kim
1
-6
/
+15
2017-05-13
mm, thp: copying user pages must schedule on collapse
David Rientjes
1
-4
/
+3
2017-05-13
dax: fix PMD data corruption when fault races with write
Ross Zwisler
1
-14
/
+14
2017-05-13
dax: fix data corruption when fault races with write
Jan Kara
1
-16
/
+16
2017-05-13
ext4: return to starting transaction in ext4_dax_huge_fault()
Jan Kara
1
-4
/
+17
2017-05-13
mm: fix data corruption due to stale mmap reads
Jan Kara
2
-2
/
+12
2017-05-13
dax: prevent invalidation of mapped DAX entries
Ross Zwisler
3
-36
/
+3
2017-05-13
Tigran has moved
Andrew Morton
6
-7
/
+7
2017-05-13
mm, vmalloc: fix vmalloc users tracking properly
Michal Hocko
3
-17
/
+26
2017-05-13
mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin
SeongJae Park
1
-1
/
+3
2017-05-13
gcov: support GCC 7.1
Martin Liska
2
-1
/
+9
2017-05-13
mm, vmstat: Remove spurious WARN() during zoneinfo print
Reza Arbab
1
-2
/
+0
2017-05-13
time: delete current_fs_time()
Deepa Dinamani
2
-15
/
+0
[next]