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
Rik van Riel 2084140594 mm: fix TLB flush race between migration, and change_protection_range 11 years ago
..
cpu sched: Add NEED_RESCHED to the preempt_count 12 years ago
debug kdb: Add support for external NMI handler to call KGDB/KDB 12 years ago
events perf: Remove fragile swevent hlist optimization 11 years ago
gcov gcov: reuse kbasename helper 11 years ago
irq Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 11 years ago
locking locking/lockdep: Mark __lockdep_count_forward_deps() as static 11 years ago
power Merge branch 'pm-sleep' 11 years ago
printk printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfo 11 years ago
rcu NOHZ: Check for nohz active instead of nohz enabled 11 years ago
sched sched: numa: skip inaccessible VMAs 11 years ago
time nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off 11 years ago
trace A regression showed up that there's a large delay when enabling 11 years ago
.gitignore Ignore generated file kernel/x509_certificate_list 11 years ago
Kconfig.freezer
Kconfig.hz kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS 11 years ago
Kconfig.locks locking: Fix copy/paste errors of "ARCH_INLINE_*_UNLOCK_BH" 12 years ago
Kconfig.preempt
Makefile Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 11 years ago
acct.c fs: Fix hang with BSD accounting on frozen filesystem 12 years ago
async.c
audit.c Merge git://git.infradead.org/users/eparis/audit 11 years ago
audit.h audit: call audit_bprm() only once to add AUDIT_EXECVE information 11 years ago
audit_tree.c kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules() 12 years ago
audit_watch.c
auditfilter.c audit: do not reject all AUDIT_INODE filter types 11 years ago
auditsc.c audit: fix type of sessionid in audit_set_loginuid() 11 years ago
backtracetest.c
bounds.c kernel/bounds: avoid circular dependencies in generated headers 11 years ago
capability.c xfs: update for v3.12-rc1 12 years ago
cgroup.c cgroup: fix cgroup_subsys_state leak for seq_files 11 years ago
cgroup_freezer.c cgroup: make css_for_each_descendant() and friends include the origin css in the iteration 12 years ago
compat.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal 12 years ago
configs.c proc: Supply PDE attribute setting accessor functions 12 years ago
context_tracking.c Linux 3.12-rc4 11 years ago
cpu.c Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 11 years ago
cpu_pm.c
cpuset.c cpuset: Fix memory allocator deadlock 11 years ago
crash_dump.c
cred.c
delayacct.c kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk() 11 years ago
dma.c
elfcore.c switch elf_core_write_extra_phdrs() to dump_emit() 11 years ago
exec_domain.c
exit.c ptrace: revert "Prepare to fix racy accesses on task breakpoints" 12 years ago
extable.c kernel/extable: fix address-checks for core_kernel and init areas 11 years ago
fork.c mm: fix TLB flush race between migration, and change_protection_range 11 years ago
freezer.c freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes 12 years ago
futex.c futex: move user address verification up to common code 11 years ago
futex_compat.c
groups.c userns: Kill nsown_capable it makes the wrong thing easy 12 years ago
hrtimer.c kernel: delete __cpuinit usage from all core kernel files 12 years ago
hung_task.c Here are the 3.13 KVM changes. There was a lot of work on the PPC 11 years ago
irq_work.c
itimer.c
jump_label.c static_key: WARN on usage before jump_label_init was called 11 years ago
kallsyms.c
kcmp.c
kexec.c kexec: migrate to reboot cpu 11 years ago
kmod.c kernel/kmod.c: check for NULL in call_usermodehelper_exec() 12 years ago
kprobes.c kprobes: use KSYM_NAME_LEN to size identifier buffers 11 years ago
ksysfs.c kernel: replace strict_strto*() with kstrto*() 12 years ago
kthread.c kthread: make kthread_create() killable 11 years ago
latencytop.c
module-internal.h KEYS: Separate the kernel signature checking keyring from module signing 12 years ago
module.c Mainly boring here, too. rmmod --wait finally removed, though. 11 years ago
module_signing.c keys: change asymmetric keys to use common hash definitions 11 years ago
notifier.c
nsproxy.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 12 years ago
padata.c padata: make the sequence counter an atomic_t 11 years ago
panic.c kernel/panic.c: reduce 1 byte usage for print tainted buffer 11 years ago
params.c kernel/params: fix handling of signed integer types 12 years ago
pid.c pidns: fix free_pid() to handle the first fork failure 12 years ago
pid_namespace.c pid_namespace: make freeing struct pid_namespace rcu-delayed 11 years ago
posix-cpu-timers.c posix_timers: fix racy timer delta caching on task exit 12 years ago
posix-timers.c
profile.c kernel: delete __cpuinit usage from all core kernel files 12 years ago
ptrace.c exec/ptrace: fix get_dumpable() incorrect tests 11 years ago
range.c range: Do not add new blank slot with add_range_with_merge 12 years ago
reboot.c kexec: migrate to reboot cpu 11 years ago
relay.c kernel: delete __cpuinit usage from all core kernel files 12 years ago
res_counter.c memcg: reduce function dereference 12 years ago
resource.c kernel/resource.c: remove the unneeded assignment in function __find_resource 12 years ago
seccomp.c
signal.c constify copy_siginfo_to_user{,32}() 11 years ago
smp.c kernel: fix generic_exec_single indentation 11 years ago
smpboot.c kernel: delete __cpuinit usage from all core kernel files 12 years ago
smpboot.h
softirq.c revert "softirq: Add support for triggering softirq work on softirqs" 11 years ago
stacktrace.c
stop_machine.c stop_machine: Fix race between stop_two_cpus() and stop_cpus() 11 years ago
sys.c kernel/sys.c: remove obsolete #include <linux/kexec.h> 11 years ago
sys_ni.c unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE 12 years ago
sysctl.c Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 11 years ago
sysctl_binary.c kernel/sysctl_binary.c: use scnprintf() instead of snprintf() 11 years ago
system_certificates.S KEYS: correct alignment of system_certificate_list content in assembly file 11 years ago
system_keyring.c KEYS: correct alignment of system_certificate_list content in assembly file 11 years ago
task_work.c task_work: documentation 12 years ago
taskstats.c genetlink: only pass array to genl_register_family_with_ops() 11 years ago
test_kprobes.c kernel/: rename random32() to prandom_u32() 12 years ago
time.c sched: Rename sched.c as sched/core.c in comments and Documentation 12 years ago
timeconst.bc
timer.c timer: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) 11 years ago
tracepoint.c Tracing updates for Linux 3.10 12 years ago
tsacct.c
uid16.c userns: Kill nsown_capable it makes the wrong thing easy 12 years ago
up.c kernel: provide a __smp_call_function_single stub for !CONFIG_SMP 11 years ago
user-return-notifier.c
user.c KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches 12 years ago
user_namespace.c KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches 12 years ago
utsname.c userns: Kill nsown_capable it makes the wrong thing easy 12 years ago
utsname_sysctl.c
watchdog.c watchdog: update watchdog_thresh properly 12 years ago
workqueue.c PCI updates for v3.13: 11 years ago
workqueue_internal.h sched: Rename sched.c as sched/core.c in comments and Documentation 12 years ago