Linus Torvalds 266c2e0abe Make printk() console semaphore accesses sensible 18 лет назад
..
irq 89d694b9db genirq: do not leave interupts enabled on free_irq 18 лет назад
power 29ea5171cb Merge branches 'release' and 'doc' into release 18 лет назад
time 92896bd9fd Don't 'printk()' while holding xtime lock for writing 18 лет назад
.gitignore c1cb795338 Update kernel/.gitignore with new auto-generated files 18 лет назад
Kconfig.hz 8f4d37ec07 sched: high-res preemption tick 18 лет назад
Kconfig.preempt 21bbb39c37 rcu: move PREEMPT_RCU config option back under PREEMPT 18 лет назад
Makefile bdc807871d avoid overflows in kernel/time.c 18 лет назад
acct.c 5f7b703fe2 bsd_acct: using task_struct->tgid is not right in pid-namespaces 18 лет назад
audit.c 75c0371a2d audit: netlink socket can be auto-bound to pid other than current->pid (v2) 18 лет назад
audit.h 74c3cbe33b [PATCH] audit: watching subtrees 18 лет назад
audit_tree.c 1d957f9bf8 Introduce path_put() 18 лет назад
auditfilter.c 1d957f9bf8 Introduce path_put() 18 лет назад
auditsc.c 422b03cf75 [PATCH] Audit: Fix the format type for size_t variables 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 b6abdb0e6c cgroup: fix default notify_on_release setting 18 лет назад
cgroup_debug.c 006cb99200 Task Control Groups: simple task cgroup debug info subsystem 18 лет назад
compat.c c289b074b6 hrtimer: don't modify restart_block->fn in restart functions 18 лет назад
configs.c 85badbdf51 use simple_read_from_buffer in kernel/ 18 лет назад
cpu.c fa7303e22c cpu: fix section mismatch warnings for enable_nonboot_cpus 18 лет назад
cpuset.c 41f7f60d31 cpusets: fix obsolete comment 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 6efcae4601 Fix waitid si_code regression 18 лет назад
extable.c a2da4052f1 module: Don't report discarded init pages as kernel text. 18 лет назад
fork.c 6ac08c39a1 Use struct path in fs_struct 18 лет назад
futex.c a0c1e9073e futex: runtime enable pi and robust functionality 18 лет назад
futex_compat.c a0c1e9073e futex: runtime enable pi and robust functionality 18 лет назад
hrtimer.c 63070a79ba hrtimer: catch expired CLOCK_REALTIME timers early 18 лет назад
itimer.c fea9d17554 ITIMER_REAL: convert to use struct pid 18 лет назад
kallsyms.c a3b81113fb remove support for un-needed _extratext section 18 лет назад
kexec.c bba1f603b8 vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str() 18 лет назад
kfifo.c f84d5a76c5 is_power_of_2: kernel/kfifo.c 18 лет назад
kmod.c db74ece990 Dont touch fs_struct in usermodehelper 18 лет назад
kprobes.c b2a5cd6938 kprobes: fix a null pointer bug in register_kretprobe() 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 1481197b50 Subject: lockdep: include all lock classes in all_lock_classes 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 58336114af markers: remove ACCESS_ONCE 18 лет назад
module.c e24e2e64c4 modules: warn about suspicious return values from module's ->init() hook 18 лет назад
mutex-debug.c 7ad5b3a505 kernel: remove fastcall in kernel/* 18 лет назад
mutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 лет назад
mutex.c 7ad5b3a505 kernel: remove fastcall in kernel/* 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 ae5e1b22f1 namespaces: move the IPC namespace under IPC_NS option 18 лет назад
panic.c 6ed31e92e9 ACPI: Taint kernel on ACPI table override (format corrected) 18 лет назад
params.c 06b2a76d25 Add new string functions strict_strto* and convert kernel params to use them 18 лет назад
pid.c 7ad5b3a505 kernel: remove fastcall in kernel/* 18 лет назад
pid_namespace.c 74bd59bb39 namespaces: cleanup the code managed with PID_NS option 18 лет назад
pm_qos_params.c d82b35186e pm qos infrastructure and interface 18 лет назад
posix-cpu-timers.c 8dc86af006 Use find_task_by_vpid in posix timers 18 лет назад
posix-timers.c 5a7780e725 hrtimer: check relative timeouts for overflow 18 лет назад
printk.c 266c2e0abe Make printk() console semaphore accesses sensible 18 лет назад
profile.c f8db694e46 Nuke a duplicate include from profile.c 18 лет назад
ptrace.c c0c0b649d6 ptrace_check_attach: remove unneeded ->signal != NULL check 18 лет назад
rcuclassic.c e260be673a Preempt-RCU: implementation 18 лет назад
rcupdate.c fbf6bfca76 rcupdate: fix comment 18 лет назад
rcupreempt.c c9e71002aa rcupreempt: remove never-migrates assumption from rcu_process_callbacks() 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 16d5466942 relay: fix subbuf_splice_actor() adding too many pages 18 лет назад
res_counter.c fb78922ce9 Memory Resource Controller use strstrip while parsing arguments 18 лет назад
resource.c a99824f327 [POWERPC] Add arch-specific walk_memory_remove() for 64-bit powerpc 18 лет назад
rtmutex-debug.c 48d13e483c Don't operate with pid_t in rtmutex tester 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 720a2592cf hrtimer: more hrtimer_init_sleeper() fallout. 18 лет назад
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 лет назад
rtmutex_common.h 48d13e483c Don't operate with pid_t in rtmutex tester 18 лет назад
rwsem.c c7af77b584 sched: mark rwsem functions as __sched for wchan/profiling 18 лет назад
sched.c 22e52b072d sched: add arch_update_cpu_topology hook. 18 лет назад
sched_debug.c 4ae7d5cefd sched: improve affine wakeups 18 лет назад
sched_fair.c 2070ee01d3 sched: cleanup old and rarely used 'debug' features. 18 лет назад
sched_idletask.c 8f4d37ec07 sched: high-res preemption tick 18 лет назад
sched_rt.c 6fa46fa526 sched: balance RT task resched only on runqueue 18 лет назад
sched_stats.h f95e0d1c2a sched: clean up kernel/sched_stat.h 18 лет назад
seccomp.c cf99abace7 make seccomp zerocost in schedule 18 лет назад
signal.c 13b1c3d4b4 freezer vs stopped or traced 18 лет назад
softirq.c 2232c2d8e0 rcu: add support for dynamic ticks and preempt rcu 18 лет назад
softlockup.c 7be2a03e31 softlockup: fix task state setting 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 6c6080f74c stopmachine: semaphore to mutex 18 лет назад
sys.c 6c5f3e7b43 Pidns: make full use of xxx_vnr() calls 18 лет назад
sys_ni.c 4d672e7ac7 timerfd: new timerfd API 18 лет назад
sysctl.c 62fb185130 sched: revert load_balance_monitor() changes 18 лет назад
sysctl_check.c 8b21985c91 constify tables in kernel/sysctl_check.c 18 лет назад
taskstats.c f96159840b kernel/taskstats.c: fix bogus nlmsg_free() 18 лет назад
test_kprobes.c f47cd9b553 kprobes: kretprobe user entry-handler 18 лет назад
time.c bdc807871d avoid overflows in kernel/time.c 18 лет назад
timeconst.pl c98aa86df3 timeconst.pl: correct reversal of USEC_TO_HZ and HZ_TO_USEC 18 лет назад
timer.c 7ad5b3a505 kernel: remove fastcall in kernel/* 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 052f1dc7eb sched: rt-group: make rt groups scheduling configurable 18 лет назад
user_namespace.c aee16ce73c namespaces: cleanup the code managed with the USER_NS option 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 7ad5b3a505 kernel: remove fastcall in kernel/* 18 лет назад
workqueue.c 6d141c3ff6 workqueue: make delayed_work_timer_fn() static 18 лет назад