aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner1-27/+28
2019-04-29lockdep: Remove save argument from check_prev_add()Thomas Gleixner1-8/+8
2019-04-29lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner1-5/+4
2019-04-29dma/debug: Simplify stracktrace retrievalThomas Gleixner1-8/+6
2019-04-29latency_top: Simplify stack trace handlingThomas Gleixner1-15/+2
2019-04-29backtrace-test: Simplify stack trace handlingThomas Gleixner1-8/+3
2019-04-29stacktrace: Provide helpers for common stack trace operationsThomas Gleixner1-15/+155
2019-04-29tracing: Cleanup stack trace codeThomas Gleixner1-29/+13
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer1-0/+3
2019-04-29locking/static_key: Don't take sleeping locks in __static_key_slow_dec_deferred()Jakub Kicinski1-19/+13
2019-04-29locking/static_key: Factor out the fast path of static_key_slow_dec()Jakub Kicinski1-8/+15
2019-04-29locking/static_key: Add support for deferred static branchesJakub Kicinski1-7/+10
2019-04-29locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker2-67/+167
2019-04-29sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin1-6/+10
2019-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-17/+20
2019-04-26trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang1-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn1-14/+14
2019-04-26locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon1-71/+117
2019-04-26Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-next/mitigationsWill Deacon1-0/+15
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-30/+46
2019-04-25bpf: mark registers in all frames after pkt/null checksPaul Chaignon1-30/+46
2019-04-25seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen1-2/+15
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+11
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-39/+43
2019-04-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+26
2019-04-20Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2019-04-19sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"Colin Ian King1-1/+1
2019-04-19sched/topology: Update init_sched_domains() commentJuri Lelli1-3/+2
2019-04-19cgroup/cpuset: Update stale generate_sched_domains() commentsJuri Lelli1-6/+5
2019-04-19tick: Fix typos in commentsLaurent Gauthier1-2/+2
2019-04-19kernel/watchdog_hld.c: hard lockup message should end with a newlineSergey Senozhatsky1-1/+2
2019-04-19kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu1-1/+5
2019-04-19sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov1-1/+6
2019-04-19sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov1-0/+2
2019-04-19sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov1-0/+5
2019-04-19mm/resource: Use resource_overlaps() to simplify region_intersects()Wei Yang2-8/+7
2019-04-19rseq: Remove superfluous rseq_len from task_structMathieu Desnoyers1-4/+2
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers1-2/+1
2019-04-19sched/core: Fix typo in commentJoel Savitz1-1/+1
2019-04-18sched/core: Make some functions staticYueHaibing2-6/+6
2019-04-18signal: use fdget() since we don't allow O_PATHChristian Brauner1-1/+1
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar14-826/+831
2019-04-18timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen3-2/+11
2019-04-18irq_work: Do not raise an IPI when queueing work on the local CPUNicholas Piggin1-33/+42
2019-04-18watchdog: Fix typo in commentArash Fotouhi1-1/+1
2019-04-18locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra1-6/+22