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-cpu-timers.c
Age
Commit message (
Expand
)
Author
2010-08-10
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
Linus Torvalds
2010-07-16
rlimits: add task_struct to update_rlimit_cpu
Jiri Slaby
2010-06-18
sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check()
Oleg Nesterov
2010-06-18
sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand()
Oleg Nesterov
2010-06-18
sched: thread_group_cputime: Simplify, document the "alive" check
Oleg Nesterov
2010-05-27
posix-cpu-timers: avoid "task->signal != NULL" checks
Oleg Nesterov
2010-05-10
posix-cpu-timers: Optimize run_posix_cpu_timers()
Stanislaw Gruszka
2010-05-10
Merge branch 'linus' into timers/core
Thomas Gleixner
2010-03-26
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2010-03-12
cpu-timers: Avoid iterating over all threads in fastpath_timer_check()
Stanislaw Gruszka
2010-03-12
cpu-timers: Change SIGEV_NONE timer implementation
Stanislaw Gruszka
2010-03-12
cpu-timers: Return correct previous timer reload value
Stanislaw Gruszka
2010-03-12
cpu-timers: Cleanup arm_timer()
Stanislaw Gruszka
2010-03-12
cpu-timers: Simplify RLIMIT_CPU handling
Stanislaw Gruszka
2010-03-12
posix-cpu-timers: Reset expire cache when no timer is running
Stanislaw Gruszka
2010-03-06
kernel core: use helpers for rlimits
Jiri Slaby
2010-03-06
posix-cpu-timers: cleanup rlimits usage
Jiri Slaby
2009-11-18
posix-cpu-timers: optimize and document timer_create callback
Stanislaw Gruszka
2009-08-29
itimers: Add tracepoints for itimer
Xiao Guangrong
2009-08-29
Merge branch 'timers/posixtimers' into timers/tracing
Thomas Gleixner
2009-08-08
posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()
Stanislaw Gruszka
2009-08-03
cputime: Optimize jiffies_to_cputime(1)
Stanislaw Gruszka
2009-08-03
itimers: Simplify arm_timer() code a bit
Stanislaw Gruszka
2009-08-03
itimers: Fix periodic tics precision
Stanislaw Gruszka
2009-08-03
itimers: Merge ITIMER_VIRT and ITIMER_PROF
Stanislaw Gruszka
2009-04-30
kernel/posix-cpu-timers.c: fix sparse warning
H Hartley Sweeten
2009-04-09
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2009-04-08
posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)
Oleg Nesterov
2009-04-08
Merge commit 'v2.6.30-rc1' into sched/urgent
Ingo Molnar
2009-04-01
posixtimers, sched: Fix posix clock monotonicity
Hidetoshi Seto
2009-03-23
posix timers: fix RLIMIT_CPU && fork()
Oleg Nesterov
2009-02-13
timers: more consistently use clock vs timer
Peter Zijlstra
2009-02-11
timers: fix TIMER_ABSTIME for process wide cpu timers
Peter Zijlstra
2009-02-11
timers: split process wide cpu clocks/timers, fix
Peter Zijlstra
2009-02-05
timers: split process wide cpu clocks/timers
Peter Zijlstra
2009-01-07
itimers: remove the per-cpu-ish-ness
Peter Zijlstra
2008-12-25
Merge commit 'v2.6.28' into core/core
Ingo Molnar
2008-11-24
posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_ID
Petr Tesarik
2008-11-17
thread_group_cputime: kill the bogus ->signal != NULL check
Oleg Nesterov
2008-11-17
sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...
Oleg Nesterov
2008-09-23
timers: fix itimer/many thread hang, v2
Frank Mayhar
2008-09-14
timers: fix itimer/many thread hang, cleanups
Ingo Molnar
2008-09-14
timers: fix itimer/many thread hang
Frank Mayhar
2008-05-24
posix-timers: print RT watchdog message
Hiroshi Shimamoto
2008-05-01
remove div_long_long_rem
Roman Zippel
2008-04-17
posix-timers: fix shadowed variables
WANG Cong
2008-02-08
Use find_task_by_vpid in posix timers
Pavel Emelyanov
2008-01-25
sched: rt-watchdog: fix .rlim_max = RLIM_INFINITY
Peter Zijlstra
2008-01-25
sched: SCHED_FIFO/SCHED_RR watchdog timer
Peter Zijlstra
2007-10-19
Isolate some explicit usage of task->tgid
Pavel Emelyanov
[next]