..
debug
module: struct module_ref should contains long fields
13 years ago
events
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
13 years ago
gcov
gcov: disable CONSTRUCTORS for UML
14 years ago
irq
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
13 years ago
power
PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails
13 years ago
sched
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
13 years ago
time
ntp: Fix integer overflow when setting time
13 years ago
trace
ftrace, perf: Add filter support for function trace event
13 years ago
.gitignore
…
Kconfig.freezer
…
Kconfig.hz
…
Kconfig.locks
arch:Kconfig.locks Remove unused config option.
14 years ago
Kconfig.preempt
sched: Isolate preempt counting in its own config option
14 years ago
Makefile
PM: Make sysrq-o be available for CONFIG_PM unset
13 years ago
acct.c
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
13 years ago
async.c
kernel/async: remove redundant declaration.
13 years ago
audit.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit
13 years ago
audit.h
audit: remove AUDIT_SETUP_CONTEXT as it isn't used
13 years ago
audit_tree.c
audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()
14 years ago
audit_watch.c
…
auditfilter.c
audit: allow interfield comparison in audit rules
13 years ago
auditsc.c
kernel-doc: fix new warnings in auditsc.c
13 years ago
backtracetest.c
…
bounds.c
…
capability.c
Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call"
13 years ago
cgroup.c
cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list
13 years ago
cgroup_freezer.c
cgroup: remove cgroup_subsys argument from callbacks
13 years ago
compat.c
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
13 years ago
configs.c
kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=n
14 years ago
cpu.c
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
13 years ago
cpu_pm.c
cpu_pm: call notifiers during suspend
14 years ago
cpuset.c
cgroup: remove cgroup_subsys argument from callbacks
13 years ago
crash_dump.c
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
13 years ago
cred.c
kernel: Map most files to use export.h instead of module.h
13 years ago
delayacct.c
KVM: Steal time implementation
14 years ago
dma.c
kernel: Map most files to use export.h instead of module.h
13 years ago
elfcore.c
…
exec_domain.c
…
exit.c
exit_signal: fix the "parent has changed security domain" logic
13 years ago
extable.c
extable, core_kernel_data(): Make sure all archs define _sdata
14 years ago
fork.c
CLONE_PARENT shouldn't allow to set ->exit_signal
13 years ago
freezer.c
freezer: kill unused set_freezable_with_signal()
13 years ago
futex.c
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
13 years ago
futex_compat.c
…
groups.c
kernel: Map most files to use export.h instead of module.h
13 years ago
hrtimer.c
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
13 years ago
hung_task.c
hung_task: fix the broken rcu_lock_break() logic
13 years ago
irq_work.c
kernel: fix two implicit header assumptions in irq_work.c
13 years ago
itimer.c
[S390] cputime: add sparse checking and cleanup
13 years ago
jump_label.c
static keys: Inline the static_key_enabled() function
13 years ago
kallsyms.c
…
kexec.c
kdump: crashk_res init check for /sys/kernel/kexec_crash_size
13 years ago
kfifo.c
kernel: Map most files to use export.h instead of module.h
13 years ago
kmod.c
Merge branch 'pm-sleep' into pm-for-linus
13 years ago
kprobes.c
kprobes: return proper error code from register_kprobe()
13 years ago
ksysfs.c
kernel: ksysfs.c is implicitly using stat.h
13 years ago
kthread.c
freezer: kill unused set_freezable_with_signal()
13 years ago
latencytop.c
kernel: Map most files to use export.h instead of module.h
13 years ago
lockdep.c
lockdep: Add CPU-idle/offline warning to lockdep-RCU splat
13 years ago
lockdep_internals.h
…
lockdep_proc.c
kernel: Map most files to use export.h instead of module.h
13 years ago
lockdep_states.h
…
module.c
error: implicit declaration of function 'module_flags_taint'
13 years ago
mutex-debug.c
kernel: Map most files to use export.h instead of module.h
13 years ago
mutex-debug.h
mutex: Use p->on_cpu for the adaptive spin
14 years ago
mutex.c
sched/rt: Use schedule_preempt_disabled()
13 years ago
mutex.h
mutex: Use p->on_cpu for the adaptive spin
14 years ago
notifier.c
kernel: Map most files to use export.h instead of module.h
13 years ago
nsproxy.c
kernel: Map most files to use export.h instead of module.h
13 years ago
padata.c
kernel: Map most files to use export.h instead of module.h
13 years ago
panic.c
panic: don't print redundant backtraces on oops
13 years ago
params.c
module: make module param bint handle nul value
13 years ago
pid.c
vfs: fix panic in __d_lookup() with high dentry hashtable counts
13 years ago
pid_namespace.c
sysctl: add the kernel.ns_last_pid control
13 years ago
posix-cpu-timers.c
[S390] cputime: add sparse checking and cleanup
13 years ago
posix-timers.c
kernel: Map most files to use export.h instead of module.h
13 years ago
printk.c
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
13 years ago
profile.c
kernel: Map most files to use export.h instead of module.h
13 years ago
ptrace.c
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
13 years ago
range.c
range: fix bogus misuse of module.h to get printk()
13 years ago
rcu.h
rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()
13 years ago
rcupdate.c
rcu: Check for illegal use of RCU from offlined CPUs
13 years ago
rcutiny.c
rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sections
13 years ago
rcutiny_plugin.h
rcu: Simplify unboosting checks
13 years ago
rcutorture.c
PTR_ERR should be called before its argument is cleared.
13 years ago
rcutree.c
rcu: Stop spurious warnings from synchronize_sched_expedited
13 years ago
rcutree.h
rcu: Rework detection of use of RCU by offline CPUs
13 years ago
rcutree_plugin.h
rcu: Hold off RCU_FAST_NO_HZ after timer posted
13 years ago
rcutree_trace.c
rcu: Rework detection of use of RCU by offline CPUs
13 years ago
relay.c
relay: prevent integer overflow in relay_open()
13 years ago
res_counter.c
net: introduce res_counter_charge_nofail() for socket allocations
13 years ago
resource.c
kernel: Map most files to use export.h instead of module.h
13 years ago
rtmutex-debug.c
lockdep, rtmutex, bug: Show taint flags on error
13 years ago
rtmutex-debug.h
…
rtmutex-tester.c
rtmutex-tester: convert sysdev_class to a regular subsystem
13 years ago
rtmutex.c
Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"
13 years ago
rtmutex.h
…
rtmutex_common.h
…
rwsem.c
kernel: Map most files to use export.h instead of module.h
13 years ago
seccomp.c
seccomp: audit abnormal end to a process due to seccomp
13 years ago
semaphore.c
kernel: Map most files to use export.h instead of module.h
13 years ago
signal.c
exit_signal: fix the "parent has changed security domain" logic
13 years ago
smp.c
kernel: Map most files to use export.h instead of module.h
13 years ago
softirq.c
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
13 years ago
spinlock.c
kernel: Map most files to use export.h instead of module.h
13 years ago
srcu.c
rcu: Call out dangers of expedited RCU primitives
13 years ago
stacktrace.c
kernel: Map most files to use export.h instead of module.h
13 years ago
stop_machine.c
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
13 years ago
sys.c
prctl: use CAP_SYS_RESOURCE for PR_SET_MM option
13 years ago
sys_ni.c
Cross Memory Attach
13 years ago
sysctl.c
x86: Panic on detection of stack overflow
13 years ago
sysctl_binary.c
binary_sysctl(): fix memory leak
13 years ago
sysctl_check.c
xfs: remove subdirectories
14 years ago
taskstats.c
Make TASKSTATS require root access
14 years ago
test_kprobes.c
…
time.c
kernel: Map most files to use export.h instead of module.h
13 years ago
timeconst.pl
…
timer.c
Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
13 years ago
tracepoint.c
static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()
13 years ago
tsacct.c
[S390] cputime: add sparse checking and cleanup
13 years ago
uid16.c
…
up.c
kernel: Map most files to use export.h instead of module.h
13 years ago
user-return-notifier.c
kernel: Map most files to use export.h instead of module.h
13 years ago
user.c
kernel: Map most files to use export.h instead of module.h
13 years ago
user_namespace.c
kernel: Map most files to use export.h instead of module.h
13 years ago
utsname.c
kernel: Map most files to use export.h instead of module.h
13 years ago
utsname_sysctl.c
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
13 years ago
wait.c
lockdep/waitqueues: Add better annotation
13 years ago
watchdog.c
watchdog: Fix code/comments mismatches
13 years ago
workqueue.c
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
13 years ago
workqueue_sched.h
…