summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-14427-2448/+2448
* kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov2020-06-118-34/+20
* samples: binderfs: really compile this sample and fix build issuesMasahiro Yamada2020-06-114-8/+6
* Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-06-101-26/+38
|\
| * eventfd: convert to f_op->read_iter()Jens Axboe2020-05-061-26/+38
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-06-102-5/+2
|\ \
| * | fs: fix indentation in deactivate_super()Yufen Yu2020-05-291-1/+1
| * | vfs: Remove duplicated d_mountpoint check in __is_local_mountpointNikolay Borisov2020-05-291-4/+1
| |/
* | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-107-13/+14
|\ \
| * | sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig2020-06-101-0/+4
| * | cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig2020-06-101-1/+1
| * | trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig2020-06-082-6/+4
| * | random: fix an incorrect __user annotation on proc_do_entropyChristoph Hellwig2020-06-081-1/+1
| * | net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig2020-06-081-4/+3
| * | net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig2020-06-081-1/+1
* | | Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-105-58/+28
|\ \ \
| * | | i915:get_engines(): get rid of pointless access_ok()Al Viro2020-05-011-5/+0
| * | | i915: alloc_oa_regs(): get rid of pointless access_ok()Al Viro2020-05-011-3/+0
| * | | i915 compat ioctl(): just use drm_ioctl_kernel()Al Viro2020-05-011-9/+5
| * | | i915: switch copy_perf_config_registers_or_number() to unsafe_put_user()Al Viro2020-05-012-31/+17
| * | | i915: switch query_{topology,engine}_info() to copy_to_user()Al Viro2020-05-011-10/+6
* | | | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-109-122/+135
|\ \ \ \
| * | | | bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()Al Viro2020-06-031-19/+6
| * | | | x86: kvm_hv_set_msr(): use __put_user() instead of 32bit __clear_user()Al Viro2020-06-031-1/+1
| * | | | user_regset_copyout_zero(): use clear_user()Al Viro2020-06-031-1/+1
| * | | | TEST_ACCESS_OK _never_ had been checked anywhereAl Viro2020-06-031-7/+0
| * | | | x86: switch cp_stat64() to unsafe_put_user()Al Viro2020-06-031-18/+22
| * | | | binfmt_flat: don't use __put_user()Al Viro2020-06-031-8/+14
| * | | | binfmt_elf_fdpic: don't use __... uaccess primitivesAl Viro2020-06-031-12/+19
| * | | | binfmt_elf: don't bother with __{put,copy_to}_user()Al Viro2020-06-031-8/+8
| * | | | pselect6() and friends: take handling the combined 6th/7th args into helperAl Viro2020-05-291-48/+64
| |/ / /
* | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-101-4/+6
|\ \ \ \
| * | | | proc: s_fs_info may be NULL when proc_kill_sb is calledAlexey Gladkov2020-06-101-4/+6
* | | | | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-1018-719/+161
|\ \ \ \ \
| * | | | | compiler_types.h: Use unoptimized __unqual_scalar_typeof for sparseMarco Elver2020-06-051-1/+1
| * | | | | compiler_types.h: Optimize __unqual_scalar_typeof compilation timeMarco Elver2020-06-051-1/+22
| * | | | | compiler.h: Enforce that READ_ONCE_NOCHECK() access size is sizeof(long)Will Deacon2020-06-051-2/+5
| * | | | | compiler-types.h: Include naked type in __pick_integer_type() matchWill Deacon2020-06-051-2/+7
| * | | | | READ_ONCE: Fix comment describing 2x32-bit atomicityWill Deacon2020-06-051-3/+3
| * | | | | gcov: Remove old GCC 3.4 supportWill Deacon2020-04-163-599/+1
| * | | | | arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macrosWill Deacon2020-04-161-8/+8
| * | | | | locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macrosWill Deacon2020-04-161-8/+8
| * | | | | READ_ONCE: Drop pointer qualifiers when reading from scalar typesWill Deacon2020-04-162-3/+24
| * | | | | READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accessesWill Deacon2020-04-162-4/+31
| * | | | | READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()Will Deacon2020-04-161-79/+39
| * | | | | arm64: csum: Disable KASAN for do_csum()Will Deacon2020-04-151-8/+12
| * | | | | fault_inject: Don't rely on "return value" from WRITE_ONCE()Will Deacon2020-04-151-1/+3
| * | | | | net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
| * | | | | netfilter: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
| * | | | | compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon2020-04-156-13/+10
| | |_|_|/ | |/| | |