index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-18
tracing: Use a no_filter_buffering_ref to stop using the filter buffer
Steven Rostedt (VMware)
3
-21
/
+17
2021-03-18
ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all events
Steven Rostedt (VMware)
2
-16
/
+46
2021-03-18
tracing: Pass buffer of event to trigger operations
Steven Rostedt (VMware)
4
-51
/
+92
2021-03-18
ring-buffer: Add a event_stamp to cpu_buffer for each level of nesting
Steven Rostedt (VMware)
1
-1
/
+10
2021-03-18
ring-buffer: Separate out internal use of ring_buffer_event_time_stamp()
Steven Rostedt (VMware)
1
-18
/
+23
2021-03-18
Revert "PM: ACPI: reboot: Use S5 for reboot"
Josef Bacik
1
-2
/
+0
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
1
-18
/
+12
2021-03-18
time/debug: Remove dentry pointer for debugfs
Greg Kroah-Hartman
1
-4
/
+3
2021-03-18
bpf: Fix fexit trampoline.
Alexei Starovoitov
3
-53
/
+171
2021-03-17
bpf: Add sanity check for upper ptr_limit
Piotr Krysiuk
1
-3
/
+8
2021-03-17
irq: Simplify condition in irq_matrix_reserve()
Juergen Gross
1
-3
/
+2
2021-03-17
bpf: Simplify alu_limit masking for pointer arithmetic
Piotr Krysiuk
1
-5
/
+5
2021-03-17
bpf: Fix off-by-one for area size in creating mask to left
Piotr Krysiuk
1
-2
/
+2
2021-03-17
bpf: Prohibit alu ops for pointer types not defining ptr_limit
Piotr Krysiuk
1
-6
/
+10
2021-03-17
tick/sched: Prevent false positive softirq pending warnings on RT
Thomas Gleixner
2
-1
/
+16
2021-03-17
softirq: Make softirq control and processing RT aware
Thomas Gleixner
1
-7
/
+181
2021-03-17
softirq: Move various protections into inline helpers
Thomas Gleixner
1
-7
/
+32
2021-03-17
irqtime: Make accounting correct on RT
Thomas Gleixner
1
-2
/
+2
2021-03-17
tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RT
Thomas Gleixner
1
-1
/
+27
2021-03-17
tasklets: Replace spin wait in tasklet_kill()
Peter Zijlstra
1
-9
/
+9
2021-03-17
tasklets: Replace spin wait in tasklet_unlock_wait()
Peter Zijlstra
1
-0
/
+18
2021-03-17
rseq, ptrace: Add PTRACE_GET_RSEQ_CONFIGURATION request
Piotr Figiel
1
-0
/
+25
2021-03-17
quota: wire up quotactl_path
Sascha Hauer
1
-0
/
+1
2021-03-17
softirq: s/BUG/WARN_ONCE/ on tasklet SCHED state not set
Dirk Behme
1
-7
/
+18
2021-03-17
locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
Waiman Long
1
-11
/
+14
2021-03-17
locking/rwsem: Fix comment typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-17
swiotlb: lift the double initialization protection from xen-swiotlb
Christoph Hellwig
1
-0
/
+8
2021-03-17
swiotlb: split swiotlb_tbl_sync_single
Christoph Hellwig
3
-25
/
+21
2021-03-17
swiotlb: move orig addr and size validation into swiotlb_bounce
Christoph Hellwig
1
-36
/
+23
2021-03-17
swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single
Christoph Hellwig
2
-23
/
+24
2021-03-17
ftrace: Fix modify_ftrace_direct.
Alexei Starovoitov
1
-5
/
+38
2021-03-16
kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
Oleg Nesterov
4
-5
/
+4
2021-03-16
perf/core: Fix unconditional security_locked_down() call
Ondrej Mosnacek
1
-6
/
+6
2021-03-16
perf core: Allocate perf_event in the target node memory
Namhyung Kim
1
-1
/
+4
2021-03-16
perf core: Add a kmem_cache for struct perf_event
Namhyung Kim
1
-3
/
+6
2021-03-16
perf core: Allocate perf_buffer in the target node memory
Namhyung Kim
1
-3
/
+6
2021-03-16
bpf: Make symbol 'bpf_task_storage_busy' static
Wei Yongjun
1
-1
/
+1
2021-03-16
kernel/bpf/: Fix misspellings using codespell tool
Liu xuzhi
1
-1
/
+1
2021-03-16
fanotify: configurable limits via sysfs
Amir Goldstein
2
-1
/
+15
2021-03-16
genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode)
Andy Shevchenko
1
-2
/
+2
2021-03-16
genirq: Fix typos and misspellings in comments
Krzysztof Kozlowski
7
-13
/
+13
2021-03-16
tasklet: Remove tasklet_kill_immediate
Davidlohr Bueso
1
-32
/
+0
2021-03-15
rcu/nocb: Move trace_rcu_nocb_wake() calls outside nocb_lock when possible
Frederic Weisbecker
1
-3
/
+3
2021-03-15
rcu/nocb: Remove stale comment above rcu_segcblist_offload()
Frederic Weisbecker
1
-2
/
+1
2021-03-15
rcu/nocb: Disable bypass when CPU isn't completely offloaded
Frederic Weisbecker
1
-9
/
+29
2021-03-15
rcu/nocb: Fix missed nocb_timer requeue
Frederic Weisbecker
1
-2
/
+5
2021-03-15
rcu: Make nocb_nobypass_lim_per_jiffy static
Jiapeng Chong
1
-1
/
+1
2021-03-15
rcu/tree: Add a trace event for RCU CPU stall warnings
Sangmoon Kim
2
-0
/
+3
2021-03-15
rcu: Add explicit barrier() to __rcu_read_unlock()
Paul E. McKenney
1
-1
/
+2
2021-03-15
softirq: Don't try waking ksoftirqd before it has been spawned
Paul E. McKenney
1
-1
/
+1
[prev]
[next]