index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
posix-cpu-timers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-23
time/timers: Move all time(r) related files into kernel/time
Thomas Gleixner
1
-1490
/
+0
2013-12-09
posix-timers: Convert abuses of BUG_ON to WARN_ON
Frederic Weisbecker
1
-5
/
+5
2013-12-09
posix-timers: Remove remaining uses of tasklist_lock
Frederic Weisbecker
1
-32
/
+44
2013-12-09
posix-timers: Use sighand lock instead of tasklist_lock on timer deletion
Frederic Weisbecker
1
-6
/
+11
2013-12-09
posix-timers: Use sighand lock instead of tasklist_lock for task clock sample
Frederic Weisbecker
1
-3
/
+13
2013-12-09
posix-timers: Consolidate posix_cpu_clock_get()
Frederic Weisbecker
1
-34
/
+30
2013-12-09
posix-timers: Remove useless clock sample on timers cleanup
Frederic Weisbecker
1
-23
/
+7
2013-12-09
posix-timers: Remove dead task special case
Frederic Weisbecker
1
-45
/
+25
2013-12-09
posix-timers: Cleanup reaped target handling
Frederic Weisbecker
1
-6
/
+0
2013-12-09
posix-timers: Remove dead process posix cpu timers caching
Frederic Weisbecker
1
-34
/
+1
2013-12-09
posix-timers: Remove dead thread posix cpu timers caching
Frederic Weisbecker
1
-18
/
+16
2013-12-02
posix-timers: Fix full dynticks CPUs kick on timer rescheduling
Frederic Weisbecker
1
-11
/
+7
2013-12-02
posix-timers: Spare workqueue if there is no full dynticks CPU to kick
Frederic Weisbecker
1
-1
/
+2
2013-07-03
posix_timers: fix racy timer delta caching on task exit
Frederic Weisbecker
1
-11
/
+11
2013-07-03
posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule()
Frederic Weisbecker
1
-0
/
+1
2013-07-03
posix_cpu_timers: consolidate expired timers check
Frederic Weisbecker
1
-85
/
+33
2013-07-03
posix_cpu_timers: consolidate timer list cleanups
Frederic Weisbecker
1
-29
/
+19
2013-07-03
posix_cpu_timer: consolidate expiry time type
Frederic Weisbecker
1
-160
/
+106
2013-04-22
posix_timers: Fix pre-condition to stop the tick on full dynticks
Frederic Weisbecker
1
-3
/
+3
2013-04-19
posix_timers: New API to prevent from stopping the tick when timers are running
Frederic Weisbecker
1
-15
/
+26
2013-04-19
posix_timers: Kick full dynticks CPUs when a posix cpu timer is armed
Frederic Weisbecker
1
-1
/
+34
2013-02-19
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+21
2013-02-15
posix-cpu-timers: Fix nanosleep task_struct leak
Stanislaw Gruszka
1
-2
/
+21
2013-01-27
cputime: Use accessors to read task cputime stats
Frederic Weisbecker
1
-6
/
+22
2012-12-19
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+3
2012-12-16
random: Mix cputime from each thread that exits to the pool
Nick Kossifidis
1
-0
/
+3
2012-11-28
cputime: Move thread_group_cputime() to sched code
Frederic Weisbecker
1
-24
/
+0
2011-12-15
[S390] cputime: add sparse checking and cleanup
Martin Schwidefsky
1
-80
/
+52
2011-10-26
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-7
/
+7
2011-10-18
cputimer: Cure lock inversion
Peter Zijlstra
1
-3
/
+4
2011-09-30
posix-cpu-timers: Cure SMP wobbles
Peter Zijlstra
1
-2
/
+3
2011-09-13
locking, sched: Annotate thread_group_cputimer as raw
Thomas Gleixner
1
-6
/
+6
2011-05-23
hrtimers: Avoid touching inactive timer bases
Thomas Gleixner
1
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-02-02
posix-timers: Cleanup namespace
Thomas Gleixner
1
-2
/
+2
2011-02-02
posix-timers: Make posix-cpu-timers functions static
Thomas Gleixner
1
-12
/
+15
2011-02-02
posix-timers: Convert clock_settime to clockid_to_kclock()
Thomas Gleixner
1
-2
/
+0
2011-02-02
posix-cpu-timers: Remove the stub nanosleep functions
Thomas Gleixner
1
-11
/
+0
2011-02-02
posix-timers: Cleanup restart_block usage
Thomas Gleixner
1
-23
/
+15
2011-02-02
posix-timers: Introduce clock_posix_cpu
Thomas Gleixner
1
-0
/
+12
2011-02-02
posix-timers: Cleanup struct initializers
Thomas Gleixner
1
-12
/
+12
2010-11-10
posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid call
Sergey Senozhatsky
1
-6
/
+6
2010-08-10
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
Linus Torvalds
1
-4
/
+4
2010-07-16
rlimits: add task_struct to update_rlimit_cpu
Jiri Slaby
1
-4
/
+4
2010-06-18
sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check()
Oleg Nesterov
1
-1
/
+4
2010-06-18
sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand()
Oleg Nesterov
1
-6
/
+4
2010-06-18
sched: thread_group_cputime: Simplify, document the "alive" check
Oleg Nesterov
1
-14
/
+7
2010-05-27
posix-cpu-timers: avoid "task->signal != NULL" checks
Oleg Nesterov
1
-6
/
+6
2010-05-10
posix-cpu-timers: Optimize run_posix_cpu_timers()
Stanislaw Gruszka
1
-51
/
+29
2010-05-10
Merge branch 'linus' into timers/core
Thomas Gleixner
1
-3
/
+7
[next]