summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-07-14workqueue: Convert to state machine callbacksThomas Gleixner2-65/+53
2016-07-14perf/core: Convert to hotplug state machineThomas Gleixner2-46/+21
2016-07-14cpu/hotplug: Handle early registration gracefullyThomas Gleixner1-0/+7
2016-07-13Merge branch 'core/urgent' into smp/hotplug to pick up dependenciesThomas Gleixner1-0/+2
2016-07-13Merge branch 'core/rcu' into smp/hotplug to pick up dependenciesThomas Gleixner9-736/+844
2016-07-13Merge branch 'timers/core' into smp/hotplug to pick up dependenciesThomas Gleixner12-537/+749
2016-07-13cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner1-0/+2
2016-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-22/+20
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar29-692/+1077
2016-07-07timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner1-16/+35
2016-07-07timers: Split out index calculationAnna-Maria Gleixner1-15/+32
2016-07-07timers: Only wake softirq if necessaryThomas Gleixner1-0/+11
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner3-21/+120
2016-07-07timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner1-32/+1
2016-07-07timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner1-8/+41
2016-07-07timers: Move __run_timers() functionAnna-Maria Gleixner1-26/+26
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-19/+0
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner1-362/+467
2016-07-07timers: Give a few structs and members proper namesThomas Gleixner1-59/+59
2016-07-07signals: Use hrtimer for sigtimedwait()Thomas Gleixner1-14/+10
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner1-34/+5
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner1-5/+5
2016-07-07perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland1-1/+22
2016-07-05tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimerJisheng Zhang1-0/+1
2016-07-01timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar1-21/+21
2016-07-01timers/nohz: Fix several typosWei Jiangang1-5/+5
2016-06-30Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar9-736/+844
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds3-4/+25
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-37/+16
2016-06-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-72/+76
2016-06-29bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann1-1/+1
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs3-1/+21
2016-06-28audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs1-3/+4
2016-06-27sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra1-16/+11
2016-06-27sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra1-6/+9
2016-06-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-21/+66
2016-06-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+33
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman1-2/+2
2016-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+12
2016-06-24oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko1-0/+12
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds1-25/+25
2016-06-24sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo1-1/+3
2016-06-24sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov1-5/+4
2016-06-24sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov2-1/+21
2016-06-24locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini1-3/+33
2016-06-23cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira1-68/+74
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds4-12/+12
2016-06-21Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner6-24/+28
2016-06-20timer: Avoid using timespecArnd Bergmann1-3/+3
2016-06-20time: Avoid timespec in udelay_testArnd Bergmann1-8/+8