index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-29
rcu: Add event tracing to dyntick_save_progress_counter().
Andreea-Cristina Bernat
1
-1
/
+6
2014-04-29
rcu: Protect uses of ->jiffies_stall with ACCESS_ONCE()
Himangi Saraogi
1
-4
/
+4
2014-04-29
rcu: Make callers awaken grace-period kthread
Paul E. McKenney
3
-54
/
+94
2014-04-29
rcu: Protect uses of jiffies_stall field with ACCESS_ONCE()
Iulia Manda
1
-6
/
+6
2014-04-29
rcu: Remove unused rcu_data structure field
Iulia Manda
2
-5
/
+2
2014-04-29
rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUs
Paul E. McKenney
3
-29
/
+29
2014-04-29
rcu: Print negatives for stall-warning counter wraparound
Paul E. McKenney
1
-4
/
+5
2014-04-29
rcu: Fix incorrect notes for code
Liu Ping Fan
1
-1
/
+1
2014-04-29
rcu: Protect ->gp_flags accesses with ACCESS_ONCE()
Paul E. McKenney
1
-6
/
+6
2014-04-28
Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-23
/
+7
2014-04-28
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
2
-23
/
+7
2014-04-28
PM / hibernate: use unsigned local variables in swsusp_show_speed()
Chen Gang
1
-5
/
+9
2014-04-28
genirq: x86: Ensure that dynamic irq allocation does not conflict
Thomas Gleixner
2
-0
/
+12
2014-04-27
Merge 3.15-rc3 into staging-next
Greg Kroah-Hartman
2
-11
/
+9
2014-04-28
param: hand arguments after -- straight to init
Rusty Russell
2
-14
/
+23
2014-04-28
module: remove warning about waiting module removal.
Rusty Russell
1
-3
/
+0
2014-04-27
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-11
/
+6
2014-04-25
cgroup: Use more current logging style
Joe Perches
1
-13
/
+15
2014-04-25
cgroup: replace pr_warning with preferred pr_warn
Jianyu Zhan
1
-10
/
+10
2014-04-25
cgroup: remove orphaned cgroup_pidlist_seq_operations
Jianyu Zhan
1
-11
/
+0
2014-04-25
cgroup: clean up obsolete comment for parse_cgroupfs_options()
Jianyu Zhan
1
-8
/
+0
2014-04-25
cgroup: implement cgroup.populated for the default hierarchy
Tejun Heo
1
-4
/
+61
2014-04-25
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into for-3.16
Tejun Heo
14
-48
/
+88
2014-04-25
kobject: Make support for uevent_helper optional.
Michael Marineau
2
-3
/
+6
2014-04-25
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
10
-20
/
+60
2014-04-24
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
1
-2
/
+2
2014-04-24
tracing: Fix documentation of ftrace_set_global_{filter,notrace}()
Jiaxing Wang
1
-4
/
+2
2014-04-24
tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_func
Jiaxing Wang
3
-2
/
+12
2014-04-24
kprobes: Show blacklist entries via debugfs
Masami Hiramatsu
1
-8
/
+53
2014-04-24
kprobes, sched: Use NOKPROBE_SYMBOL macro in sched
Masami Hiramatsu
1
-2
/
+4
2014-04-24
kprobes, notifier: Use NOKPROBE_SYMBOL macro in notifier
Masami Hiramatsu
1
-9
/
+13
2014-04-24
kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace
Masami Hiramatsu
4
-65
/
+82
2014-04-24
kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
Masami Hiramatsu
1
-26
/
+41
2014-04-24
kprobes, ftrace: Allow probing on some functions
Masami Hiramatsu
3
-15
/
+14
2014-04-24
kprobes: Allow probe on some kprobe functions
Masami Hiramatsu
1
-77
/
+76
2014-04-24
kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist
Masami Hiramatsu
2
-48
/
+53
2014-04-24
kprobes: Prohibit probing on .entry.text code
Masami Hiramatsu
1
-5
/
+8
2014-04-24
sched/docbook: Fix 'make htmldocs' warnings caused by missing description
Masanari Iida
1
-0
/
+2
2014-04-23
cgroup: implement dynamic subtree controller enable/disable on the default hierarchy
Tejun Heo
1
-2
/
+365
2014-04-23
cgroup: prepare migration path for unified hierarchy
Tejun Heo
1
-11
/
+23
2014-04-23
cgroup: update subsystem rebind restrictions
Tejun Heo
1
-7
/
+3
2014-04-23
cgroup: add css_set->dfl_cgrp
Tejun Heo
1
-0
/
+4
2014-04-23
cgroup: allow cgroup creation and suppress automatic css creation in the unified hierarchy
Tejun Heo
1
-9
/
+9
2014-04-23
cgroup: cgroup->subsys[] should be cleared after the css is offlined
Tejun Heo
1
-1
/
+1
2014-04-23
cgroup: teach css_task_iter about effective csses
Tejun Heo
1
-3
/
+15
2014-04-23
cgroup: reorganize css_task_iter
Tejun Heo
1
-16
/
+17
2014-04-23
cgroup: make css_next_child() skip missing csses
Tejun Heo
1
-3
/
+12
2014-04-23
cgroup: implement cgroup->e_csets[]
Tejun Heo
1
-2
/
+28
2014-04-23
cgroup: introduce effective cgroup_subsys_state
Tejun Heo
1
-19
/
+64
2014-04-23
cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_root->subsys_mask
Tejun Heo
1
-37
/
+27
[prev]
[next]