Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-10Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-09kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada
2020-08-08Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-08-08tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)
2020-08-07Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-07bpf: Remove inline from bpf_do_trace_printkStanislav Fomichev
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-05tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-04Merge tag 'perf-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-08-03tracing/uprobe: Remove dead code in trace_uprobe_register()Peng Fan
2020-08-03ftrace: Fix ftrace_trace_task return valueJosef Bacik
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang
2020-07-31tracing: Remove outdated comment in stack handlingVincent Whitchurch
2020-07-31ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou
2020-07-31ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-07-31tracing/hwlat: Honor the tracing_cpumaskKevin Hao
2020-07-31tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao
2020-07-29sched,tracing: Convert to sched_set_fifo()Peter Zijlstra
2020-07-28fsnotify: create helper fsnotify_inode()Amir Goldstein
2020-07-26bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu
2020-07-23tracefs: Remove unnecessary debug_fs checks.Peter Enderborg
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-14bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa
2020-07-10tracing: Save one trace_event->type by using __TRACE_LAST_TYPEWei Yang
2020-07-10tracing: Simplify defining of the next event idWei Yang
2020-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra
2020-07-02ring-buffer: Do not trigger a WARN if clock going backwards is detectedSteven Rostedt (VMware)
2020-07-02ring-buffer: Call trace_clock_local() directly for RETPOLINE kernelsSteven Rostedt (VMware)
2020-07-02ring-buffer: Move the add_timestamp into its own functionSteven Rostedt (VMware)
2020-07-02ring-buffer: Consolidate add_timestamp to remove some branchesSteven Rostedt (VMware)
2020-07-01bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()Song Liu
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu
2020-07-01ring-buffer: Mark the !tail (crossing a page) as unlikelySteven Rostedt (VMware)
2020-07-01ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin
2020-07-01ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bitSteven Rostedt (VMware)
2020-06-30ring-buffer: Incorporate absolute timestamp into add_timestamp logicSteven Rostedt (VMware)
2020-06-30ring-buffer: Have nested events still record running time stampSteven Rostedt (VMware)
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)
2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)
2020-06-29tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)
2020-06-26blktrace: Provide event for request mergingJan Kara
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds