You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/kernel
Andi Kleen b45c6e76bc kernel/signal.c: fix kernel information leak with print-fatal-signals=1 15 years ago
..
gcov
irq genirq: Convert irq_desc.lock to raw_spinlock 15 years ago
power vt: introduce and use vt_kmsg_redirect() function 15 years ago
time Revert "time: Remove xtime_cache" 15 years ago
trace Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
.gitignore
Kconfig.freezer
Kconfig.hz
Kconfig.locks
Kconfig.preempt
Makefile Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm 15 years ago
acct.c bsdacct: fix uid/gid misreporting 15 years ago
async.c
audit.c
audit.h
audit_tree.c fix more leaks in audit_tree.c tag_chunk() 15 years ago
audit_watch.c
auditfilter.c
auditsc.c Sanitize f_flags helpers 15 years ago
backtracetest.c
bounds.c kbuild: move bounds.h to include/generated 15 years ago
capability.c remove CONFIG_SECURITY_FILE_CAPABILITIES compile option 15 years ago
cgroup.c cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput() 15 years ago
cgroup_freezer.c
compat.c
configs.c
cpu.c sched: Fix set_cpu_active() in cpu_down() 15 years ago
cpuset.c sched: Fix balance vs hotplug race 15 years ago
cred-internals.h
cred.c
delayacct.c headers: taskstats_kern.h trim 16 years ago
dma.c
exec_domain.c
exit.c do_wait() optimization: do not place sub-threads on task_struct->children list 15 years ago
extable.c
fork.c do_wait() optimization: do not place sub-threads on task_struct->children list 15 years ago
freezer.c
futex.c rtmutes: Convert rtmutex.lock to raw_spinlock 15 years ago
futex_compat.c
groups.c
hrtimer.c hrtimers: Convert to raw_spinlocks 15 years ago
hung_task.c
hw_breakpoint.c Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
itimer.c
kallsyms.c
kexec.c Merge branch 'for-33' of git://repo.or.cz/linux-kbuild 15 years ago
kfifo.c kfifo: add record handling functions 15 years ago
kgdb.c kgdb: Always process the whole breakpoint list on activate or deactivate 15 years ago
kmod.c kmod: fix resource leak in call_usermodehelper_pipe() 15 years ago
kprobes.c kprobes: Fix distinct type warning 15 years ago
ksysfs.c kexec: premit reduction of the reserved memory size 15 years ago
kthread.c sched: Move kthread_bind() back to kthread.c 15 years ago
latencytop.c
lockdep.c locking: Convert __raw_spin* functions to arch_spin* 15 years ago
lockdep_internals.h
lockdep_proc.c
lockdep_states.h
module.c modules: Skip empty sections when exporting section notes 15 years ago
mutex-debug.c
mutex-debug.h locking: Implement new raw_spinlock 15 years ago
mutex.c
mutex.h
notifier.c
ns_cgroup.c
nsproxy.c
panic.c Merge git://git.infradead.org/mtd-2.6 15 years ago
params.c tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
perf_event.c Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
pid.c pid: reduce code size by using a pointer to iterate over array 15 years ago
pid_namespace.c
pm_qos_params.c
posix-cpu-timers.c
posix-timers.c time: Introduce CLOCK_REALTIME_COARSE 16 years ago
printk.c printk: fix new kernel-doc warnings 15 years ago
profile.c
ptrace.c
rcupdate.c
rcutiny.c
rcutorture.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 15 years ago
rcutree.c
rcutree.h
rcutree_plugin.h
rcutree_trace.c
relay.c const: constify remaining pipe_buf_operations 15 years ago
res_counter.c
resource.c resources: fix call to alignf() in allocate_resource() 15 years ago
rtmutex-debug.c sched: Convert pi_lock to raw_spinlock 15 years ago
rtmutex-debug.h
rtmutex-tester.c
rtmutex.c rtmutes: Convert rtmutex.lock to raw_spinlock 15 years ago
rtmutex.h
rtmutex_common.h
rwsem.c
sched.c sched: Revert 738d2be, simplify set_task_cpu() 15 years ago
sched_clock.c sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK 15 years ago
sched_cpupri.c sched: Convert cpupri lock to raw_spinlock 15 years ago
sched_cpupri.h sched: Convert cpupri lock to raw_spinlock 15 years ago
sched_debug.c sched: Convert rq->lock to raw_spinlock 15 years ago
sched_fair.c sched: Remove the cfs_rq dependency from set_task_cpu() 15 years ago
sched_features.h sched: Discard some old bits 15 years ago
sched_idletask.c sched: Restore printk sanity 15 years ago
sched_rt.c sched: Add pre and post wakeup hooks 15 years ago
sched_stats.h
seccomp.c
semaphore.c
signal.c kernel/signal.c: fix kernel information leak with print-fatal-signals=1 15 years ago
slow-work-debugfs.c
slow-work.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 15 years ago
slow-work.h
smp.c Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
softirq.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 15 years ago
softlockup.c
spinlock.c locking: Cleanup the name space completely 15 years ago
srcu.c
stacktrace.c
stop_machine.c
sys.c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
sys_ni.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 15 years ago
sysctl.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 15 years ago
sysctl_binary.c SYSCTL: Print binary sysctl warnings (nearly) only once 15 years ago
sysctl_check.c
taskstats.c
test_kprobes.c
time.c Revert "time: Remove xtime_cache" 15 years ago
timeconst.pl
timer.c timers: Remove duplicate setting of new_base in __mod_timer() 15 years ago
tracepoint.c
tsacct.c
uid16.c
up.c
user-return-notifier.c
user.c
user_namespace.c
utsname.c
utsname_sysctl.c
wait.c
workqueue.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 15 years ago