Thomas Gleixner 89d694b9db genirq: do not leave interupts enabled on free_irq 17 lat temu
..
irq 89d694b9db genirq: do not leave interupts enabled on free_irq 17 lat temu
power 23b168d425 PM: documentation cleanups 17 lat temu
time db4315d6f5 timer_list: print relative expiry time signed 17 lat temu
.gitignore c1cb795338 Update kernel/.gitignore with new auto-generated files 17 lat temu
Kconfig.hz 8f4d37ec07 sched: high-res preemption tick 17 lat temu
Kconfig.preempt 6478d8800b sched: remove the !PREEMPT_BKL code 17 lat temu
Makefile bdc807871d avoid overflows in kernel/time.c 17 lat temu
acct.c b59f8197c5 acct: real_parent ppid 17 lat temu
audit.c cf28b4863f d_path: Make d_path() use a struct path 17 lat temu
audit.h 74c3cbe33b [PATCH] audit: watching subtrees 18 lat temu
audit_tree.c 1d957f9bf8 Introduce path_put() 17 lat temu
auditfilter.c 1d957f9bf8 Introduce path_put() 17 lat temu
auditsc.c b0abcfc146 Audit: use == not = in if statements 17 lat temu
backtracetest.c 6dab27784b x86: add a simple backtrace test module 17 lat temu
capability.c e338d263a7 Add 64-bit capability support to the kernel 17 lat temu
cgroup.c 73507f335f Handle pid namespaces in cgroups code 17 lat temu
cgroup_debug.c 006cb99200 Task Control Groups: simple task cgroup debug info subsystem 18 lat temu
compat.c c289b074b6 hrtimer: don't modify restart_block->fn in restart functions 17 lat temu
configs.c 85badbdf51 use simple_read_from_buffer in kernel/ 18 lat temu
cpu.c fa7303e22c cpu: fix section mismatch warnings for enable_nonboot_cpus 17 lat temu
cpuset.c df5f8314ca proc: seqfile convert proc_pid_status to properly handle pid namespaces 17 lat temu
delayacct.c c66f08be7e Add scaled time to taskstats based process accounting 18 lat temu
dma.c 902749cdbd whitespace fixes: DMA channel allocator 18 lat temu
exec_domain.c 62769dce86 whitespace fixes: execution domains 18 lat temu
exit.c 6ac08c39a1 Use struct path in fs_struct 17 lat temu
extable.c a2da4052f1 module: Don't report discarded init pages as kernel text. 17 lat temu
fork.c 6ac08c39a1 Use struct path in fs_struct 17 lat temu
futex.c 5a7780e725 hrtimer: check relative timeouts for overflow 17 lat temu
futex_compat.c 5a7780e725 hrtimer: check relative timeouts for overflow 17 lat temu
hrtimer.c 63070a79ba hrtimer: catch expired CLOCK_REALTIME timers early 17 lat temu
itimer.c fea9d17554 ITIMER_REAL: convert to use struct pid 17 lat temu
kallsyms.c a3b81113fb remove support for un-needed _extratext section 17 lat temu
kexec.c bba1f603b8 vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str() 17 lat temu
kfifo.c f84d5a76c5 is_power_of_2: kernel/kfifo.c 18 lat temu
kmod.c db74ece990 Dont touch fs_struct in usermodehelper 17 lat temu
kprobes.c f47cd9b553 kprobes: kretprobe user entry-handler 17 lat temu
ksysfs.c 78a2d906b4 Kobject: convert remaining kobject_unregister() to kobject_put() 17 lat temu
kthread.c 4f05b98d54 sched: fix, always create kernel threads with normal priority 17 lat temu
latencytop.c 9745512ce7 sched: latencytop support 17 lat temu
lockdep.c 82a1fcb902 softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks 17 lat temu
lockdep_internals.h 50cc670aeb [PATCH] lockdep: more chains 18 lat temu
lockdep_proc.c 94c61c0aef lockdep: Avoid /proc/lockdep & lock_stat infinite output 18 lat temu
marker.c fb40bd78b0 Linux Kernel Markers: support multiple probes 17 lat temu
module.c fb40bd78b0 Linux Kernel Markers: support multiple probes 17 lat temu
mutex-debug.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 lat temu
mutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 lat temu
mutex.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 lat temu
mutex.h ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness 19 lat temu
notifier.c c166f23cb5 kernel/notifier.c should #include <linux/reboot.h> 17 lat temu
ns_cgroup.c 858d72ead4 cgroups: implement namespace tracking subsystem 18 lat temu
nsproxy.c ae5e1b22f1 namespaces: move the IPC namespace under IPC_NS option 17 lat temu
panic.c 6ed31e92e9 ACPI: Taint kernel on ACPI table override (format corrected) 17 lat temu
params.c 06b2a76d25 Add new string functions strict_strto* and convert kernel params to use them 17 lat temu
pid.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 lat temu
pid_namespace.c 74bd59bb39 namespaces: cleanup the code managed with PID_NS option 17 lat temu
pm_qos_params.c d82b35186e pm qos infrastructure and interface 17 lat temu
posix-cpu-timers.c 8dc86af006 Use find_task_by_vpid in posix timers 17 lat temu
posix-timers.c 5a7780e725 hrtimer: check relative timeouts for overflow 17 lat temu
printk.c 7ef3d2fd17 printk_ratelimit() functions should use CONFIG_PRINTK 17 lat temu
profile.c f8db694e46 Nuke a duplicate include from profile.c 17 lat temu
ptrace.c c0c0b649d6 ptrace_check_attach: remove unneeded ->signal != NULL check 17 lat temu
rcuclassic.c e260be673a Preempt-RCU: implementation 17 lat temu
rcupdate.c fbf6bfca76 rcupdate: fix comment 17 lat temu
rcupreempt.c eaf649e9fe Preempt-RCU: CPU Hotplug handling 17 lat temu
rcupreempt_trace.c e260be673a Preempt-RCU: implementation 17 lat temu
rcutorture.c 86ef5c9a8e cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() 17 lat temu
relay.c a1e096129b relay: nopage 17 lat temu
res_counter.c 0eea103017 Memory controller improve user interface 17 lat temu
resource.c a99824f327 [POWERPC] Add arch-specific walk_memory_remove() for 64-bit powerpc 17 lat temu
rtmutex-debug.c 48d13e483c Don't operate with pid_t in rtmutex tester 17 lat temu
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 lat temu
rtmutex-tester.c af5ca3f4ec Driver core: change sysdev classes to use dynamic kobject names 17 lat temu
rtmutex.c 720a2592cf hrtimer: more hrtimer_init_sleeper() fallout. 17 lat temu
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 lat temu
rtmutex_common.h 48d13e483c Don't operate with pid_t in rtmutex tester 17 lat temu
rwsem.c c7af77b584 sched: mark rwsem functions as __sched for wchan/profiling 17 lat temu
sched.c b68aa2300c sched: rt-group: refure unrunnable tasks 17 lat temu
sched_debug.c 6d082592b6 sched: keep total / count stats in addition to the max for 17 lat temu
sched_fair.c ef9884e6f2 sched: let +nice tasks have smaller impact 17 lat temu
sched_idletask.c 8f4d37ec07 sched: high-res preemption tick 17 lat temu
sched_rt.c 052f1dc7eb sched: rt-group: make rt groups scheduling configurable 17 lat temu
sched_stats.h f95e0d1c2a sched: clean up kernel/sched_stat.h 17 lat temu
seccomp.c cf99abace7 make seccomp zerocost in schedule 18 lat temu
signal.c b5606c2d44 remove final fastcall users 17 lat temu
softirq.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 lat temu
softlockup.c ed50d6cbc3 debug: softlockup looping fix 17 lat temu
spinlock.c 95c354fe9f spinlock: lockbreak cleanup 17 lat temu
srcu.c bb695170d8 make srcu_readers_active() static 17 lat temu
stacktrace.c 8637c09901 [PATCH] lockdep: stacktrace subsystem, core 19 lat temu
stop_machine.c 6c6080f74c stopmachine: semaphore to mutex 17 lat temu
sys.c 6c5f3e7b43 Pidns: make full use of xxx_vnr() calls 17 lat temu
sys_ni.c 4d672e7ac7 timerfd: new timerfd API 17 lat temu
sysctl.c 064d9efe94 hugetlb: fix overcommit locking 17 lat temu
sysctl_check.c 8b21985c91 constify tables in kernel/sysctl_check.c 17 lat temu
taskstats.c f96159840b kernel/taskstats.c: fix bogus nlmsg_free() 17 lat temu
test_kprobes.c f47cd9b553 kprobes: kretprobe user entry-handler 17 lat temu
time.c bdc807871d avoid overflows in kernel/time.c 17 lat temu
timeconst.pl c98aa86df3 timeconst.pl: correct reversal of USEC_TO_HZ and HZ_TO_USEC 17 lat temu
timer.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 lat temu
tsacct.c c66f08be7e Add scaled time to taskstats based process accounting 18 lat temu
uid16.c e63340ae6b header cleaning: don't include smp_lock.h when not used 18 lat temu
user.c 052f1dc7eb sched: rt-group: make rt groups scheduling configurable 17 lat temu
user_namespace.c aee16ce73c namespaces: cleanup the code managed with the USER_NS option 17 lat temu
utsname.c efc63c4fb0 Fix UTS corruption during clone(CLONE_NEWUTS) 18 lat temu
utsname_sysctl.c 32df81cbd5 Isolate the UTS namespace's domainname and hostname back 17 lat temu
wait.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 lat temu
workqueue.c 6d141c3ff6 workqueue: make delayed_work_timer_fn() static 17 lat temu