..
debug
KGDB/KDB regression fixes
2012-04-04 17:26:08 -07:00
events
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
2012-05-18 13:13:33 -03:00
gcov
irq
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
2012-05-21 20:33:19 -07:00
power
PM / Hibernate: fix the number of pages used for hibernate/thaw buffering
2012-04-24 23:53:28 +02:00
sched
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
2012-05-22 18:27:32 -07:00
time
Merge 3.4-rc5 into staging-next
2012-05-02 11:48:07 -07:00
trace
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
2012-05-22 19:22:50 -07:00
.gitignore
acct.c
async.c
audit_tree.c
audit_watch.c
audit.c
constify path argument of audit_log_d_path()
2012-03-20 21:29:40 -04:00
audit.h
auditfilter.c
auditsc.c
seccomp: remove duplicated failure logging
2012-04-14 11:13:20 +10:00
backtracetest.c
bounds.c
capability.c
cgroup_freezer.c
cgroup: convert all non-memcg controllers to the new cftype interface
2012-04-01 12:09:55 -07:00
cgroup.c
cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threads
2012-04-23 11:03:51 -07:00
compat.c
compat: Fix RT signal mask corruption via sigprocmask
2012-05-10 08:58:33 -07:00
configs.c
cpu_pm.c
cpu.c
smp, idle: Allocate idle thread for each possible cpu during boot
2012-05-03 19:32:34 +02:00
cpuset.c
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
2012-05-22 17:40:19 -07:00
crash_dump.c
cred.c
cred: copy_process() should clear child->replacement_session_keyring
2012-04-11 08:20:11 -07:00
delayacct.c
dma.c
Remove all #inclusions of asm/system.h
2012-03-28 18:30:03 +01:00
elfcore.c
exec_domain.c
exit.c
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
2012-03-29 18:12:23 -07:00
extable.c
fork.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
2012-05-21 20:27:36 -07:00
freezer.c
futex_compat.c
futex: Mark get_robust_list as deprecated
2012-03-29 11:37:17 +02:00
futex.c
futex: Mark get_robust_list as deprecated
2012-03-29 11:37:17 +02:00
groups.c
hrtimer.c
hung_task.c
hung task debugging: Inject NMI when hung and going to panic
2012-04-25 12:39:25 +02:00
irq_work.c
irq_work: fix compile failure on tile from missing include
2012-04-13 13:15:16 -04:00
itimer.c
itimer: Use printk_once instead of WARN_ONCE
2012-04-10 11:00:30 +02:00
jump_label.c
kallsyms.c
Kconfig.freezer
Kconfig.hz
Kconfig.locks
locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage
2012-03-23 13:18:57 +01:00
Kconfig.preempt
locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage
2012-03-23 13:18:57 +01:00
kexec.c
Merge branch 'akpm' (Andrew's patch-bomb)
2012-03-28 17:19:28 -07:00
kfifo.c
kmod.c
PM / Sleep: Mitigate race between the freezer and request_firmware()
2012-03-28 23:30:28 +02:00
kprobes.c
ksysfs.c
kthread.c
latencytop.c
lockdep_internals.h
lockdep_proc.c
lockdep_states.h
lockdep.c
Makefile
smp: Add generic smpboot facility
2012-04-26 12:06:09 +02:00
module.c
Guard check in module loader against integer overflow
2012-05-23 22:28:53 +09:30
mutex-debug.c
mutex-debug.h
mutex.c
mutex.h
notifier.c
nsproxy.c
padata.c
padata: Fix cpu hotplug
2012-03-29 19:52:46 +08:00
panic.c
panic: fix stack dump print on direct call to panic()
2012-04-12 13:12:12 -07:00
params.c
params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)
2012-05-04 17:28:18 -07:00
pid_namespace.c
pidns: add reboot_pid_ns() to handle the reboot syscall
2012-03-28 17:14:36 -07:00
pid.c
posix-cpu-timers.c
posix-timers.c
printk.c
printk() - isolate KERN_CONT users from ordinary complete lines
2012-05-14 12:36:45 -07:00
profile.c
ptrace.c
ptrace: remove PTRACE_SEIZE_DEVEL bit
2012-03-23 16:58:41 -07:00
range.c
rcu.h
rcupdate.c
rcu: Make exit_rcu() more precise and consolidate
2012-05-02 14:48:27 -07:00
rcutiny_plugin.h
rcu: Make exit_rcu() more precise and consolidate
2012-05-02 14:48:27 -07:00
rcutiny.c
rcutorture.c
rcu: Add rcutorture test for call_srcu()
2012-04-30 10:48:26 -07:00
rcutree_plugin.h
Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02b' and 'srcu.2012.05.07b' into HEAD
2012-05-11 10:14:21 -07:00
rcutree_trace.c
rcu: Make rcu_barrier() less disruptive
2012-05-09 14:27:54 -07:00
rcutree.c
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
2012-05-14 08:41:46 +02:00
rcutree.h
Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02b' and 'srcu.2012.05.07b' into HEAD
2012-05-11 10:14:21 -07:00
relay.c
res_counter.c
res_counter: Account max_usage when calling res_counter_charge_nofail()
2012-04-27 14:37:09 -07:00
resource.c
rtmutex_common.h
rtmutex-debug.c
rtmutex-debug.h
rtmutex-tester.c
rtmutex.c
rtmutex.h
rwsem.c
Remove all #inclusions of asm/system.h
2012-03-28 18:30:03 +01:00
seccomp.c
seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTER
2012-04-18 12:24:52 +10:00
semaphore.c
semaphore: fix improper comment reference to mutex
2012-04-05 17:15:55 -07:00
signal.c
signal, x86: add SIGSYS info and make it synchronous.
2012-04-14 11:13:21 +10:00
smp.c
smp: Implement kick_all_cpus_sync()
2012-05-08 12:35:06 +02:00
smpboot.c
smp, idle: Allocate idle thread for each possible cpu during boot
2012-05-03 19:32:34 +02:00
smpboot.h
smp: Fix idle_thread_init() inline stub
2012-05-04 12:52:25 +02:00
softirq.c
spinlock.c
locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage
2012-03-23 13:18:57 +01:00
srcu.c
rcu: Implement per-domain single-threaded call_srcu() state machine
2012-04-30 10:48:25 -07:00
stacktrace.c
stop_machine.c
sys_ni.c
sys.c
seccomp: add system call filtering using BPF
2012-04-14 11:13:20 +10:00
sysctl_binary.c
sysctl.c
sysctl: fix write access to dmesg_restrict/kptr_restrict
2012-04-05 14:51:43 +10:00
taskstats.c
test_kprobes.c
time.c
timeconst.pl
timer.c
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
2012-05-22 17:36:56 -07:00
tracepoint.c
tsacct.c
uid16.c
up.c
user_namespace.c
user-return-notifier.c
user.c
utsname_sysctl.c
utsname.c
wait.c
watchdog.c
kernel/watchdog.c: add comment to watchdog() exit path
2012-03-23 16:58:32 -07:00
workqueue_sched.h
workqueue.c
lockdep: fix oops in processing workqueue
2012-05-15 08:08:31 -07:00