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
2012-05-16
ring-buffer: Make removal of ring buffer pages atomic
Vaibhav Nagarnaik
2
-76
/
+209
2012-05-16
tracing: Clean up tracing_mark_write()
Steven Rostedt
1
-13
/
+11
2012-05-15
userns: Convert cgroup permission checks to use uid_eq
Eric W. Biederman
1
-3
/
+3
2012-05-15
userns: signal remove unnecessary map_cred_ns
Eric W. Biederman
1
-15
/
+5
2012-05-15
userns: Teach inode_capable to understand inodes whose uids map to other namespaces.
Eric W. Biederman
1
-2
/
+4
2012-05-15
genirq: export handle_edge_irq() and irq_to_desc()
Jiri Kosina
2
-0
/
+2
2012-05-15
lockdep: fix oops in processing workqueue
Peter Zijlstra
2
-2
/
+6
2012-05-15
Merge remote-tracking branch 'linus/master' into staging/for_v3.5
Mauro Carvalho Chehab
13
-70
/
+136
2012-05-14
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is active
Tejun Heo
1
-2
/
+7
2012-05-14
printk() - isolate KERN_CONT users from ordinary complete lines
Kay Sievers
1
-44
/
+61
2012-05-14
printk() - restore prefix/timestamp printing for multi-newline strings
Kay Sievers
1
-51
/
+76
2012-05-14
sched/debug: Fix printing large integers on 32-bit platforms
Peter Zijlstra
1
-2
/
+8
2012-05-14
sched/fair: Improve the ->group_imb logic
Peter Zijlstra
1
-6
/
+14
2012-05-14
sched/nohz: Fix rq->cpu_load[] calculations
Peter Zijlstra
3
-16
/
+41
2012-05-14
sched/numa: Don't scale the imbalance
Peter Zijlstra
1
-6
/
+1
2012-05-14
sched/fair: Revert sched-domain iteration breakage
Peter Zijlstra
2
-14
/
+7
2012-05-14
sched/numa: Fix the new NUMA topology bits
Peter Zijlstra
1
-2
/
+1
2012-05-14
Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/uprobes
Ingo Molnar
16
-355
/
+506
2012-05-14
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
10
-296
/
+1071
2012-05-11
printk: add stub for prepend_timestamp()
Randy Dunlap
1
-0
/
+4
2012-05-11
PM / Sleep: User space wakeup sources garbage collector Kconfig option
Rafael J. Wysocki
2
-39
/
+67
2012-05-11
PM / Sleep: Make the limit of user space wakeup sources configurable
Rafael J. Wysocki
2
-5
/
+32
2012-05-11
Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02b' and 'srcu.2012.05.07b' into HEAD
Paul E. McKenney
9
-180
/
+750
2012-05-10
printk: correctly align __log_buf
Stephen Warren
1
-7
/
+6
2012-05-10
namespaces, pid_ns: fix leakage on fork() failure
Mike Galbraith
1
-0
/
+3
2012-05-10
tracing: Do not enable function event with enable
Steven Rostedt
2
-1
/
+5
2012-05-10
compat: Fix RT signal mask corruption via sigprocmask
Jan Kiszka
1
-17
/
+46
2012-05-09
printk() - restore timestamp printing at console output
Kay Sievers
1
-17
/
+26
2012-05-09
printk() - do not merge continuation lines of different threads
Kay Sievers
1
-9
/
+10
2012-05-09
printk - fix compilation for CONFIG_PRINTK=n
Kay Sievers
1
-19
/
+22
2012-05-09
rcu: Make rcu_barrier() less disruptive
Paul E. McKenney
3
-88
/
+222
2012-05-09
rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variables
Paul E. McKenney
1
-4
/
+16
2012-05-09
rcu: Make RCU_FAST_NO_HZ handle timer migration
Paul E. McKenney
1
-3
/
+21
2012-05-09
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
Ingo Molnar
2
-100
/
+18
2012-05-09
sched, perf: Use a single callback into the scheduler
Peter Zijlstra
2
-12
/
+11
2012-05-09
perf: Pass last sampling period to perf_sample_data_init()
Robert Richter
1
-5
/
+4
2012-05-09
sched/numa: Rewrite the CONFIG_NUMA sched domain support
Peter Zijlstra
1
-95
/
+185
2012-05-09
sched/fair: Propagate 'struct lb_env' usage into find_busiest_group
Peter Zijlstra
1
-93
/
+82
2012-05-09
sched/fair: Add some serialization to the sched_domain load-balance walk
Peter Zijlstra
2
-2
/
+9
2012-05-09
sched/fair: Let minimally loaded cpu balance the group
Peter Zijlstra
1
-5
/
+5
2012-05-09
sched: Change rq->nr_running to unsigned int
Peter Zijlstra
3
-8
/
+8
2012-05-09
sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list assumption
Igor Mammedov
1
-0
/
+2
2012-05-08
tracing: Remove ftrace_disable/enable_cpu()
Steven Rostedt
1
-42
/
+2
2012-05-08
tracing: Use seq_*_private interface for some seq files
Jiri Olsa
2
-58
/
+16
2012-05-08
kmsg: use do_div() to divide 64bit integer
Kay Sievers
1
-1
/
+4
2012-05-08
task_allocator: Use config switches instead of magic defines
Thomas Gleixner
1
-4
/
+3
2012-05-08
fork: Provide kmemcache based thread_info allocator
Thomas Gleixner
1
-0
/
+27
2012-05-08
Merge branch 'smp/threadalloc' into smp/hotplug
Thomas Gleixner
12
-70
/
+107
2012-05-08
fork: Provide weak arch_release_[task_struct|thread_info] functions
Thomas Gleixner
1
-4
/
+17
2012-05-08
fork: Move thread info gfp flags to header
Thomas Gleixner
1
-6
/
+2
[prev]
[next]