Oleg Nesterov d9ae90ac4b use __set_task_state() for TRACED/STOPPED tasks 17 years ago
..
irq 70edcd77a0 genirq: stackdump after the "Trying to free already-free IRQ" message 17 years ago
power 47a460d5a3 kernel/power/disk.c: make code static 17 years ago
time 5df7fa1c62 tick-sched: add more debug information 17 years ago
.gitignore febf7ea4be gitignore: ignore more generated files 19 years ago
Kconfig.hz 8f4d37ec07 sched: high-res preemption tick 17 years ago
Kconfig.preempt 6478d8800b sched: remove the !PREEMPT_BKL code 17 years ago
Makefile f011e2e2df latency.c: use QoS infrastructure 17 years ago
acct.c b59f8197c5 acct: real_parent ppid 17 years ago
audit.c 320f1b1ed2 [AUDIT] ratelimit printk messages audit 17 years ago
audit.h 74c3cbe33b [PATCH] audit: watching subtrees 18 years ago
audit_tree.c 74c3cbe33b [PATCH] audit: watching subtrees 18 years ago
auditfilter.c 1a6b9f2317 [AUDIT] make audit=0 really stop audit messages 17 years ago
auditsc.c b593d384ef [AUDIT] create context if auditing was ever enabled 17 years ago
backtracetest.c 6dab27784b x86: add a simple backtrace test module 17 years ago
capability.c e338d263a7 Add 64-bit capability support to the kernel 17 years ago
cgroup.c cfe36bde59 Improve cgroup printks 17 years ago
cgroup_debug.c 006cb99200 Task Control Groups: simple task cgroup debug info subsystem 18 years ago
compat.c 58f9b52ee8 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt 18 years ago
configs.c 85badbdf51 use simple_read_from_buffer in kernel/ 18 years ago
cpu.c 95402b3829 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() 17 years ago
cpuset.c 86ef5c9a8e cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() 17 years ago
delayacct.c c66f08be7e Add scaled time to taskstats based process accounting 18 years ago
dma.c 902749cdbd whitespace fixes: DMA channel allocator 18 years ago
exec_domain.c 62769dce86 whitespace fixes: execution domains 18 years ago
exit.c ed5d2cac11 exec: rework the group exit and fix the race with kill 17 years ago
extable.c a2da4052f1 module: Don't report discarded init pages as kernel text. 17 years ago
fork.c d9ae90ac4b use __set_task_state() for TRACED/STOPPED tasks 17 years ago
futex.c cd689985cf futex: Add bitset conditional wait/wakeup functionality 17 years ago
futex_compat.c cd689985cf futex: Add bitset conditional wait/wakeup functionality 17 years ago
hrtimer.c 4d672e7ac7 timerfd: new timerfd API 17 years ago
itimer.c 0719e3702e whitespace fixes: interval timers 18 years ago
kallsyms.c 6dd06c9fbe module: make module_address_lookup safe 17 years ago
kexec.c 83a08e7c6e vmcoreinfo: add the array length of "free_list" for filtering free pages 17 years ago
kfifo.c f84d5a76c5 is_power_of_2: kernel/kfifo.c 18 years ago
kmod.c 784680336b Fix unbalanced helper_lock in kernel/kmod.c 17 years ago
kprobes.c 8c1c935642 x86: kprobes: add kprobes smoke tests that run on boot 17 years ago
ksysfs.c 78a2d906b4 Kobject: convert remaining kobject_unregister() to kobject_put() 17 years ago
kthread.c 4f05b98d54 sched: fix, always create kernel threads with normal priority 17 years ago
latencytop.c 9745512ce7 sched: latencytop support 17 years ago
lockdep.c 82a1fcb902 softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks 17 years ago
lockdep_internals.h 50cc670aeb [PATCH] lockdep: more chains 18 years ago
lockdep_proc.c 94c61c0aef lockdep: Avoid /proc/lockdep & lock_stat infinite output 18 years ago
marker.c 314de8a9e1 Linux Kernel Markers: fix marker mutex not taken upon module load 17 years ago
module.c dd5af90a7f x86/non-x86: percpu, node ids, apic ids x86.git fixup 17 years ago
mutex-debug.c cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 years ago
mutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 years ago
mutex.c ad776537cc Add mutex_lock_killable 17 years ago
mutex.h ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness 19 years ago
notifier.c fe9d4f5763 Add kernel/notifier.c 18 years ago
ns_cgroup.c 858d72ead4 cgroups: implement namespace tracking subsystem 18 years ago
nsproxy.c 30e49c263e pid namespaces: allow cloning of new namespace 18 years ago
panic.c 71c339116a debug: add the end-of-trace marker and the module list to 17 years ago
params.c 8686c99875 module: fix the module name length in param_sysfs_builtin 17 years ago
pid.c 57d5f66b86 pidns: Place under CONFIG_EXPERIMENTAL 17 years ago
pm_qos_params.c d82b35186e pm qos infrastructure and interface 17 years ago
posix-cpu-timers.c 5a52dd5009 sched: rt-watchdog: fix .rlim_max = RLIM_INFINITY 17 years ago
posix-timers.c 4d672e7ac7 timerfd: new timerfd API 17 years ago
printk.c c4772d9930 debug: turn ignore_loglevel into an early param 17 years ago
profile.c 1ad82fd547 debug: clean up kernel/profile.c 17 years ago
ptrace.c d9ae90ac4b use __set_task_state() for TRACED/STOPPED tasks 17 years ago
rcuclassic.c e260be673a Preempt-RCU: implementation 17 years ago
rcupdate.c e0ecfa7917 Preempt-RCU: fix rcu_barrier for preemptive environment. 17 years ago
rcupreempt.c eaf649e9fe Preempt-RCU: CPU Hotplug handling 17 years ago
rcupreempt_trace.c e260be673a Preempt-RCU: implementation 17 years ago
rcutorture.c 86ef5c9a8e cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() 17 years ago
relay.c 2f98735c9c vm audit: add VM_DONTEXPAND to mmap for drivers that need it 17 years ago
resource.c 887c3cb188 Add IORESOUCE_BUSY flag for System RAM 17 years ago
rtmutex-debug.c ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 years ago
rtmutex-tester.c af5ca3f4ec Driver core: change sysdev classes to use dynamic kobject names 17 years ago
rtmutex.c ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 years ago
rtmutex_common.h 36cf3b5c3b FUTEX: Tidy up the code 18 years ago
rwsem.c c7af77b584 sched: mark rwsem functions as __sched for wchan/profiling 17 years ago
sched.c 75659ca0c1 Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc 17 years ago
sched_debug.c 6d082592b6 sched: keep total / count stats in addition to the max for 17 years ago
sched_fair.c ef9884e6f2 sched: let +nice tasks have smaller impact 17 years ago
sched_idletask.c 8f4d37ec07 sched: high-res preemption tick 17 years ago
sched_rt.c 326587b840 sched: fix goto retry in pick_next_task_rt() 17 years ago
sched_stats.h f95e0d1c2a sched: clean up kernel/sched_stat.h 17 years ago
seccomp.c cf99abace7 make seccomp zerocost in schedule 18 years ago
signal.c d9ae90ac4b use __set_task_state() for TRACED/STOPPED tasks 17 years ago
softirq.c 6378ddb592 time: track accurate idle time with tick_sched.idle_sleeptime 17 years ago
softlockup.c ed50d6cbc3 debug: softlockup looping fix 17 years ago
spinlock.c 95c354fe9f spinlock: lockbreak cleanup 17 years ago
srcu.c e6a92013ba [PATCH] SRCU: report out-of-memory errors 19 years ago
stacktrace.c 8637c09901 [PATCH] lockdep: stacktrace subsystem, core 19 years ago
stop_machine.c 86ef5c9a8e cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() 17 years ago
sys.c 4ef7229ffa make kernel_shutdown_prepare() static 17 years ago
sys_ni.c 4d672e7ac7 timerfd: new timerfd API 17 years ago
sysctl.c 3b7391de67 capabilities: introduce per-process capability bounding set 17 years ago
sysctl_check.c 3b7391de67 capabilities: introduce per-process capability bounding set 17 years ago
taskstats.c f96159840b kernel/taskstats.c: fix bogus nlmsg_free() 17 years ago
test_kprobes.c 8c1c935642 x86: kprobes: add kprobes smoke tests that run on boot 17 years ago
time.c 1001d0a9ee timekeeping: update xtime_cache when time(zone) changes 17 years ago
timer.c 06b8e878a9 taskstats scaled time cleanup 17 years ago
tsacct.c c66f08be7e Add scaled time to taskstats based process accounting 18 years ago
uid16.c e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
user.c 8eb703e4f3 uids: merge multiple error paths in alloc_uid() into one 17 years ago
user_namespace.c 28f300d236 Fix user namespace exiting OOPs 18 years ago
utsname.c efc63c4fb0 Fix UTS corruption during clone(CLONE_NEWUTS) 18 years ago
utsname_sysctl.c 32df81cbd5 Isolate the UTS namespace's domainname and hostname back 17 years ago
wait.c e64d66c8ed wait: Use TASK_NORMAL 17 years ago
workqueue.c 95402b3829 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() 17 years ago