aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 32-2406/+2579
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-129/+219
2017-02-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-206/+313
2017-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-3/+68
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 13-589/+60
2017-02-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2017-02-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-10/+9
2017-02-18printk: use rcuidle console tracepointGravatar Sergey Senozhatsky 1-1/+1
2017-02-18hrtimer: Catch invalid clockids againGravatar Marc Zyngier 1-5/+15
2017-02-16Revert "nohz: Fix collision between tick and other hrtimers"Gravatar Linus Torvalds 2-14/+2
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-22/+66
2017-02-16genirq: Clarify logic calculating bogus irqreturn_t valuesGravatar Jeremy Kerr 1-1/+3
2017-02-15timekeeping: Use deferred printk() in debug codeGravatar Sergey Senozhatsky 1-2/+2
2017-02-14Merge tag 'v4.10-rc8' into perf/core, to pick up fixesGravatar Ingo Molnar 7-63/+81
2017-02-13futex: Move futex_init() to core_initcallGravatar Yang Yang 1-1/+1
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockGravatar Mike Galbraith 1-8/+7
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagGravatar Alexei Starovoitov 3-22/+66
2017-02-12genirq/devres: Use dev_name(dev) as default for devnameGravatar Heiner Kallweit 1-2/+8
2017-02-11Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+5
2017-02-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-10/+15
2017-02-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-8/+4
2017-02-10genirq: Fix /proc/interrupts output alignmentGravatar H Hartley Sweeten 1-0/+2
2017-02-10irqdesc: Add a resource managed version of irq_alloc_descs()Gravatar Bartosz Golaszewski 1-0/+55
2017-02-10timer_list: Remove useless cast when printingGravatar Mars Cheng 1-1/+1
2017-02-10time: Remove CONFIG_TIMER_STATSGravatar Kees Cook 7-523/+2
2017-02-10tick/nohz: Fix possible missing clock reprog after tick soft restartGravatar Frederic Weisbecker 1-0/+5
2017-02-10perf/core: Allow kernel filters on CPU eventsGravatar Alexander Shishkin 1-14/+28
2017-02-10perf/core: Do error out on a kernel filter on an exclude_filter eventGravatar Alexander Shishkin 1-0/+1
2017-02-10sched/core: Remove unlikely() annotation from sched_move_task()Gravatar Steven Rostedt (VMware) 1-2/+2
2017-02-10perf/core: Fix crash in perf_event_read()Gravatar Peter Zijlstra 1-10/+15
2017-02-08kernel/ucount.c: mark user_header with kmemleak_ignore()Gravatar Luis R. Rodriguez 1-2/+1
2017-02-08sched/autogroup: Rename auto_group.[ch] to autogroup.[ch]Gravatar Ingo Molnar 4-2/+2
2017-02-08stacktrace, lockdep: Fix address, newline uglinessGravatar Omar Sandoval 1-8/+4
2017-02-07sched/topology: Split out scheduler topology code from core.c into topology.cGravatar Ingo Molnar 4-1658/+1684
2017-02-07sched/core: Remove unnecessary #include headersGravatar Ingo Molnar 1-49/+10
2017-02-07sched/rq_clock: Consolidate the ordering of the rq_clock methodsGravatar Ingo Molnar 1-75/+78
2017-02-07sched/core: Clean up commentsGravatar Ingo Molnar 1-176/+182
2017-02-06Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-11/+10
2017-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-14/+30
2017-02-04tick/broadcast: Reduce lock cacheline contentionGravatar Waiman Long 1-7/+8
2017-02-03Merge tag 'trace-v4.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesGravatar Ard Biesheuvel 1-28/+25
2017-02-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-23/+46
2017-02-02tracing/kprobes: Fix __init annotationGravatar Arnd Bergmann 1-1/+1
2017-02-01sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Gravatar Shile Zhang 3-3/+5
2017-02-01sched/cputime, vtime: Return nsecs instead of cputime_t to accountGravatar Frederic Weisbecker 1-20/+11
2017-02-01sched/cputime: Complete nsec conversion of tick based accountingGravatar Frederic Weisbecker 1-30/+22
2017-02-01sched/cputime: Push time to account_system_time() in nsecsGravatar Frederic Weisbecker 1-20/+19
2017-02-01sched/cputime: Push time to account_idle_time() in nsecsGravatar Frederic Weisbecker 1-9/+9
2017-02-01sched/cputime: Push time to account_steal_time() in nsecsGravatar Frederic Weisbecker 1-5/+6