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 d0316554d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 15 years ago
..
gcov microblaze: Enable GCOV_PROFILE_ALL 16 years ago
irq Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 15 years ago
power PM / Runtime: Export the PM runtime workqueue 15 years ago
time Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 15 years ago
trace Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 15 years ago
.gitignore
Kconfig.freezer
Kconfig.hz
Kconfig.locks mutex: Better control mutex adaptive spinning config 15 years ago
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: switch credentials for writing to the accounting file 16 years ago
async.c async: Fix lack of boot-time console due to insufficient synchronization 16 years ago
audit.c Audit: send signal info if selinux is disabled 16 years ago
audit.h Fix rule eviction order for AUDIT_DIR 16 years ago
audit_tree.c Fix rule eviction order for AUDIT_DIR 16 years ago
audit_watch.c Audit: reorganize struct audit_watch to save 8 bytes 16 years ago
auditfilter.c Audit: clean up all op= output to include string quoting 16 years ago
auditsc.c Audit: rearrange audit_context to save 16 bytes per struct 16 years ago
backtracetest.c
bounds.c
capability.c remove CONFIG_SECURITY_FILE_CAPABILITIES compile option 15 years ago
cgroup.c cgroup: fix strstrip() misuse 15 years ago
cgroup_freezer.c cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time 16 years ago
compat.c signals: implement sys_rt_tgsigqueueinfo 16 years ago
configs.c
cpu.c Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
cpuset.c sched: Fix balance vs hotplug race 15 years ago
cred-internals.h
cred.c creds_are_invalid() needs to be exported for use by modules: 16 years ago
delayacct.c headers: taskstats_kern.h trim 16 years ago
dma.c
exec_domain.c
exit.c tty: Move the leader test in disassociate 15 years ago
extable.c
fork.c Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block 15 years ago
freezer.c sched: fix nr_uninterruptible accounting of frozen tasks really 16 years ago
futex.c futex: Take mmap_sem for get_user_pages in fault_in_user_writeable 15 years ago
futex_compat.c futex: Fix compat_futex to be same as futex for REQUEUE_PI 16 years ago
groups.c groups: move code to kernel/groups.c 16 years ago
hrtimer.c hrtimer: move timer stats helper functions to hrtimer.c 15 years ago
hung_task.c softlockup: Fix hung_task_check_count sysctl 15 years ago
hw_breakpoint.c hw-breakpoints: Modify breakpoints without unregistering them 15 years ago
itimer.c itimers: Fix racy writes to cpu_itimer fields 15 years ago
kallsyms.c hw-breakpoints: Fix broken hw-breakpoint sample module 15 years ago
kexec.c kexec: fix omitting offset in extended crashkernel syntax 16 years ago
kfifo.c kfifo: Use "const" definitions 16 years ago
kgdb.c kgdb: Always process the whole breakpoint list on activate or deactivate 15 years ago
kmod.c security: report the module name to security_module_request 15 years ago
kprobes.c Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
ksysfs.c
kthread.c sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.c 15 years ago
latencytop.c
lockdep.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 15 years ago
lockdep_internals.h lockdep: BFS cleanup 16 years ago
lockdep_proc.c seq_file: constify seq_operations 16 years ago
lockdep_states.h
module.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 15 years ago
mutex-debug.c headers: remove sched.h from interrupt.h 16 years ago
mutex-debug.h
mutex.c mutex: Better control mutex adaptive spinning config 15 years ago
mutex.h
notifier.c kprobes: Fix to add __kprobes to notify_die 16 years ago
ns_cgroup.c cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time 16 years ago
nsproxy.c nsproxy: extract create_nsproxy() 16 years ago
panic.c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 years ago
params.c param: fix setting arrays of bool 15 years ago
perf_event.c Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
pid.c mm: also use alloc_large_system_hash() for the PID hash table 16 years ago
pid_namespace.c pidns: deny CLONE_PARENT|CLONE_NEWPID combination 16 years ago
pm_qos_params.c pm_qos: clean up racy global "name" variable 16 years ago
posix-cpu-timers.c posix-cpu-timers: optimize and document timer_create callback 15 years ago
posix-timers.c time: Introduce CLOCK_REALTIME_COARSE 16 years ago
printk.c Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
profile.c kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_file 16 years ago
ptrace.c ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee 16 years ago
rcupdate.c rcu: Re-arrange code to reduce #ifdef pain 15 years ago
rcutiny.c rcu: Eliminate unneeded function wrapping 15 years ago
rcutorture.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 15 years ago
rcutree.c rcu: Add expedited grace-period support for preemptible RCU 15 years ago
rcutree.h rcu: Add expedited grace-period support for preemptible RCU 15 years ago
rcutree_plugin.h rcu: Add expedited grace-period support for preemptible RCU 15 years ago
rcutree_trace.c rcu: Add expedited grace-period support for preemptible RCU 15 years ago
relay.c const: mark struct vm_struct_operations 16 years ago
res_counter.c memcg: some modification to softlimit under hierarchical memory reclaim. 16 years ago
resource.c resources: when allocate_resource() fails, leave resource untouched 15 years ago
rtmutex-debug.c
rtmutex-debug.h
rtmutex-tester.c
rtmutex.c rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock() 16 years ago
rtmutex.h
rtmutex_common.h
rwsem.c
sched.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 15 years ago
sched_clock.c sched_clock: Fix atomicity/continuity bug by using cmpxchg64() 16 years ago
sched_cpupri.c sched: Add new prio to cpupri before removing old prio 16 years ago
sched_cpupri.h
sched_debug.c sched: Remove forced2_migrations stats 15 years ago
sched_fair.c sched: Update normalized values on user updates via proc 15 years ago
sched_features.h sched: Discard some old bits 15 years ago
sched_idletask.c sched: Protect sched_rr_get_param() access to task->sched_class 15 years ago
sched_rt.c sched: Protect sched_rr_get_param() access to task->sched_class 15 years ago
sched_stats.h
seccomp.c
semaphore.c
signal.c Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
slow-work-debugfs.c SLOW_WORK: Move slow_work's proc file to debugfs 15 years ago
slow-work.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 15 years ago
slow-work.h SLOW_WORK: Move slow_work's proc file to debugfs 15 years ago
smp.c generic-ipi: Add smp_call_function_any() 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 percpu: make percpu symbols under kernel/ and mm/ unique 15 years ago
spinlock.c locking: Reduce ifdefs in kernel/spinlock.c 15 years ago
srcu.c rcu: Add synchronize_srcu_expedited() 15 years ago
stacktrace.c
stop_machine.c
sys.c Merge branch 'bkl-core-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 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
sysctl_binary.c sysctl binary: Reorder the tests to process wild card entries first. 15 years ago
sysctl_check.c ipv4 05/05: add sysctl to accept packets with local source addresses 15 years ago
taskstats.c genetlink: make netns aware 16 years ago
test_kprobes.c
time.c Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
timeconst.pl
timer.c Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 years ago
tracepoint.c trivial: fix typo "to to" in multiple files 16 years ago
tsacct.c
uid16.c headers: utsname.h redux 16 years ago
up.c
user-return-notifier.c core: Clean up user return notifers use of per_cpu 15 years ago
user.c uids: Prevent tear down race 15 years ago
user_namespace.c
utsname.c utsns: extract creeate_uts_ns() 16 years ago
utsname_sysctl.c sysctl kernel: Remove binary sysctl logic 15 years ago
wait.c locking, sched: Give waitqueue spinlocks their own lockdep classes 16 years ago
workqueue.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 15 years ago