Sven-Thorsten Dietrich deac4ee65a sched: simplify can_migrate_task() 17 years ago
..
irq 8b7f07155f free_irq(): fix DEBUG_SHIRQ handling 17 years ago
power c5a69adff9 Hibernation: do not try to mark invalid PFNs as nosave 17 years ago
time 6ddfca9548 timer: remove clockevents_unregister_notifier 17 years ago
.gitignore febf7ea4be gitignore: ignore more generated files 19 years ago
Kconfig.hz 40fcfc8722 [PATCH] HZ: 300Hz support 18 years ago
Kconfig.preempt e107be36ef [PATCH] sched: arch preempt notifier mechanism 18 years ago
Makefile acce292c82 user namespace: add the framework 18 years ago
acct.c 2c6b47de17 Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). 18 years ago
audit.c 8314418629 Freezer: make kernel threads nonfreezable by default 18 years ago
audit.h 522ed7767e Audit: add TTY input auditing 18 years ago
auditfilter.c 74f2345b6b [PATCH] allow audit filtering on bit & operations 18 years ago
auditsc.c 88ae704c2a kernel/auditsc.c: fix an off-by-one 17 years ago
capability.c 41487c65bf [PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_task 18 years ago
compat.c 83f5d12669 signal/timer/event: timerfd compat code 18 years ago
configs.c 85badbdf51 use simple_read_from_buffer in kernel/ 18 years ago
cpu.c db912f9639 HOTPLUG: Add CPU_DYING notifier 18 years ago
cpuset.c 86313c488a usermodehelper: Tidy up waiting 18 years ago
delayacct.c 172ba844a8 sched: update delay-accounting to use CFS's precise stats 18 years ago
die_notifier.c 1eeb66a1bb move die notifier handling to common code 18 years ago
dma.c 15ad7cdcfd [PATCH] struct seq_operations and struct file_operations constification 18 years ago
exec_domain.c 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
exit.c 247284481c Kill some obsolete sub-thread-ptrace stuff 18 years ago
extable.c 5e37661389 [PATCH] symbol_put_addr() locks kernel 19 years ago
fork.c 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
futex.c 187226f57f futex_unlock_pi() hurts my brain and may cause application deadlock 17 years ago
futex_compat.c bd197234b0 Revert "futex_requeue_pi optimization" 18 years ago
hrtimer.c 17c38b7490 Cache xtime every call to update_wall_time 18 years ago
itimer.c 35bab756b4 The scheduled -EINVAL for invalid timevals in setitimer 18 years ago
kallsyms.c 9281acea6a kallsyms: make KSYM_NAME_LEN include space for trailing '\0' 18 years ago
kexec.c 6672f76a5a kdump/kexec: calculate note size at compile time 18 years ago
kfifo.c f84d5a76c5 is_power_of_2: kernel/kfifo.c 18 years ago
kmod.c 61df47c8da kernel-doc fix for kmod.c 18 years ago
kprobes.c cd5bfea278 fix compilation with gcc 4.2 17 years ago
ksysfs.c 0b1937ac0e FRV: Fix linkage problems 18 years ago
kthread.c e804a4a4dd kthread: silence bogus section mismatch warning 18 years ago
latency.c f6a570333e [PATCH] severing module.h->sched.h 18 years ago
lockdep.c c71063c9c9 lockdep debugging: give stacktrace for init_error 18 years ago
lockdep_internals.h 50cc670aeb [PATCH] lockdep: more chains 18 years ago
lockdep_proc.c c0f3358621 Fix leak on /proc/lockdep_stats 18 years ago
module.c 256e2fdf03 Fix Off-by-one in /sys/module/*/refcnt 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 96645678cd lockstat: measure lock bouncing 18 years ago
mutex.h ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness 19 years ago
nsproxy.c 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
panic.c bcdcd8e725 Report that kernel is tainted if there was an OOPS 18 years ago
params.c 74c5b597e9 modules: better error messages when modules fail to load due to a sysfs problem. 18 years ago
pid.c 213dd266d4 namespace: ensure clone_flags are always stored in an unsigned long 18 years ago
posix-cpu-timers.c 41b86e9c51 sched: make posix-cpu-timers use CFS's accounting information 18 years ago
posix-timers.c d02479bdeb posix-timers: fix creation race 17 years ago
printk.c cb00e99c0a fix - ensure we don't use bootconsoles after init has been released 17 years ago
profile.c cd5bfea278 fix compilation with gcc 4.2 17 years ago
ptrace.c 6c5d523826 coredump masking: reimplementation of dumpable using two flags 18 years ago
rcupdate.c 8bb7844286 Add suspend-related notifications for CPU hotplug 18 years ago
rcutorture.c 8314418629 Freezer: make kernel threads nonfreezable by default 18 years ago
relay.c c9b3febc5b Fix a use after free bug in kernel->userspace relay file support 18 years ago
resource.c 8cdfb29c0c libata/IDE: remove combined mode quirk 18 years ago
rtmutex-debug.c 36cf3b5c3b FUTEX: Tidy up the code 18 years ago
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 years ago
rtmutex-tester.c 8314418629 Freezer: make kernel threads nonfreezable by default 18 years ago
rtmutex.c 36cf3b5c3b FUTEX: Tidy up the code 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 4fe87745a6 lockstat: hook into spinlock_t, rwlock_t, rwsem and mutex 18 years ago
sched.c deac4ee65a sched: simplify can_migrate_task() 17 years ago
sched_debug.c 2aa44d0567 sched: sched_clock_idle_[sleep|wakeup]_event() 17 years ago
sched_fair.c 71fd371463 sched: remove HZ dependency from the granularity default 17 years ago
sched_idletask.c 31ee529cc2 sched: remove the 'u64 now' parameter from ->put_prev_task() 18 years ago
sched_rt.c 31ee529cc2 sched: remove the 'u64 now' parameter from ->put_prev_task() 18 years ago
sched_stats.h c3c7011969 [PATCH] sched: add schedstat_set() API 18 years ago
seccomp.c cf99abace7 make seccomp zerocost in schedule 18 years ago
signal.c 834d216e1f signalfd: fix interaction with posix-timers 17 years ago
softirq.c 8314418629 Freezer: make kernel threads nonfreezable by default 18 years ago
softlockup.c 8314418629 Freezer: make kernel threads nonfreezable by default 18 years ago
spinlock.c 4fe87745a6 lockstat: hook into spinlock_t, rwlock_t, rwsem and mutex 18 years ago
srcu.c e6a92013ba [PATCH] SRCU: report out-of-memory errors 18 years ago
stacktrace.c 8637c09901 [PATCH] lockdep: stacktrace subsystem, core 19 years ago
stop_machine.c 85653af7d4 Fix stop_machine_run problem with naughty real time process 18 years ago
sys.c b0cb1a19d0 Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION 18 years ago
sys_ni.c b716395e2b diskquota: 32bit quota tools on 64bit architectures 18 years ago
sysctl.c e598fbaabd Remove double inclusion of linux/capability.h 17 years ago
taskstats.c b663a79c19 taskstats: add context-switch counters 18 years ago
time.c 2c6b47de17 Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). 18 years ago
timer.c c36c282b88 Pull ia64-clocksource into release branch 18 years ago
tsacct.c 2c6b47de17 Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). 18 years ago
uid16.c e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
user.c 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
user_namespace.c 467e9f4b50 fix create_new_namespaces() return value 18 years ago
utsname.c 213dd266d4 namespace: ensure clone_flags are always stored in an unsigned long 18 years ago
utsname_sysctl.c 7d69a1f4a7 remove CONFIG_UTS_NS and CONFIG_IPC_NS 18 years ago
wait.c 59c51591a0 Fix occurrences of "the the " 18 years ago
workqueue.c 13c22168b7 destroy_workqueue() can livelock 18 years ago