summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-25irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-24dma-mapping: remove an unnecessary NULL checkDan Carpenter
2019-04-23seccomp: fix up grammar in commentTycho Andersen
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-23bpf: drop bpf_verifier_lockAlexei Starovoitov
2019-04-23bpf: remove global variablesAlexei Starovoitov
2019-04-22audit: fix a memory leak bugWenwen Wang
2019-04-21function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)
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-19cgroup: add tracing points for cgroup v2 freezerRoman Gushchin
2019-04-19cgroup: make TRACE_CGROUP_PATH irq-safeRoman Gushchin
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin
2019-04-19cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin
2019-04-19cgroup: implement __cgroup_task_count() helperRoman Gushchin
2019-04-19cgroup: rename freezer.c into legacy_freezer.cRoman Gushchin
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-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra
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-17bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer
2019-04-17bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer
2019-04-17bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer
2019-04-17cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-16bpf: use BPF_CAST_CALL for casting bpf callPrashant Bhole