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