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
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-14
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-14
/
+14
2020-08-14
include/asm-generic/vmlinux.lds.h: align ro_after_init
Romain Naour
1
-0
/
+1
2020-08-14
asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()
Mike Rapoport
1
-1
/
+1
2020-08-14
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
1
-8
/
+8
2020-08-14
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2020-08-12
Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
1
-2
/
+2
2020-08-11
x86/hyperv: Make hv_setup_sched_clock inline
Michael Kelley
1
-1
/
+0
2020-08-11
sections.h: dereference_function_descriptor() returns void pointer
Helge Deller
1
-2
/
+2
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+80
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
1
-0
/
+7
2020-08-07
asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
Mike Rapoport
1
-0
/
+30
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
1
-0
/
+43
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-08-07
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-0
/
+14
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+5
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-4
/
+6
2020-08-05
Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2020-08-04
Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2020-08-04
asm-generic/io.h: Fix sparse warnings on big-endian architectures
Stafford Horne
1
-8
/
+8
2020-08-03
Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+22
2020-08-03
Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-10
/
+1
2020-08-03
Merge tag 'core-headers-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2020-08-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
4
-33
/
+132
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-07-31
Merge branch 'for-next/read-barrier-depends' into for-next/core
Catalin Marinas
3
-18
/
+92
2020-07-31
Merge branch 'linus' into locking/core, to resolve conflict
Ingo Molnar
2
-3
/
+6
2020-07-29
Merge branch 'locking/header'
Peter Zijlstra
3
-10
/
+1
2020-07-29
locking/qspinlock: Do not include atomic.h from qspinlock_types.h
Herbert Xu
2
-8
/
+1
2020-07-29
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
1
-2
/
+0
2020-07-28
Merge tag 'asm-generic-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2020-07-27
Merge 5.8-rc7 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+4
2020-07-27
io: Fix return type of _inb and _inl
Stafford Horne
1
-2
/
+2
2020-07-27
powerpc/pseries: Implement paravirt qspinlocks for SPLPAR
Nicholas Piggin
1
-0
/
+2
2020-07-27
powerpc/64s: Implement queued spinlocks and rwlocks
Nicholas Piggin
1
-0
/
+2
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+8
2020-07-24
dyndbg: rename __verbose section to __dyndbg
Jim Cromie
1
-3
/
+3
2020-07-24
compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....
Ingo Molnar
1
-0
/
+1
2020-07-22
Merge branch 'sched/urgent'
Peter Zijlstra
1
-2
/
+4
2020-07-22
x86, vmlinux.lds: Page-align end of ..page_aligned sections
Joerg Roedel
1
-1
/
+4
2020-07-21
locking/barriers: Remove definitions for [smp_]read_barrier_depends()
Will Deacon
1
-17
/
+0
2020-07-21
asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'
Will Deacon
1
-2
/
+0
2020-07-21
asm/rwonce: Remove smp_read_barrier_depends() invocation
Will Deacon
1
-15
/
+4
2020-07-21
asm/rwonce: Allow __READ_ONCE to be overridden by the architecture
Will Deacon
1
-0
/
+2
2020-07-21
compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.h
Will Deacon
3
-1
/
+103
2020-07-20
arch, net: remove the last csum_partial_copy() leftovers
Christoph Hellwig
1
-4
/
+2
2020-07-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-2
/
+4
2020-07-17
asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()
Will Deacon
1
-2
/
+4
2020-07-16
libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier
Aneesh Kumar K.V
1
-0
/
+10
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+4
[next]