summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* hrtimer: Remove hrtimer_start() return valueThomas Gleixner2015-04-221-16/+7
* tick: broadcast-hrtimer: Remove overly clever return value abuseThomas Gleixner2015-04-221-3/+5
* alarmtimer: Get rid of unused return valueThomas Gleixner2015-04-221-7/+4
* rtmutex: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+1
* futex: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+1
* hrtimer: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+0
* hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner2015-04-221-19/+0
* hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner2015-04-221-23/+15
* sched: deadline: Use hrtimer_start()Thomas Gleixner2015-04-221-10/+2
* sched: core: Use hrtimer_start[_expires]()Thomas Gleixner2015-04-222-21/+9
* perf: core: Use hrtimer_start()Thomas Gleixner2015-04-221-6/+3
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-227-115/+101
* tick: Sched: Restructure codeThomas Gleixner2015-04-221-90/+81
* tick: sched: Force tick interrupt and get rid of softirq magicThomas Gleixner2015-04-221-54/+29
* tick: sched: Remove hrtimer_active() checksThomas Gleixner2015-04-221-15/+4
* hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-223-122/+53
* hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner2015-04-221-18/+28
* hrtimer: Make use of timerqueue_add/del return valuesThomas Gleixner2015-04-221-4/+2
* hrtimer: Use cpu_base->active_base for hotpath iteratorsThomas Gleixner2015-04-221-9/+8
* hrtimer: Use bits for various boolean indicatorsThomas Gleixner2015-04-221-8/+16
* hrtimer: Make offset update smarterThomas Gleixner2015-04-223-11/+22
* hrtimer: Get rid of softirq timeThomas Gleixner2015-04-223-124/+59
* hrtimer: Make the statistics fields smallerThomas Gleixner2015-04-222-3/+3
* hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner2015-04-223-24/+15
* hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2015-04-222-21/+13
* hrtimer: Update active_bases before calling hrtimer_force_reprogram()Viresh Kumar2015-04-221-2/+3
* hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner2015-04-221-0/+8
* timekeeping: Remove stale function prototypeThomas Gleixner2015-04-221-1/+0
* timer_list: Reduce SEQ_printf footprintJoe Perches2015-04-221-7/+14
* smp: Fix error case handling in smp_call_function_*()Linus Torvalds2015-04-191-1/+3
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-04-182-32/+62
|\
| * smp: Fix smp_call_function_single_async() lockingLinus Torvalds2015-04-171-31/+47
| * lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra2015-04-171-1/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-171-3/+9
|\ \
| * | bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov2015-04-161-2/+7
| * | bpf: fix verifier memory corruptionAlexei Starovoitov2015-04-161-1/+2
* | | oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-04-171-0/+1
* | | gcov: fix softlockupsAndrey Ryabinin2015-04-171-1/+4
* | | kernel/sysctl.c: detect overflows when converting to intHeinrich Schuchardt2015-04-171-1/+9
* | | prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso2015-04-172-25/+41
* | | mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-171-19/+37
* | | kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-172-6/+31
* | | kernel/fork.c: avoid division by zeroHeinrich Schuchardt2015-04-171-9/+20
* | | kernel/fork.c: new function for max_threadsHeinrich Schuchardt2015-04-171-13/+21
* | | fork_init: update max_threads commentJean Delvare2015-04-171-2/+2
* | | fork: report pid reservation failure properlyMichal Hocko2015-04-172-9/+11
* | | signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoVladimir Davydov2015-04-171-9/+5
* | | ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov2015-04-171-10/+9
* | | ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-04-171-0/+20
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1512-63/+106
|\ \ \
OpenPOWER on IntegriCloud