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
Tejun Heo b71ab8c202 workqueue: increase max_active of keventd and kill current_is_keventd() 15 years ago
..
debug module: fix kdb's illicit use of struct module_use. 15 years ago
gcov
irq genirq: Clear CPU mask in affinity_hint when none is provided 15 years ago
power workqueue: reimplement workqueue freeze using max_active 15 years ago
time Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
trace workqueue: temporarily remove workqueue tracing 15 years ago
.gitignore
Kconfig.freezer
Kconfig.hz
Kconfig.locks mutex: Better control mutex adaptive spinning config 15 years ago
Kconfig.preempt
Makefile Move kernel/kgdb.c to kernel/debug/debug_core.c 15 years ago
acct.c Merge branch 'next' into for-linus 15 years ago
async.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
audit.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
audit.h
audit_tree.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
audit_watch.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
auditfilter.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
auditsc.c audit: preface audit printk with audit 15 years ago
backtracetest.c
bounds.c kbuild: move bounds.h to include/generated 15 years ago
capability.c sched: Remove remaining USER_SCHED code 15 years ago
cgroup.c cgroups: alloc_css_id() increments hierarchy depth 15 years ago
cgroup_freezer.c Freezer / cgroup freezer: Update stale locking comments 15 years ago
compat.c cpumask: fix compat getaffinity 15 years ago
configs.c
cpu.c sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining 15 years ago
cpuset.c sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining 15 years ago
cred.c umh: creds: kill subprocess_info->cred logic 15 years ago
delayacct.c
dma.c
early_res.c x86: Do not free zero sized per cpu areas 15 years ago
elfcore.c elf coredump: add extended numbering support 15 years ago
exec_domain.c sys_personality: change sys_personality() to accept "unsigned int" instead of u_long 15 years ago
exit.c proc: turn signal_struct->count into "int nr_threads" 15 years ago
extable.c
fork.c sched: add hooks for workqueue 15 years ago
freezer.c
futex.c futex: Handle futex value corruption gracefully 15 years ago
futex_compat.c futex: Protect pid lookup in compat code with RCU 15 years ago
groups.c security: remove dead hook task_setgroups 15 years ago
hrtimer.c hrtimer: Avoid double seqlock 15 years ago
hung_task.c softlockup: Fix hung_task_check_count sysctl 15 years ago
hw_breakpoint.c hw_breakpoints: Fix percpu build failure 15 years ago
itimer.c itimers: Fix racy writes to cpu_itimer fields 15 years ago
kallsyms.c kdb: core for kgdb back end (2 of 2) 15 years ago
kexec.c kexec: fix OOPS in crash_kernel_shrink 15 years ago
kfifo.c kfifo: Don't use integer as NULL pointer 15 years ago
kmod.c call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure 15 years ago
kprobes.c kprobes: Move enable/disable_kprobe() out from debugfs code 15 years ago
ksysfs.c sysfs: add struct file* to bin_attr callbacks 15 years ago
kthread.c kthread: implement kthread_data() 15 years ago
latencytop.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
lockdep.c lockdep: Add novalidate class for dev->mutex conversion 15 years ago
lockdep_internals.h lockdep: No need to disable preemption in debug atomic ops 15 years ago
lockdep_proc.c lockstat: Make lockstat counting per cpu 15 years ago
lockdep_states.h
module.c module: fix bne2 "gave up waiting for init of module libcrc32c" 15 years ago
mutex-debug.c headers: remove sched.h from interrupt.h 16 years ago
mutex-debug.h locking: Implement new raw_spinlock 15 years ago
mutex.c mutex: Fix optimistic spinning vs. BKL 15 years ago
mutex.h
notifier.c sched: Use lockdep-based checking on rcu_dereference() 15 years ago
ns_cgroup.c cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time 16 years ago
nsproxy.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
padata.c kernel/: convert cpu notifier to return encapsulate errno value 15 years ago
panic.c panic: call console_verbose() in panic 15 years ago
params.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 15 years ago
perf_event.c perf: Fix signed comparison in perf_adjust_period() 15 years ago
pid.c pids: increase pid_max based on num_possible_cpus 15 years ago
pid_namespace.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
pm_qos_params.c PM: PM QOS update fix 15 years ago
posix-cpu-timers.c posix-cpu-timers: avoid "task->signal != NULL" checks 15 years ago
posix-timers.c posix_timer: Fix error path in timer_create 15 years ago
printk.c printk,kdb: capture printk() when in kdb shell 15 years ago
profile.c numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations 15 years ago
ptrace.c ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm 15 years ago
range.c x86: Change range end to start+size 15 years ago
rcupdate.c rcu: slim down rcutiny by removing rcu_scheduler_active and friends 15 years ago
rcutiny.c rcu: remove all rcu head initializations, except on_stack initializations 15 years ago
rcutiny_plugin.h rcu: slim down rcutiny by removing rcu_scheduler_active and friends 15 years ago
rcutorture.c Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
rcutree.c rcu: remove all rcu head initializations, except on_stack initializations 15 years ago
rcutree.h rcu: reduce the number of spurious RCU_SOFTIRQ invocations 15 years ago
rcutree_plugin.h rcu: remove all rcu head initializations, except on_stack initializations 15 years ago
rcutree_trace.c rcu: reduce the number of spurious RCU_SOFTIRQ invocations 15 years ago
relay.c kernel/: convert cpu notifier to return encapsulate errno value 15 years ago
res_counter.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
resource.c resource: shared I/O region support 15 years ago
rtmutex-debug.c sched: Convert pi_lock to raw_spinlock 15 years ago
rtmutex-debug.h
rtmutex-tester.c
rtmutex.c rtmutes: Convert rtmutex.lock to raw_spinlock 15 years ago
rtmutex.h
rtmutex_common.h
rwsem.c
sched.c sched: add hooks for workqueue 15 years ago
sched_clock.c blkio: fix for modular blk-cgroup build 15 years ago
sched_cpupri.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
sched_cpupri.h sched: Convert cpupri lock to raw_spinlock 15 years ago
sched_debug.c proc_sched_show_task(): use get_nr_threads() 15 years ago
sched_fair.c sched: Fix wake_affine() vs RT tasks 15 years ago
sched_features.h sched: Remove ASYM_GRAN feature 15 years ago
sched_idletask.c sched: Cure load average vs NO_HZ woes 15 years ago
sched_rt.c sched: Add enqueue/dequeue flags 15 years ago
sched_stats.h
seccomp.c
semaphore.c
signal.c exit: change zap_other_threads() to count sub-threads 15 years ago
slow-work-debugfs.c SLOW_WORK: Move slow_work's proc file to debugfs 15 years ago
slow-work.c slow-work: use get_ref wrapper instead of directly calling get_ref 15 years ago
slow-work.h SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUG 15 years ago
smp.c kernel/: convert cpu notifier to return encapsulate errno value 15 years ago
softirq.c kernel/: fix BUG_ON checks for cpu notifier callbacks direct call 15 years ago
softlockup.c softlockup: Stop spurious softlockup messages due to overflow 15 years ago
spinlock.c locking: Cleanup the name space completely 15 years ago
srcu.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
stacktrace.c
stop_machine.c sched: Make sure timers have migrated before killing the migration_thread 15 years ago
sys.c kmod: add init function to usermodehelper 15 years ago
sys_ni.c Add generic sys_ipc wrapper 15 years ago
sysctl.c pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface 15 years ago
sysctl_binary.c sysctl: don't use own implementation of hex_to_bin() 15 years ago
sysctl_check.c ipv4 05/05: add sysctl to accept packets with local source addresses 15 years ago
taskstats.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
test_kprobes.c
time.c timekeeping: Fix timezone update 15 years ago
timeconst.pl
timer.c kernel/: fix BUG_ON checks for cpu notifier callbacks direct call 15 years ago
tracepoint.c tracing: Let tracepoints have data passed to tracepoint callbacks 15 years ago
tsacct.c mm: clean up mm_counter 15 years ago
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 sched: Remove a stale comment 15 years ago
user_namespace.c kref: remove kref_set 15 years ago
utsname.c
utsname_sysctl.c sysctl kernel: Remove binary sysctl logic 15 years ago
wait.c
workqueue.c workqueue: increase max_active of keventd and kill current_is_keventd() 15 years ago
workqueue_sched.h workqueue: implement concurrency managed dynamic worker pool 15 years ago