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
Andrew Morton b60f796c4c kernel/watchdog.c: add comment to watchdog() exit path 13 years ago
..
debug Fixes: 13 years ago
events Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 13 years ago
gcov gcov: disable CONSTRUCTORS for UML 14 years ago
irq Generialize powerpc's irq_host as irq_domain 13 years ago
power Power management updates for 3.4 13 years ago
sched Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 13 years ago
time Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 13 years ago
trace Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 13 years ago
.gitignore
Kconfig.freezer
Kconfig.hz
Kconfig.locks arch:Kconfig.locks Remove unused config option. 14 years ago
Kconfig.preempt sched: Isolate preempt counting in its own config option 14 years ago
Makefile PM: Make sysrq-o be available for CONFIG_PM unset 13 years ago
acct.c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 13 years ago
async.c kernel/async: remove redundant declaration. 13 years ago
audit.c constify path argument of audit_log_d_path() 13 years ago
audit.h audit: remove AUDIT_SETUP_CONTEXT as it isn't used 13 years ago
audit_tree.c audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu() 14 years ago
audit_watch.c kill path_lookup() 14 years ago
auditfilter.c audit: allow interfield comparison in audit rules 13 years ago
auditsc.c kernel-doc: fix new warnings in auditsc.c 13 years ago
backtracetest.c
bounds.c memcg: remove direct page_cgroup-to-page pointer 14 years ago
capability.c Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call" 13 years ago
cgroup.c Merge branch 'akpm' (Andrew's patch-bomb) 13 years ago
cgroup_freezer.c cgroup: remove cgroup_subsys argument from callbacks 13 years ago
compat.c kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure 13 years ago
configs.c kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=n 14 years ago
cpu.c Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm 13 years ago
cpu_pm.c cpu_pm: call notifiers during suspend 14 years ago
cpuset.c cpuset: mm: reduce large amounts of memory barrier related damage v3 13 years ago
crash_dump.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
cred.c security: trim security.h 13 years ago
delayacct.c KVM: Steal time implementation 14 years ago
dma.c kernel: Map most files to use export.h instead of module.h 13 years ago
elfcore.c
exec_domain.c
exit.c kernel/exit.c: if init dies, log a signal which killed it, if any 13 years ago
extable.c extable, core_kernel_data(): Make sure all archs define _sdata 14 years ago
fork.c prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision 13 years ago
freezer.c PM / Freezer: Remove references to TIF_FREEZE in comments 13 years ago
futex.c Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 years ago
futex_compat.c userns: user namespaces: convert several capable() calls 14 years ago
groups.c kernel: Map most files to use export.h instead of module.h 13 years ago
hrtimer.c Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 years ago
hung_task.c hung_task: fix the broken rcu_lock_break() logic 13 years ago
irq_work.c kernel: fix two implicit header assumptions in irq_work.c 13 years ago
itimer.c [S390] cputime: add sparse checking and cleanup 13 years ago
jump_label.c static keys: Inline the static_key_enabled() function 13 years ago
kallsyms.c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 years ago
kexec.c PM / Sleep: Introduce "late suspend" and "early resume" of devices 13 years ago
kfifo.c kernel: Map most files to use export.h instead of module.h 13 years ago
kmod.c Merge branch 'pm-sleep' into pm-for-linus 13 years ago
kprobes.c kprobes: return proper error code from register_kprobe() 13 years ago
ksysfs.c kernel: ksysfs.c is implicitly using stat.h 13 years ago
kthread.c freezer: kill unused set_freezable_with_signal() 13 years ago
latencytop.c kernel: Map most files to use export.h instead of module.h 13 years ago
lockdep.c lockdep: Add CPU-idle/offline warning to lockdep-RCU splat 13 years ago
lockdep_internals.h
lockdep_proc.c kernel: Map most files to use export.h instead of module.h 13 years ago
lockdep_states.h
module.c error: implicit declaration of function 'module_flags_taint' 13 years ago
mutex-debug.c kernel: Map most files to use export.h instead of module.h 13 years ago
mutex-debug.h mutex: Use p->on_cpu for the adaptive spin 14 years ago
mutex.c sched/rt: Use schedule_preempt_disabled() 13 years ago
mutex.h mutex: Use p->on_cpu for the adaptive spin 14 years ago
notifier.c kernel: Map most files to use export.h instead of module.h 13 years ago
nsproxy.c kernel: Map most files to use export.h instead of module.h 13 years ago
padata.c padata: Fix race on sequence number wrap 13 years ago
panic.c panic: don't print redundant backtraces on oops 13 years ago
params.c module: make module param bint handle nul value 13 years ago
pid.c vfs: fix panic in __d_lookup() with high dentry hashtable counts 13 years ago
pid_namespace.c sysctl: add the kernel.ns_last_pid control 13 years ago
posix-cpu-timers.c [S390] cputime: add sparse checking and cleanup 13 years ago
posix-timers.c kernel: Map most files to use export.h instead of module.h 13 years ago
printk.c Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 years ago
profile.c kernel: Map most files to use export.h instead of module.h 13 years ago
ptrace.c Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security 13 years ago
range.c range: fix bogus misuse of module.h to get printk() 13 years ago
rcu.h rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit() 13 years ago
rcupdate.c rcu: Check for illegal use of RCU from offlined CPUs 13 years ago
rcutiny.c rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sections 13 years ago
rcutiny_plugin.h rcu: Simplify unboosting checks 13 years ago
rcutorture.c PTR_ERR should be called before its argument is cleared. 13 years ago
rcutree.c rcu: Stop spurious warnings from synchronize_sched_expedited 13 years ago
rcutree.h rcu: Rework detection of use of RCU by offline CPUs 13 years ago
rcutree_plugin.h rcu: Hold off RCU_FAST_NO_HZ after timer posted 13 years ago
rcutree_trace.c rcu: Rework detection of use of RCU by offline CPUs 13 years ago
relay.c relay: prevent integer overflow in relay_open() 13 years ago
res_counter.c net: introduce res_counter_charge_nofail() for socket allocations 13 years ago
resource.c kernel/resource.c: move EXPORT_SYMBOL right after definition 13 years ago
rtmutex-debug.c lockdep, rtmutex, bug: Show taint flags on error 13 years ago
rtmutex-debug.h
rtmutex-tester.c rtmutex-tester: convert sysdev_class to a regular subsystem 13 years ago
rtmutex.c Revert "rcu: Permit rt_mutex_unlock() with irqs disabled" 13 years ago
rtmutex.h
rtmutex_common.h
rwsem.c kernel: Map most files to use export.h instead of module.h 13 years ago
seccomp.c seccomp: audit abnormal end to a process due to seccomp 13 years ago
semaphore.c kernel: Map most files to use export.h instead of module.h 13 years ago
signal.c exit_signal: fix the "parent has changed security domain" logic 13 years ago
smp.c kernel: Map most files to use export.h instead of module.h 13 years ago
softirq.c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 years ago
spinlock.c kernel: Map most files to use export.h instead of module.h 13 years ago
srcu.c rcu: Call out dangers of expedited RCU primitives 13 years ago
stacktrace.c kernel: Map most files to use export.h instead of module.h 13 years ago
stop_machine.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
sys.c prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision 13 years ago
sys_ni.c Cross Memory Attach 13 years ago
sysctl.c security: trim security.h 13 years ago
sysctl_binary.c binary_sysctl(): fix memory leak 13 years ago
sysctl_check.c xfs: remove subdirectories 14 years ago
taskstats.c Make TASKSTATS require root access 14 years ago
test_kprobes.c
time.c kernel: Map most files to use export.h instead of module.h 13 years ago
timeconst.pl
timer.c Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 years ago
tracepoint.c static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() 13 years ago
tsacct.c [S390] cputime: add sparse checking and cleanup 13 years ago
uid16.c userns: user namespaces: convert several capable() calls 14 years ago
up.c kernel: Map most files to use export.h instead of module.h 13 years ago
user-return-notifier.c kernel: Map most files to use export.h instead of module.h 13 years ago
user.c kernel: Map most files to use export.h instead of module.h 13 years ago
user_namespace.c kernel: Map most files to use export.h instead of module.h 13 years ago
utsname.c kernel: Map most files to use export.h instead of module.h 13 years ago
utsname_sysctl.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
wait.c lockdep/waitqueues: Add better annotation 13 years ago
watchdog.c kernel/watchdog.c: add comment to watchdog() exit path 13 years ago
workqueue.c Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 13 years ago
workqueue_sched.h