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
2009-01-08
memcg: memory cgroup resource counters for hierarchy
Balbir Singh
1
-9
/
+35
2009-01-08
cgroups: make cgroup_path() RCU-safe
Paul Menage
1
-9
/
+21
2009-01-08
cgroups: skip processes from other namespaces when listing a cgroup
Gowrishankar M
1
-2
/
+4
2009-01-08
cgroups: introduce link_css_set() to remove duplicate code
Li Zefan
1
-38
/
+30
2009-01-08
cgroups: add inactive subsystems to rootnode.subsys_list
Li Zefan
1
-2
/
+3
2009-01-08
cgroups: make root_list contains active hierarchies only
Li Zefan
1
-12
/
+7
2009-01-08
cgroups: remove rcu_read_lock() in cgroupstats_build()
Lai Jiangshan
1
-2
/
+0
2009-01-08
cgroups: call find_css_set() safely in cgroup_attach_task()
Lai Jiangshan
1
-1
/
+6
2009-01-08
cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone()
Lai Jiangshan
1
-0
/
+2
2009-01-08
cgroups: don't put struct cgroupfs_root protected by RCU
Lai Jiangshan
1
-2
/
+2
2009-01-08
cgroups: fix cgroup_iter_next() bug
Lai Jiangshan
1
-1
/
+3
2009-01-08
cgroups: add lock for child->cgroups in cgroup_post_fork()
Lai Jiangshan
1
-0
/
+2
2009-01-08
ns_cgroup: remove unused spinlock
Li Zefan
1
-2
/
+0
2009-01-08
cgroups: remove some redundant NULL checks
Li Zefan
1
-22
/
+7
2009-01-08
Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tip
Robert Richter
2
-4
/
+44
2009-01-08
CRED: Fix commit_creds() on a process that has no mm
David Howells
1
-1
/
+2
2009-01-08
NOMMU: Make mmap allocation page trimming behaviour configurable.
Paul Mundt
1
-0
/
+14
2009-01-08
NOMMU: Make VMAs per MM as for MMU-mode linux
David Howells
1
-3
/
+1
2009-01-07
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+5
2009-01-07
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-3
/
+58
2009-01-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async
Linus Torvalds
4
-1
/
+330
2009-01-07
rcu: fix bug in rcutorture system-shutdown code
Paul E. McKenney
1
-45
/
+68
2009-01-07
ring_buffer: fix ring_buffer_event_length()
Robert Richter
1
-1
/
+7
2009-01-07
stop_machine/cpu hotplug: fix disable_nonboot_cpus
Heiko Carstens
1
-1
/
+5
2009-01-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-3
/
+3
2009-01-07
resource: allow MMIO exclusivity for device drivers
Arjan van de Ven
1
-3
/
+58
2009-01-07
async: don't do the initcall stuff post boot
Arjan van de Ven
1
-4
/
+4
2009-01-07
async: Asynchronous function calls to speed up kernel boot
Arjan van de Ven
4
-1
/
+330
2009-01-07
sched: fix possible recursive rq->lock
Peter Zijlstra
1
-0
/
+5
2009-01-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-1
/
+1
2009-01-06
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-72
/
+70
2009-01-06
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-33
/
+31
2009-01-06
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-53
/
+72
2009-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2
-5
/
+5
2009-01-06
dma-coherent: catch oversized requests to dma_alloc_from_coherent()
Johannes Weiner
1
-0
/
+2
2009-01-06
dma_alloc_coherent: clean it up
Andrew Morton
1
-25
/
+29
2009-01-06
dma_alloc_from_coherent(): fix fallback to generic memory
Andrew Morton
1
-1
/
+15
2009-01-06
coredump_filter: permit changing of the default filter
Hidehiro Kawai
1
-2
/
+13
2009-01-06
SEND_SIG_NOINFO: set si_pid to tgid instead of pid
Sukadev Bhattiprolu
1
-1
/
+1
2009-01-06
SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundary
Sukadev Bhattiprolu
1
-1
/
+2
2009-01-06
kmod: fix varargs kernel-doc
Randy Dunlap
1
-2
/
+2
2009-01-06
kprobes: support probing module __init function
Masami Hiramatsu
1
-4
/
+19
2009-01-06
module: add MODULE_STATE_LIVE notify
Masami Hiramatsu
1
-0
/
+2
2009-01-06
kprobes: remove called_from argument
Masami Hiramatsu
1
-58
/
+14
2009-01-06
kprobes: support probing module __exit function
Masami Hiramatsu
1
-40
/
+119
2009-01-06
kprobes: add __kprobes to kprobe internal functions
Masami Hiramatsu
1
-7
/
+9
2009-01-06
kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()
Masami Hiramatsu
1
-4
/
+21
2009-01-06
module: add within_module_core() and within_module_init()
Masami Hiramatsu
1
-8
/
+8
2009-01-06
kprobes: add tests for register_kprobes
Masami Hiramatsu
1
-0
/
+189
2009-01-06
kprobes: indirectly call kprobe_target
Masami Hiramatsu
1
-15
/
+6
[prev]
[next]