Linus Torvalds ca78f6baca Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq пре 19 година
..
irq 912b2539e1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc пре 19 година
power e02169b682 remove obsolete swsusp_encrypt пре 19 година
time a275254975 [PATCH] time: rename clocksource functions пре 19 година
.gitignore febf7ea4be gitignore: ignore more generated files пре 20 година
Kconfig.hz 5912100372 [PATCH] i386: Selectable Frequency of the Timer Interrupt пре 20 година
Kconfig.preempt f8cbd99bd3 [PATCH] sched: voluntary kernel preemption пре 20 година
Makefile 8a25d5debf [PATCH] lockdep: prove spinlock rwlock locking correctness пре 19 година
acct.c 6ab3d5624e Remove obsolete #include <linux/config.h> пре 19 година
audit.c c7bdb545d2 [NETLINK]: Encapsulate eff_cap usage within security framework. пре 19 година
audit.h 5adc8a6adc [PATCH] add rule filterkey пре 19 година
auditfilter.c b915543b46 [PATCH] audit syscall classes пре 19 година
auditsc.c 6e5a2d1d32 [PATCH] audit: support for object context filters пре 19 година
capability.c 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct пре 19 година
compat.c 838cd153a5 [PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__ пре 19 година
configs.c 6ab3d5624e Remove obsolete #include <linux/config.h> пре 19 година
cpu.c 65edc68c34 [PATCH] cpu hotplug: make [un]register_cpu_notifier init time only пре 19 година
cpuset.c 6ab3d5624e Remove obsolete #include <linux/config.h> пре 19 година
dma.c 1da177e4c3 Linux-2.6.12-rc2 пре 21 година
exec_domain.c 6ab3d5624e Remove obsolete #include <linux/config.h> пре 19 година
exit.c 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct пре 19 година
extable.c 5e37661389 [PATCH] symbol_put_addr() locks kernel пре 19 година
fork.c 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct пре 19 година
futex.c 8b8f319fc7 [PATCH] lockdep: annotate futex пре 19 година
futex_compat.c c87e2837be [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi support пре 19 година
hrtimer.c 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct пре 19 година
itimer.c 05cfb614dd [PATCH] hrtimers: remove data field пре 20 година
kallsyms.c 4e57b68178 [PATCH] fix missing includes пре 20 година
kexec.c c0ce7d0886 [POWERPC] Add the use of the firmware soft-reset-nmi to kdump. пре 19 година
kfifo.c dd0fc66fb3 [PATCH] gfp flags annotations - part 1 пре 20 година
kmod.c 60be6b9a41 [PATCH] lockdep: annotate on-stack completions пре 19 година
kprobes.c e6f47f978b [PATCH] Notify page fault call chain пре 19 година
ksysfs.c 6ab3d5624e Remove obsolete #include <linux/config.h> пре 19 година
kthread.c 9e37bd301e [PATCH] kthread: move kernel-doc and put it into DocBook пре 19 година
lockdep.c 6c9076ec9c [PATCH] lockdep: allow read_lock() recursion of same class пре 19 година
lockdep_internals.h fbb9ce9530 [PATCH] lockdep: core пре 19 година
lockdep_proc.c a8f24a3978 [PATCH] lockdep: procfs пре 19 година
module.c fbb9ce9530 [PATCH] lockdep: core пре 19 година
mutex-debug.c ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness пре 19 година
mutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging пре 19 година
mutex.c ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness пре 19 година
mutex.h ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness пре 19 година
panic.c 6ab3d5624e Remove obsolete #include <linux/config.h> пре 19 година
params.c 6ab3d5624e Remove obsolete #include <linux/config.h> пре 19 година
pid.c 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct пре 19 година
posix-cpu-timers.c f53ae1dc34 [PATCH] arm_timer: remove a racy and obsolete PF_EXITING check пре 19 година
posix-timers.c 05cfb614dd [PATCH] hrtimers: remove data field пре 20 година
printk.c a0f1ccfd8d [PATCH] lockdep: do not recurse in printk пре 19 година
profile.c 6ab3d5624e Remove obsolete #include <linux/config.h> пре 19 година
ptrace.c 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct пре 19 година
rcupdate.c e4d9191885 [PATCH] lockdep: locking init debugging improvement пре 19 година
rcutorture.c c32e066057 [PATCH] rcutorture: add call_rcu_bh() operations пре 19 година
relay.c 6dac40a7ce [PATCH] relay: consolidate sendfile() and read() code пре 20 година
resource.c 6ab3d5624e Remove obsolete #include <linux/config.h> пре 19 година
rtmutex-debug.c 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct пре 19 година
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging пре 19 година
rtmutex-tester.c 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct пре 19 година
rtmutex.c 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct пре 19 година
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging пре 19 година
rtmutex_common.h c87e2837be [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi support пре 19 година
rwsem.c 4ea2176dfa [PATCH] lockdep: prove rwsem locking correctness пре 19 година
sched.c 70b97a7f0b [PATCH] sched: cleanup, convert sched.c-internal typedefs to struct пре 19 година
seccomp.c 1da177e4c3 Linux-2.6.12-rc2 пре 21 година
signal.c 22a3e233ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial пре 19 година
softirq.c 829035fd70 [PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into kernel/softirq.c пре 19 година
softlockup.c 054cc8a2d8 [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17 пре 19 година
spinlock.c 8a25d5debf [PATCH] lockdep: prove spinlock rwlock locking correctness пре 19 година
stacktrace.c 8637c09901 [PATCH] lockdep: stacktrace subsystem, core пре 19 година
stop_machine.c d8cb7c1ded [PATCH] revert "kthread: convert stop_machine into a kthread" пре 19 година
sys.c 6ab3d5624e Remove obsolete #include <linux/config.h> пре 19 година
sys_ni.c 1b2db9fb7a [PATCH] sys_move_pages: 32bit support (i386, x86_64) пре 19 година
sysctl.c 9614634fe6 [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/O пре 19 година
time.c cf3c769b4b [PATCH] Time: Introduce arch generic time accessors пре 19 година
timer.c 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct пре 19 година
uid16.c 5a7b46b369 [PATCH] Add more prevent_tail_call() пре 20 година
unwind.c 83f4fcce7f [PATCH] x86_64: allow unwinder to build without module support пре 19 година
user.c d720024e94 [PATCH] selinux: add hooks for key subsystem пре 19 година
wait.c eb4542b98c [PATCH] lockdep: annotate waitqueues пре 19 година
workqueue.c ca78f6baca Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq пре 19 година