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