summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-26locking/atomic: arm: move to ARCH_ATOMICMark Rutland4-57/+58
2021-05-26locking/atomic: arc: move to ARCH_ATOMICMark Rutland3-35/+36
2021-05-26locking/atomic: alpha: move to ARCH_ATOMICMark Rutland3-47/+54
2021-05-26locking/atomic: cmpxchg: support ARCH_ATOMICMark Rutland1-17/+44
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland10-18/+18
2021-05-26locking/atomic: atomic64: support ARCH_ATOMICMark Rutland2-31/+79
2021-05-26locking/atomic: atomic: support ARCH_ATOMICMark Rutland1-9/+62
2021-05-26locking/atomic: atomic: simplify ifdefferyMark Rutland1-42/+4
2021-05-26locking/atomic: atomic: remove redundant includeMark Rutland1-2/+0
2021-05-26locking/atomic: atomic: remove stale commentsMark Rutland1-37/+2
2021-05-26locking/atomic: openrisc: avoid asm-generic/atomic.hMark Rutland1-1/+7
2021-05-26locking/atomic: microblaze: use asm-generic exclusivelyMark Rutland3-37/+1
2021-05-26locking/atomic: h8300: use asm-generic exclusivelyMark Rutland3-163/+1
2021-05-26locking/atomic: net: use linux/atomic.h for xchg & cmpxchgMark Rutland2-2/+2
2021-05-26locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland9-7/+8
2021-05-25futex: Deduplicate cond_resched() invocation in futex_wake_op()Pavel Begunkov1-5/+2
2021-05-12selftests: futex: Expand timeout testAndré Almeida1-16/+110
2021-05-12selftests: futex: Correctly include headers dirsAndré Almeida1-1/+2
2021-05-12locking: Fix comment typosIngo Molnar2-7/+7
2021-05-11Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2021-05-11btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani1-0/+2
2021-05-10Merge tag 'perf-tools-fixes-for-v5.13-2021-05-10' of git://git.kernel.org/pub...Linus Torvalds26-22/+260
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-26/+55
2021-05-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-342/+542
2021-05-10tools headers UAPI: Sync perf_event.h with the kernel sourcesArnaldo Carvalho de Melo4-8/+24
2021-05-10tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-1/+8
2021-05-10tools include UAPI powerpc: Sync errno.h with the kernel headersArnaldo Carvalho de Melo1-0/+1
2021-05-10tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo3-2/+2
2021-05-10tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2021-05-10tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_s...Arnaldo Carvalho de Melo5-1/+27
2021-05-10perf tools: Fix a build error on arm64 with clangMasami Hiramatsu1-1/+1
2021-05-10tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2021-05-10tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+45
2021-05-10perf tools: Fix dynamic libbpf linkJiri Olsa2-0/+8
2021-05-10perf session: Fix swapping of cpu_map and stat_config recordsDmitry Koshelev1-2/+2
2021-05-10perf jevents: Silence warning for ArchStd filesIan Rogers1-2/+4
2021-05-10perf record: Disallow -c and -F option at the same timeNamhyung Kim1-1/+7
2021-05-10tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2021-05-10tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2021-05-10tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo1-4/+121
2021-05-09Linux 5.13-rc1v5.13-rc1Linus Torvalds1-2/+2
2021-05-09fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds1-1/+1
2021-05-09Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds19-81/+332
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds4-21/+3
2021-05-09Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+14
2021-05-09Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-15/+37
2021-05-09Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-60/+58
2021-05-09Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-21/+26
2021-05-09Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-233/+263
2021-05-08Revert "bio: limit bio max size"Jens Axboe4-21/+3