index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
*
take out orphan externs (empty_string/slash_string)
Al Viro
2018-03-29
1
-2
/
+0
*
split d_path() and friends into a separate file
Al Viro
2018-03-29
3
-467
/
+472
*
dcache.c: trim includes
Al Viro
2018-03-29
1
-3
/
+0
*
fs/dcache: Avoid a try_lock loop in shrink_dentry_list()
John Ogness
2018-03-29
1
-31
/
+10
*
get rid of trylock loop around dentry_kill()
Al Viro
2018-03-29
1
-7
/
+27
*
handle move to LRU in retain_dentry()
Al Viro
2018-03-29
1
-13
/
+6
*
dput(): consolidate the "do we need to retain it?" into an inlined helper
Al Viro
2018-03-29
1
-19
/
+23
*
split the slow part of lock_parent() off
Al Viro
2018-03-29
1
-6
/
+12
*
now lock_parent() can't run into killed dentry
Al Viro
2018-03-29
1
-10
/
+3
*
get rid of trylock loop in locking dentries on shrink list
Al Viro
2018-03-29
1
-37
/
+67
*
d_delete(): get rid of trylock loop
Al Viro
2018-03-12
1
-19
/
+9
*
fs/dcache: Move dentry_kill() below lock_parent()
John Ogness
2018-03-12
1
-31
/
+31
*
fs/dcache: Remove stale comment from dentry_kill()
John Ogness
2018-03-12
1
-1
/
+0
*
take write_seqcount_invalidate() into __d_drop()
Al Viro
2018-03-12
1
-22
/
+22
*
fs: dcache: Use READ_ONCE when accessing i_dir_seq
Will Deacon
2018-02-25
1
-1
/
+1
*
fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
Will Deacon
2018-02-25
1
-1
/
+7
*
lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
Al Viro
2018-02-23
1
-3
/
+8
*
Linux 4.16-rc2
v4.16-rc2
Linus Torvalds
2018-02-18
1
-1
/
+1
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-02-18
2
-3
/
+3
|
\
|
*
x86/Kconfig: Explicitly enumerate i686-class CPUs in Kconfig
Matthew Whitehead
2018-02-16
1
-1
/
+1
|
*
x86/Kconfig: Exclude i586-class CPUs lacking PAE support from the HIGHMEM64G ...
Matthew Whitehead
2018-02-16
1
-1
/
+1
|
*
x86/Kconfig: Add missing i586-class CPUs to the X86_CMPXCHG64 Kconfig group
Matthew Whitehead
2018-02-16
1
-1
/
+1
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-02-18
34
-628
/
+1195
|
\
\
|
*
|
kprobes: Propagate error from disarm_kprobe_ftrace()
Jessica Yu
2018-02-16
1
-25
/
+53
|
*
|
kprobes: Propagate error from arm_kprobe_ftrace()
Jessica Yu
2018-02-16
1
-25
/
+75
|
*
|
Merge tag 'perf-core-for-mingo-4.17-20180215' of git://git.kernel.org/pub/scm...
Ingo Molnar
2018-02-16
33
-578
/
+1067
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"
Hendrik Brueckner
2018-02-15
2
-413
/
+0
|
|
*
perf s390: Rework system call table creation by using syscall.tbl
Hendrik Brueckner
2018-02-15
2
-14
/
+14
|
|
*
perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tbl
Hendrik Brueckner
2018-02-15
1
-0
/
+390
|
|
*
tools/headers: Synchronize kernel ABI headers, v4.16-rc1
Ingo Molnar
2018-02-15
5
-0
/
+171
|
|
*
perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
Thomas Richter
2018-02-15
1
-5
/
+18
|
|
*
perf data: Document missing --force option
Sangwon Hong
2018-02-15
1
-0
/
+4
|
|
*
perf tools: Substitute yet another strtoull()
Andy Shevchenko
2018-02-15
1
-22
/
+2
|
|
*
perf top: Check the latency of perf_top__mmap_read()
Kan Liang
2018-02-15
1
-0
/
+9
|
|
*
perf top: Switch default mode to overwrite mode
Kan Liang
2018-02-15
1
-9
/
+25
|
|
*
perf top: Remove lost events checking
Kan Liang
2018-02-15
1
-3
/
+5
|
|
*
perf hists browser: Add parameter to disable lost event warning
Kan Liang
2018-02-15
6
-20
/
+36
|
|
*
perf top: Add overwrite fall back
Kan Liang
2018-02-15
1
-0
/
+36
|
|
*
perf evsel: Expose the perf_missing_features struct
Arnaldo Carvalho de Melo
2018-02-15
2
-11
/
+15
|
|
*
perf top: Check per-event overwrite term
Kan Liang
2018-02-15
1
-0
/
+73
|
|
*
perf mmap: Discard legacy interface for mmap read
Kan Liang
2018-02-15
2
-49
/
+4
|
|
*
perf test: Update mmap read functions for backward-ring-buffer test
Kan Liang
2018-02-15
1
-2
/
+5
|
|
*
perf mmap: Introduce perf_mmap__read_event()
Kan Liang
2018-02-15
2
-0
/
+43
|
|
*
perf mmap: Introduce perf_mmap__read_done()
Kan Liang
2018-02-15
2
-0
/
+12
|
|
*
perf mmap: Discard 'prev' in perf_mmap__read()
Kan Liang
2018-02-15
1
-18
/
+10
|
|
*
perf mmap: Add new return value logic for perf_mmap__read_init()
Kan Liang
2018-02-15
1
-6
/
+6
|
|
*
perf mmap: Introduce perf_mmap__read_init()
Kan Liang
2018-02-15
2
-10
/
+29
|
|
*
perf mmap: Cleanup perf_mmap__push()
Kan Liang
2018-02-15
1
-1
/
+1
|
|
*
perf mmap: Recalculate size for overwrite mode
Kan Liang
2018-02-15
1
-0
/
+2
|
|
*
perf evlist: Remove stale mmap read for backward
Kan Liang
2018-02-15
2
-21
/
+0
[next]