index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2021-05-14
smp: Fix smp_call_function_single_async prototype
Arnd Bergmann
2021-05-14
bpf: Prevent writable memory-mapping of read-only ringbuf pages
Andrii Nakryiko
2021-05-14
bpf, ringbuf: Deny reserve of buffers larger than ringbuf
Thadeu Lima de Souza Cascardo
2021-05-14
bpf: Fix alu32 const subreg bound tracking on bitwise operations
Daniel Borkmann
2021-05-14
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
2021-05-14
kthread: Fix PF_KTHREAD vs to_kthread() race
Peter Zijlstra
2021-05-14
sched/debug: Fix cgroup_path[] serialization
Waiman Long
2021-05-14
rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()
Zhouyi Zhou
2021-05-14
printk: limit second loop of syslog_print_all
John Ogness
2021-05-14
sched/fair: Fix shift-out-of-bounds in load_balance()
Valentin Schneider
2021-05-12
tracing: Restructure trace_clock_global() to never block
Steven Rostedt (VMware)
2021-05-12
tracing: Map all PIDs to command lines
Steven Rostedt (VMware)
2021-05-12
kbuild: update config_data.gz only when the content of .config is changed
Masahiro Yamada
2021-05-12
futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI
Thomas Gleixner
2021-05-12
Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")
Thomas Gleixner
2021-05-12
rcu/nocb: Fix missed nocb_timer requeue
Frederic Weisbecker
2021-05-12
kcsan, debugfs: Move debugfs file creation out of early init
Marco Elver
2021-05-12
sched,psi: Handle potential task count underflow bugs more gracefully
Charan Teja Reddy
2021-05-12
sched,fair: Alternative sched_slice()
Peter Zijlstra
2021-05-12
perf: Rework perf_event_exit_event()
Peter Zijlstra
2021-05-12
sched/fair: Ignore percpu threads for imbalance pulls
Lingutla Chandrasekhar
2021-05-12
sched/fair: Bring back select_idle_smt(), but differently
Rik van Riel
2021-05-12
kvfree_rcu: Use same set of GFP flags as does single-argument
Uladzislau Rezki (Sony)
2021-05-12
sched/topology: fix the issue groups don't span domain->span for NUMA diamete...
Barry Song
2021-05-12
sched/pelt: Fix task util_est update filtering
Vincent Donnefort
2021-05-12
sched/fair: Fix task utilization accountability in compute_energy()
Vincent Donnefort
2021-05-12
genirq/matrix: Prevent allocation counter corruption
Vitaly Kuznetsov
2021-05-12
posix-timers: Preserve return value in clock_adjtime32()
Chen Jun
2021-05-12
ftrace: Handle commands when closing set_ftrace_filter file
Steven Rostedt (VMware)
2021-05-07
perf/core: Fix unconditional security_locked_down() call
Ondrej Mosnacek
2021-05-07
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-05-07
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
2021-04-25
Merge tag 'locking_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-04-25
Merge tag 'sched_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-04-20
Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-04-20
capabilities: require CAP_SETFCAP to map uid 0
Serge E. Hallyn
2021-04-20
tracing: Fix checking event hash pointer logic when tp_printk is enabled
Steven Rostedt (VMware)
2021-04-19
Revert "gcov: clang: fix clang-11+ build"
Linus Torvalds
2021-04-19
preempt/dynamic: Fix typo in macro conditional statement
Zhouyi Zhou
2021-04-17
Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-04-17
locking/qrwlock: Fix ordering in queued_write_lock_slowpath()
Ali Saidi
2021-04-16
gcov: clang: fix clang-11+ build
Johannes Berg
2021-04-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-04-16
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
2021-04-16
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
2021-04-16
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
2021-04-16
bpf: Improve verifier error messages for users
Daniel Borkmann
2021-04-16
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
2021-04-16
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
2021-04-16
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
[next]