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