aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04dma-mapping: remove dma_release_declared_memoryChristoph Hellwig1-11/+0
2019-09-04dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig1-7/+5
2019-09-04dma-mapping: add a dma_can_mmap helperChristoph Hellwig1-0/+23
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-8/+12
2019-09-04dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig1-0/+11
2019-09-03kgdb: fix comment regarding static functionNadav Amit1-4/+1
2019-09-03kdb: Replace strncmp with str_has_prefixChuhong Yuan1-1/+1
2019-09-03cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano1-3/+4
2019-09-03irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui1-0/+1
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi2-20/+20
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi1-1/+54
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi1-1/+27
2019-09-03sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi1-2/+29
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi2-0/+46
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi2-4/+197
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming1-1/+2
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-09-03dma-mapping: introduce dma_get_merge_boundary()Yoshihiro Shimoda1-0/+11
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-18/+44
2019-09-02Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar7-32/+61
2019-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+6
2019-08-31tracing: Rename tracing_reset() to tracing_reset_cpu()Steven Rostedt (VMware)2-4/+3
2019-08-31tracing: Document the stack trace algorithm in the commentsSteven Rostedt (VMware)1-0/+98
2019-08-31tracing/arm64: Have max stack tracer handle the case of return address after dataSteven Rostedt (VMware)1-0/+14
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu5-15/+51
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu3-1/+20
2019-08-31tracing/uprobe: Add per-probe delete from eventMasami Hiramatsu1-1/+30
2019-08-31tracing/kprobe: Add per-probe delete from eventMasami Hiramatsu3-1/+44
2019-08-31tracing/uprobe: Add multi-probe per uprobe event supportMasami Hiramatsu2-19/+43
2019-08-31tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu4-18/+111
2019-08-31tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu5-10/+13
2019-08-31tracing/dynevent: Delete all matched eventsMasami Hiramatsu1-3/+5
2019-08-31tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu4-113/+311
2019-08-31kprobes: Allow kprobes coexist with livepatchMasami Hiramatsu1-16/+40
2019-08-31Merge tag 'trace-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-14/+34
2019-08-31tracing: Correct kdoc formatsJakub Kicinski1-12/+14
2019-08-31tracing/probe: Fix null pointer dereferenceXinpeng Liu1-1/+2
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov1-1/+1
2019-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+6
2019-08-30ftrace: Check for successful allocation of hashNaveen N. Rao1-0/+5
2019-08-30ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)1-1/+9
2019-08-30ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao1-0/+4
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon1-1/+3
2019-08-30Merge branch 'topic/mem-encrypt' into nextMichael Ellerman2-10/+1
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig1-3/+14
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2-6/+14
2019-08-29jump_label: Don't warn on __exit jump entriesAndrew Murray1-1/+3
2019-08-29posix-cpu-timers: Make expiry_active check actually work correctlyThomas Gleixner1-4/+5
2019-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+4
2019-08-28tick: Mark sched_timer to expire in hard interrupt contextSebastian Andrzej Siewior1-1/+1