index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-04
cgroup: use RCU free in create_css() failure path
Tejun Heo
1
-6
/
+5
2014-05-04
cgroup: protect cgroup_root->cgroup_idr with a spinlock
Tejun Heo
1
-8
/
+43
2014-05-04
cgroup, memcg: allocate cgroup ID from 1
Tejun Heo
1
-2
/
+2
2014-05-04
cgroup: make flags and subsys_masks unsigned int
Tejun Heo
1
-19
/
+18
2014-05-04
rwsem: Add comments to explain the meaning of the rwsem's count field
Tim Chen
1
-0
/
+49
2014-05-03
genirq: Sanitize spurious interrupt detection of threaded irqs
Thomas Gleixner
2
-6
/
+104
2014-05-03
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+12
2014-05-03
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-1
/
+23
2014-05-03
Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2014-05-02
tracing: Use rcu_dereference_sched() for trace event triggers
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-05-01
ftrace: Have function graph tracer use global_ops for filtering
Steven Rostedt (Red Hat)
1
-8
/
+6
2014-05-01
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+0
2014-05-01
PM / hibernate: no kernel_power_off when pm_power_off NULL
Sebastian Capella
1
-2
/
+4
2014-05-01
cpuidle: Combine cpuidle_enabled() with cpuidle_select()
Rafael J. Wysocki
1
-13
/
+7
2014-04-30
uprobes: Refuse to insert a probe into MAP_SHARED vma
Oleg Nesterov
1
-1
/
+1
2014-04-30
uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failure
Oleg Nesterov
1
-5
/
+9
2014-04-30
uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()
Oleg Nesterov
1
-18
/
+18
2014-04-30
tracing: Remove mock up poll wait function
Steven Rostedt (Red Hat)
6
-34
/
+4
2014-04-30
timer: Prevent overflow in apply_slack
Jiri Bohac
1
-1
/
+1
2014-04-30
hrtimer: Prevent remote enqueue of leftmost timers
Leon Ma
1
-0
/
+5
2014-04-30
hrtimer: Prevent all reprogramming if hang detected
Stuart Hayes
1
-0
/
+17
2014-04-29
tracing: Break out of tracing_wait_pipe() before wait_pipe() is called
Steven Rostedt (Red Hat)
1
-9
/
+9
2014-04-29
softirq: A single rcu_bh_qs() call per softirq set is enough
Eric Dumazet
1
-3
/
+1
2014-04-29
rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr()
Christoph Lameter
2
-5
/
+5
2014-04-29
rcu: Remove duplicate resched_cpu() declaration
Pranith Kumar
1
-6
/
+0
2014-04-29
rcu: Make large and small sysidle systems use same state machine
Paul E. McKenney
1
-1
/
+2
2014-04-29
rcu: Bind RCU grace-period kthreads if NO_HZ_FULL
Paul E. McKenney
1
-18
/
+16
2014-04-29
rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()
Andreea-Cristina Bernat
2
-19
/
+9
2014-04-29
rcu: Consolidate kfree_call_rcu() to use rcu_state pointer
Andreea-Cristina Bernat
2
-30
/
+14
2014-04-29
rcu: Replace NR_CPUS with nr_cpu_ids
Himangi Saraogi
1
-2
/
+2
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/kerne...
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/ker...
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
[prev]
[next]