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
2011-08-23
CRED: fix build error due to 'tgcred' undeclared
Axel Lin
1
-0
/
+2
2011-08-23
CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred struct
David Howells
1
-2
/
+14
2011-08-19
tracing/filter: Add startup tests for events filter
Jiri Olsa
4
-0
/
+264
2011-08-19
tracing/filter: Change filter_match_preds function to use walk_pred_tree
Jiri Olsa
1
-66
/
+58
2011-08-19
tracing/filter: Change fold_pred function to use walk_pred_tree
Jiri Olsa
1
-35
/
+33
2011-08-19
tracing/filter: Change fold_pred_tree function to use walk_pred_tree
Jiri Olsa
1
-45
/
+20
2011-08-19
tracing/filter: Change count_leafs function to use walk_pred_tree
Jiri Olsa
1
-33
/
+14
2011-08-19
tracing/filter: Unify predicate tree walking, change check_pred_tree function to use it
Jiri Olsa
1
-51
/
+86
2011-08-19
tracing/filter: Simplify tracepoint event lookup
Jiri Olsa
1
-6
/
+3
2011-08-19
tracing/filter: Remove field_name from filter_pred struct
Jiri Olsa
2
-51
/
+13
2011-08-19
tracing/filter: Separate predicate init and filter addition
Jiri Olsa
1
-33
/
+23
2011-08-19
tracing/filter: Use static allocation for filter predicates
Jiri Olsa
1
-41
/
+16
2011-08-19
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+16
2011-08-18
irqdesc: fix new kernel-doc warning
Randy Dunlap
1
-0
/
+1
2011-08-18
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
4
-19
/
+47
2011-08-17
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+4
2011-08-17
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-1
/
+7
2011-08-17
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
3
-18
/
+40
2011-08-14
PM / Domains: Fix build for CONFIG_PM_RUNTIME unset
Rafael J. Wysocki
1
-0
/
+4
2011-08-14
sched: Return unused runtime on group dequeue
Paul Turner
2
-1
/
+122
2011-08-14
sched: Add exports tracking cfs bandwidth control statistics
Nikhil Rao
2
-0
/
+28
2011-08-14
sched: Throttle entities exceeding their allowed bandwidth
Paul Turner
1
-2
/
+50
2011-08-14
sched: Migrate throttled tasks on HOTPLUG
Paul Turner
1
-0
/
+27
2011-08-14
sched: Prevent buddy interactions with throttled entities
Paul Turner
1
-1
/
+17
2011-08-14
sched: Prevent interactions with throttled entities
Paul Turner
2
-7
/
+94
2011-08-14
sched: Allow for positional tg_tree walks
Paul Turner
1
-13
/
+37
2011-08-14
sched: Add support for unthrottling group entities
Paul Turner
2
-4
/
+126
2011-08-14
sched: Add support for throttling group entities
Paul Turner
2
-4
/
+92
2011-08-14
sched: Expire invalid runtime
Paul Turner
2
-10
/
+84
2011-08-14
sched: Add a timer to handle CFS bandwidth refresh
Paul Turner
2
-24
/
+123
2011-08-14
sched: Accumulate per-cfs_rq cpu usage and charge against bandwidth
Paul Turner
3
-3
/
+90
2011-08-14
sched: Validate CFS quota hierarchies
Paul Turner
1
-14
/
+98
2011-08-14
sched: Introduce primitives to account for CFS bandwidth tracking
Paul Turner
2
-4
/
+208
2011-08-14
sched: Implement hierarchical task accounting for SCHED_OTHER
Paul Turner
4
-5
/
+14
2011-08-14
sched/cpupri: Remove cpupri->pri_active
Yong Zhang
2
-4
/
+1
2011-08-14
sched/cpupri: Fix memory barriers for vec updates to always be in order
Steven Rostedt
1
-3
/
+25
2011-08-14
sched/cpupri: Remove the vec->lock
Steven Rostedt
2
-26
/
+41
2011-08-14
sched: Use pushable_tasks to determine next highest prio
Steven Rostedt
1
-43
/
+18
2011-08-14
sched: Balance RT tasks when forked as well
Steven Rostedt
1
-3
/
+6
2011-08-14
sched: Remove resetting exec_start in put_prev_task_rt()
Hillf Danton
1
-1
/
+0
2011-08-14
sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task()
Hillf Danton
1
-7
/
+8
2011-08-14
sched: Remove noop in lowest_flag_domain()
Hillf Danton
1
-1
/
+1
2011-08-14
sched: Remove noop in next_prio()
Hillf Danton
1
-1
/
+1
2011-08-14
sched: fix broken SCHED_RESET_ON_FORK handling
Mike Galbraith
1
-13
/
+12
2011-08-14
sched: Kill WAKEUP_PREEMPT
Yong Zhang
2
-13
/
+1
2011-08-14
sched: Remove rq->avg_load_per_task
Jan H. Schönherr
1
-6
/
+2
2011-08-14
watchdog: Make the kthreads NUMA affine
Eric Dumazet
1
-1
/
+1
2011-08-14
perf: provide PMU when initing events
Mark Rutland
1
-2
/
+2
2011-08-14
perf: Add PM notifiers to fix CPU hotplug races
Peter Zijlstra
1
-2
/
+95
2011-08-12
xfs: remove subdirectories
Christoph Hellwig
2
-2
/
+2
[prev]
[next]