Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / posix-timers.c
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-24 Eric Dumazetposix-timers: RCU conversion
2011-05-23 Thomas Gleixnerhrtimers: Avoid touching inactive timer bases
2011-03-31 Lucas De MarchiFix common misspellings
2011-02-21 John Stultztimers: Export CLOCK_BOOTTIME via the posix timers...
2011-02-02 Richard Cochranposix clocks: Introduce dynamic clocks
2011-02-02 Thomas Gleixnerposix-timers: Cleanup namespace
2011-02-02 Richard Cochranposix-timers: Add support for fd based clocks
2011-02-02 Richard Cochranposix-timers: Introduce a syscall for clock tuning.
2011-02-02 Richard Cochranposix-timer: Update comment
2011-02-02 Thomas Gleixnerposix-timers: Remove CLOCK_DISPATCH leftovers
2011-02-02 Thomas Gleixnerposix-timers: Convert timer_delete() to clockid_to_kclock()
2011-02-02 Thomas Gleixnerposix-timers: Convert timer_gettime() to clockid_to_kcl...
2011-02-02 Thomas Gleixnerposix-timers: Convert timer_settime() to clockid_to_kcl...
2011-02-02 Thomas Gleixnerposix-timers: Convert timer_create() to clockid_to_kclock()
2011-02-02 Thomas Gleixnerposix-timers: Remove useless res field from k_clock
2011-02-02 Thomas Gleixnerposix-timers: Convert clock_getres() to clockid_to_kclock()
2011-02-02 Thomas Gleixnerposix-timers: Make clock_getres and clock_get mandatory
2011-02-02 Thomas Gleixnerposix-timers: Convert clock_gettime() to clockid_to_kcl...
2011-02-02 Thomas Gleixnerposix-timers: Convert clock_settime to clockid_to_kclock()
2011-02-02 Thomas Gleixnerposix-timers: Cleanup restart_block usage
2011-02-02 Thomas Gleixnerposix-timers: Convert clock_nanosleep_restart to clocki...
2011-02-02 Thomas Gleixnerposix-timers: Convert clock_nanosleep to clockid_to_kcl...
2011-02-02 Thomas Gleixnerposix-timers: Introduce clockid_to_kclock()
2011-02-02 Thomas Gleixnerposix-timers: Cleanup struct initializers
2011-02-02 Thomas Gleixnerposix-timers: Define nanosleep not supported error...
2011-02-02 Richard Cochrantime: Correct the *settime* parameters
2010-10-21 Namhyung Kimposix-timers: Annotate lock_timer()
2010-07-23 Andrey Vaginposix_timer: Move copy_to_user(created_timer_id) down...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
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-18 Heiko CarstensSystem call wrappers part 05
2009-01-15 Greg Kroah-Hartman- Update to 2.6.27.12-rc1:
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-25 Jeff Mahoney- Update to 2.6.25-rc3.
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-11-07 Jeff Mahoney-rc2 for real this time. ;)
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-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
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-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
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-16 Olaf Hering+- update to 2.6.15-git12
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
next