summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-29latency_top: Simplify stack trace handlingThomas Gleixner
2019-04-29backtrace-test: Simplify stack trace handlingThomas Gleixner
2019-04-29stacktrace: Provide helpers for common stack trace operationsThomas Gleixner
2019-04-29tracing: Cleanup stack trace codeThomas Gleixner
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer
2019-04-29locking/static_key: Don't take sleeping locks in __static_key_slow_dec_deferr...Jakub Kicinski
2019-04-29locking/static_key: Factor out the fast path of static_key_slow_dec()Jakub Kicinski
2019-04-29locking/static_key: Add support for deferred static branchesJakub Kicinski
2019-04-29locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker
2019-04-29sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin
2019-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-04-26trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn
2019-04-26locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon
2019-04-26Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/...Will Deacon
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-25bpf: mark registers in all frames after pkt/null checksPaul Chaignon
2019-04-25seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-04-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-20Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-04-19sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"Colin Ian King
2019-04-19sched/topology: Update init_sched_domains() commentJuri Lelli
2019-04-19cgroup/cpuset: Update stale generate_sched_domains() commentsJuri Lelli
2019-04-19tick: Fix typos in commentsLaurent Gauthier
2019-04-19kernel/watchdog_hld.c: hard lockup message should end with a newlineSergey Senozhatsky
2019-04-19kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-04-19sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov
2019-04-19sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov
2019-04-19sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov
2019-04-19mm/resource: Use resource_overlaps() to simplify region_intersects()Wei Yang
2019-04-19rseq: Remove superfluous rseq_len from task_structMathieu Desnoyers
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers
2019-04-19sched/core: Fix typo in commentJoel Savitz
2019-04-18sched/core: Make some functions staticYueHaibing
2019-04-18signal: use fdget() since we don't allow O_PATHChristian Brauner
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-04-18timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen
2019-04-18irq_work: Do not raise an IPI when queueing work on the local CPUNicholas Piggin
2019-04-18watchdog: Fix typo in commentArash Fotouhi
2019-04-18locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra
2019-04-18locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker
2019-04-18locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker
2019-04-18locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker
2019-04-17cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf
2019-04-16genirq/devres: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva