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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables
Denis Efremov
2020-06-11
8
-34
/
+20
*
samples: binderfs: really compile this sample and fix build issues
Masahiro Yamada
2020-06-11
4
-8
/
+6
*
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2020-06-10
1
-26
/
+38
|
\
|
*
eventfd: convert to f_op->read_iter()
Jens Axboe
2020-05-06
1
-26
/
+38
*
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-06-10
2
-5
/
+2
|
\
\
|
*
|
fs: fix indentation in deactivate_super()
Yufen Yu
2020-05-29
1
-1
/
+1
|
*
|
vfs: Remove duplicated d_mountpoint check in __is_local_mountpoint
Nikolay Borisov
2020-05-29
1
-4
/
+1
|
|
/
*
|
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-06-10
7
-13
/
+14
|
\
\
|
*
|
sysctl: reject gigantic reads/write to sysctl files
Christoph Hellwig
2020-06-10
1
-0
/
+4
|
*
|
cdrom: fix an incorrect __user annotation on cdrom_sysctl_info
Christoph Hellwig
2020-06-10
1
-1
/
+1
|
*
|
trace: fix an incorrect __user annotation on stack_trace_sysctl
Christoph Hellwig
2020-06-08
2
-6
/
+4
|
*
|
random: fix an incorrect __user annotation on proc_do_entropy
Christoph Hellwig
2020-06-08
1
-1
/
+1
|
*
|
net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*
Christoph Hellwig
2020-06-08
1
-4
/
+3
|
*
|
net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl
Christoph Hellwig
2020-06-08
1
-1
/
+1
*
|
|
Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-10
5
-58
/
+28
|
\
\
\
|
*
|
|
i915:get_engines(): get rid of pointless access_ok()
Al Viro
2020-05-01
1
-5
/
+0
|
*
|
|
i915: alloc_oa_regs(): get rid of pointless access_ok()
Al Viro
2020-05-01
1
-3
/
+0
|
*
|
|
i915 compat ioctl(): just use drm_ioctl_kernel()
Al Viro
2020-05-01
1
-9
/
+5
|
*
|
|
i915: switch copy_perf_config_registers_or_number() to unsafe_put_user()
Al Viro
2020-05-01
2
-31
/
+17
|
*
|
|
i915: switch query_{topology,engine}_info() to copy_to_user()
Al Viro
2020-05-01
1
-10
/
+6
*
|
|
|
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-10
9
-122
/
+135
|
\
\
\
\
|
*
|
|
|
bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()
Al Viro
2020-06-03
1
-19
/
+6
|
*
|
|
|
x86: kvm_hv_set_msr(): use __put_user() instead of 32bit __clear_user()
Al Viro
2020-06-03
1
-1
/
+1
|
*
|
|
|
user_regset_copyout_zero(): use clear_user()
Al Viro
2020-06-03
1
-1
/
+1
|
*
|
|
|
TEST_ACCESS_OK _never_ had been checked anywhere
Al Viro
2020-06-03
1
-7
/
+0
|
*
|
|
|
x86: switch cp_stat64() to unsafe_put_user()
Al Viro
2020-06-03
1
-18
/
+22
|
*
|
|
|
binfmt_flat: don't use __put_user()
Al Viro
2020-06-03
1
-8
/
+14
|
*
|
|
|
binfmt_elf_fdpic: don't use __... uaccess primitives
Al Viro
2020-06-03
1
-12
/
+19
|
*
|
|
|
binfmt_elf: don't bother with __{put,copy_to}_user()
Al Viro
2020-06-03
1
-8
/
+8
|
*
|
|
|
pselect6() and friends: take handling the combined 6th/7th args into helper
Al Viro
2020-05-29
1
-48
/
+64
|
|
/
/
/
*
|
|
|
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-06-10
1
-4
/
+6
|
\
\
\
\
|
*
|
|
|
proc: s_fs_info may be NULL when proc_kill_sb is called
Alexey Gladkov
2020-06-10
1
-4
/
+6
*
|
|
|
|
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-06-10
18
-719
/
+161
|
\
\
\
\
\
|
*
|
|
|
|
compiler_types.h: Use unoptimized __unqual_scalar_typeof for sparse
Marco Elver
2020-06-05
1
-1
/
+1
|
*
|
|
|
|
compiler_types.h: Optimize __unqual_scalar_typeof compilation time
Marco Elver
2020-06-05
1
-1
/
+22
|
*
|
|
|
|
compiler.h: Enforce that READ_ONCE_NOCHECK() access size is sizeof(long)
Will Deacon
2020-06-05
1
-2
/
+5
|
*
|
|
|
|
compiler-types.h: Include naked type in __pick_integer_type() match
Will Deacon
2020-06-05
1
-2
/
+7
|
*
|
|
|
|
READ_ONCE: Fix comment describing 2x32-bit atomicity
Will Deacon
2020-06-05
1
-3
/
+3
|
*
|
|
|
|
gcov: Remove old GCC 3.4 support
Will Deacon
2020-04-16
3
-599
/
+1
|
*
|
|
|
|
arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macros
Will Deacon
2020-04-16
1
-8
/
+8
|
*
|
|
|
|
locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros
Will Deacon
2020-04-16
1
-8
/
+8
|
*
|
|
|
|
READ_ONCE: Drop pointer qualifiers when reading from scalar types
Will Deacon
2020-04-16
2
-3
/
+24
|
*
|
|
|
|
READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accesses
Will Deacon
2020-04-16
2
-4
/
+31
|
*
|
|
|
|
READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()
Will Deacon
2020-04-16
1
-79
/
+39
|
*
|
|
|
|
arm64: csum: Disable KASAN for do_csum()
Will Deacon
2020-04-15
1
-8
/
+12
|
*
|
|
|
|
fault_inject: Don't rely on "return value" from WRITE_ONCE()
Will Deacon
2020-04-15
1
-1
/
+3
|
*
|
|
|
|
net: tls: Avoid assigning 'const' pointer to non-const pointer
Will Deacon
2020-04-15
1
-1
/
+1
|
*
|
|
|
|
netfilter: Avoid assigning 'const' pointer to non-const pointer
Will Deacon
2020-04-15
1
-1
/
+1
|
*
|
|
|
|
compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
Will Deacon
2020-04-15
6
-13
/
+10
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
arch/powerpc/mm/pgtable.c: another missed conversion
Andrew Morton
2020-06-10
1
-1
/
+1
[next]