mm: avoid null-pointer deref in sync_mm_rss()
[safe/jmp/linux-2.6] / kernel / timer.c
2007-02-11 Robert P. J. Day[PATCH] Numerous fixes to kernel-doc info in source...
2007-02-11 Helge Deller[PATCH] use cycle_t instead of u64 in struct time_inter...
2006-12-22 Andrew Morton[PATCH] schedule_timeout(): improve warning message
2006-12-13 Eric Dumazet[PATCH] Optimize calc_load()
2006-12-10 Daniel Walker[PATCH] clocksource: small cleanup
2006-12-10 Arjan van de Ven[PATCH] round_jiffies infrastructure
2006-10-01 Atsushi Nemoto[PATCH] kill wall_jiffies
2006-10-01 Roman Zippel[PATCH] ntp: add time_adjust to tick length
2006-10-01 Roman Zippel[PATCH] ntp: add ntp_update_frequency
2006-10-01 john stultz[PATCH] NTP: Move all the NTP related code to ntp.c
2006-09-29 Atsushi Nemoto[PATCH] simplify update_times (avoid jiffies/jiffies_64...
2006-09-29 Akinobu Mita[PATCH] check return value of cpu_callback
2006-09-29 Rolf Eike Beer[PATCH] Fix kerneldoc comments in kernel/timer.c
2006-09-29 Josh Triplett[PATCH] timer: add lock annotation to lock_timer_base
2006-08-14 Kirill Korotaev[PATCH] sys_getppid oopses on debug kernel
2006-07-31 Josh Triplett[PATCH] timer: Fix tvec_bases initializer
2006-07-31 Steven Rostedt[PATCH] fix bad macro param in timer.c
2006-07-31 Chandra Seetharaman[PATCH] cpu hotplug: replace __devinit* with __cpuinit...
2006-07-15 john stultz[PATCH] improve timekeeping resume robustness
2006-07-15 Andrew Morton[PATCH] del_timer_sync(): add cpu_relax()
2006-07-10 Roman Zippel[PATCH] adjust clock for lost ticks
2006-07-03 Ingo Molnar[PATCH] sched: cleanup, remove task_t, convert to struc...
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate timer base locks
2006-07-03 Ingo Molnar[PATCH] lockdep: locking init debugging improvement
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: revert initdata patch submitted...
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: revert init patch submitted for...
2006-06-26 Roman Zippel[PATCH] fix and optimize clock source update
2006-06-26 john stultz[PATCH] time: rename clocksource functions
2006-06-26 john stultz[PATCH] Time: Introduce arch generic time accessors
2006-06-26 john stultz[PATCH] Time: Use clocksource abstraction for NTP adjus...
2006-06-26 john stultz[PATCH] Time: Let user request precision from current_t...
2006-06-26 john stultz[PATCH] Time: Use clocksource infrastructure for update...
2006-06-25 Paul Mackerras[PATCH] Define __raw_get_cpu_var and use it
2006-06-23 Porpoise[PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter...
2006-06-23 Oleg Nesterov[PATCH] list: use list_replace_init() instead of list_s...
2006-05-21 Zachary Amsden[PATCH] Fix a NO_IDLE_HZ timer bug
2006-04-26 Chandra Seetharaman[PATCH] Remove __devinit and __cpuinit from notifier_ca...
2006-04-26 Chandra Seetharaman[PATCH] Remove __devinitdata from notifier block defini...
2006-04-11 Andrew Morton[PATCH] timer initialisation fix
2006-04-09 Jordan Hargrave[PATCH] x86_64: Fix drift with HPET timer enabled
2006-04-02 Eric SesterhennBUG_ON() Conversion in kernel/signal.c
2006-03-31 Jack Steiner[PATCH] sched: reduce overhead of calc_load
2006-03-31 Oleg Nesterov[PATCH] __mod_timer: simplify ->base changing
2006-03-31 Oleg Nesterov[PATCH] kill __init_timer_base in favor of boot_tvec_bases
2006-03-25 Roman Zippel[PATCH] remove pps support
2006-03-25 Thomas Gleixner[PATCH] sys_alarm() unsigned signed conversion fixup
2006-03-24 Ingo Molnar[PATCH] timer-irq-driven soft-watchdog, cleanups
2006-03-24 Jan Beulich[PATCH] tvec_bases too large for per-cpu data
2006-03-17 Christoph Lameter[PATCH] time_interpolator: add __read_mostly
2006-03-07 Atsushi Nemoto[PATCH] time: add barrier after updating jiffies_64
2006-03-07 Tony Lindgren[PATCH] fix next_timer_interrupt() for hrtimer
2006-03-02 Christoph Lameter[PATCH] time_interpolator: Use readq_relaxed() instead...
2006-02-17 Paul Mackerras[PATCH] Provide an interface for getting the current...
2006-02-08 Al Viro[PATCH] timer.c NULL noise removal
2006-01-10 Thomas Gleixner[PATCH] hrtimer: switch sys_nanosleep to hrtimer
2006-01-10 Thomas Gleixner[PATCH] hrtimer: hrtimer core code
2006-01-09 Adrian Bunk[PATCH] kernel/: small cleanups
2005-10-31 Thomas Gleixner[PATCH] jiffies_64 cleanup
2005-10-31 Andrew Morton[PATCH] remove timer debug field
2005-10-31 Andrew Morton[PATCH] ntp whitespace cleanup
2005-10-31 john stultz[PATCH] NTP shift_right cleanup
2005-10-31 Oleg Nesterov[PATCH] introduce setup_timer() helper
2005-10-30 YOSHIFUJI Hideaki[PATCH] TIMERS: add missing compensation for HZ == 250
2005-09-13 Andrew Morton[PATCH] schedule_timeout_[un]interruptible() speedup
2005-09-10 Nishanth Aravamudan[PATCH] kernel: fix-up schedule_timeout() usage
2005-09-10 Nishanth Aravamudan[PATCH] add schedule_timeout_{,un}interruptible() inter...
2005-09-07 Alex Williamson[PATCH] optimize writer path in time_interpolator_get_c...
2005-09-07 Ingo Molnar[PATCH] detect soft lockups
2005-08-23 David Meybohm[PATCH] preempt race in getppid
2005-06-25 Domen Puncer[PATCH] kernel/timer: fix msleep_interruptible() comment
2005-06-23 Jesper Juhl[PATCH] preempt_count is int - remove cast and don...
2005-06-23 Oleg Nesterov[PATCH] timers: introduce try_to_del_timer_sync()
2005-06-23 Oleg Nesterov[PATCH] timers fixes/improvements
2005-05-01 akpm@osdl.org[PATCH] use smp_mb/wmb/rmb where possible
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2