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
2010-01-21
sched: Remove rq_iterator from move_one_task
Peter Zijlstra
1
-110
/
+36
2010-01-21
sched: Remove rq_iterator usage from load_balance_fair
Peter Zijlstra
1
-51
/
+29
2010-01-21
sched: Remove the sched_class load_balance methods
Peter Zijlstra
4
-96
/
+37
2010-01-21
sched: Move load balance code into sched_fair.c
Peter Zijlstra
2
-1840
/
+1844
2010-01-21
sched: Reassign prev and switch_count when reacquire_kernel_lock() fail
Yong Zhang
1
-1
/
+4
2010-01-21
sched: Fix vmark regression on big machines
Mike Galbraith
1
-1
/
+1
2010-01-18
clockevent: Don't remove broadcast device when cpu is dead
Xiaotian Feng
1
-1
/
+2
2010-01-18
generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI data
Milton Miller
1
-4
/
+4
2010-01-18
Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
Ingo Molnar
1
-40
/
+109
2010-01-18
Merge branch 'master' into next
James Morris
95
-2206
/
+3159
2010-01-17
perf: Better order flexible and pinned scheduling
Frederic Weisbecker
1
-7
/
+27
2010-01-17
perf: Don't schedule out/in pinned events on task tick
Frederic Weisbecker
1
-4
/
+4
2010-01-17
perf: Allow pinned and flexible groups to be scheduled separately
Frederic Weisbecker
1
-44
/
+93
2010-01-17
perf: Make __perf_event_sched_out static
Frederic Weisbecker
1
-2
/
+2
2010-01-17
tracing/kprobe: Update kprobe tracing self test for new syntax
Masami Hiramatsu
1
-8
/
+47
2010-01-17
sched: Don't expose local functions
H Hartley Sweeten
3
-3
/
+3
2010-01-17
tracing: Drop the tr check from the graph tracing path
Frederic Weisbecker
1
-9
/
+10
2010-01-16
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-15
/
+12
2010-01-16
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
3
-14
/
+25
2010-01-16
smp_call_function_any(): pass the node value to cpumask_of_node()
David John
1
-1
/
+1
2010-01-16
kfifo: document everywhere that size has to be power of two
Andi Kleen
1
-1
/
+1
2010-01-16
kfifo: add kfifo_out_peek
Andi Kleen
1
-0
/
+21
2010-01-16
kfifo: sanitize *_user error handling
Andi Kleen
1
-27
/
+49
2010-01-16
kfifo: use void * pointers for user buffers
Andi Kleen
1
-4
/
+4
2010-01-16
perf: Export software-only event group characteristic as a flag
Frederic Weisbecker
1
-19
/
+11
2010-01-16
perf: Round robin flexible groups of events using list_rotate_left()
Frederic Weisbecker
1
-13
/
+4
2010-01-16
perf/core: Split context's event group list into pinned and non-pinned lists
Frederic Weisbecker
1
-76
/
+151
2010-01-16
rcu: Fix sparse warnings
Paul E. McKenney
3
-8
/
+6
2010-01-14
tracing/filters: Add comment for match callbacks
Li Zefan
1
-1
/
+12
2010-01-14
tracing/filters: Fix MATCH_FULL filter matching for PTR_STRING
Li Zefan
1
-4
/
+3
2010-01-14
tracing/filters: Fix MATCH_MIDDLE_ONLY filter matching
Li Zefan
1
-1
/
+1
2010-01-14
tracing/filters: Fix MATCH_END_ONLY filter matching
Li Zefan
1
-2
/
+3
2010-01-14
tracing/filters: Fix MATCH_FRONT_ONLY filter matching
Li Zefan
1
-1
/
+1
2010-01-14
ftrace: Fix MATCH_END_ONLY function filter
Li Zefan
1
-3
/
+3
2010-01-13
sched/perf: Make sure irqs are disabled for perf_event_task_sched_in()
Jamie Iles
1
-0
/
+6
2010-01-13
tracing/kprobe: Drop function argument access syntax
Masami Hiramatsu
1
-17
/
+1
2010-01-13
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
35
-504
/
+834
2010-01-13
futexes: Remove rw parameter from get_futex_key()
KOSAKI Motohiro
1
-15
/
+12
2010-01-13
rcu: Give different levels of the rcu_node hierarchy distinct lockdep names
Paul E. McKenney
1
-1
/
+8
2010-01-13
rcu: Add debug check for too many rcu_read_unlock()
Paul E. McKenney
1
-0
/
+3
2010-01-13
rcu: Add force_quiescent_state() testing to rcutorture
Paul E. McKenney
3
-2
/
+115
2010-01-13
rcu: Make force_quiescent_state() start grace period if needed
Paul E. McKenney
2
-0
/
+13
2010-01-13
rcu: Remove redundant grace-period check
Paul E. McKenney
1
-5
/
+4
2010-01-13
rcu: Remove leg of force_quiescent_state() switch statement
Paul E. McKenney
2
-20
/
+7
2010-01-13
rcu: Eliminate rcu_process_dyntick() return value
Paul E. McKenney
1
-11
/
+6
2010-01-13
rcu: Eliminate second argument of rcu_process_dyntick()
Paul E. McKenney
1
-6
/
+5
2010-01-13
rcu: Eliminate local variable lastcomp from force_quiescent_state()
Paul E. McKenney
2
-9
/
+3
2010-01-13
rcu: Eliminate local variable signaled from force_quiescent_state()
Paul E. McKenney
1
-6
/
+3
2010-01-13
rcu: Prohibit starting new grace periods while forcing quiescent states
Paul E. McKenney
2
-14
/
+19
2010-01-13
rcu: Adjust force_quiescent_state() locking, step 2
Paul E. McKenney
1
-10
/
+3
[prev]
[next]