index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2021-05-28
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
2021-05-28
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
2021-05-28
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
2021-05-26
locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal
Zqiang
2021-05-26
ptrace: make ptrace() fail if the tracee changed its pid unexpectedly
Oleg Nesterov
2021-05-19
kernel: kexec_file: fix error return code of kexec_calculate_store_digests()
Jia-Ju Bai
2021-05-19
sched/fair: Fix unfairness caused by missing load decay
Odin Ugedal
2021-05-19
sched: Fix out-of-bound access in uclamp
Quentin Perret
2021-05-14
smp: Fix smp_call_function_single_async prototype
Arnd Bergmann
2021-05-14
sched/debug: Fix cgroup_path[] serialization
Waiman Long
2021-05-11
tracing: Restructure trace_clock_global() to never block
Steven Rostedt (VMware)
2021-05-11
tracing: Map all PIDs to command lines
Steven Rostedt (VMware)
2021-05-11
kbuild: update config_data.gz only when the content of .config is changed
Masahiro Yamada
2021-05-11
Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")
Thomas Gleixner
2021-05-11
sched/fair: Ignore percpu threads for imbalance pulls
Lingutla Chandrasekhar
2021-05-11
genirq/matrix: Prevent allocation counter corruption
Vitaly Kuznetsov
2021-05-11
posix-timers: Preserve return value in clock_adjtime32()
Chen Jun
2021-05-11
modules: inherit TAINT_PROPRIETARY_MODULE
Christoph Hellwig
2021-05-11
modules: return licensing information from find_symbol
Christoph Hellwig
2021-05-11
modules: rename the licence field in struct symsearch to license
Christoph Hellwig
2021-05-11
modules: unexport __module_address
Christoph Hellwig
2021-05-11
modules: unexport __module_text_address
Christoph Hellwig
2021-05-11
modules: mark each_symbol_section static
Christoph Hellwig
2021-05-11
modules: mark find_symbol static
Christoph Hellwig
2021-05-11
modules: mark ref_module static
Christoph Hellwig
2021-05-11
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-05-02
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
2021-05-02
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
2021-05-02
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
2021-05-02
bpf: Improve verifier error messages for users
Daniel Borkmann
2021-05-02
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
2021-05-02
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
2021-05-02
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
2021-04-28
locking/qrwlock: Fix ordering in queued_write_lock_slowpath()
Ali Saidi
2021-04-21
lockdep: Add a missing initialization hint to the "INFO: Trying to register n...
Tetsuo Handa
2021-04-14
workqueue: Move the position of debug_work_activate() in __queue_work()
Zqiang
2021-04-14
gcov: re-fix clang-11+ support
Nick Desaulniers
2021-04-07
tracing: Fix stack trace event size
Steven Rostedt (VMware)
2021-04-07
locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
Waiman Long
2021-04-07
module: harden ELF info handling
Frank van der Linden
2021-04-07
module: avoid *goto*s in module_sig_check()
Sergey Shtylyov
2021-04-07
module: merge repetitive strings in module_sig_check()
Sergey Shtylyov
2021-04-07
modsign: print module name along with error message
Jessica Yu
2021-03-30
PM: EM: postpone creating the debugfs dir till fs_initcall
Lukasz Luba
2021-03-30
gcov: fix clang-11+ support
Nick Desaulniers
2021-03-24
genirq: Disable interrupts for force threaded handlers
Thomas Gleixner
2021-03-24
kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
Oleg Nesterov
[next]