| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-08-25 | 1 | -2/+0 |
|\ |
|
| * | vmlinux.lds.h: remove stale <linux/export.h> include | Masahiro Yamada | 2018-08-22 | 1 | -2/+0 |
* | | mm: mmu_notifier fix for tlb_end_vma | Nicholas Piggin | 2018-08-23 | 1 | -4/+13 |
* | | x86/mm/tlb: Revert the recent lazy TLB patches | Peter Zijlstra | 2018-08-22 | 1 | -10/+0 |
* | | module: use relative references for __ksymtab entries | Ard Biesheuvel | 2018-08-22 | 1 | -2/+10 |
* | | include/asm-generic/bug.h: clarify valid uses of WARN() | Dmitry Vyukov | 2018-08-22 | 1 | -3/+13 |
|/ |
|
* | Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-08-18 | 1 | -2/+0 |
|\ |
|
| * | Merge 4.18-rc7 into driver-core-next | Greg Kroah-Hartman | 2018-07-30 | 1 | -0/+8 |
| |\ |
|
| * | | iommu: Remove IOMMU_OF_DECLARE | Rob Herring | 2018-07-10 | 1 | -2/+0 |
* | | | mm: provide a fallback for PAGE_KERNEL_EXEC for architectures | Luis R. Rodriguez | 2018-08-17 | 1 | -0/+4 |
* | | | mm: provide a fallback for PAGE_KERNEL_RO for architectures | Luis R. Rodriguez | 2018-08-17 | 1 | -0/+14 |
* | | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2018-08-14 | 1 | -0/+12 |
|\ \ \ |
|
| * \ \ | Merge 4.18-rc7 into master to pick up the KVM dependcy | Thomas Gleixner | 2018-08-05 | 2 | -1/+9 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures | Jiri Kosina | 2018-07-15 | 1 | -12/+12 |
| * | | | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings | Andi Kleen | 2018-06-20 | 1 | -0/+12 |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-08-13 | 2 | -4/+14 |
|\ \ \ \ |
|
| * | | | | x86/mm/tlb: Leave lazy TLB mode at page table free time | Rik van Riel | 2018-07-17 | 1 | -0/+10 |
| * | | | | Merge tag 'v4.18-rc5' into x86/mm, to pick up fixes | Ingo Molnar | 2018-07-17 | 1 | -0/+8 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | ioremap: Update pgtable free interfaces with addr | Chintan Pandya | 2018-07-04 | 1 | -4/+4 |
| | |_|/
| |/| | |
|
* | | | | locking/atomics: Instrument cmpxchg_double*() | Mark Rutland | 2018-07-25 | 1 | -13/+8 |
* | | | | locking/atomics: Instrument xchg() | Mark Rutland | 2018-07-25 | 1 | -0/+7 |
* | | | | locking/atomics: Simplify cmpxchg() instrumentation | Mark Rutland | 2018-07-25 | 1 | -85/+15 |
* | | | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixes | Ingo Molnar | 2018-07-17 | 2 | -1/+9 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | mm: allow arch to supply p??_free_tlb functions | Nicholas Piggin | 2018-07-14 | 1 | -0/+8 |
| |/ / |
|
| * | | locking/qspinlock: Fix build for anonymous union in older GCC compilers | Steven Rostedt (VMware) | 2018-06-22 | 1 | -1/+1 |
| |/ |
|
* | | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 2 | -0/+4 |
* | | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 3 | -18/+24 |
* | | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 3 | -13/+24 |
* | | atomics/treewide: Make atomic64_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -6/+0 |
* | | atomics/generic: Define atomic64_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -1/+2 |
* | | atomics: Prepare for atomic64_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -0/+9 |
* | | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 2 | -12/+3 |
* | | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 2018-06-21 | 2 | -1/+3 |
* | | atomics: Make conditional ops return 'bool' | Mark Rutland | 2018-06-21 | 2 | -2/+3 |
* | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 2 | -4/+4 |
* | | locking/atomics, asm-generic/bitops/lock.h: Rewrite using atomic_fetch_*() | Will Deacon | 2018-06-21 | 1 | -12/+56 |
* | | locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIs | Will Deacon | 2018-06-21 | 1 | -155/+33 |
|/ |
|
* | int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi header | Masahiro Yamada | 2018-06-07 | 1 | -11/+8 |
* | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-06-06 | 2 | -185/+183 |
|\ |
|
| * | kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATION | Nicholas Piggin | 2018-05-17 | 1 | -20/+29 |
| * | vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL() | Masahiro Yamada | 2018-05-17 | 1 | -145/+144 |
| * | export.h: remove code for prefixing symbols with underscore | Masahiro Yamada | 2018-05-17 | 1 | -22/+12 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-04 | 1 | -0/+3 |
|\ \ |
|
| * \ | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2018-05-02 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | time: Add an asm-generic/compat.h file | Arnd Bergmann | 2018-04-19 | 1 | -0/+3 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-06-04 | 4 | -11/+71 |
|\ \ \ |
|
| * | | | locking/spinlocks: Clean up comment and #ifndef for {,queued_}spin_is_locked() | Andrea Parri | 2018-05-15 | 1 | -2/+0 |
| * | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2018-05-05 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | locking/mutex: Optimize __mutex_trylock_fast() | Peter Zijlstra | 2018-05-04 | 1 | -0/+17 |
| * | | | locking/qspinlock: Use smp_store_release() in queued_spin_unlock() | Will Deacon | 2018-04-27 | 1 | -1/+1 |