summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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
2019-04-16sched/core: Unify p->on_rq updatesPeter Zijlstra
2019-04-16sched/core: Remove ttwu_activate()Peter Zijlstra
2019-04-16sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner
2019-04-16sched/deadline: Correctly handle active 0-lag timersluca abeni
2019-04-16sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-04-16sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider
2019-04-16perf/core: Add perf_pmu_resched() as global functionStephane Eranian
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-04-16perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin
2019-04-16perf/core: Fix the address filtering fixAlexander Shishkin
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-04-16kprobes: Fix error check when reusing optimized probesMasami Hiramatsu
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-14latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-14lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long