index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-23
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-18
/
+24
2018-10-22
Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-9
/
+0
2018-10-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-12
/
+74
2018-10-16
Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...
Ingo Molnar
3
-9
/
+13
2018-10-12
vmlinux.lds.h: Fix linker warnings about orphan .LPBX sections
Peter Oberparleiter
1
-1
/
+1
2018-10-12
vmlinux.lds.h: Fix incomplete .text.exit discards
Peter Oberparleiter
1
-2
/
+2
2018-10-06
Merge branch 'core/core' into x86/build, to prevent conflicts
Ingo Molnar
1
-4
/
+7
2018-10-04
x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...
Nadav Amit
1
-4
/
+4
2018-10-02
locking/spinlocks: Remove an instruction from spin and write locks
Matthew Wilcox
2
-10
/
+13
2018-09-27
jump_table: Move entries into ro_after_init region
Ard Biesheuvel
1
-4
/
+7
2018-09-20
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
1
-9
/
+0
2018-09-14
asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP && CONFIG_INDIREC...
Andrew Murray
1
-1
/
+2
2018-09-07
mm/memory: Move mmu_gather and TLB invalidation code into its own file
Peter Zijlstra
1
-0
/
+1
2018-09-04
asm-generic/tlb: Track which levels of the page tables have been cleared
Will Deacon
1
-8
/
+50
2018-09-04
asm-generic/tlb: Track freeing of page-table directories in struct mmu_gather
Peter Zijlstra
1
-8
/
+23
2018-09-04
asm-generic/tlb: Guard with #ifdef CONFIG_MMU
Will Deacon
1
-0
/
+4
2018-08-25
Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-2
/
+0
2018-08-23
mm: mmu_notifier fix for tlb_end_vma
Nicholas Piggin
1
-4
/
+13
2018-08-23
x86/mm/tlb: Revert the recent lazy TLB patches
Peter Zijlstra
1
-10
/
+0
2018-08-22
module: use relative references for __ksymtab entries
Ard Biesheuvel
1
-2
/
+10
2018-08-22
include/asm-generic/bug.h: clarify valid uses of WARN()
Dmitry Vyukov
1
-3
/
+13
2018-08-22
vmlinux.lds.h: remove stale <linux/export.h> include
Masahiro Yamada
1
-2
/
+0
2018-08-18
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2018-08-18
mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
Luis R. Rodriguez
1
-0
/
+4
2018-08-18
mm: provide a fallback for PAGE_KERNEL_RO for architectures
Luis R. Rodriguez
1
-0
/
+14
2018-08-14
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+12
2018-08-14
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-4
/
+14
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
2
-1
/
+9
2018-07-30
Merge 4.18-rc7 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+8
2018-07-25
locking/atomics: Instrument cmpxchg_double*()
Mark Rutland
1
-13
/
+8
2018-07-25
locking/atomics: Instrument xchg()
Mark Rutland
1
-0
/
+7
2018-07-25
locking/atomics: Simplify cmpxchg() instrumentation
Mark Rutland
1
-85
/
+15
2018-07-17
x86/mm/tlb: Leave lazy TLB mode at page table free time
Rik van Riel
1
-0
/
+10
2018-07-17
Merge tag 'v4.18-rc5' into x86/mm, to pick up fixes
Ingo Molnar
1
-0
/
+8
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
2
-1
/
+9
2018-07-15
x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
Jiri Kosina
1
-12
/
+12
2018-07-14
mm: allow arch to supply p??_free_tlb functions
Nicholas Piggin
1
-0
/
+8
2018-07-10
iommu: Remove IOMMU_OF_DECLARE
Rob Herring
1
-2
/
+0
2018-07-04
ioremap: Update pgtable free interfaces with addr
Chintan Pandya
1
-4
/
+4
2018-06-22
locking/qspinlock: Fix build for anonymous union in older GCC compilers
Steven Rostedt (VMware)
1
-1
/
+1
2018-06-21
atomics/treewide: Make conditional inc/dec ops optional
Mark Rutland
2
-0
/
+4
2018-06-21
atomics/treewide: Make unconditional inc/dec ops optional
Mark Rutland
3
-18
/
+24
2018-06-21
atomics/treewide: Make test ops optional
Mark Rutland
3
-13
/
+24
2018-06-21
atomics/treewide: Make atomic64_fetch_add_unless() optional
Mark Rutland
1
-6
/
+0
2018-06-21
atomics/generic: Define atomic64_fetch_add_unless()
Mark Rutland
1
-1
/
+2
2018-06-21
atomics: Prepare for atomic64_fetch_add_unless()
Mark Rutland
1
-0
/
+9
2018-06-21
atomics/treewide: Make atomic_fetch_add_unless() optional
Mark Rutland
2
-12
/
+3
2018-06-21
atomics/treewide: Make atomic64_inc_not_zero() optional
Mark Rutland
2
-1
/
+3
2018-06-21
atomics: Make conditional ops return 'bool'
Mark Rutland
2
-2
/
+3
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
2
-4
/
+4
[next]