summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-02-02tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)
2021-02-02tracing: Remove definition of DEBUG in trace_mmiotrace.cTom Rix
2021-02-02tracing: Fix a kernel doc warningBean Huo
2021-02-02tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury
2021-02-02tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"Colin Ian King
2021-02-02tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior
2021-02-02tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior
2021-02-02ring-buffer: Drop unneeded check in ring_buffer_resize()Qiujun Huang
2021-02-02ring-buffer: Remove cpu_buffer argument from the rb_inc_page()Qiujun Huang
2021-02-02tracing: Remove get/put_cpu() from function_trace_initQiujun Huang
2021-02-02tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang
2021-02-02Merge tag 'dma-mapping-5.11-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang
2021-01-31Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-30genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier
2021-01-29kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo
2021-01-29Merge tag 'pm-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu
2021-01-29tracing: Use pause-on-trace with the latency tracersViktor Rosendahl
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2021-01-29locking/rwsem: Remove empty rwsem.hNikolay Borisov
2021-01-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-01-29fs: Remove dcookies supportViresh Kumar
2021-01-29bpf: Simplify cases in bpf_base_func_protoTobias Klauser
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-28entry: Unbreak single step reporting behaviourYuxuan Shui
2021-01-28locking/rtmutex: Add missing kernel-doc markupAlex Shi
2021-01-28futex: Remove unneeded gotosJangwoong Kim
2021-01-28futex: Change utime parameter to be 'const ... *'Alejandro Colomar
2021-01-28genirq: Use new tasklet API for resend_taskletEmil Renner Berthing
2021-01-27audit: Make audit_filter_syscall() return voidYang Yang
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev
2021-01-27bpf: Change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()Menglong Dong
2021-01-27PM: sleep: No need to check PF_WQ_WORKER in thaw_kernel_threads()Zqiang
2021-01-27sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman
2021-01-27sched/fair: Remove SIS_AVG_CPUMel Gorman
2021-01-27sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider
2021-01-27sched/eas: Don't update misfit status if the task is pinnedQais Yousef
2021-01-27dma-mapping: benchmark: fix kernel crash when dma_map_single failsBarry Song
2021-01-27workqueue: Use %s instead of function nameStephen Zhang
2021-01-26bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet
2021-01-26bpf: Drop disabled LSM hooks from the sleepable setMikko Ylinen
2021-01-26futex: Handle faults correctly for PI futexesThomas Gleixner
2021-01-26futex: Simplify fixup_pi_state_owner()Thomas Gleixner
2021-01-26futex: Use pi_state_update_owner() in put_pi_state()Thomas Gleixner
2021-01-26rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner
2021-01-26futex: Provide and use pi_state_update_owner()Thomas Gleixner
2021-01-26futex: Replace pointless printk in fixup_owner()Thomas Gleixner