Ingo Molnar bac0c9103b Merge branch 'tracing/ftrace' into auto-ftrace-next 17 年 前
..
irq 1adb0850a1 genirq: reenable a nobody cared disabled irq when a new driver arrives 17 年 前
power 96916090f4 Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release 17 年 前
time 4f95f81a48 clocksource: allow read access to available/current_clocksource 17 年 前
trace 98a05ed4bd ftrace: prevent ftrace modifications while being kprobe'd, v2 17 年 前
.gitignore c1cb795338 Update kernel/.gitignore with new auto-generated files 17 年 前
Kconfig.hz 8f4d37ec07 sched: high-res preemption tick 17 年 前
Kconfig.preempt 21bbb39c37 rcu: move PREEMPT_RCU config option back under PREEMPT 17 年 前
Makefile 6ec562328f ftrace: use the new kbuild CFLAGS_REMOVE for kernel directory 17 年 前
acct.c 5f7b703fe2 bsd_acct: using task_struct->tgid is not right in pid-namespaces 17 年 前
audit.c d8de72473e [PATCH] remove useless argument type in audit_filter_user() 17 年 前
audit.h c782f242f0 [PATCH 1/2] audit: move extern declarations to audit.h 17 年 前
audit_tree.c 6793a051fb [PATCH] list_for_each_rcu must die: audit 17 年 前
auditfilter.c d8de72473e [PATCH] remove useless argument type in audit_filter_user() 17 年 前
auditsc.c 8b67dca942 [PATCH] new predicate - AUDIT_FILETYPE 17 年 前
backtracetest.c 6dab27784b x86: add a simple backtrace test module 17 年 前
bounds.c 37487a5652 Add kbuild.h that contains common definitions for kbuild users 17 年 前
capability.c 086f7316f0 security: filesystem capabilities: fix fragile setuid fixup code 17 年 前
cgroup.c 5c02b57578 cgroups: remove node_ prefix_from ns subsystem 17 年 前
cgroup_debug.c 3116f0e3df CGroup API files: move "releasable" to cgroup_debug subsystem 17 年 前
compat.c 153b5d054a ntp: support for TAI 17 年 前
configs.c c33fff0afb kernel: use non-racy method for proc entries creation 17 年 前
cpu.c af1f16d08f kernel: replace remaining __FUNCTION__ occurrences 17 年 前
cpuset.c 1f1e2ce8a5 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 17 年 前
delayacct.c c66f08be7e Add scaled time to taskstats based process accounting 18 年 前
dma.c c33fff0afb kernel: use non-racy method for proc entries creation 17 年 前
exec_domain.c 62769dce86 whitespace fixes: execution domains 18 年 前
exit.c da7978b034 signals: fix sigqueue_free() vs __exit_signal() race 17 年 前
extable.c a2da4052f1 module: Don't report discarded init pages as kernel text. 17 年 前
fork.c 81d68a96a3 ftrace: trace irq disabled critical timings 17 年 前
futex.c 1b7558e457 futexes: fix fault handling in futex_lock_pi 17 年 前
futex_compat.c 8481664d37 futex_compat __user annotation 17 年 前
hrtimer.c ee3ece830f hrtimer: prevent migration for raising softirq 17 年 前
itimer.c fea9d17554 ITIMER_REAL: convert to use struct pid 17 年 前
kallsyms.c c33fff0afb kernel: use non-racy method for proc entries creation 17 年 前
kexec.c be089d79c4 kexec: make extended crashkernel= syntax less confusing 17 年 前
kfifo.c f84d5a76c5 is_power_of_2: kernel/kfifo.c 18 年 前
kgdb.c aabdc3b8c3 kgdb: sparse fix 17 年 前
kmod.c 9f3acc3140 [PATCH] split linux/file.h 17 年 前
kprobes.c 67dddaad5d kprobes: fix error checking of batch registration 17 年 前
ksysfs.c 78a2d906b4 Kobject: convert remaining kobject_unregister() to kobject_put() 17 年 前
kthread.c 5cd204550b Deprecate find_task_by_pid() 17 年 前
latencytop.c c33fff0afb kernel: use non-racy method for proc entries creation 17 年 前
lockdep.c bb065afb8e lockdep: update lockdep_recursion on graph_lock 17 年 前
lockdep_internals.h 50cc670aeb [PATCH] lockdep: more chains 18 年 前
lockdep_proc.c c33fff0afb kernel: use non-racy method for proc entries creation 17 年 前
marker.c dc102a8fae Markers - remove extra format argument 17 年 前
module.c 34e4e2fef4 modules: proper cleanup of kobject without CONFIG_SYSFS 17 年 前
mutex-debug.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 年 前
mutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 年 前
mutex.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 年 前
mutex.h ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness 19 年 前
notifier.c 6546bc4279 ipc: re-enable msgmni automatic recomputing msgmni if set to negative 17 年 前
ns_cgroup.c 3ff31d0cca cgroups: kernel/ns_cgroup.c should #include <linux/nsproxy.h> 17 年 前
nsproxy.c 02fdb36ae7 ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC) 17 年 前
panic.c 95b570c9ce Taint kernel after WARN_ON(condition) 17 年 前
params.c 06b2a76d25 Add new string functions strict_strto* and convert kernel params to use them 17 年 前
pid.c 24336eaeec pids: introduce change_pid() helper 17 年 前
pid_namespace.c caafa43243 pidns: make pid->level and pid_ns->level unsigned 17 年 前
pm_qos_params.c d82b35186e pm qos infrastructure and interface 17 年 前
posix-cpu-timers.c f8bd2258e2 remove div_long_long_rem 17 年 前
posix-timers.c ac5c215383 signals: join send_sigqueue() with send_group_sigqueue() 17 年 前
printk.c bac0c9103b Merge branch 'tracing/ftrace' into auto-ftrace-next 17 年 前
profile.c c33fff0afb kernel: use non-racy method for proc entries creation 17 年 前
ptrace.c bcf35afb52 make generic sys_ptrace unconditional 17 年 前
rcuclassic.c 8558f8f816 rcu: fix hotplug vs rcu race 17 年 前
rcupdate.c fbf6bfca76 rcupdate: fix comment 17 年 前
rcupreempt.c afd38009cc rcupreempt: remove export of rcu_batches_completed_bh 17 年 前
rcupreempt_trace.c e260be673a Preempt-RCU: implementation 17 年 前
rcutorture.c 1aeb272cf0 kernel: explicitly include required header files under kernel/ 17 年 前
relay.c a82c53a0e3 splice: fix sendfile() issue with relay 17 年 前
res_counter.c c84872e168 memcgroup: add the max_usage member on the res_counter 17 年 前
resource.c c33fff0afb kernel: use non-racy method for proc entries creation 17 年 前
rtmutex-debug.c 48d13e483c Don't operate with pid_t in rtmutex tester 17 年 前
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 年 前
rtmutex-tester.c af5ca3f4ec Driver core: change sysdev classes to use dynamic kobject names 17 年 前
rtmutex.c 720a2592cf hrtimer: more hrtimer_init_sleeper() fallout. 17 年 前
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 年 前
rtmutex_common.h 48d13e483c Don't operate with pid_t in rtmutex tester 17 年 前
rwsem.c c7af77b584 sched: mark rwsem functions as __sched for wchan/profiling 17 年 前
sched.c bac0c9103b Merge branch 'tracing/ftrace' into auto-ftrace-next 17 年 前
sched_clock.c a381759d6a sched: fix sched_clock_cpu() 17 年 前
sched_debug.c 6363ca57c7 revert ("sched: fair-group: SMP-nice for group scheduling") 17 年 前
sched_fair.c b3137bc8e7 sched: stop wake_affine from causing serious imbalance 17 年 前
sched_features.h f00b45c145 sched: /debug/sched_features 17 年 前
sched_idletask.c 2abdad0a4c sched: make rt_sched_class, idle_sched_class static 17 年 前
sched_rt.c 8a8cde163e sched: rt: dont stop the period timer when there are tasks wanting to run 17 年 前
sched_stats.h d4abc238c9 sched, delay accounting: fix incorrect delay time when constantly waiting on runqueue 17 年 前
seccomp.c cf99abace7 make seccomp zerocost in schedule 18 年 前
semaphore.c 3e61e0c976 mmiotrace broken in linux-next (8-bit writes only) 17 年 前
signal.c cbaffba12c posix timers: discard SI_TIMER signals on exec 17 年 前
softirq.c e5e417232e Fix cpu hotplug problem in softirq code 17 年 前
softlockup.c 3b72532388 softlockup: print a module list on being stuck 17 年 前
spinlock.c 0764d23cf0 ftrace: lockdep notrace annotations 17 年 前
srcu.c bb695170d8 make srcu_readers_active() static 17 年 前
stacktrace.c 8637c09901 [PATCH] lockdep: stacktrace subsystem, core 19 年 前
stop_machine.c 3401a61e16 stop_machine: make stop_machine_run more virtualization friendly 17 年 前
sys.c 7b26655f62 sys_prctl(): fix return of uninitialized value 17 年 前
sys_ni.c 4d672e7ac7 timerfd: new timerfd API 17 年 前
sysctl.c b0fc494fae ftrace: add ftrace_enabled sysctl to disable mcount function 17 年 前
sysctl_check.c 8b21985c91 constify tables in kernel/sysctl_check.c 17 年 前
taskstats.c cb41d6d068 Use find_task_by_vpid in taskstats 17 年 前
test_kprobes.c f47cd9b553 kprobes: kretprobe user entry-handler 17 年 前
time.c b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 年 前
timeconst.pl b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 年 前
timer.c c6f3a97f86 debugobjects: add timer specific object debugging code 17 年 前
tsacct.c c66f08be7e Add scaled time to taskstats based process accounting 18 年 前
uid16.c 54a0151041 asmlinkage_protect replaces prevent_tail_call 17 年 前
user.c 354a1f4d99 alloc_uid: cleanup 17 年 前
user_namespace.c 6a3fd92e73 eCryptfs: make key module subsystem respect namespaces 17 年 前
utsname.c 1aeb272cf0 kernel: explicitly include required header files under kernel/ 17 年 前
utsname_sysctl.c 32df81cbd5 Isolate the UTS namespace's domainname and hostname back 17 年 前
wait.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 年 前
workqueue.c cde5353599 Christoph has moved 17 年 前