summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar
2016-07-07timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner
2016-07-07timers: Split out index calculationAnna-Maria Gleixner
2016-07-07timers: Only wake softirq if necessaryThomas Gleixner
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner
2016-07-07timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner
2016-07-07timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner
2016-07-07timers: Move __run_timers() functionAnna-Maria Gleixner
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner
2016-07-07timers: Give a few structs and members proper namesThomas Gleixner
2016-07-07signals: Use hrtimer for sigtimedwait()Thomas Gleixner
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner
2016-07-05tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimerJisheng Zhang
2016-07-01timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar
2016-07-01timers/nohz: Fix several typosWei Jiangang
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-06-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-29bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs
2016-06-28audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs
2016-06-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-06-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman
2016-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-06-25oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds
2016-06-24sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo
2016-06-24sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov
2016-06-24sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov
2016-06-24locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini
2016-06-23cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds
2016-06-21Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner
2016-06-20timer: Avoid using timespecArnd Bergmann
2016-06-20time: Avoid timespec in udelay_testArnd Bergmann
2016-06-20time: Add time64_to_tm()Deepa Dinamani
2016-06-20alarmtimer: Fix comments describing structure fieldsPratyush Patel
2016-06-20timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei
2016-06-20clocksource: Make clocksource insert entry more efficientMinfei Huang
2016-06-20Merge tag 'trace-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2016-06-20tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-06-20sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra
2016-06-16cgroup: set css->id to -1 during initTejun Heo
2016-06-16bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov
2016-06-16bpf: fix matching of data/data_end in verifierAlexei Starovoitov
2016-06-15kernel/kcov: unproxify debugfs file's fopsNicolai Stange
2016-06-14kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin