Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9405dccfd3201d2b76e120949bec81ba8cfbd2d0
/
kernel
8f0aa2f
Document the slow work thread pool
by David Howells
· 16 years ago
12e22c5
Make the slow work pool configurable
by David Howells
· 16 years ago
109d927
Make slow-work thread pool actually dynamic
by David Howells
· 16 years ago
07fe7cb
Create a dynamically sized pool of threads for doing very slow work items
by David Howells
· 16 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
f5f7eac
Allow rwlocks to re-enable interrupts
by Robin Holt
· 16 years ago
e8c158b
Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS
by Robin Holt
· 16 years ago
2c53d91
relay: fix for possible loss/corruption of produced subbufs
by Aravind Srinivasan
· 16 years ago
edb79a2
kexec: vmcoreinfo_data[] can become static
by Dmitri Vorobiev
· 16 years ago
04d491a
kexec: add dmesg log symbols to /proc/vmcoreinfo lists
by Neil Horman
· 16 years ago
1b0f7ff
pids: kill signal_struct-> __pgrp/__session and friends
by Oleg Nesterov
· 16 years ago
52ee2df
pids: refactor vnr/nr_ns helpers to make them safe
by Oleg Nesterov
· 16 years ago
2ae448e
pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()
by Oleg Nesterov
· 16 years ago
8e654fb
sysctl: fix suid_dumpable and lease-break-time sysctls
by Matthew Wilcox
· 16 years ago
11dea19
proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers
by Serge E. Hallyn
· 16 years ago
2355b70
workqueue: avoid recursion in run_workqueue()
by Lai Jiangshan
· 16 years ago
1ee1184
ptrace_untrace: fix the SIGNAL_STOP_STOPPED check
by Oleg Nesterov
· 16 years ago
95a3540
ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic
by Oleg Nesterov
· 16 years ago
5dfc80b
forget_original_parent: do not abuse child->ptrace_entry
by Oleg Nesterov
· 16 years ago
39c626a
forget_original_parent: split out the un-ptrace part
by Oleg Nesterov
· 16 years ago
7f5d365
reparent_thread: fix a zombie leak if /sbin/init ignores SIGCHLD
by Oleg Nesterov
· 16 years ago
b1442b0
reparent_thread: fix the "is it traced" check
by Oleg Nesterov
· 16 years ago
0a967a0
reparent_thread: don't call kill_orphaned_pgrp() if task_detached()
by Oleg Nesterov
· 16 years ago
4576145
ptrace: fix possible zombie leak on PTRACE_DETACH
by Oleg Nesterov
· 16 years ago
b1b4c67
ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit()
by Oleg Nesterov
· 16 years ago
6d69cb8
ptrace: simplify ptrace_exit()->ignoring_children() path
by Oleg Nesterov
· 16 years ago
95c3eb7
ptrace: kill __ptrace_detach(), fix ->exit_state check
by Oleg Nesterov
· 16 years ago
6588c1e
signals: SI_USER: Masquerade si_pid when crossing pid ns boundary
by Sukadev Bhattiprolu
· 16 years ago
b3bfa0c
signals: protect cinit from blocked fatal signals
by Sukadev Bhattiprolu
· 16 years ago
e4da026
signals: zap_pid_ns_process() should use force_sig()
by Sukadev Bhattiprolu
· 16 years ago
921cf9f
signals: protect cinit from unblocked SIG_DFL signals
by Sukadev Bhattiprolu
· 16 years ago
7978b56
signals: add from_ancestor_ns parameter to send_signal()
by Sukadev Bhattiprolu
· 16 years ago
f008faf
signals: protect init from unwanted signals more
by Oleg Nesterov
· 16 years ago
43918f2
signals: remove 'handler' parameter to tracehook functions
by Oleg Nesterov
· 16 years ago
90bc8d8
do_wait: fix waiting for the group stop with the dead leader
by Oleg Nesterov
· 16 years ago
6d7b2f5
cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusets
by David Rientjes
· 16 years ago
db7f47c
cpusets: allow cpusets to be configured/built on non-SMP systems
by Paul Menage
· 16 years ago
a1bc5a4
cpusets: replace zone allowed functions with node allowed
by David Rientjes
· 16 years ago
7f81b1a
cpuset: remove struct cpuset_hotplug_scanner
by Li Zefan
· 16 years ago
010cfac
cpuset: avoid changing cpuset's mems when errno returned
by Li Zefan
· 16 years ago
3b6766f
cpuset: rewrite update_tasks_nodemask()
by Li Zefan
· 16 years ago
0b4217b
cpuset: fix possible races in cpu/memory hotplug
by Li Zefan
· 16 years ago
0b7f569
memcg: fix OOM killer under memcg
by KAMEZAWA Hiroyuki
· 16 years ago
d969fbe
debug cgroup: remove unneeded cgroup_lock
by Li Zefan
· 16 years ago
0670e08
cgroups: don't change release_agent when remount failed
by Li Zefan
· 16 years ago
099fca3
cgroups: show correct file mode
by Li Zefan
· 16 years ago
66bdc9c
kernel/cgroup.c: kfree(NULL) is legal
by Jesper Juhl
· 16 years ago
ec64f51
cgroup: fix frequent -EBUSY at rmdir
by KAMEZAWA Hiroyuki
· 16 years ago
38460b4
cgroup: CSS ID support
by KAMEZAWA Hiroyuki
· 16 years ago
313e924
cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups
by Grzegorz Nosek
· 16 years ago
6f2c55b
Simplify copy_thread()
by Alexey Dobriyan
· 16 years ago
33e5d769
nommu: fix a number of issues with the per-MM VMA patch
by David Howells
· 16 years ago
4ede816
epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key()
by Davide Libenzi
· 16 years ago
a8af789
pm: rework includes, remove arch ifdefs
by Magnus Damm
· 16 years ago
704503d
mm: fix proc_dointvec_userhz_jiffies "breakage"
by Alexey Dobriyan
· 16 years ago
ee99c71
mm: introduce for_each_populated_zone() macro
by KOSAKI Motohiro
· 16 years ago
5ad4e53
Get rid of indirect include of fs_struct.h
by Al Viro
· 16 years ago
498052b
New locking/refcounting for fs_struct
by Al Viro
· 16 years ago
3e93cd6
Take fs_struct handling to new file (fs/fs_struct.c)
by Al Viro
· 16 years ago
11d06b2
Kill unsharing fs_struct in __set_personality()
by Al Viro
· 16 years ago
d17abcd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
by Linus Torvalds
· 16 years ago
c4e1aa6
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
2f85018
lockdep: fix deadlock in lockdep_trace_alloc
by Peter Zijlstra
· 16 years ago
749b0af
kexec: Change kexec jump code ordering
by Rafael J. Wysocki
· 16 years ago
4aecd67
PM: Change hibernation code ordering
by Rafael J. Wysocki
· 16 years ago
900af0d
PM: Change suspend code ordering
by Rafael J. Wysocki
· 16 years ago
2ed8d2b
PM: Rework handling of interrupts during suspend-resume
by Rafael J. Wysocki
· 16 years ago
0a0c516
PM: Introduce functions for suspending and resuming device interrupts
by Rafael J. Wysocki
· 16 years ago
612a726
cpumask: remove cpumask_t from core
by Rusty Russell
· 16 years ago
73d0a4b
cpumask: convert rcutorture.c
by Rusty Russell
· 16 years ago
aa85ea5
cpumask: use new cpumask_ functions in core code.
by Rusty Russell
· 16 years ago
9489424
cpumask: use mm_cpumask() wrapper: kernel/fork.c
by Rusty Russell
· 16 years ago
2b17fa5
cpumask: use set_cpu_active in init/main.c
by Rusty Russell
· 16 years ago
1a2142a
cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL
by Rusty Russell
· 16 years ago
9ff9a26
Merge commit 'origin/master' into next
by Benjamin Herrenschmidt
· 16 years ago
d5ac537
sched: fix errors in struct & function comments
by Randy Dunlap
· 16 years ago
c31f403d
Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
d00ab2f
Merge branch 'linus' into core/futexes
by Ingo Molnar
· 16 years ago
eedf2c5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30
by Linus Torvalds
· 16 years ago
9710794
async: remove the temporary (2.6.29) "async is off by default" code
by Arjan van de Ven
· 16 years ago
82268da
Merge branch 'linus' into percpu-cpumask-x86-for-linus-2
by Ingo Molnar
· 16 years ago
3ae5080
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
3ba13d1
constify dentry_operations: rest
by Al Viro
· 16 years ago
6e15cf0
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
by Ingo Molnar
· 16 years ago
a841696
Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
6671de3
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
831576f
Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
08abe18
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
0c93ea4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
7c526e1
Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timers/core
by Ingo Molnar
· 16 years ago
a5ebc0b
Merge commit 'v2.6.29' into timers/core
by Ingo Molnar
· 16 years ago
b7bb4c9
sched: Add comments to find_busiest_group() function
by Gautham R Shenoy
· 16 years ago
c071df1
sched: Refactor the power savings balance code
by Gautham R Shenoy
· 16 years ago
a021dc0
sched: Optimize the !power_savings_balance during fbg()
by Gautham R Shenoy
· 16 years ago
dbc523a
sched: Create a helper function to calculate imbalance
by Gautham R Shenoy
· 16 years ago
2e6f44a
sched: Create helper to calculate small_imbalance in fbg()
by Gautham R Shenoy
· 16 years ago
37abe19
sched: Create a helper function to calculate sched_domain stats for fbg()
by Gautham R Shenoy
· 16 years ago
222d656
sched: Define structure to store the sched_domain statistics for fbg()
by Gautham R Shenoy
· 16 years ago
1f8c553
sched: Create a helper function to calculate sched_group stats for fbg()
by Gautham R Shenoy
· 16 years ago
Next »