index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-08
pid: generalize task_active_pid_ns
Eric W. Biederman
2
-2
/
+8
2009-01-08
cpuset: remove remaining pointers to cpumask_t
Li Zefan
1
-13
/
+15
2009-01-08
cpuset: convert cpuset->cpus_allowed to cpumask_var_t
Li Zefan
1
-40
/
+60
2009-01-08
cpuset: don't allocate trial cpuset on stack
Li Zefan
1
-33
/
+60
2009-01-08
cpuset: convert cpuset_attach() to use cpumask_var_t
Li Zefan
1
-5
/
+9
2009-01-08
cpuset: remove on stack cpumask_t in cpuset_can_attach()
Li Zefan
1
-6
/
+5
2009-01-08
cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()
Li Zefan
1
-3
/
+3
2009-01-08
cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...
Miao Xie
1
-3
/
+7
2009-01-08
cpuset: rcu_read_lock() to protect task_cs()
Lai Jiangshan
1
-8
/
+3
2009-01-08
cgroups: add css_tryget()
Paul Menage
1
-5
/
+56
2009-01-08
cgroups: add a per-subsystem hierarchy_mutex
Paul Menage
1
-2
/
+35
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-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
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
[next]