index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
7
-19
/
+19
2020-06-09
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: add MMAP_LOCK_INITIALIZER
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem call sites missed by coccinelle
Michel Lespinasse
1
-4
/
+4
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
4
-15
/
+15
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
3
-86
/
+0
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
1
-23
/
+3
2020-06-09
x86/mm: simplify init_trampoline() and surrounding logic
Mike Rapoport
5
-47
/
+37
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
37
-36
/
+37
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
42
-43
/
+41
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
24
-24
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2
-7
/
+2
2020-06-09
x86/amd_gart: print stacktrace for a leak with KERN_ERR
Dmitry Safonov
1
-1
/
+1
2020-06-09
x86: add show_stack_loglvl()
Dmitry Safonov
1
-2
/
+8
2020-06-09
x86: add missing const qualifiers for log_lvl
Dmitry Safonov
2
-3
/
+3
2020-06-09
Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-11
/
+158
2020-06-09
x86/vdso: Unbreak paravirt VDSO clocks
Thomas Gleixner
1
-0
/
+18
2020-06-09
KVM: x86: Unexport x86_fpu_cache and make it static
Sean Christopherson
2
-3
/
+1
2020-06-09
x86_64: Fix jiffies ODR violation
Bob Haarman
2
-6
/
+2
2020-06-09
x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.
Anthony Steinhauser
1
-2
/
+5
2020-06-09
x86/speculation: Prevent rogue cross-process SSBD shutdown
Anthony Steinhauser
1
-18
/
+10
2020-06-09
x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.
Anthony Steinhauser
1
-37
/
+50
2020-06-08
asm-generic: don't include <linux/mm.h> in cacheflush.h
Christoph Hellwig
1
-0
/
+2
2020-06-08
KVM: x86: Fix APIC page invalidation race
Eiichi Tsukata
1
-5
/
+2
2020-06-08
KVM: SVM: fix calls to is_intercept
Paolo Bonzini
2
-2
/
+4
2020-06-08
Revert "KVM: x86: work around leak of uninitialized stack contents"
Vitaly Kuznetsov
1
-7
/
+0
2020-06-08
KVM: VMX: Properly handle kvm_read/write_guest_virt*() result
Vitaly Kuznetsov
3
-40
/
+74
2020-06-06
Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+1
2020-06-06
Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2
-10
/
+10
2020-06-05
Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+21
2020-06-05
Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
23
-585
/
+608
2020-06-05
KVM: x86: emulate reserved nops from 0f/18 to 0f/1f
Paolo Bonzini
1
-2
/
+6
2020-06-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-56
/
+11
2020-06-04
kmap: consolidate kmap_prot definitions
Ira Weiny
1
-1
/
+0
2020-06-04
arch/kmap: define kmap_atomic_prot() for all arch's
Ira Weiny
1
-14
/
+0
2020-06-04
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
2
-6
/
+2
2020-06-04
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
2
-15
/
+4
2020-06-04
{x86,powerpc,microblaze}/kmap: move preempt disable
Ira Weiny
2
-9
/
+12
2020-06-04
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
2
-13
/
+0
2020-06-04
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
2
-11
/
+0
2020-06-04
arch/kmap: remove BUG_ON()
Ira Weiny
1
-2
/
+1
2020-06-04
mm/debug: add tests validating architecture page table helpers
Anshuman Khandual
1
-0
/
+1
2020-06-04
x86/mm: define mm_p4d_folded()
Anshuman Khandual
1
-0
/
+6
2020-06-04
mm: Fix mremap not considering huge pmd devmap
Fan Yang
1
-0
/
+1
2020-06-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-3
/
+1
2020-06-04
KVM: x86: minor code refactor and comments fixup around dirty logging
Anthony Yznaga
1
-55
/
+49
2020-06-04
KVM: x86: avoid unnecessary rmap walks when creating/moving slots
Anthony Yznaga
1
-1
/
+1
2020-06-04
KVM: x86: remove unnecessary rmap walk of read-only memslots
Anthony Yznaga
1
-4
/
+2
2020-06-04
KVM: Use vmemdup_user()
Denis Efremov
1
-10
/
+7
[prev]
[next]