summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| | |_|_|/ | |/| | |
* | | | | arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton2020-06-101-1/+1
* | | | | Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds2020-06-1041-83/+91
|\ \ \ \ \
| * | | | | docs/memory-barriers.txt/kokr: smp_mb__{before,after}_atomic(): update Docume...SeongJae Park2020-06-081-6/+9
| * | | | | Documentation: devres: add missing entry for devm_platform_get_and_ioremap_re...Dejin Zheng2020-06-081-0/+1
| * | | | | Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov2020-06-0834-69/+69
| * | | | | docs: it_IT: address invalid reference warningsLukas Bulwahn2020-06-083-2/+6
| * | | | | doc: zh_CN: use doc reference to resolve undefined label warningLukas Bulwahn2020-06-081-1/+1
| * | | | | docs: Update the location of the LF NDA programJonathan Corbet2020-06-081-1/+1
| * | | | | docs: dev-tools: coccinelle: underlinesHeinrich Schuchardt2020-06-081-4/+4
* | | | | | Merge tag 'acpi-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-105-8/+13
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'acpica'Rafael J. Wysocki2020-06-105-8/+13
| |\ \ \ \ \ \
| | * | | | | | ACPICA: Update version to 20200528Bob Moore2020-06-051-1/+1
| | * | | | | | ACPICA: iASL: add new OperationRegion subtype keyword PlatformRtMechanismErik Kaneda2020-06-053-2/+6
| | * | | | | | ACPICA: acpidump: Removed dead code from oslinuxtbl.cBob Moore2020-06-051-5/+6
* | | | | | | | Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-06-1018-79/+511
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'pm-cpufreq' and 'pm-acpi'Rafael J. Wysocki2020-06-107-46/+99
| |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | ACPI: PM: Avoid using power resources if there are none for D0Rafael J. Wysocki2020-06-082-10/+20
| | * | | | | | | | | cpufreq: CPPC: add SW BOOST supportXiongfeng Wang2020-06-051-2/+37
| | * | | | | | | | | cpufreq: change '.set_boost' to act on one policyXiongfeng Wang2020-06-053-33/+40
| | * | | | | | | | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-06-011-1/+2
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | cpufreq: tegra186: add CPUFREQ_NEED_INITIAL_FREQ_CHECK flagMian Yousaf Kaukab2020-05-181-1/+2
| * | | | | | | | | | | Merge branch 'pm-opp'Rafael J. Wysocki2020-06-1011-57/+473
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2020-06-0111-57/+473
| | |\ \ \ \ \ \ \ \ \ \ \