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
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
kprobes: makes kprobes/enabled works correctly for optimized kprobes.
Wang Nan
2015-02-13
1
-2
/
+9
*
kprobes: set kprobes_all_disarmed earlier to enable re-optimization.
Wang Nan
2015-02-13
1
-1
/
+6
*
kasan: enable instrumentation of global variables
Andrey Ryabinin
2015-02-13
1
-0
/
+2
*
profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-2
/
+1
*
irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-7
/
+4
*
padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-8
/
+3
*
tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
2
-4
/
+4
*
workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-3
/
+2
*
time: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-9
/
+2
*
sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
2
-15
/
+6
*
rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-3
/
+2
*
cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-33
/
+9
*
kernfs: remove KERNFS_STATIC_NAME
Tejun Heo
2015-02-13
1
-1
/
+1
*
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-02-13
1
-29
/
+18
|
\
|
*
module: Replace over-engineered nested sleep
Peter Zijlstra
2015-02-11
1
-28
/
+8
|
*
module: Annotate nested sleep in resolve_symbol()
Peter Zijlstra
2015-02-11
1
-0
/
+6
|
*
module: Remove double spaces in module verification taint message
Marcel Holtmann
2015-02-06
1
-1
/
+1
|
*
kernel/module.c: Free lock-classes if parse_args failed
Andrey Tsyvarev
2015-02-06
1
-0
/
+3
*
|
printk: correct timeout comment, neaten MODULE_PARM_DESC
Joe Perches
2015-02-12
1
-6
/
+6
*
|
kernel/sched/clock.c: add another clock for use with the soft lockup watchdog
Cyril Bur
2015-02-12
2
-1
/
+14
*
|
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
2015-02-12
6
-9
/
+7
*
|
kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init
Rasmus Villemoes
2015-02-12
1
-1
/
+1
*
|
mm: do not use mm->nr_pmds on !MMU configurations
Kirill A. Shutemov
2015-02-12
1
-3
/
+1
*
|
cgroup: release css->id after css_free
Vladimir Davydov
2015-02-12
1
-3
/
+7
*
|
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2015-02-12
1
-2
/
+2
|
\
\
|
*
|
kprobes: Pass the original kprobe for preparing optimized kprobe
Masami Hiramatsu
2015-01-13
1
-2
/
+2
*
|
|
Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2015-02-12
19
-150
/
+175
|
\
\
\
|
*
|
|
ring-buffer: Do not wake up a splice waiter when page is not full
Steven Rostedt (Red Hat)
2015-02-11
1
-5
/
+35
|
*
|
|
tracing: Fix unmapping loop in tracing_mark_write
Vikram Mulukutla
2015-02-09
1
-1
/
+1
|
*
|
|
tracing: Separate out initializing top level dir from instances
Steven Rostedt (Red Hat)
2015-02-02
1
-21
/
+30
|
*
|
|
tracing: Make tracing_init_dentry_tr() static
Steven Rostedt (Red Hat)
2015-02-02
2
-2
/
+1
|
*
|
|
trace: Use 64-bit timekeeping
Tina Ruchandani
2015-01-28
1
-10
/
+8
|
*
|
|
tracing: Add array printing helper
Dave Martin
2015-01-28
1
-0
/
+44
|
*
|
|
tracing: Remove newline from trace_printk warning banner
Borislav Petkov
2015-01-27
1
-1
/
+2
|
*
|
|
tracing: Use IS_ERR() check for return value of tracing_init_dentry()
Steven Rostedt (Red Hat)
2015-01-22
9
-12
/
+12
|
*
|
|
tracing: Remove unneeded includes of debugfs.h and fs.h
Steven Rostedt (Red Hat)
2015-01-22
9
-17
/
+0
|
*
|
|
tracing: Remove taking of trace_types_lock in pipe files
Steven Rostedt (Red Hat)
2014-12-22
1
-82
/
+28
|
*
|
|
tracing: Add ref count to tracer for when they are being read by pipe
Steven Rostedt (Red Hat)
2014-12-22
2
-1
/
+16
*
|
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2015-02-11
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
X.509: shut up about included cert for silent build
Arnd Bergmann
2015-01-23
1
-1
/
+1
*
|
|
|
|
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2015-02-11
1
-2
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
audit: remove vestiges of vers_ops
Richard Guy Briggs
2015-01-20
1
-2
/
+0
*
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-02-11
3
-54
/
+35
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mm: fix false-positive warning on exit due mm_nr_pmds(mm)
Kirill A. Shutemov
2015-02-11
1
-0
/
+8
|
*
|
|
|
|
|
mm: account pmd page tables to the process
Kirill A. Shutemov
2015-02-11
1
-0
/
+3
|
*
|
|
|
|
|
oom, PM: make OOM detection in the freezer path raceless
Michal Hocko
2015-02-11
2
-42
/
+11
|
*
|
|
|
|
|
PM: convert printk to pr_* equivalent
Michal Hocko
2015-02-11
1
-14
/
+15
|
*
|
|
|
|
|
oom: add helpers for setting and clearing TIF_MEMDIE
Michal Hocko
2015-02-11
1
-1
/
+1
*
|
|
|
|
|
|
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2015-02-11
1
-0
/
+12
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
perf: provide sysfs_show for struct perf_pmu_events_attr
Cody P Schafer
2015-02-02
1
-0
/
+12
[next]