KVM: MMU: invalidate and flush on spte small->large page size change
[safe/jmp/linux-2.6] / kernel / posix-timers.c
2010-05-27 Andrey Vaginposix_timer: Fix error path in timer_create
2010-02-05 H Hartley Sweetenposix-timers.c: Don't export local functions
2009-08-21 john stultztime: Introduce CLOCK_REALTIME_COARSE
2009-08-04 Hiroshi Shimamotoposix-timers: Fix oops in clock_nanosleep() with CLOCK_...
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 05
2008-12-25 Ingo MolnarMerge branches 'timers/clocksource', 'timers/hpet'...
2008-12-20 Thomas GleixnerNull pointer deref with hrtimer_try_to_cancel()
2008-12-12 Oleg Nesterovposix-timers: check ->it_signal instead of ->it_pid...
2008-12-12 Oleg Nesterovposix-timers: use "struct pid*" instead of "struct...
2008-10-22 Thomas GleixnerMerge branch 'timers/range-hrtimers' into v28-range...
2008-10-20 Thomas GleixnerMerge branches 'timers/clocksource', 'timers/hrtimers...
2008-10-17 Arjan van de VenMerge commit 'linus/master' into merge-linus
2008-10-02 Dan Carpenterfix error-path NULL deref in alloc_posix_timer()
2008-09-24 Oleg Nesterovposix-timers: lock_timer: make it readable
2008-09-24 Oleg Nesterovposix-timers: lock_timer: kill the bogus ->it_id check
2008-09-24 Oleg Nesterovposix-timers: kill ->it_sigev_signo and ->it_sigev_value
2008-09-24 Oleg Nesterovposix-timers: sys_timer_create: cleanup the error handling
2008-09-24 Oleg Nesterovposix-timers: move the initialization of timer->sigq...
2008-09-24 Oleg Nesterovposix-timers: sys_timer_create: simplify and s/tasklist...
2008-09-24 Oleg Nesterovposix-timers: sys_timer_create: remove the buggy PF_EXI...
2008-09-24 Oleg Nesterovposix-timers: always do get_task_struct(timer->it_process)
2008-09-24 Oleg Nesterovposix-timers: don't switch to ->group_leader if ->it_pr...
2008-09-06 Arjan van de Venhrtimer: convert kernel/* to the new hrtimer apis
2008-08-21 John Stultzclocksource: introduce CLOCK_MONOTONIC_RAW
2008-08-11 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2008-07-25 Oleg Nesterovposix timers: release_posix_timer: kill the bogus put_t...
2008-07-25 Oleg Nesterovposix timers: timer_delete: remove the bogus "->it_proc...
2008-07-23 Oleg Nesterovposix-timers: fix posix_timer_event() vs dequeue_signal...
2008-07-23 Oleg Nesterovposix-timers: do_schedule_next_timer: fix the setting...
2008-04-30 Oleg Nesterovsignals: join send_sigqueue() with send_group_sigqueue()
2008-04-19 Matthew Wilcoxkernel: Remove unnecessary inclusions of asm/semaphore.h
2008-02-14 Thomas Gleixnerhrtimer: check relative timeouts for overflow
2008-02-10 Oleg Nesterovhrtimer: fix *rmtp handling in hrtimer_nanosleep()
2008-02-08 Pavel EmelyanovUse find_task_by_vpid in posix timers
2008-02-05 Davide Libenzitimerfd: new timerfd API
2008-02-03 Joe Percheskernel/: Spelling fixes
2007-10-19 Pavel EmelyanovIsolate some explicit usage of task->tgid
2007-10-18 Anton Blanchardhrtimer: Rework hrtimer_nanosleep to make sys_compat_na...
2007-10-17 Alexey DobriyanSLAB_PANIC more (proc, posix-timers, shmem)
2007-10-14 Al Viromore low-hanging fruits - kernel, fs, lib signedness
2007-08-23 Oleg Nesterovposix-timers: fix creation race
2007-08-23 Thomas Gleixnerposix-timers: fix deletion race
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-06-21 Thomas Gleixnerposix-timers: Prevent softirq starvation by small inter...
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-02-16 Thomas Gleixner[PATCH] hrtimers: add high resolution timer support
2007-02-16 Thomas Gleixner[PATCH] hrtimers: namespace and enum cleanup
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-10-03 Uwe Zeisbergerfix file specification in comments
2006-09-29 Toyo Abe[PATCH] posix-timers: Fix clock_nanosleep() doesn't...
2006-03-26 Roman Zippel[PATCH] hrtimers: remove data field
2006-03-26 Roman Zippel[PATCH] hrtimers: posix-timer: cleanup common_timer_get()
2006-03-26 Roman Zippel[PATCH] hrtimers: pass current time to hrtimer_forward()
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: kernel/
2006-03-17 Roman Zippel[PATCH] posix-timers: fix requeue accounting when signa...
2006-02-01 Adrian Bunk[PATCH] kernel/posix-timers.c: remove do_posix_clock_no...
2006-02-01 Thomas Gleixner[PATCH] hrtimers: set correct initial expiry time for...
2006-02-01 George Anzinger[PATCH] hrtimers: cleanups and simplifications
2006-02-01 Thomas Gleixner[PATCH] hrtimers: fix possible use of NULL pointer...
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-10 Thomas Gleixner[PATCH] hrtimer: convert posix timers completely
2006-01-10 Thomas Gleixner[PATCH] hrtimer: switch clock_nanosleep to hrtimer...
2006-01-10 Thomas Gleixner[PATCH] hrtimer: create and use timespec_valid macro
2006-01-10 Thomas Gleixner[PATCH] hrtimer: make clockid_t arguments const
2006-01-10 Thomas Gleixner[PATCH] hrtimer: remove duplicate div_long_long_rem...
2005-11-14 George Anzinger[PATCH] timespec: normalize off by one errors
2005-10-31 Oleg Nesterov[PATCH] posix-timers: use schedule_timeout() in common_...
2005-10-21 Roland McGrath[PATCH] Call exit_itimers from do_exit, not __exit_signal
2005-09-07 Oleg Nesterov[PATCH] fix send_sigqueue() vs thread exit race
2005-08-04 Andrew Morton[PATCH] revert "timer exit cleanup"
2005-07-29 George Anzinger[PATCH] posix timers: fix normalization problem
2005-06-23 Oleg Nesterov[PATCH] posix-timers: use try_to_del_timer_sync()
2005-06-17 Ingo Molnar[PATCH] timer exit cleanup
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2