index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-18
range: Do not add new blank slot with add_range_with_merge
Yinghai Lu
1
-10
/
+11
2013-06-18
cgroup: fix memory leak in cgroup_rm_cftypes()
Li Zefan
1
-1
/
+2
2013-06-18
cgroup: fix umount vs cgroup_event_remove() race
Li Zefan
1
-6
/
+19
2013-06-18
cgroup: fix umount vs cgroup_cfts_commit() race
Li Zefan
1
-1
/
+8
2013-06-18
cgroup: disallow rename(2) if sane_behavior
Tejun Heo
1
-0
/
+7
2013-06-17
Merge 3.10-rc6 into driver-core-next
Greg Kroah-Hartman
20
-127
/
+206
2013-06-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-06-15
move exit_task_namespaces() outside of exit_notify()
Oleg Nesterov
1
-1
/
+1
2013-06-14
idle: Enable interrupts in the weak arch_cpu_idle() implementation
James Bottomley
1
-0
/
+1
2013-06-13
cpuset: rename @cont to @cgrp
Li Zefan
1
-16
/
+16
2013-06-13
cgroup: use percpu refcnt for cgroup_subsys_states
Tejun Heo
1
-61
/
+104
2013-06-13
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Tejun Heo
18
-213
/
+195
2013-06-13
cgroup: split cgroup destruction into two steps
Tejun Heo
1
-11
/
+27
2013-06-13
cgroup: reorder the operations in cgroup_destroy_locked()
Tejun Heo
1
-26
/
+35
2013-06-13
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Linus Torvalds
2
-4
/
+19
2013-06-13
cgroup: remove cgroup->count and use
Tejun Heo
1
-16
/
+5
2013-06-13
cgroup: drop unnecessary RCU dancing from __put_css_set()
Tejun Heo
1
-10
/
+10
2013-06-13
cgroup: rename CGRP_REMOVED to CGRP_DEAD
Tejun Heo
1
-16
/
+14
2013-06-13
cgroup: use kzalloc() instead of kmalloc()
Tejun Heo
1
-7
/
+7
2013-06-13
cgroup: bring some sanity to naming around cg_cgroup_link
Tejun Heo
1
-113
/
+113
2013-06-13
cgroup: consistently use @cset for struct css_set variables
Tejun Heo
1
-107
/
+109
2013-06-13
cgroup: remove now unused css_depth()
Tejun Heo
1
-12
/
+0
2013-06-13
cpuset: fix to migrate mm correctly in a corner case
Li Zefan
1
-6
/
+19
2013-06-13
cpuset: allow to move tasks to empty cpusets
Li Zefan
1
-2
/
+7
2013-06-13
cpuset: allow to keep tasks in empty cpusets
Li Zefan
1
-31
/
+110
2013-06-13
cpuset: introduce effective_{cpumask|nodemask}_cpuset()
Li Zefan
1
-11
/
+65
2013-06-13
cpuset: record old_mems_allowed in struct cpuset
Li Zefan
1
-25
/
+36
2013-06-12
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
5
-77
/
+101
2013-06-12
kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()
Chen Gang
1
-0
/
+1
2013-06-12
audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLE
Oleg Nesterov
1
-1
/
+1
2013-06-12
kmsg: honor dmesg_restrict sysctl on /dev/kmsg
Kees Cook
1
-41
/
+50
2013-06-12
reboot: rigrate shutdown/reboot to boot cpu
Robin Holt
1
-3
/
+26
2013-06-12
CPU hotplug: provide a generic helper to disable/enable CPU hotplug
Srivatsa S. Bhat
1
-32
/
+23
2013-06-12
Merge tag 'trace-fixes-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-7
/
+3
2013-06-11
idle: Add the stack canary init to cpu_startup_entry()
Thomas Gleixner
1
-0
/
+16
2013-06-11
tracing: Fix outputting formats of x86-tsc and counter when use trace_clock
Yoshihiro YUNOMAE
2
-7
/
+3
2013-06-11
genirq: Set irq thread to RT priority on creation
Ivo Sieben
1
-5
/
+6
2013-06-10
Fix lockup related to stop_machine being stuck in __do_softirq.
Ben Greear
1
-3
/
+10
2013-06-10
Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...
Paul E. McKenney
7
-1063
/
+104
2013-06-10
rcu: Shrink TINY_RCU by reworking CPU-stall ifdefs
Paul E. McKenney
2
-6
/
+4
2013-06-10
rcu: Shrink TINY_RCU by moving exit_rcu()
Paul E. McKenney
2
-25
/
+27
2013-06-10
rcu: Consolidate rcutiny_plugin.h ifdefs
Paul E. McKenney
1
-46
/
+40
2013-06-10
rcu: Remove check_cpu_stall_preempt()
Paul E. McKenney
1
-7
/
+0
2013-06-10
rcu: Simplify RCU_TINY RCU callback invocation
Paul E. McKenney
2
-38
/
+9
2013-06-10
rcu: Remove rcu_preempt_process_callbacks()
Paul E. McKenney
2
-9
/
+0
2013-06-10
rcu: Remove rcu_preempt_remove_callbacks()
Paul E. McKenney
2
-9
/
+0
2013-06-10
rcu: Remove rcu_preempt_check_callbacks()
Paul E. McKenney
2
-9
/
+0
2013-06-10
rcu: Remove show_tiny_preempt_stats()
Paul E. McKenney
1
-13
/
+0
2013-06-10
rcu: Remove TINY_PREEMPT_RCU
Paul E. McKenney
1
-854
/
+0
2013-06-10
rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw().
Paul E. McKenney
1
-39
/
+0
[prev]
[next]