..
irq
genirq: stackdump after the "Trying to free already-free IRQ" message
17 years ago
power
PM: documentation cleanups
17 years ago
time
time: fix typo in comments
17 years ago
.gitignore
gitignore: ignore more generated files
19 years ago
Kconfig.hz
sched: high-res preemption tick
17 years ago
Kconfig.preempt
sched: remove the !PREEMPT_BKL code
17 years ago
Makefile
namespaces: cleanup the code managed with PID_NS option
17 years ago
acct.c
acct: real_parent ppid
17 years ago
audit.c
[AUDIT] ratelimit printk messages audit
17 years ago
audit.h
[PATCH] audit: watching subtrees
17 years ago
audit_tree.c
[PATCH] audit: watching subtrees
17 years ago
auditfilter.c
[AUDIT] make audit=0 really stop audit messages
17 years ago
auditsc.c
[AUDIT] create context if auditing was ever enabled
17 years ago
backtracetest.c
x86: add a simple backtrace test module
17 years ago
capability.c
Add 64-bit capability support to the kernel
17 years ago
cgroup.c
Handle pid namespaces in cgroups code
17 years ago
cgroup_debug.c
Task Control Groups: simple task cgroup debug info subsystem
17 years ago
compat.c
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
17 years ago
configs.c
use simple_read_from_buffer in kernel/
18 years ago
cpu.c
cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()
17 years ago
cpuset.c
proc: seqfile convert proc_pid_status to properly handle pid namespaces
17 years ago
delayacct.c
Add scaled time to taskstats based process accounting
17 years ago
dma.c
whitespace fixes: DMA channel allocator
17 years ago
exec_domain.c
whitespace fixes: execution domains
17 years ago
exit.c
Pidns: make full use of xxx_vnr() calls
17 years ago
extable.c
module: Don't report discarded init pages as kernel text.
17 years ago
fork.c
Pidns: make full use of xxx_vnr() calls
17 years ago
futex.c
futex: Add bitset conditional wait/wakeup functionality
17 years ago
futex_compat.c
futex: Add bitset conditional wait/wakeup functionality
17 years ago
hrtimer.c
timerfd: new timerfd API
17 years ago
itimer.c
ITIMER_REAL: convert to use struct pid
17 years ago
kallsyms.c
remove support for un-needed _extratext section
17 years ago
kexec.c
vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()
17 years ago
kfifo.c
is_power_of_2: kernel/kfifo.c
18 years ago
kmod.c
Fix unbalanced helper_lock in kernel/kmod.c
17 years ago
kprobes.c
kprobes: kretprobe user entry-handler
17 years ago
ksysfs.c
Kobject: convert remaining kobject_unregister() to kobject_put()
17 years ago
kthread.c
sched: fix, always create kernel threads with normal priority
17 years ago
latencytop.c
sched: latencytop support
17 years ago
lockdep.c
softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks
17 years ago
lockdep_internals.h
…
lockdep_proc.c
lockdep: Avoid /proc/lockdep & lock_stat infinite output
18 years ago
marker.c
Linux Kernel Markers: fix marker mutex not taken upon module load
17 years ago
module.c
fix "modules: make module_address_lookup() safe"
17 years ago
mutex-debug.c
[PATCH] remove many unneeded #includes of sched.h
18 years ago
mutex-debug.h
[PATCH] lockdep: better lock debugging
19 years ago
mutex.c
Add mutex_lock_killable
17 years ago
mutex.h
…
notifier.c
kernel/notifier.c should #include <linux/reboot.h>
17 years ago
ns_cgroup.c
cgroups: implement namespace tracking subsystem
17 years ago
nsproxy.c
namespaces: move the IPC namespace under IPC_NS option
17 years ago
panic.c
ACPI: Taint kernel on ACPI table override (format corrected)
17 years ago
params.c
kernel/params.c: remove sparse-warning (different signedness)
17 years ago
pid.c
pid: Extend/Fix pid_vnr
17 years ago
pid_namespace.c
namespaces: cleanup the code managed with PID_NS option
17 years ago
pm_qos_params.c
pm qos infrastructure and interface
17 years ago
posix-cpu-timers.c
sched: rt-watchdog: fix .rlim_max = RLIM_INFINITY
17 years ago
posix-timers.c
timerfd: new timerfd API
17 years ago
printk.c
printk.c: use unsigned ints instead of longs for logbuf index
17 years ago
profile.c
debug: clean up kernel/profile.c
17 years ago
ptrace.c
ptrace_check_attach: remove unneeded ->signal != NULL check
17 years ago
rcuclassic.c
Preempt-RCU: implementation
17 years ago
rcupdate.c
Preempt-RCU: fix rcu_barrier for preemptive environment.
17 years ago
rcupreempt.c
Preempt-RCU: CPU Hotplug handling
17 years ago
rcupreempt_trace.c
Preempt-RCU: implementation
17 years ago
rcutorture.c
cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()
17 years ago
relay.c
relay: nopage
17 years ago
res_counter.c
Memory controller improve user interface
17 years ago
resource.c
Add IORESOUCE_BUSY flag for System RAM
17 years ago
rtmutex-debug.c
Use helpers to obtain task pid in printks
17 years ago
rtmutex-debug.h
[PATCH] lockdep: better lock debugging
19 years ago
rtmutex-tester.c
Driver core: change sysdev classes to use dynamic kobject names
17 years ago
rtmutex.c
Use helpers to obtain task pid in printks
17 years ago
rtmutex.h
…
rtmutex_common.h
FUTEX: Tidy up the code
18 years ago
rwsem.c
sched: mark rwsem functions as __sched for wchan/profiling
17 years ago
sched.c
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
17 years ago
sched_debug.c
sched: keep total / count stats in addition to the max for
17 years ago
sched_fair.c
sched: let +nice tasks have smaller impact
17 years ago
sched_idletask.c
sched: high-res preemption tick
17 years ago
sched_rt.c
sched: fix goto retry in pick_next_task_rt()
17 years ago
sched_stats.h
sched: clean up kernel/sched_stat.h
17 years ago
seccomp.c
make seccomp zerocost in schedule
18 years ago
signal.c
Get rid of the kill_pgrp_info() function
17 years ago
softirq.c
time: track accurate idle time with tick_sched.idle_sleeptime
17 years ago
softlockup.c
debug: softlockup looping fix
17 years ago
spinlock.c
spinlock: lockbreak cleanup
17 years ago
srcu.c
make srcu_readers_active() static
17 years ago
stacktrace.c
…
stop_machine.c
stopmachine: semaphore to mutex
17 years ago
sys.c
Pidns: make full use of xxx_vnr() calls
17 years ago
sys_ni.c
timerfd: new timerfd API
17 years ago
sysctl.c
Pidns: make full use of xxx_vnr() calls
17 years ago
sysctl_check.c
capabilities: introduce per-process capability bounding set
17 years ago
taskstats.c
kernel/taskstats.c: fix bogus nlmsg_free()
17 years ago
test_kprobes.c
kprobes: kretprobe user entry-handler
17 years ago
time.c
time: fix typo in comments
17 years ago
timer.c
Pidns: make full use of xxx_vnr() calls
17 years ago
tsacct.c
Add scaled time to taskstats based process accounting
17 years ago
uid16.c
header cleaning: don't include smp_lock.h when not used
18 years ago
user.c
namespaces: cleanup the code managed with the USER_NS option
17 years ago
user_namespace.c
namespaces: cleanup the code managed with the USER_NS option
17 years ago
utsname.c
Fix UTS corruption during clone(CLONE_NEWUTS)
18 years ago
utsname_sysctl.c
Isolate the UTS namespace's domainname and hostname back
17 years ago
wait.c
wait: Use TASK_NORMAL
17 years ago
workqueue.c
cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()
17 years ago