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 a135c717d5 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 10 years ago
..
bpf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 10 years ago
configs x86: Add "make tinyconfig" to configure the tiniest possible kernel 11 years ago
debug debug: prevent entering debug mode on panic/exception. 10 years ago
events Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 10 years ago
gcov kbuild,gcov: simplify kernel/gcov/Makefile more 10 years ago
irq Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 10 years ago
livepatch livepatch: add missing newline to error message 10 years ago
locking Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 10 years ago
power PM / sleep: Re-implement suspend-to-idle handling 10 years ago
printk KGDB/KDB New: 10 years ago
rcu Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 10 years ago
sched Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 10 years ago
time Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 10 years ago
trace tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks 10 years ago
.gitignore
Kconfig.freezer
Kconfig.hz
Kconfig.locks locking/mcs: Better differentiate between MCS variants 10 years ago
Kconfig.preempt
Makefile Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 10 years ago
acct.c new fs_pin killing logics 10 years ago
async.c kernel/async.c: switch to pr_foo() 10 years ago
audit.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 10 years ago
audit.h audit: replace getname()/putname() hacks with reference counters 10 years ago
audit_tree.c fsnotify: unify inode and mount marks handling 10 years ago
audit_watch.c audit: invalid op= values for rules 11 years ago
auditfilter.c Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit 10 years ago
auditsc.c Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 10 years ago
backtracetest.c
bounds.c page-cgroup: get rid of NR_PCG_FLAGS 11 years ago
capability.c CAPABILITIES: remove undefined caps from all processes 11 years ago
cgroup.c kernfs: remove KERNFS_STATIC_NAME 10 years ago
cgroup_freezer.c cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes 11 years ago
compat.c all arches, signal: move restart_block to struct task_struct 10 years ago
configs.c
context_tracking.c sched: stop the unbound recursion in preempt_schedule_context() 10 years ago
cpu.c hotplugcpu: Avoid deadlocks by waking active_writer 10 years ago
cpu_pm.c
cpuset.c cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks 10 years ago
crash_dump.c crash_dump: Make is_kdump_kernel() accessible from modules 11 years ago
cred.c
delayacct.c delayacct: Remove braindamaged type conversions 11 years ago
dma.c
elfcore.c
exec_domain.c
exit.c oom, PM: make OOM detection in the freezer path raceless 10 years ago
extable.c ftrace/x86/extable: Add is_ftrace_trampoline() function 10 years ago
fork.c mm: do not use mm->nr_pmds on !MMU configurations 10 years ago
freezer.c freezer: remove obsolete comments in __thaw_task() 10 years ago
futex.c all arches, signal: move restart_block to struct task_struct 10 years ago
futex_compat.c
groups.c userns: Don't allow setgroups until a gid mapping has been setablished 10 years ago
hung_task.c
irq_work.c percpu: Convert remaining __get_cpu_var uses in 3.18-rcX 10 years ago
jump_label.c
kallsyms.c kernel/kallsyms.c: use __seq_open_private() 10 years ago
kcmp.c kcmp: fix standard comparison bug 11 years ago
kexec.c kexec: simplify conditional 10 years ago
kmod.c usermodehelper: kill the kmod_thread_locker logic 10 years ago
kprobes.c kprobes: makes kprobes/enabled works correctly for optimized kprobes. 10 years ago
ksysfs.c
kthread.c kernel/kthread.c: partial revert of 81c98869fa ("kthread: ensure locality of task_struct allocations") 10 years ago
latencytop.c
module-internal.h
module.c kernel/module.c: do not inline do_init_module() 10 years ago
module_signing.c
notifier.c rcu: Make SRCU optional by using CONFIG_SRCU 10 years ago
nsproxy.c bury struct proc_ns in fs/proc 10 years ago
padata.c padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks 10 years ago
panic.c livepatch: kernel: add TAINT_LIVEPATCH 10 years ago
params.c param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC 10 years ago
pid.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 10 years ago
pid_namespace.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 10 years ago
profile.c profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks 10 years ago
ptrace.c ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT 10 years ago
range.c kernel: avoid overflow in cmp_range 10 years ago
reboot.c kernel: add support for kernel restart handler call chain 11 years ago
relay.c
resource.c resources: Move struct resource_list_entry from ACPI into resource core 10 years ago
seccomp.c seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO 10 years ago
signal.c signal: use current->state helpers 10 years ago
smp.c Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 10 years ago
smpboot.c smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread() 10 years ago
smpboot.h
softirq.c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 10 years ago
stacktrace.c stacktrace: introduce snprint_stack_trace for buffer output 10 years ago
stop_machine.c
sys.c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 10 years ago
sys_ni.c syscalls: implement execveat() system call 10 years ago
sysctl.c mm, hugetlb: remove unnecessary lower bound on sysctl handlers"? 10 years ago
sysctl_binary.c kernel: add panic_on_warn 10 years ago
system_certificates.S
system_keyring.c KEYS: validate certificate trust only with builtin keys 11 years ago
task_work.c
taskstats.c netlink: make nlmsg_end() and genlmsg_end() void 10 years ago
test_kprobes.c kernel/test_kprobes.c: use current logging functions 11 years ago
torture.c torture: Address race in module cleanup 11 years ago
tracepoint.c tracing: syscall_regfunc() should not skip kernel threads 11 years ago
tsacct.c sched: Make task->start_time nanoseconds based 11 years ago
uid16.c groups: Consolidate the setgroups permission checks 10 years ago
up.c
user-return-notifier.c scheduler: Replace __get_cpu_var with this_cpu_ptr 11 years ago
user.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 10 years ago
user_namespace.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 10 years ago
utsname.c copy address of proc_ns_ops into ns_common 10 years ago
utsname_sysctl.c
watchdog.c kernel/sched/clock.c: add another clock for use with the soft lockup watchdog 10 years ago
workqueue.c workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks 10 years ago
workqueue_internal.h