aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-18tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)3-21/+17
2021-03-18ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all eventsSteven Rostedt (VMware)2-16/+46
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)4-51/+92
2021-03-18ring-buffer: Add a event_stamp to cpu_buffer for each level of nestingSteven Rostedt (VMware)1-1/+10
2021-03-18ring-buffer: Separate out internal use of ring_buffer_event_time_stamp()Steven Rostedt (VMware)1-18/+23
2021-03-18Revert "PM: ACPI: reboot: Use S5 for reboot"Josef Bacik1-2/+0
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-18/+12
2021-03-18time/debug: Remove dentry pointer for debugfsGreg Kroah-Hartman1-4/+3
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov3-53/+171
2021-03-17bpf: Add sanity check for upper ptr_limitPiotr Krysiuk1-3/+8
2021-03-17irq: Simplify condition in irq_matrix_reserve()Juergen Gross1-3/+2
2021-03-17bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk1-5/+5
2021-03-17bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk1-2/+2
2021-03-17bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk1-6/+10
2021-03-17tick/sched: Prevent false positive softirq pending warnings on RTThomas Gleixner2-1/+16
2021-03-17softirq: Make softirq control and processing RT awareThomas Gleixner1-7/+181
2021-03-17softirq: Move various protections into inline helpersThomas Gleixner1-7/+32
2021-03-17irqtime: Make accounting correct on RTThomas Gleixner1-2/+2
2021-03-17tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RTThomas Gleixner1-1/+27
2021-03-17tasklets: Replace spin wait in tasklet_kill()Peter Zijlstra1-9/+9
2021-03-17tasklets: Replace spin wait in tasklet_unlock_wait()Peter Zijlstra1-0/+18
2021-03-17rseq, ptrace: Add PTRACE_GET_RSEQ_CONFIGURATION requestPiotr Figiel1-0/+25
2021-03-17quota: wire up quotactl_pathSascha Hauer1-0/+1
2021-03-17softirq: s/BUG/WARN_ONCE/ on tasklet SCHED state not setDirk Behme1-7/+18
2021-03-17locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long1-11/+14
2021-03-17locking/rwsem: Fix comment typoBhaskar Chowdhury1-1/+1
2021-03-17swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig1-0/+8
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig3-25/+21
2021-03-17swiotlb: move orig addr and size validation into swiotlb_bounceChristoph Hellwig1-36/+23
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig2-23/+24
2021-03-17ftrace: Fix modify_ftrace_direct.Alexei Starovoitov1-5/+38
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov4-5/+4
2021-03-16perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek1-6/+6
2021-03-16perf core: Allocate perf_event in the target node memoryNamhyung Kim1-1/+4
2021-03-16perf core: Add a kmem_cache for struct perf_eventNamhyung Kim1-3/+6
2021-03-16perf core: Allocate perf_buffer in the target node memoryNamhyung Kim1-3/+6
2021-03-16bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun1-1/+1
2021-03-16kernel/bpf/: Fix misspellings using codespell toolLiu xuzhi1-1/+1
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein2-1/+15
2021-03-16genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode)Andy Shevchenko1-2/+2
2021-03-16genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski7-13/+13
2021-03-16tasklet: Remove tasklet_kill_immediateDavidlohr Bueso1-32/+0
2021-03-15rcu/nocb: Move trace_rcu_nocb_wake() calls outside nocb_lock when possibleFrederic Weisbecker1-3/+3
2021-03-15rcu/nocb: Remove stale comment above rcu_segcblist_offload()Frederic Weisbecker1-2/+1
2021-03-15rcu/nocb: Disable bypass when CPU isn't completely offloadedFrederic Weisbecker1-9/+29
2021-03-15rcu/nocb: Fix missed nocb_timer requeueFrederic Weisbecker1-2/+5
2021-03-15rcu: Make nocb_nobypass_lim_per_jiffy staticJiapeng Chong1-1/+1
2021-03-15rcu/tree: Add a trace event for RCU CPU stall warningsSangmoon Kim2-0/+3
2021-03-15rcu: Add explicit barrier() to __rcu_read_unlock()Paul E. McKenney1-1/+2
2021-03-15softirq: Don't try waking ksoftirqd before it has been spawnedPaul E. McKenney1-1/+1