nfsd: track last inode only in use_wgather case
[safe/jmp/linux-2.6] / kernel / timer.c
2009-04-09 Linus TorvaldsMerge branches 'core-fixes-for-linus', 'irq-fixes-for...
2009-04-02 Randy Dunlaptimers: add missing kernel-doc
2009-03-31 Linus TorvaldsMerge branch 'locking-for-linus' of git://git./linux...
2009-02-18 Ingo Molnartimers: add mod_timer_pending()
2009-02-14 Johannes Bergtimer: implement lockdep deadlock detection
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 27
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 02
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 01
2009-01-14 Heiko Carstens[CVE-2009-0029] Convert all system calls to return...
2008-12-31 Martin Schwidefsky[PATCH] idle cputime accounting
2008-12-31 Martin Schwidefsky[PATCH] fix scaled & unscaled cputime accounting
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap task credential accesses in the core kernel
2008-11-06 Alan SternAdd round_jiffies_up and related routines
2008-10-20 Thomas GleixnerMerge branches 'timers/clocksource', 'timers/hrtimers...
2008-08-21 Oleg Nesterovmigrate_timers: add comment, use spinlock_irq()
2008-08-11 Peter Zijlstraprintk: robustify printk
2008-07-14 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2008-05-25 Carlos R. MafraRemove argument from open_softirq which is always NULL
2008-05-12 Russell Kingdyntick: Remove last reminants of dyntick support
2008-04-30 Thomas Gleixnerdebugobjects: add timer specific object debugging code
2008-04-17 Oleg Nesterovtimers: simplify lockdep handling
2008-03-26 Thomas GleixnerNOHZ: reevaluate idle sleep length after add_timer_on()
2008-02-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2008-02-08 Pavel EmelyanovPidns: make full use of xxx_vnr() calls
2008-02-06 Michael Neulingtaskstats scaled time cleanup
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 Pavel Machektime: timer cleanups
2008-01-30 Pavel Machektime: clean hungarian notation from timers
2008-01-25 Peter Zijlstrahrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback
2008-01-22 Randy Dunlaptimer: fix section mismatch
2008-01-13 Roland McGrathremove task_ppid_nr_ns
2007-12-18 Adrian Bunktimer: kernel/timer.c section fixes
2007-12-06 Matthew WilcoxAdd schedule_timeout_killable
2007-11-09 Paul Mackerrassched: restore deterministic CPU accounting on powerpc
2007-11-05 Li Zefantime: fix inconsistent function names in comments
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-18 Michael NeulingAdd scaled time to taskstats based process accounting
2007-10-18 Daniel Walkerwhitespace fixes: system timers
2007-07-20 Tony LuckPull ia64-clocksource into release branch
2007-07-20 Bob Picco[IA64] remove time interpolator
2007-07-19 Thomas Gleixnertimer.c: cleanup recently introduced whitespace damage
2007-07-17 Christoph LameterSlab allocators: Replace explicit zeroing with __GFP_ZERO
2007-07-16 Venki PallipadiAdd a flag to indicate deferrable timers in /proc/timer...
2007-07-16 Tomas JanousekUse boot based time for uptime in /proc
2007-05-30 Thomas GleixnerNOHZ: prevent multiplication overflow - stop timer...
2007-05-14 Thomas Gleixnertimekeeping fix patch got mis-applied
2007-05-10 akpm@linux-foundat... timer: revert parenthesis fix in tbase_get_deferrable...
2007-05-09 Thomas Gleixnerclocksource: fix resume logic
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Jarek Poplawskitimer: parenthesis fix in tbase_get_deferrable() etc
2007-05-08 Pavel EmelianovIntroduce a handy list_first_entry macro
2007-05-08 john stultzMove timekeeping code to timekeeping.c
2007-05-08 Venki PallipadiAdd support for deferrable timers
2007-04-26 David Howells[AF_RXRPC]: Make it possible to merely try to cancel...
2007-04-07 Ingo Molnar[PATCH] high-res timers: resume fix
2007-03-25 Thomas Gleixner[PATCH] dynticks: fix hrtimer rounding error in next_ti...
2007-03-06 Daniel Walker[PATCH] fix vsyscall settimeofday
2007-03-06 Thomas Gleixner[PATCH] Save/restore periodic tick information over...
2007-03-05 Heiko Carstens[PATCH] timer/hrtimer: take per cpu locks in sane order
2007-03-01 Randy Dunlap[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
2007-03-01 Daniel Walker[PATCH] update timekeeping_is_continuous comment
2007-02-16 john stultz[PATCH] generic: vsyscall-gtod support for GENERIC_TIME
2007-02-16 Ingo Molnar[PATCH] Add debugging feature /proc/timer_stat
2007-02-16 Thomas Gleixner[PATCH] tick-management: dyntick / highres functionality
2007-02-16 Thomas Gleixner[PATCH] clockevents: add core functionality
2007-02-16 Thomas Gleixner[PATCH] Extend next_timer_interrupt() to use a referenc...
2007-02-16 Thomas Gleixner[PATCH] Fix cascade lookup of next_timer_interrupt
2007-02-16 Thomas Gleixner[PATCH] clocksource: Add verification (watchdog) helper
2007-02-16 Thomas Gleixner[PATCH] clocksource: Remove the update callback
2007-02-16 Thomas Gleixner[PATCH] clocksource: replace is_continuous by a flag...
2007-02-16 John Stultz[PATCH] GTOD: persistent clock support
2007-02-16 john stultz[PATCH] HZ free ntp
2007-02-13 Eric Dumazet[PATCH] x86-64: get rid of ARCH_HAVE_XTIME_LOCK
2007-02-11 Kyle McMartin[PATCH] Common compat_sys_sysinfo
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...
next