summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic: m68k: move to ARCH_ATOMICMark Rutland2021-05-264-36/+37
* locking/atomic: ia64: move to ARCH_ATOMICMark Rutland2021-05-264-40/+61
* locking/atomic: hexagon: move to ARCH_ATOMICMark Rutland2021-05-263-16/+17
* locking/atomic: h8300: move to ARCH_ATOMICMark Rutland2021-05-261-0/+1
* locking/atomic: csky: move to ARCH_ATOMICMark Rutland2021-05-262-4/+5
* locking/atomic: arm: move to ARCH_ATOMICMark Rutland2021-05-264-57/+58
* locking/atomic: arc: move to ARCH_ATOMICMark Rutland2021-05-263-35/+36
* locking/atomic: alpha: move to ARCH_ATOMICMark Rutland2021-05-263-47/+54
* locking/atomic: cmpxchg: support ARCH_ATOMICMark Rutland2021-05-261-17/+44
* locking/atomic: cmpxchg: make `generic` a prefixMark Rutland2021-05-2610-18/+18
* locking/atomic: atomic64: support ARCH_ATOMICMark Rutland2021-05-262-31/+79
* locking/atomic: atomic: support ARCH_ATOMICMark Rutland2021-05-261-9/+62
* locking/atomic: atomic: simplify ifdefferyMark Rutland2021-05-261-42/+4
* locking/atomic: atomic: remove redundant includeMark Rutland2021-05-261-2/+0
* locking/atomic: atomic: remove stale commentsMark Rutland2021-05-261-37/+2
* locking/atomic: openrisc: avoid asm-generic/atomic.hMark Rutland2021-05-261-1/+7
* locking/atomic: microblaze: use asm-generic exclusivelyMark Rutland2021-05-263-37/+1
* locking/atomic: h8300: use asm-generic exclusivelyMark Rutland2021-05-263-163/+1
* locking/atomic: net: use linux/atomic.h for xchg & cmpxchgMark Rutland2021-05-262-2/+2
* locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland2021-05-269-7/+8
* futex: Deduplicate cond_resched() invocation in futex_wake_op()Pavel Begunkov2021-05-251-5/+2
* selftests: futex: Expand timeout testAndré Almeida2021-05-121-16/+110
* selftests: futex: Correctly include headers dirsAndré Almeida2021-05-121-1/+2
* locking: Fix comment typosIngo Molnar2021-05-122-7/+7
* Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-05-111-0/+2
|\
| * btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani2021-05-111-0/+2
* | Merge tag 'perf-tools-fixes-for-v5.13-2021-05-10' of git://git.kernel.org/pub...Linus Torvalds2021-05-1026-22/+260
|\ \
| * | tools headers UAPI: Sync perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-104-8/+24
| * | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-1/+8
| * | tools include UAPI powerpc: Sync errno.h with the kernel headersArnaldo Carvalho de Melo2021-05-101-0/+1
| * | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2021-05-103-2/+2
| * | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-0/+4
| * | tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_s...Arnaldo Carvalho de Melo2021-05-105-1/+27
| * | perf tools: Fix a build error on arm64 with clangMasami Hiramatsu2021-05-101-1/+1
| * | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-0/+1
| * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-0/+45
| * | perf tools: Fix dynamic libbpf linkJiri Olsa2021-05-102-0/+8
| * | perf session: Fix swapping of cpu_map and stat_config recordsDmitry Koshelev2021-05-101-2/+2
| * | perf jevents: Silence warning for ArchStd filesIan Rogers2021-05-101-2/+4
| * | perf record: Disallow -c and -F option at the same timeNamhyung Kim2021-05-101-1/+7
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-0/+4
| * | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-0/+1
| * | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2021-05-101-4/+121
| |/
* | Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-1011-26/+55
|\ \
| * | btrfs: initialize return variable in cleanup_free_space_cache_v1Tom Rix2021-05-041-1/+1
| * | btrfs: zoned: sanity check zone typeNaohiro Aota2021-05-041-0/+5
| * | btrfs: fix unmountable seed device after fstrimAnand Jain2021-05-041-1/+5
| * | btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana2021-04-285-7/+7
| * | btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana2021-04-282-11/+27
| * | btrfs: do not consider send context as valid when trying to flush qgroupsFilipe Manana2021-04-281-5/+9