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
Steven Rostedt 1f0d69a9fc tracing: profile likely and unlikely annotations 16 years ago
..
irq irq: make variable static 16 years ago
power PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIB 16 years ago
time nohz: disable tick_nohz_kick_tick() for now 16 years ago
trace tracing: profile likely and unlikely annotations 16 years ago
.gitignore
Kconfig.freezer container freezer: implement freezer cgroup subsystem 17 years ago
Kconfig.hz sched: fix SCHED_HRTICK dependency 17 years ago
Kconfig.preempt
Makefile tracing, x86: add low level support for ftrace return tracing 16 years ago
acct.c tty: Fix abusers of current->sighand->tty 17 years ago
audit.c [PATCH] Fix the bug of using AUDIT_STATUS_RATE_LIMIT when set fail, no error output. 17 years ago
audit.h
audit_tree.c [PATCH] get rid of nameidata in audit_tree 16 years ago
auditfilter.c Re: [PATCH] the loginuid field should be output in all AUDIT_CONFIG_CHANGE audit messages 17 years ago
auditsc.c tty: Fix abusers of current->sighand->tty 17 years ago
backtracetest.c
bounds.c
capability.c security: Fix setting of PF_SUPERPRIV by __capable() 17 years ago
cgroup.c cgroups: fix invalid cgrp->dentry before cgroup has been completely removed 16 years ago
cgroup_debug.c cgroups: fix probable race with put_css_set[_taskexit] and find_css_set 17 years ago
cgroup_freezer.c freezer_cg: simplify freezer_change_state() 16 years ago
compat.c Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus 17 years ago
configs.c kernel/configs.c: remove useless comments 17 years ago
cpu.c cpumask: introduce new API, without changing anything 16 years ago
cpuset.c cpuset: use seq_*mask_* to print masks 17 years ago
delayacct.c per-task-delay-accounting: update taskstats for memory reclaim delay 17 years ago
dma-coherent.c dma-coherent: export dma_[alloc|release]_from_coherent methods 17 years ago
dma.c kernel/dma.c: remove a CVS keyword 17 years ago
exec_domain.c proc: move /proc/execdomains to kernel/exec_domain.c 16 years ago
exit.c fix for account_group_exec_runtime(), make sure ->signal can't be freed under rq->lock 16 years ago
extable.c
fork.c Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 16 years ago
freezer.c freezer_cg: use thaw_process() in unfreeze_cgroup() 16 years ago
futex.c hrtimer: make the futex() system call use the per process slack value 17 years ago
futex_compat.c
hrtimer.c timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq context 16 years ago
itimer.c timers: fix itimer/many thread hang 17 years ago
kallsyms.c kernel/kallsyms.c: fix double return 17 years ago
kexec.c kexec: fix crash_save_vmcoreinfo_init build problem 17 years ago
kfifo.c
kgdb.c kgdb: call touch_softlockup_watchdog on resume 17 years ago
kmod.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus 17 years ago
kprobes.c make kprobes.c:kretprobe_table_lock() static 17 years ago
ksysfs.c profiling: dynamically enable readprofile at runtime 17 years ago
kthread.c Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 17 years ago
latencytop.c
lockdep.c lockdep: fix irqs on/off ip tracing 16 years ago
lockdep_internals.h lockdep: build fix 17 years ago
lockdep_proc.c lockstat: fix numerical output rounding error 17 years ago
marker.c markers: break the redundant loop in kernel/marker.c 16 years ago
module.c Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc 16 years ago
mutex-debug.c
mutex-debug.h
mutex.c locking: fix mutex @key parameter kernel-doc notation 17 years ago
mutex.h
notifier.c ftrace: ignore functions that cannot be kprobe-ed 17 years ago
ns_cgroup.c cgroup_clone: use pid of newly created task for new cgroup 17 years ago
nsproxy.c removed unused #include <linux/version.h>'s 17 years ago
panic.c Make panic= and panic_on_oops into core_params 17 years ago
params.c Fix compile warning in kernel/params.c 16 years ago
pid.c pidns: remove now unused find_pid function. 17 years ago
pid_namespace.c pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits 17 years ago
pm_qos_params.c pm_qos_requirement might sleep 17 years ago
posix-cpu-timers.c timers: fix itimer/many thread hang, v2 17 years ago
posix-timers.c Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 16 years ago
printk.c printk: remove unused code from kernel/printk.c 16 years ago
profile.c kernel/profile: fix profile_init() section mismatch 16 years ago
ptrace.c make ptrace_untrace() static 17 years ago
rcuclassic.c rcu: RCU-based detection of stalled CPUs for Classic RCU, fix 17 years ago
rcupdate.c rcupdate: fix bug of rcu_barrier*() 17 years ago
rcupreempt.c byteorder: remove direct includes of linux/byteorder/swab[b].h 17 years ago
rcupreempt_trace.c rcu: trace fix possible mem-leak 17 years ago
rcutorture.c byteorder: remove direct includes of linux/byteorder/swab[b].h 17 years ago
relay.c relay: fix "full buffer with exactly full last subbuffer" accounting problem 17 years ago
res_counter.c cgroup files: convert res_counter_write() to be a cgroups write_string() handler 17 years ago
resource.c reserve_region_with_split: Fix GFP_KERNEL usage under spinlock 16 years ago
rtmutex-debug.c
rtmutex-debug.h
rtmutex-tester.c sysdev: Pass the attribute to the low level sysdev show/store function 17 years ago
rtmutex.c hrtimer: convert kernel/* to the new hrtimer apis 17 years ago
rtmutex.h
rtmutex_common.h
rwsem.c
sched.c fix for account_group_exec_runtime(), make sure ->signal can't be freed under rq->lock 16 years ago
sched_clock.c sched_clock: prevent scd->clock from moving backwards 17 years ago
sched_cpupri.c
sched_cpupri.h
sched_debug.c sched: clean up debug info 16 years ago
sched_fair.c sched: release buddies on yield 16 years ago
sched_features.h sched: backward looking buddy 16 years ago
sched_idletask.c sched: add CONFIG_SMP consistency 16 years ago
sched_rt.c Merge commit 'v2.6.28-rc1' into sched/urgent 16 years ago
sched_stats.h Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc 16 years ago
seccomp.c
semaphore.c semaphore: __down_common: use signal_pending_state() 17 years ago
signal.c 'kill sig -1' must only apply to caller's namespace 16 years ago
smp.c generic-ipi: fix the smp_mb() placement 16 years ago
softirq.c irq: call __irq_enter() before calling the tick_idle_check 16 years ago
softlockup.c Make the taint flags reliable 17 years ago
spinlock.c lockdep: spin_lock_nest_lock(), checkpatch fixes 17 years ago
srcu.c
stacktrace.c
stop_machine.c Revert "Call init_workqueues before pre smp initcalls." 16 years ago
sys.c Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 16 years ago
sys_ni.c Configure out AIO support 17 years ago
sysctl.c ftrace: sysctl typo 16 years ago
sysctl_check.c sysctl: check for bogus modes 17 years ago
taskstats.c taskstats: remove initialization of static per-cpu variable 17 years ago
test_kprobes.c
time.c select: add a timespec_add_safe() function 17 years ago
timeconst.pl
timer.c Add round_jiffies_up and related routines 16 years ago
tracepoint.c tracepoint: introduce *_noupdate APIs. 16 years ago
tsacct.c task IO accounting: move all IO statistics in struct task_io_accounting 17 years ago
uid16.c
user.c sched: rt-bandwidth for user grouping interface 17 years ago
user_namespace.c removed unused #include <linux/version.h>'s 17 years ago
utsname.c removed unused #include <linux/version.h>'s 17 years ago
utsname_sysctl.c sysctl: simplify ->strategy 17 years ago
wait.c wait: kill is_sync_wait() 17 years ago
workqueue.c cpumask: introduce new API, without changing anything 16 years ago