index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
posix-timers.c
Age
Commit message (
Expand
)
Author
2008-10-22
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
Thomas Gleixner
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
2008-10-17
Merge commit 'linus/master' into merge-linus
Arjan van de Ven
2008-10-02
fix error-path NULL deref in alloc_posix_timer()
Dan Carpenter
2008-09-24
posix-timers: lock_timer: make it readable
Oleg Nesterov
2008-09-24
posix-timers: lock_timer: kill the bogus ->it_id check
Oleg Nesterov
2008-09-24
posix-timers: kill ->it_sigev_signo and ->it_sigev_value
Oleg Nesterov
2008-09-24
posix-timers: sys_timer_create: cleanup the error handling
Oleg Nesterov
2008-09-24
posix-timers: move the initialization of timer->sigq from send to create path
Oleg Nesterov
2008-09-24
posix-timers: sys_timer_create: simplify and s/tasklist/rcu/
Oleg Nesterov
2008-09-24
posix-timers: sys_timer_create: remove the buggy PF_EXITING check
Oleg Nesterov
2008-09-24
posix-timers: always do get_task_struct(timer->it_process)
Oleg Nesterov
2008-09-24
posix-timers: don't switch to ->group_leader if ->it_process dies
Oleg Nesterov
2008-09-05
hrtimer: convert kernel/* to the new hrtimer apis
Arjan van de Ven
2008-08-21
clocksource: introduce CLOCK_MONOTONIC_RAW
John Stultz
2008-08-11
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2008-07-25
posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);
Oleg Nesterov
2008-07-25
posix timers: timer_delete: remove the bogus "->it_process != NULL" check
Oleg Nesterov
2008-07-24
posix-timers: fix posix_timer_event() vs dequeue_signal() race
Oleg Nesterov
2008-07-24
posix-timers: do_schedule_next_timer: fix the setting of ->si_overrun
Oleg Nesterov
2008-04-30
signals: join send_sigqueue() with send_group_sigqueue()
Oleg Nesterov
2008-04-18
kernel: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-02-14
hrtimer: check relative timeouts for overflow
Thomas Gleixner
2008-02-10
hrtimer: fix *rmtp handling in hrtimer_nanosleep()
Oleg Nesterov
2008-02-08
Use find_task_by_vpid in posix timers
Pavel Emelyanov
2008-02-05
timerfd: new timerfd API
Davide Libenzi
2008-02-03
kernel/: Spelling fixes
Joe Perches
2007-10-19
Isolate some explicit usage of task->tgid
Pavel Emelyanov
2007-10-18
hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier
Anton Blanchard
2007-10-17
SLAB_PANIC more (proc, posix-timers, shmem)
Alexey Dobriyan
2007-10-14
more low-hanging fruits - kernel, fs, lib signedness
Al Viro
2007-08-22
posix-timers: fix creation race
Oleg Nesterov
2007-08-22
posix-timers: fix deletion race
Thomas Gleixner
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-06-21
posix-timers: Prevent softirq starvation by small intervals and SIG_IGN
Thomas Gleixner
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-02-16
[PATCH] hrtimers: add high resolution timer support
Thomas Gleixner
2007-02-16
[PATCH] hrtimers: namespace and enum cleanup
Thomas Gleixner
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-10-03
fix file specification in comments
Uwe Zeisberger
2006-09-29
[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...
Toyo Abe
2006-03-26
[PATCH] hrtimers: remove data field
Roman Zippel
2006-03-26
[PATCH] hrtimers: posix-timer: cleanup common_timer_get()
Roman Zippel
2006-03-26
[PATCH] hrtimers: pass current time to hrtimer_forward()
Roman Zippel
2006-03-23
[PATCH] sem2mutex: kernel/
Arjan van de Ven
2006-03-17
[PATCH] posix-timers: fix requeue accounting when signal is ignored
Roman Zippel
2006-02-01
[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()
Adrian Bunk
2006-02-01
[PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timers
Thomas Gleixner
2006-02-01
[PATCH] hrtimers: cleanups and simplifications
George Anzinger
[next]