index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-26
locking/atomic: arm: move to ARCH_ATOMIC
Mark Rutland
4
-57
/
+58
2021-05-26
locking/atomic: arc: move to ARCH_ATOMIC
Mark Rutland
3
-35
/
+36
2021-05-26
locking/atomic: alpha: move to ARCH_ATOMIC
Mark Rutland
3
-47
/
+54
2021-05-26
locking/atomic: cmpxchg: support ARCH_ATOMIC
Mark Rutland
1
-17
/
+44
2021-05-26
locking/atomic: cmpxchg: make `generic` a prefix
Mark Rutland
10
-18
/
+18
2021-05-26
locking/atomic: atomic64: support ARCH_ATOMIC
Mark Rutland
2
-31
/
+79
2021-05-26
locking/atomic: atomic: support ARCH_ATOMIC
Mark Rutland
1
-9
/
+62
2021-05-26
locking/atomic: atomic: simplify ifdeffery
Mark Rutland
1
-42
/
+4
2021-05-26
locking/atomic: atomic: remove redundant include
Mark Rutland
1
-2
/
+0
2021-05-26
locking/atomic: atomic: remove stale comments
Mark Rutland
1
-37
/
+2
2021-05-26
locking/atomic: openrisc: avoid asm-generic/atomic.h
Mark Rutland
1
-1
/
+7
2021-05-26
locking/atomic: microblaze: use asm-generic exclusively
Mark Rutland
3
-37
/
+1
2021-05-26
locking/atomic: h8300: use asm-generic exclusively
Mark Rutland
3
-163
/
+1
2021-05-26
locking/atomic: net: use linux/atomic.h for xchg & cmpxchg
Mark Rutland
2
-2
/
+2
2021-05-26
locking/atomic: make ARCH_ATOMIC a Kconfig symbol
Mark Rutland
9
-7
/
+8
2021-05-25
futex: Deduplicate cond_resched() invocation in futex_wake_op()
Pavel Begunkov
1
-5
/
+2
2021-05-12
selftests: futex: Expand timeout test
André Almeida
1
-16
/
+110
2021-05-12
selftests: futex: Correctly include headers dirs
André Almeida
1
-1
/
+2
2021-05-12
locking: Fix comment typos
Ingo Molnar
2
-7
/
+7
2021-05-11
Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2021-05-11
btrfs: handle transaction start error in btrfs_fileattr_set
Ritesh Harjani
1
-0
/
+2
2021-05-10
Merge tag 'perf-tools-fixes-for-v5.13-2021-05-10' of git://git.kernel.org/pub...
Linus Torvalds
26
-22
/
+260
2021-05-10
Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-26
/
+55
2021-05-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
25
-342
/
+542
2021-05-10
tools headers UAPI: Sync perf_event.h with the kernel sources
Arnaldo Carvalho de Melo
4
-8
/
+24
2021-05-10
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+8
2021-05-10
tools include UAPI powerpc: Sync errno.h with the kernel headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2021-05-10
tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...
Arnaldo Carvalho de Melo
3
-2
/
+2
2021-05-10
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2021-05-10
tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_s...
Arnaldo Carvalho de Melo
5
-1
/
+27
2021-05-10
perf tools: Fix a build error on arm64 with clang
Masami Hiramatsu
1
-1
/
+1
2021-05-10
tools headers kvm: Sync kvm headers with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2021-05-10
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+45
2021-05-10
perf tools: Fix dynamic libbpf link
Jiri Olsa
2
-0
/
+8
2021-05-10
perf session: Fix swapping of cpu_map and stat_config records
Dmitry Koshelev
1
-2
/
+2
2021-05-10
perf jevents: Silence warning for ArchStd files
Ian Rogers
1
-2
/
+4
2021-05-10
perf record: Disallow -c and -F option at the same time
Namhyung Kim
1
-1
/
+7
2021-05-10
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2021-05-10
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2021-05-10
tools headers UAPI: Update tools's copy of drm.h headers
Arnaldo Carvalho de Melo
1
-4
/
+121
2021-05-09
Linux 5.13-rc1
v5.13-rc1
Linus Torvalds
1
-2
/
+2
2021-05-09
fbmem: fix horribly incorrect placement of __maybe_unused
Linus Torvalds
1
-1
/
+1
2021-05-09
Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
19
-81
/
+332
2021-05-09
Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-21
/
+3
2021-05-09
Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-0
/
+14
2021-05-09
Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-15
/
+37
2021-05-09
Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-60
/
+58
2021-05-09
Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-21
/
+26
2021-05-09
Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-233
/
+263
2021-05-08
Revert "bio: limit bio max size"
Jens Axboe
4
-21
/
+3
[next]