index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-05
locking/atomic: scripts: generate kerneldoc comments
Mark Rutland
29
-7
/
+5940
2023-06-05
docs: scripts: kernel-doc: accept bitwise negation like ~@var
Mark Rutland
1
-1
/
+1
2023-06-05
locking/atomic: scripts: simplify raw_atomic*() definitions
Mark Rutland
26
-1077
/
+901
2023-06-05
locking/atomic: scripts: simplify raw_atomic_long*() definitions
Mark Rutland
2
-533
/
+349
2023-06-05
locking/atomic: scripts: split pfx/name/sfx/order
Mark Rutland
1
-3
/
+8
2023-06-05
locking/atomic: scripts: restructure fallback ifdeffery
Mark Rutland
27
-2845
/
+1860
2023-06-05
locking/atomic: scripts: build raw_atomic_long*() directly
Mark Rutland
5
-859
/
+345
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
14
-42
/
+42
2023-06-05
locking/atomic: scripts: add trivial raw_atomic*_<op>()
Mark Rutland
6
-312
/
+2033
2023-06-05
locking/atomic: scripts: factor out order template generation
Mark Rutland
1
-17
/
+17
2023-06-05
locking/atomic: scripts: remove leftover "${mult}"
Mark Rutland
1
-1
/
+1
2023-06-05
locking/atomic: scripts: remove bogus order parameter
Mark Rutland
1
-1
/
+1
2023-06-05
locking/atomic: xtensa: add preprocessor symbols
Mark Rutland
1
-0
/
+9
2023-06-05
locking/atomic: x86: add preprocessor symbols
Mark Rutland
1
-0
/
+4
2023-06-05
locking/atomic: sparc: add preprocessor symbols
Mark Rutland
2
-2
/
+32
2023-06-05
locking/atomic: sh: add preprocessor symbols
Mark Rutland
3
-0
/
+27
2023-06-05
locking/atomic: parisc: add preprocessor symbols
Mark Rutland
1
-0
/
+18
2023-06-05
locking/atomic: m68k: add preprocessor symbols
Mark Rutland
1
-0
/
+9
2023-06-05
locking/atomic: hexagon: add preprocessor symbols
Mark Rutland
1
-0
/
+9
2023-06-05
locking/atomic: arm: add preprocessor symbols
Mark Rutland
1
-2
/
+10
2023-06-05
locking/atomic: arc: add preprocessor symbols
Mark Rutland
1
-0
/
+9
2023-06-05
locking/atomic: make atomic*_{cmp,}xchg optional
Mark Rutland
23
-265
/
+179
2023-06-05
locking/atomic: hexagon: remove redundant arch_atomic_cmpxchg
Mark Rutland
1
-42
/
+4
2023-06-05
locking/atomic: remove fallback comments
Mark Rutland
8
-223
/
+1
2023-06-05
locking/atomic: arm: fix sync ops
Mark Rutland
6
-7
/
+65
2023-06-05
s390/cpum_sf: Convert to cmpxchg128()
Peter Zijlstra
2
-14
/
+4
2023-06-05
arch: Remove cmpxchg_double
Peter Zijlstra
15
-371
/
+5
2023-06-05
slub: Replace cmpxchg_double()
Peter Zijlstra
3
-67
/
+137
2023-06-05
x86,intel_iommu: Replace cmpxchg_double()
Peter Zijlstra
2
-65
/
+68
2023-06-05
x86,amd_iommu: Replace cmpxchg_double()
Peter Zijlstra
2
-8
/
+11
2023-06-05
parisc: Raise minimal GCC version
Peter Zijlstra
1
-1
/
+5
2023-06-05
percpu: Wire up cmpxchg128
Peter Zijlstra
7
-39
/
+240
2023-06-05
percpu: Add {raw,this}_cpu_try_cmpxchg()
Peter Zijlstra
2
-4
/
+128
2023-06-05
instrumentation: Wire up cmpxchg128()
Peter Zijlstra
4
-6
/
+183
2023-06-05
arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
Peter Zijlstra
6
-2
/
+177
2023-06-05
types: Introduce [us]128
Peter Zijlstra
4
-4
/
+9
2023-06-05
cyrpto/b128ops: Remove struct u128
Peter Zijlstra
1
-11
/
+3
2023-05-24
bcache: Convert to lock_cmp_fn
Kent Overstreet
2
-3
/
+24
2023-05-19
lockdep: Add lock_set_cmp_fn() annotation
Kent Overstreet
3
-31
/
+103
2023-05-14
Linux 6.4-rc2
Linus Torvalds
1
-1
/
+1
2023-05-14
Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-1
/
+2
2023-05-14
Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-4
/
+6
2023-05-14
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-6
/
+37
2023-05-14
Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+4
2023-05-14
Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-29
/
+50
2023-05-14
Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2023-05-14
Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-0
/
+4
2023-05-14
Merge tag 'timers_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-32
/
+88
2023-05-13
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
13
-104
/
+269
2023-05-13
Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
18
-192
/
+202
[next]