Linus Torvalds f0f1b3364a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 17 years ago
..
irq 70edcd77a0 genirq: stackdump after the "Trying to free already-free IRQ" message 17 years ago
power 23b168d425 PM: documentation cleanups 17 years ago
time 5e2cb1018a time: fix sysfs_show_{available,current}_clocksources() buffer overflow problem 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 e552b66170 Memory controller: resource counters 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 73507f335f Handle pid namespaces in cgroups code 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 b450129554 hotplug cpu move tasks in empty cpusets - refinements 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 0a76fe8e50 do_wait: remove one "else if" branch 17 years ago
extable.c a2da4052f1 module: Don't report discarded init pages as kernel text. 17 years ago
fork.c 78fb74669e Memory controller: accounting setup 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 a3b81113fb remove support for un-needed _extratext section 17 years ago
kexec.c bba1f603b8 vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str() 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 f47cd9b553 kprobes: kretprobe user entry-handler 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 c166f23cb5 kernel/notifier.c should #include <linux/reboot.h> 17 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 6ed31e92e9 ACPI: Taint kernel on ACPI table override (format corrected) 17 years ago
params.c eb38a996eb kernel/params.c: remove sparse-warning (different signedness) 17 years ago
pid.c eccba06891 gfs2: make gfs2_glock.gl_owner_pid be a struct pid * 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 eed4a2aba7 printk.c: use unsigned ints instead of longs for logbuf index 17 years ago
profile.c 1ad82fd547 debug: clean up kernel/profile.c 17 years ago
ptrace.c f17d30a803 kernel/ptrace.c should #include <linux/syscalls.h> 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 a1e096129b relay: nopage 17 years ago
res_counter.c 0eea103017 Memory controller improve user interface 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 1a669c2f16 Add arch_ptrace_stop 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 bb695170d8 make srcu_readers_active() static 17 years ago
stacktrace.c 8637c09901 [PATCH] lockdep: stacktrace subsystem, core 19 years ago
stop_machine.c 6c6080f74c stopmachine: semaphore to mutex 17 years ago
sys.c 1bf47346d7 kernel/sys.c: get rid of expensive divides in groups_sort() 17 years ago
sys_ni.c 4d672e7ac7 timerfd: new timerfd API 17 years ago
sysctl.c fef1bdd68c oom: add sysctl to enable task memory dump 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 f47cd9b553 kprobes: kretprobe user entry-handler 17 years ago
time.c ec03d70739 speed up jiffies conversion functions if HZ==USER_HZ 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