summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-03-18ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...Steven Rostedt (VMware)
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)
2021-03-18ring-buffer: Add a event_stamp to cpu_buffer for each level of nestingSteven Rostedt (VMware)
2021-03-18ring-buffer: Separate out internal use of ring_buffer_event_time_stamp()Steven Rostedt (VMware)
2021-03-18Revert "PM: ACPI: reboot: Use S5 for reboot"Josef Bacik
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-18time/debug: Remove dentry pointer for debugfsGreg Kroah-Hartman
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov
2021-03-17bpf: Add sanity check for upper ptr_limitPiotr Krysiuk
2021-03-17irq: Simplify condition in irq_matrix_reserve()Juergen Gross
2021-03-17bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk
2021-03-17bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk
2021-03-17bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk
2021-03-17tick/sched: Prevent false positive softirq pending warnings on RTThomas Gleixner
2021-03-17softirq: Make softirq control and processing RT awareThomas Gleixner
2021-03-17softirq: Move various protections into inline helpersThomas Gleixner
2021-03-17irqtime: Make accounting correct on RTThomas Gleixner
2021-03-17tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RTThomas Gleixner
2021-03-17tasklets: Replace spin wait in tasklet_kill()Peter Zijlstra
2021-03-17tasklets: Replace spin wait in tasklet_unlock_wait()Peter Zijlstra
2021-03-17rseq, ptrace: Add PTRACE_GET_RSEQ_CONFIGURATION requestPiotr Figiel
2021-03-17quota: wire up quotactl_pathSascha Hauer
2021-03-17softirq: s/BUG/WARN_ONCE/ on tasklet SCHED state not setDirk Behme
2021-03-17locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long
2021-03-17locking/rwsem: Fix comment typoBhaskar Chowdhury
2021-03-17swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig
2021-03-17swiotlb: move orig addr and size validation into swiotlb_bounceChristoph Hellwig
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig
2021-03-17ftrace: Fix modify_ftrace_direct.Alexei Starovoitov
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov
2021-03-16perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek
2021-03-16perf core: Allocate perf_event in the target node memoryNamhyung Kim
2021-03-16perf core: Add a kmem_cache for struct perf_eventNamhyung Kim
2021-03-16perf core: Allocate perf_buffer in the target node memoryNamhyung Kim
2021-03-16bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun
2021-03-16kernel/bpf/: Fix misspellings using codespell toolLiu xuzhi
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein
2021-03-16genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode)Andy Shevchenko
2021-03-16genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski
2021-03-16tasklet: Remove tasklet_kill_immediateDavidlohr Bueso
2021-03-15rcu/nocb: Move trace_rcu_nocb_wake() calls outside nocb_lock when possibleFrederic Weisbecker
2021-03-15rcu/nocb: Remove stale comment above rcu_segcblist_offload()Frederic Weisbecker
2021-03-15rcu/nocb: Disable bypass when CPU isn't completely offloadedFrederic Weisbecker
2021-03-15rcu/nocb: Fix missed nocb_timer requeueFrederic Weisbecker
2021-03-15rcu: Make nocb_nobypass_lim_per_jiffy staticJiapeng Chong
2021-03-15rcu/tree: Add a trace event for RCU CPU stall warningsSangmoon Kim
2021-03-15rcu: Add explicit barrier() to __rcu_read_unlock()Paul E. McKenney
2021-03-15softirq: Don't try waking ksoftirqd before it has been spawnedPaul E. McKenney
2021-03-15kernel/irq: export irq_gc_set_wakeJianqun Xu