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
Andy Lutomirski ff7e0055bb module: Clean up ro/nx after early module load failures 11 years ago
..
bpf net: filter: split 'struct sk_filter' into socket and bpf parts 11 years ago
debug kdb: Use ktime_get_ts() 11 years ago
events mm: memcontrol: rewrite charge API 11 years ago
gcov kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove 11 years ago
irq Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 11 years ago
locking arch, locking: Ciao arch_mutex_cpu_relax() 11 years ago
power Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle' 11 years ago
printk printk: Add function to return log buffer address and size 11 years ago
rcu Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 11 years ago
sched Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle' 11 years ago
time timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall 11 years ago
trace This contains a fix for two long standing bugs. Both of which are 11 years ago
.gitignore
Kconfig.freezer
Kconfig.hz
Kconfig.locks locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER 11 years ago
Kconfig.preempt
Makefile bin2c: move bin2c in scripts/basic 11 years ago
acct.c kernel/acct.c: fix coding style warnings and errors 11 years ago
async.c
audit.c CAPABILITIES: remove undefined caps from all processes 11 years ago
audit.h
audit_tree.c
audit_watch.c
auditfilter.c kernel/auditfilter.c: replace count*size kmalloc by kcalloc 11 years ago
auditsc.c auditsc: audit_krule mask accesses need bounds checking 11 years ago
backtracetest.c kernel/backtracetest.c: replace no level printk by pr_info() 11 years ago
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 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 11 years ago
cgroup_freezer.c cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes 11 years ago
compat.c kernel/compat.c: use sizeof() instead of sizeof 11 years ago
configs.c
context_tracking.c x86/kprobes: Fix build errors and blacklist context_track_user 11 years ago
cpu.c sched: Rework check_for_tasks() 11 years ago
cpu_pm.c
cpuset.c Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 11 years ago
crash_dump.c
cred.c
delayacct.c delayacct: Remove braindamaged type conversions 11 years ago
dma.c
elfcore.c
exec_domain.c kernel/exec_domain.c: code clean-up 11 years ago
exit.c kernel/exit.c: fix coding style warnings and errors 11 years ago
extable.c
fork.c seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock 11 years ago
freezer.c
futex.c futex: Simplify futex_lock_pi_atomic() and make it more robust 11 years ago
futex_compat.c
groups.c
hung_task.c kernel/hung_task.c: convert simple_strtoul to kstrtouint 11 years ago
irq_work.c irq_work: Remove BUG_ON in irq_work_run() 11 years ago
jump_label.c
kallsyms.c kernel/kallsyms.c: fix %pB when there's no symbol at the address 11 years ago
kcmp.c
kexec.c kexec: verify the signature of signed PE bzImage 11 years ago
kmod.c signals: change wait_for_helper() to use kernel_sigaction() 11 years ago
kprobes.c kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64 11 years ago
ksysfs.c
kthread.c kthread_work: wake up worker only when the worker is idle 11 years ago
latencytop.c kernel/latencytop.c: convert seq_printf to seq_puts 11 years ago
module-internal.h
module.c module: Clean up ro/nx after early module load failures 11 years ago
module_signing.c
notifier.c
nsproxy.c namespaces: Use task_lock and not rcu to protect nsproxy 11 years ago
padata.c
panic.c panic: add TAINT_SOFTLOCKUP 11 years ago
params.c Add module param type 'ullong' 11 years ago
pid.c
pid_namespace.c
profile.c kernel/profile.c: use static const char instead of static char 11 years ago
ptrace.c sched: Remove proliferation of wait_on_bit() action functions 11 years ago
range.c
reboot.c kernel/reboot.c: convert simple_strtoul to kstrtoint 11 years ago
relay.c
res_counter.c kernel/res_counter.c: replace simple_strtoull by kstrtoull 11 years ago
resource.c resource: provide new functions to walk through resources 11 years ago
seccomp.c seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock 11 years ago
signal.c Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc 11 years ago
smp.c kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path 11 years ago
smpboot.c
smpboot.h
softirq.c
stacktrace.c
stop_machine.c kernel/stop_machine.c: kernel-doc warning fix 11 years ago
sys.c sched: move no_new_privs into new atomic flags 11 years ago
sys_ni.c kexec: new syscall kexec_file_load() declaration 11 years ago
sysctl.c mm, hugetlb: remove hugetlb_zero and hugetlb_infinity 11 years ago
sysctl_binary.c ipv6: Allow accepting RA from local IP addresses. 11 years ago
system_certificates.S
system_keyring.c KEYS: validate certificate trust only with builtin keys 11 years ago
task_work.c
taskstats.c
test_kprobes.c kernel/test_kprobes.c: use current logging functions 11 years ago
torture.c torture: Avoid format string leak to thead name 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
up.c
user-return-notifier.c
user.c kernel/user.c: drop unused field 'files' from user_struct 11 years ago
user_namespace.c proc: constify seq_operations 11 years ago
utsname.c namespaces: Use task_lock and not rcu to protect nsproxy 11 years ago
utsname_sysctl.c sysctl: convert use of typedef ctl_table to struct ctl_table 11 years ago
watchdog.c panic: add TAINT_SOFTLOCKUP 11 years ago
workqueue.c Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 11 years ago
workqueue_internal.h