Linus Torvalds 95763dd52b Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 年之前
..
irq 3786fc710c irq: make variable static 16 年之前
power a6a0c4ca7e suspend: use WARN not WARN_ON to print the message 16 年之前
time ae99286b4f nohz: disable tick_nohz_kick_tick() for now 16 年之前
trace 6d5b43a67a Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent 16 年之前
.gitignore c1cb795338 Update kernel/.gitignore with new auto-generated files 17 年之前
Kconfig.freezer dc52ddc0e6 container freezer: implement freezer cgroup subsystem 16 年之前
Kconfig.hz 94f5655988 sched: fix SCHED_HRTICK dependency 17 年之前
Kconfig.preempt 21bbb39c37 rcu: move PREEMPT_RCU config option back under PREEMPT 17 年之前
Makefile 65ecc14a30 Remove -mno-spe flags as they dont belong 16 年之前
acct.c dbda4c0b97 tty: Fix abusers of current->sighand->tty 16 年之前
audit.c 20c6aaa39a [PATCH] Fix the bug of using AUDIT_STATUS_RATE_LIMIT when set fail, no error output. 17 年之前
audit.h c782f242f0 [PATCH 1/2] audit: move extern declarations to audit.h 17 年之前
audit_tree.c 8f7b0ba1c8 Fix inotify watch removal/umount races 16 年之前
auditfilter.c 8f7b0ba1c8 Fix inotify watch removal/umount races 16 年之前
auditsc.c dbda4c0b97 tty: Fix abusers of current->sighand->tty 16 年之前
backtracetest.c 4e6a0535dd backtrace: replace timer with tasklet + completions 17 年之前
bounds.c 37487a5652 Add kbuild.h that contains common definitions for kbuild users 17 年之前
capability.c 5cd9c58fbe security: Fix setting of PF_SUPERPRIV by __capable() 16 年之前
cgroup.c 33d283bef2 cgroups: fix a serious bug in cgroupstats 16 年之前
cgroup_debug.c 146aa1bd05 cgroups: fix probable race with put_css_set[_taskexit] and find_css_set 16 年之前
cgroup_freezer.c 3b1b3f6e57 freezer_cg: disable writing freezer.state of root cgroup 16 年之前
compat.c c465a76af6 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus 16 年之前
configs.c c3b9f5afc7 kernel/configs.c: remove useless comments 16 年之前
cpu.c 2d3854a37e cpumask: introduce new API, without changing anything 16 年之前
cpuset.c f481891fdc cpuset: update top cpuset's mems after adding a node 16 年之前
delayacct.c 016ae219b9 per-task-delay-accounting: update taskstats for memory reclaim delay 17 年之前
dma-coherent.c a38409fbb5 dma-coherent: export dma_[alloc|release]_from_coherent methods 16 年之前
dma.c d9f3216b47 kernel/dma.c: remove a CVS keyword 16 年之前
exec_domain.c 6e62775ece proc: move /proc/execdomains to kernel/exec_domain.c 16 年之前
exit.c 8141c7f3e7 Move "exit_robust_list" into mm_release() 16 年之前
extable.c a2da4052f1 module: Don't report discarded init pages as kernel text. 17 年之前
fork.c 8141c7f3e7 Move "exit_robust_list" into mm_release() 16 年之前
freezer.c 00c2e63c31 freezer_cg: use thaw_process() in unfreeze_cgroup() 16 年之前
futex.c ae4b748e81 hrtimer: make the futex() system call use the per process slack value 16 年之前
futex_compat.c 8481664d37 futex_compat __user annotation 17 年之前
hrtimer.c 621a0d5207 hrtimer: clean up unused callback modes 16 年之前
itimer.c f06febc96b timers: fix itimer/many thread hang 16 年之前
kallsyms.c 966c8c12dc sprint_symbol(): use less stack 16 年之前
kexec.c 5f41b8cdc6 kexec: fix crash_save_vmcoreinfo_init build problem 16 年之前
kfifo.c f84d5a76c5 is_power_of_2: kernel/kfifo.c 18 年之前
kgdb.c cc1e0f4f7a kgdb: call touch_softlockup_watchdog on resume 16 年之前
kmod.c c8d8a2321f Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus 16 年之前
kprobes.c 7e036d040a kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor builds 16 年之前
ksysfs.c 22b8ce9470 profiling: dynamically enable readprofile at runtime 16 年之前
kthread.c 92b29b86fe Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 年之前
latencytop.c c33fff0afb kernel: use non-racy method for proc entries creation 17 年之前
lockdep.c 6afe40b4da lockdep: fix irqs on/off ip tracing 16 年之前
lockdep_internals.h d6672c5018 lockdep: build fix 16 年之前
lockdep_proc.c 2189459d25 lockstat: fix numerical output rounding error 16 年之前
marker.c 1b7ae37c03 markers: bit-field is not thread-safe nor smp-safe 16 年之前
module.c 88ed86fee6 Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc 16 年之前
mutex-debug.c 493d35863d mutex-debug: check mutex magic before owner 17 年之前
mutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 年之前
mutex.c 0e241ffd30 locking: fix mutex @key parameter kernel-doc notation 17 年之前
mutex.h ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness 19 年之前
notifier.c 36dcd67ae9 ftrace: ignore functions that cannot be kprobe-ed 16 年之前
ns_cgroup.c e885dcde75 cgroup_clone: use pid of newly created task for new cgroup 17 年之前
nsproxy.c 7a8fc9b248 removed unused #include <linux/version.h>'s 16 年之前
panic.c f44dd164f3 Make panic= and panic_on_oops into core_params 16 年之前
params.c d2441183dc Fix compile warning in kernel/params.c 16 年之前
pid.c e49859e71e pidns: remove now unused find_pid function. 17 年之前
pid_namespace.c 950bbabb5a pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits 16 年之前
pm_qos_params.c 9d35935747 pm_qos_requirement might sleep 16 年之前
posix-cpu-timers.c ad133ba3dc sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timers 16 年之前
posix-timers.c 268a3dcfea Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 16 年之前
printk.c acff181d35 printk: remove unused code from kernel/printk.c 16 年之前
profile.c e270219f43 kernel/profile.c: fix section mismatch warning 16 年之前
ptrace.c b747c8c102 make ptrace_untrace() static 16 年之前
rcuclassic.c 2ec2b482b1 rcu: RCU-based detection of stalled CPUs for Classic RCU, fix 16 年之前
rcupdate.c 5f86515158 rcupdate: fix bug of rcu_barrier*() 16 年之前
rcupreempt.c 1a651a00e2 byteorder: remove direct includes of linux/byteorder/swab[b].h 16 年之前
rcupreempt_trace.c 5802294f1b rcu: trace fix possible mem-leak 16 年之前
rcutorture.c f07767fd0f byteorder: remove direct includes of linux/byteorder/swab[b].h 16 年之前
relay.c 98ba4031ab relay: fix cpu offline problem 16 年之前
res_counter.c 856c13aa1f cgroup files: convert res_counter_write() to be a cgroups write_string() handler 17 年之前
resource.c 42c0202363 reserve_region_with_split: Fix GFP_KERNEL usage under spinlock 16 年之前
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 4a0b2b4dbe sysdev: Pass the attribute to the low level sysdev show/store function 17 年之前
rtmutex.c cc584b213f hrtimer: convert kernel/* to the new hrtimer apis 16 年之前
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 700018e0a7 cpuset: fix regression when failed to generate sched domains 16 年之前
sched_clock.c 5b7dba4ff8 sched_clock: prevent scd->clock from moving backwards 16 年之前
sched_cpupri.c 6e0534f278 sched: use a 2-d bitmap for searching lowest-pri CPU 17 年之前
sched_cpupri.h e539d8fcd1 sched: fix the cpuprio count really 17 年之前
sched_debug.c 29d7b90c15 sched: fix kernel warning on /proc/sched_debug access 16 年之前
sched_fair.c 2002c69595 sched: release buddies on yield 16 年之前
sched_features.h 4793241be4 sched: backward looking buddy 16 年之前
sched_idletask.c 4ce72a2c06 sched: add CONFIG_SMP consistency 16 年之前
sched_rt.c 8c82a17e9c Merge commit 'v2.6.28-rc1' into sched/urgent 16 年之前
sched_stats.h ad133ba3dc sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timers 16 年之前
seccomp.c cf99abace7 make seccomp zerocost in schedule 18 年之前
semaphore.c 5b2becc8cf semaphore: __down_common: use signal_pending_state() 17 年之前
signal.c d25141a818 'kill sig -1' must only apply to caller's namespace 16 年之前
smp.c 561920a0d2 generic-ipi: fix the smp_mb() placement 16 年之前
softirq.c ee5f80a993 irq: call __irq_enter() before calling the tick_idle_check 16 年之前
softlockup.c 25ddbb18aa Make the taint flags reliable 16 年之前
spinlock.c c72f4573a5 lockdep: spin_lock_nest_lock(), checkpatch fixes 16 年之前
srcu.c bb695170d8 make srcu_readers_active() static 17 年之前
stacktrace.c 8594698ebd stacktrace: fix modular build, export print_stack_trace and save_stack_trace 17 年之前
stop_machine.c e14c8bf863 stop_machine: fix race with return value (fixes Bug #11989) 16 年之前
sys.c 268a3dcfea Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 16 年之前
sys_ni.c de11defebf reintroduce accept4 16 年之前
sysctl.c 4944dd62de Merge commit 'v2.6.28-rc2' into tracing/urgent 16 年之前
sysctl_check.c 99541c23cd sysctl: check for bogus modes 17 年之前
taskstats.c b81f3ea92b taskstats: remove initialization of static per-cpu variable 17 年之前
test_kprobes.c f47cd9b553 kprobes: kretprobe user entry-handler 17 年之前
time.c df0cc0539b select: add a timespec_add_safe() function 16 年之前
timeconst.pl b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 年之前
timer.c 9c133c469d Add round_jiffies_up and related routines 16 年之前
tracepoint.c f66af459a9 tracepoint: check if the probe has been registered 16 年之前
tsacct.c 940389b8af task IO accounting: move all IO statistics in struct task_io_accounting 17 年之前
uid16.c 54a0151041 asmlinkage_protect replaces prevent_tail_call 17 年之前
user.c af4491e516 sched: rt-bandwidth for user grouping interface 16 年之前
user_namespace.c 7a8fc9b248 removed unused #include <linux/version.h>'s 16 年之前
utsname.c 7a8fc9b248 removed unused #include <linux/version.h>'s 16 年之前
utsname_sysctl.c f221e726bf sysctl: simplify ->strategy 16 年之前
wait.c a25d644fc0 wait: kill is_sync_wait() 16 年之前
workqueue.c 2d3854a37e cpumask: introduce new API, without changing anything 16 年之前