Linus Torvalds c00046c279 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial 17 年之前
..
irq 28e3fed8b7 Compile handle_percpu_irq even for uniprocessor kernels 17 年之前
power df7c487250 trivial copy_data_pages() tidy up 17 年之前
time c4ec207173 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 17 年之前
.gitignore febf7ea4be gitignore: ignore more generated files 19 年之前
Kconfig.hz 40fcfc8722 [PATCH] HZ: 300Hz support 18 年之前
Kconfig.instrumentation 8256e47cdc Linux Kernel Markers 17 年之前
Kconfig.preempt e98c320291 Move PREEMPT_NOTIFIERS into an always-included Kconfig 17 年之前
Makefile c1cb8e48bd sysctl: Don't compile sysctl_check when !CONFIG_SYSCTL 17 年之前
acct.c 6ae965cd64 whitespace fixes: process accounting 17 年之前
audit.c 5600b89278 whitespace fixes: system auditing 17 年之前
audit.h 522ed7767e Audit: add TTY input auditing 18 年之前
auditfilter.c 9ce34218a8 whitespace fixes: audit filtering 17 年之前
auditsc.c 9f8dbe9c9c whitespace fixes: syscall auditing 17 年之前
capability.c 8990571eb5 Uninline find_pid etc set of functions 17 年之前
cgroup.c bd89aabc67 Control groups: Replace "cont" with "cgrp" and other misc renaming 17 年之前
cgroup_debug.c 006cb99200 Task Control Groups: simple task cgroup debug info subsystem 17 年之前
compat.c 58f9b52ee8 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt 17 年之前
configs.c 85badbdf51 use simple_read_from_buffer in kernel/ 18 年之前
cpu.c 73e753a50d CPU HOTPLUG: avoid hotadd when proper possible_map isn't specified 17 年之前
cpu_acct.c 62d0df6406 Task Control Groups: example CPU accounting subsystem 17 年之前
cpuset.c 470fd64644 hotplug cpu: migrate a task within its cpuset 17 年之前
delayacct.c c66f08be7e Add scaled time to taskstats based process accounting 17 年之前
dma.c 902749cdbd whitespace fixes: DMA channel allocator 17 年之前
exec_domain.c 62769dce86 whitespace fixes: execution domains 17 年之前
exit.c a39bc51691 Uninline fork.c/exit.c 17 年之前
extable.c 5e37661389 [PATCH] symbol_put_addr() locks kernel 19 年之前
fork.c a39bc51691 Uninline fork.c/exit.c 17 年之前
futex.c 228ebcbe63 Uninline find_task_by_xxx set of functions 17 年之前
futex_compat.c 228ebcbe63 Uninline find_task_by_xxx set of functions 17 年之前
hrtimer.c 6506f2aa66 fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_base 17 年之前
itimer.c 0719e3702e whitespace fixes: interval timers 17 年之前
kallsyms.c 9281acea6a kallsyms: make KSYM_NAME_LEN include space for trailing '\0' 18 年之前
kexec.c cba63c3089 Extended crashkernel command line 17 年之前
kfifo.c f84d5a76c5 is_power_of_2: kernel/kfifo.c 18 年之前
kmod.c 3210f0ecdb Restore call_usermodehelper_pipe() behaviour 18 年之前
kprobes.c f438d914b2 kprobes: support kretprobe blacklist 17 年之前
ksysfs.c d768281e97 add-vmcore: cleanup the coding style according to Andrew's comments 17 年之前
kthread.c e804a4a4dd kthread: silence bogus section mismatch warning 18 年之前
latency.c f6a570333e [PATCH] severing module.h->sched.h 18 年之前
lockdep.c ba25f9dcc4 Use helpers to obtain task pid in printks 17 年之前
lockdep_internals.h 50cc670aeb [PATCH] lockdep: more chains 18 年之前
lockdep_proc.c 94c61c0aef lockdep: Avoid /proc/lockdep & lock_stat infinite output 17 年之前
marker.c 8256e47cdc Linux Kernel Markers 17 年之前
module.c 8256e47cdc Linux Kernel Markers 17 年之前
mutex-debug.c cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 年之前
mutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 年之前
mutex.c e4564f79d4 lockdep: fixup mutex annotations 17 年之前
mutex.h ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness 19 年之前
notifier.c fe9d4f5763 Add kernel/notifier.c 17 年之前
ns_cgroup.c 858d72ead4 cgroups: implement namespace tracking subsystem 17 年之前
nsproxy.c 30e49c263e pid namespaces: allow cloning of new namespace 17 年之前
panic.c 9aa5e993fa trivial comment wording/typo fix regarding taint flags 17 年之前
params.c faf8c714f4 param_sysfs_builtin memchr argument fix 17 年之前
pid.c 2f2a3a46fc Uninline the task_xid_nr_ns() calls 17 年之前
posix-cpu-timers.c bac0abd617 Isolate some explicit usage of task->tgid 17 年之前
posix-timers.c bac0abd617 Isolate some explicit usage of task->tgid 17 年之前
printk.c 8f4ce8c32f serial: turn serial console suspend a boot rather than compile time option 17 年之前
profile.c b012d346c0 make kernel/profile.c:time_hook static 17 年之前
ptrace.c bac0abd617 Isolate some explicit usage of task->tgid 17 年之前
rcupdate.c a9022e9cb9 Clean up duplicate includes in kernel/ 17 年之前
rcutorture.c c17ac85504 Make rcutorture RNG use temporal entropy 17 年之前
relay.c 1bfbc608ba whitespace fixes: relayfs 17 年之前
resource.c 75884fb1c6 memory unplug: memory hotplug cleanup 17 年之前
rtmutex-debug.c ba25f9dcc4 Use helpers to obtain task pid in printks 17 年之前
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 年之前
rtmutex-tester.c 8314418629 Freezer: make kernel threads nonfreezable by default 18 年之前
rtmutex.c ba25f9dcc4 Use helpers to obtain task pid in printks 17 年之前
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 年之前
rtmutex_common.h 36cf3b5c3b FUTEX: Tidy up the code 18 年之前
rwsem.c 4fe87745a6 lockstat: hook into spinlock_t, rwlock_t, rwsem and mutex 18 年之前
sched.c 6888c1ecd6 kernel/sched.c: remove bogus comment from account_user_time 17 年之前
sched_debug.c 480b9434c5 sched: reduce schedstat variable overhead a bit 17 年之前
sched_fair.c b9dca1e0fc sched: fix new task startup crash 17 年之前
sched_idletask.c 5522d5d5f7 sched: mark scheduling classes as const 17 年之前
sched_rt.c a4ec24b48d sched: tidy up SCHED_RR 17 年之前
sched_stats.h 480b9434c5 sched: reduce schedstat variable overhead a bit 17 年之前
seccomp.c cf99abace7 make seccomp zerocost in schedule 18 年之前
signal.c ba25f9dcc4 Use helpers to obtain task pid in printks 17 年之前
softirq.c 464771fe47 [KERNEL]: Unexport raise_softirq_irqoff 17 年之前
softlockup.c ba25f9dcc4 Use helpers to obtain task pid in printks 17 年之前
spinlock.c 4fe87745a6 lockstat: hook into spinlock_t, rwlock_t, rwsem and mutex 18 年之前
srcu.c e6a92013ba [PATCH] SRCU: report out-of-memory errors 18 年之前
stacktrace.c 8637c09901 [PATCH] lockdep: stacktrace subsystem, core 19 年之前
stop_machine.c 85653af7d4 Fix stop_machine_run problem with naughty real time process 18 年之前
sys.c 9a2e70572e Isolate the explicit usage of signal->pgrp 17 年之前
sys_ni.c 0732a552cb kernel/sys_ni.c: add dummy sys_ni_syscall() prototype 17 年之前
sysctl.c b488893a39 pid namespaces: changes to show virtual ids to user 17 年之前
sysctl_check.c 72c2d5823f V3 file capabilities: alter behavior of cap_setpcap 17 年之前
taskstats.c 3a4fa0a25d Fix misspellings of "system", "controller", "interrupt" and "necessary". 17 年之前
time.c 6fa6c3b1d1 whitespace fixes: time syscalls 17 年之前
timer.c b488893a39 pid namespaces: changes to show virtual ids to user 17 年之前
tsacct.c c66f08be7e Add scaled time to taskstats based process accounting 17 年之前
uid16.c e63340ae6b header cleaning: don't include smp_lock.h when not used 18 年之前
user.c e6d5a11dad Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched 17 年之前
user_namespace.c 28f300d236 Fix user namespace exiting OOPs 18 年之前
utsname.c efc63c4fb0 Fix UTS corruption during clone(CLONE_NEWUTS) 18 年之前
utsname_sysctl.c 7d69a1f4a7 remove CONFIG_UTS_NS and CONFIG_IPC_NS 18 年之前
wait.c 59c51591a0 Fix occurrences of "the the " 18 年之前
workqueue.c ba25f9dcc4 Use helpers to obtain task pid in printks 17 年之前