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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
static_call: Align static_call_is_init() patching condition
Peter Zijlstra
1
-10
/
+4
2021-03-19
static_call: Fix static_call_set_init()
Peter Zijlstra
1
-7
/
+10
2021-03-19
locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex test
Waiman Long
1
-12
/
+27
2021-03-19
locking/locktorture: Pass thread id to lock/unlock functions
Waiman Long
1
-36
/
+58
2021-03-19
locking/locktorture: Fix false positive circular locking splat in ww_mutex test
Waiman Long
1
-3
/
+14
2021-03-19
Merge branch 'locking/urgent' into locking/core, to pick up dependent commits
Ingo Molnar
11
-144
/
+232
2021-03-19
swiotlb: remove swiotlb_nr_tbl
Christoph Hellwig
1
-6
/
+1
2021-03-19
swiotlb: dynamically allocate io_tlb_default_mem
Christoph Hellwig
1
-206
/
+98
2021-03-19
swiotlb: move global variables into a new io_tlb_mem structure
Claire Chang
1
-190
/
+164
2021-03-18
cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch_enabled
Yue Hu
1
-17
/
+12
2021-03-18
tracing: Add a verifier to check string pointers for trace events
Steven Rostedt (VMware)
4
-1
/
+215
2021-03-18
tracing: Add check of trace event print fmts for dereferencing pointers
Steven Rostedt (VMware)
1
-0
/
+210
2021-03-18
tracing: Add tracing_event_time_stamp() API
Steven Rostedt (VMware)
2
-0
/
+9
2021-03-18
ring-buffer: Add verifier for using ring_buffer_event_time_stamp()
Steven Rostedt (VMware)
1
-4
/
+52
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
[prev]
[next]