..
irq
Merge branches 'irq/genirq' and 'linus' into irq/core
2009-03-16 09:20:13 +01:00
power
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
2009-02-22 10:33:44 -08:00
time
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
2009-03-26 16:05:42 -07:00
trace
tracing: limit the number of loops the ring buffer self test can make
2009-02-18 22:50:01 -05:00
.gitignore
…
Kconfig.freezer
…
Kconfig.hz
…
Kconfig.preempt
…
Makefile
PM: fix build for CONFIG_PM unset
2009-02-21 14:17:17 -08:00
acct.c
[CVE-2009-0029] System call wrappers part 04
2009-01-14 14:15:19 +01:00
async.c
async: use list_move_tail
2009-02-08 10:00:26 -08:00
audit.c
…
audit.h
…
audit_tree.c
…
auditfilter.c
…
auditsc.c
…
backtracetest.c
…
bounds.c
…
capability.c
[CVE-2009-0029] System call wrappers part 04
2009-01-14 14:15:19 +01:00
cgroup.c
cgroups: fix possible use after free
2009-02-18 15:37:54 -08:00
cgroup_debug.c
…
cgroup_freezer.c
…
compat.c
…
configs.c
…
cpu.c
…
cpuset.c
cpuset: fix possible deadlock in async_rebuild_sched_domains
2009-01-19 02:44:00 +01:00
cred-internals.h
…
cred.c
…
delayacct.c
…
dma-coherent.c
dma-coherent: Restore dma_alloc_from_coherent() large alloc fall back policy.
2009-01-21 18:51:53 +09:00
dma.c
…
exec_domain.c
[CVE-2009-0029] System call wrappers part 04
2009-01-14 14:15:19 +01:00
exit.c
signal: re-add dead task accumulation stats.
2009-02-05 13:04:33 +01:00
extable.c
…
fork.c
copy_process: fix CLONE_PARENT && parent_exec_id interaction
2009-03-09 13:23:25 -07:00
freezer.c
…
futex.c
futex: fix reference leak
2009-02-11 18:24:08 +01:00
futex_compat.c
…
hrtimer.c
hrtimer: prevent negative expiry value after clock_was_set()
2009-01-30 22:35:34 +01:00
itimer.c
timers: split process wide cpu clocks/timers
2009-02-05 13:04:33 +01:00
kallsyms.c
Revert "kbuild: strip generated symbols from *.ko"
2009-01-14 21:38:20 +01:00
kexec.c
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
2009-02-22 10:33:44 -08:00
kfifo.c
…
kgdb.c
…
kmod.c
…
kprobes.c
kprobes: check CONFIG_FREEZER instead of CONFIG_PM
2009-01-16 14:32:17 -05:00
ksysfs.c
…
kthread.c
…
latencytop.c
sched, latencytop: incorporate review feedback from Andrew Morton
2009-02-11 10:18:04 +01:00
lockdep.c
…
lockdep_internals.h
…
lockdep_proc.c
…
marker.c
…
module.c
dynamic debug: combine dprintk and dynamic printk
2009-03-24 16:38:26 -07:00
mutex-debug.c
…
mutex-debug.h
…
mutex.c
…
mutex.h
…
notifier.c
…
ns_cgroup.c
…
nsproxy.c
…
panic.c
…
params.c
…
pid.c
…
pid_namespace.c
…
pm_qos_params.c
…
posix-cpu-timers.c
posix timers: fix RLIMIT_CPU && fork()
2009-03-23 20:43:35 +01:00
posix-timers.c
[CVE-2009-0029] System call wrappers part 05
2009-01-14 14:15:20 +01:00
printk.c
PM: Fix suspend_console and resume_console to use only one semaphore
2009-02-21 14:17:18 -08:00
profile.c
profiling: fix broken profiling regression
2009-02-10 00:50:37 +01:00
ptrace.c
[CVE-2009-0029] System call wrappers part 27
2009-01-14 14:15:29 +01:00
rcuclassic.c
rcu: Teach RCU that idle task is not quiscent state at boot
2009-02-26 04:08:14 +01:00
rcupdate.c
rcu: Teach RCU that idle task is not quiscent state at boot
2009-02-26 04:08:14 +01:00
rcupreempt.c
rcu: Teach RCU that idle task is not quiscent state at boot
2009-02-26 04:08:14 +01:00
rcupreempt_trace.c
…
rcutorture.c
…
rcutree.c
rcu: Teach RCU that idle task is not quiscent state at boot
2009-02-26 04:08:14 +01:00
rcutree_trace.c
…
relay.c
timers: add mod_timer_pending()
2009-02-18 19:26:33 +01:00
res_counter.c
…
resource.c
resources: fix parameter name and kernel-doc
2009-01-15 16:39:38 -08:00
rtmutex-debug.c
…
rtmutex-debug.h
…
rtmutex-tester.c
…
rtmutex.c
…
rtmutex.h
…
rtmutex_common.h
…
rwsem.c
…
sched.c
sched: Add comments to find_busiest_group() function
2009-03-25 13:28:30 +01:00
sched_clock.c
sched_clock: cleanups
2009-02-26 21:56:07 +01:00
sched_cpupri.c
…
sched_cpupri.h
…
sched_debug.c
sched: remove unused fields from struct rq
2009-03-24 23:16:51 +01:00
sched_fair.c
Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/core
2009-02-15 21:15:16 +01:00
sched_features.h
sched: prefer wakers
2009-01-15 12:00:09 +01:00
sched_idletask.c
…
sched_rt.c
Merge branches 'sched/rt' and 'sched/urgent' into sched/core
2009-02-08 20:12:46 +01:00
sched_stats.h
sched: remove unused fields from struct rq
2009-03-24 23:16:51 +01:00
seccomp.c
x86-64: seccomp: fix 32/64 syscall hole
2009-03-02 15:41:30 -08:00
semaphore.c
…
signal.c
fix ptrace slowness
2009-03-23 09:22:31 -07:00
smp.c
generic-ipi: use per cpu data for single cpu ipi calls
2009-01-30 18:31:08 +01:00
softirq.c
rcu: increment quiescent state counter in ksoftirqd()
2009-03-04 22:08:45 +01:00
softlockup.c
softlock: fix false panic which can occur if softlockup_thresh is reduced
2009-01-14 11:48:07 +01:00
spinlock.c
…
srcu.c
…
stacktrace.c
…
stop_machine.c
…
sys.c
sched: don't allow setuid to succeed if the user does not have rt bandwidth
2009-02-27 11:11:53 +01:00
sys_ni.c
[CVE-2009-0029] Make sys_syslog a conditional system call
2009-01-14 14:15:16 +01:00
sysctl.c
mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit arches
2009-02-11 14:25:35 -08:00
sysctl_check.c
net: add ARP notify option for devices
2009-02-01 01:04:33 -08:00
taskstats.c
…
test_kprobes.c
…
time.c
[CVE-2009-0029] System call wrappers part 01
2009-01-14 14:15:18 +01:00
timeconst.pl
…
timer.c
timers: add mod_timer_pending()
2009-02-18 19:26:33 +01:00
tracepoint.c
…
tsacct.c
Fix fixpoint divide exception in acct_update_integrals
2009-03-09 08:13:35 -07:00
uid16.c
[CVE-2009-0029] System call wrappers part 19
2009-01-14 14:15:26 +01:00
up.c
smp_call_function_single(): be slightly less stupid, fix #2
2009-01-12 16:04:37 +01:00
user.c
Merge branch 'master' into next
2009-03-24 10:52:46 +11:00
user_namespace.c
Fix recursive lock in free_uid()/free_user_ns()
2009-02-27 16:26:21 -08:00
utsname.c
…
utsname_sysctl.c
…
wait.c
wait: prevent exclusive waiter starvation
2009-02-05 12:56:48 -08:00
workqueue.c
work_on_cpu: Use our own workqueue.
2009-01-19 22:36:07 +01:00