aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani7-24/+26
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann1-12/+12
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann3-79/+69
2019-02-06ring-buffer: Remove unused function ring_buffer_page_len()Miroslav Benes1-14/+0
2019-02-06tracing: Show stacktrace for wakeup tracersChangbin Du1-0/+2
2019-02-06tracing: Put a margin between flags and duration for wakeup tracersChangbin Du1-2/+3
2019-02-06tracing: Show more info for funcgraph wakeup tracersChangbin Du1-1/+4
2019-02-06tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)1-0/+1
2019-02-06tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre1-0/+1
2019-02-06tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre1-0/+1
2019-02-06function_graph: Support displaying relative timestampChangbin Du4-6/+32
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier1-1/+1
2019-02-06livepatch: Module coming and going callbacks can proceed with all listed patchesPetr Mladek1-20/+6
2019-02-06livepatch: Introduce klp_for_each_patch macroPetr Mladek3-5/+11
2019-02-06livepatch: core: Return EOPNOTSUPP instead of ENOSYSAlice Ferrazzi1-1/+1
2019-02-05irqdesc: Add domain handler for NMIsJulien Thierry1-0/+35
2019-02-05genirq: Provide NMI handlersJulien Thierry1-0/+54
2019-02-05genirq: Provide NMI management for percpu_devid interruptsJulien Thierry1-0/+177
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry3-3/+233
2019-02-05signal: Always attempt to allocate siginfo for SIGSTOPEric W. Biederman1-3/+2
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe23-91/+234
2019-02-04powerpc: Drop page_is_ram() and walk_system_ram_range()Christophe Leroy1-4/+0
2019-02-04genirq: export irq_chip_set_wake_parent symbolBrian Masney1-0/+1
2019-02-04sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot1-5/+28
2019-02-04sched/fair: Add tmp_alone_branch assertionPeter Zijlstra1-55/+71
2019-02-04sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2-7/+8
2019-02-04sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto1-0/+4
2019-02-04sched/pelt: Skip updating util_est when utilization is higher than CPU's capacityVincent Guittot2-5/+16
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot7-52/+170
2019-02-04sched/fair: Move the rq_of() helper functionVincent Guittot2-13/+16
2019-02-04locking/qspinlock_stat: Track the no MCS node available caseWaiman Long2-7/+17
2019-02-04locking/qspinlock: Handle > 4 slowpath nesting levelsWaiman Long1-0/+15
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso3-21/+46
2019-02-04locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long1-0/+3
2019-02-04Merge tag 'v5.0-rc5' into locking/core to pick up fixesIngo Molnar15-55/+97
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova1-3/+3
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova1-2/+2
2019-02-04sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova1-6/+6
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova1-3/+3
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova1-4/+4
2019-02-04perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_tElena Reshetova3-5/+5
2019-02-04perf/ring_buffer: Convert ring_buffer.refcount to refcount_tElena Reshetova3-4/+5
2019-02-04perf: Convert perf_event_context.refcount to refcount_tElena Reshetova1-6/+6
2019-02-04perf/uprobes: Convert to SPDX license identifierThomas Gleixner1-14/+1
2019-02-04perf/hw_breakpoints: Convert to SPDX license identifierThomas Gleixner1-14/+1
2019-02-04perf/core: Convert to SPDX license identifiersThomas Gleixner3-6/+3
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar19-66/+134
2019-02-04perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2019-02-03audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs3-166/+158
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-35/+6