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-05-07
sched/numa: Initialize newidle balance stats in sd_numa_init()
Jason Low
1
-0
/
+2
2014-05-07
sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_balance()
Jason Low
1
-8
/
+8
2014-05-07
sched: Skip double execution of pick_next_task_fair()
Peter Zijlstra
1
-2
/
+8
2014-05-07
sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check
Steven Rostedt (Red Hat)
1
-2
/
+1
2014-05-07
sched/deadline: Fix memory leak
Li Zefan
1
-3
/
+1
2014-05-07
sched/deadline: Fix sched_yield() behavior
Juri Lelli
2
-2
/
+4
2014-05-07
sched: Sanitize irq accounting madness
Thomas Gleixner
1
-16
/
+16
2014-05-07
perf: Fix perf_event_init_context()
Peter Zijlstra
1
-0
/
+2
2014-05-07
perf: Fix race in removing an event
Peter Zijlstra
1
-21
/
+26
2014-05-07
Merge branch 'pm-cpuidle' into pm-sleep
Rafael J. Wysocki
2
-13
/
+9
2014-05-07
PM / suspend: Always use deepest C-state in the "freeze" sleep state
Rafael J. Wysocki
1
-0
/
+2
2014-05-06
kernel/cpuset.c: convert printk to pr_foo()
Fabian Frederick
1
-7
/
+4
2014-05-06
kernel/cpuset.c: kernel-doc fixes
Fabian Frederick
1
-5
/
+6
2014-05-05
tracing: Replace __get_cpu_var uses with this_cpu_ptr
Christoph Lameter
2
-3
/
+3
2014-05-05
asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*
Andi Kleen
6
-12
/
+12
2014-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2014-05-05
x86, vdso: Clean up 32-bit vs 64-bit vdso params
Andy Lutomirski
1
-0
/
+5
2014-05-05
kernel/cgroup.c: fix 2 kernel-doc warnings
Fabian Frederick
1
-2
/
+2
2014-05-04
cgroup, memcg: implement css->id and convert css_from_id() to use it
Tejun Heo
1
-21
/
+38
2014-05-04
cgroup: update init_css() into init_and_link_css()
Tejun Heo
1
-8
/
+10
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/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+12
2014-05-03
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+23
2014-05-03
Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
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/rusty/linux
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
[prev]
[next]