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
Linus Torvalds 6cfdd02b88 Power management fixes for 3.4 13 years ago
..
debug KGDB/KDB regression fixes 13 years ago
events perf: Fix perf_event_for_each() to use sibling 13 years ago
gcov
irq irq: hide debug macros so they don't collide with others. 13 years ago
power PM / Hibernate: fix the number of pages used for hibernate/thaw buffering 13 years ago
sched sched: Fix OOPS when build_sched_domains() percpu allocation fails 13 years ago
time tick: Fix the spurious broadcast timer ticks after resume 13 years ago
trace tracing: Fix stacktrace of latency tracers (irqsoff and friends) 13 years ago
.gitignore
Kconfig.freezer
Kconfig.hz
Kconfig.locks locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage 13 years ago
Kconfig.preempt locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage 13 years ago
Makefile sysctl: Move the implementation into fs/proc/proc_sysctl.c 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_watch.c
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
capability.c Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call" 13 years ago
cgroup.c cgroup: cgroup_attach_task() could return -errno after success 13 years ago
cgroup_freezer.c cgroup: remove cgroup_subsys argument from callbacks 13 years ago
compat.c compat: Add helper functions to read/write struct timeval, timespec 13 years ago
configs.c
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
cpuset.c Autogenerated GPG tag for Rusty D1ADB8F1: 15EE 8D6C AB0E 7F0C F999 BFCB D920 0E6C D1AD B8F1 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 cred: copy_process() should clear child->replacement_session_keyring 13 years ago
delayacct.c
dma.c Remove all #inclusions of asm/system.h 13 years ago
elfcore.c
exec_domain.c
exit.c Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 years ago
extable.c
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 futex: Mark get_robust_list as deprecated 13 years ago
futex_compat.c futex: Mark get_robust_list as deprecated 13 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 irq_work: fix compile failure on tile from missing include 13 years ago
itimer.c itimer: Use printk_once instead of WARN_ONCE 13 years ago
jump_label.c static keys: Inline the static_key_enabled() function 13 years ago
kallsyms.c
kexec.c Merge branch 'akpm' (Andrew's patch-bomb) 13 years ago
kfifo.c kernel: Map most files to use export.h instead of module.h 13 years ago
kmod.c PM / Sleep: Mitigate race between the freezer and request_firmware() 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 module: Remove module size limit 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.c sched/rt: Use schedule_preempt_disabled() 13 years ago
mutex.h
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 cpu hotplug 13 years ago
panic.c panic: fix stack dump print on direct call to panic() 13 years ago
params.c params: <level>_initcall-like kernel parameters 13 years ago
pid.c vfs: fix panic in __d_lookup() with high dentry hashtable counts 13 years ago
pid_namespace.c pidns: add reboot_pid_ns() to handle the reboot syscall 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 ptrace: remove PTRACE_SEIZE_DEVEL bit 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: Permit call_rcu() from CPU_DYING notifiers 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 Remove all #inclusions of asm/system.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 Disintegrate and delete asm/system.h 13 years ago
smp.c smp: add func to IPI cpus based on parameter func 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 locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage 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 pidns: add reboot_pid_ns() to handle the reboot syscall 13 years ago
sys_ni.c Cross Memory Attach 13 years ago
sysctl.c sysctl: fix write access to dmesg_restrict/kptr_restrict 13 years ago
sysctl_binary.c binary_sysctl(): fix memory leak 13 years ago
taskstats.c
test_kprobes.c
time.c time: Remove bogus comments 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
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