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-06-13
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+7
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
5
-540
/
+542
2020-06-11
bug: Annotate WARN/BUG/stackfail as noinstr safe
Thomas Gleixner
1
-2
/
+7
2020-06-10
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+8
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2
-0
/
+2
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2
-1323
/
+1
2020-06-08
asm-generic: add a flush_icache_user_range stub
Christoph Hellwig
1
-0
/
+4
2020-06-08
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
1
-3
/
+3
2020-06-08
asm-generic: improve the flush_dcache_page stub
Christoph Hellwig
1
-3
/
+3
2020-06-08
asm-generic: don't include <linux/mm.h> in cacheflush.h
Christoph Hellwig
1
-3
/
+0
2020-06-08
asm-generic: fix the inclusion guards for cacheflush.h
Christoph Hellwig
1
-3
/
+3
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+2
2020-06-04
Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-20
/
+44
2020-06-04
mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h
Mike Rapoport
1
-59
/
+0
2020-06-04
asm-generic: remove pgtable-nop4d-hack.h
Mike Rapoport
2
-68
/
+0
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-06-03
arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GET
Anshuman Khandual
1
-1
/
+1
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+4
2020-06-03
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+493
2020-06-03
Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-0
/
+33
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+30
2020-06-02
mm: add functions to track page directory modifications
Joerg Roedel
2
-2
/
+26
2020-06-02
mm: enforce that vmap can't map pages executable
Christoph Hellwig
1
-0
/
+4
2020-06-01
Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+0
2020-06-01
Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+13
2020-05-29
take the dummy csum_and_copy_from_user() into net/checksum.h
Al Viro
1
-9
/
+0
2020-05-28
include/asm-generic/topology.h: guard cpumask_of_node() macro argument
Arnd Bergmann
1
-1
/
+1
2020-05-27
mm/memory.c: Add memory read privilege on page fault handling
Bibo Mao
1
-0
/
+16
2020-05-27
mm/memory.c: Update local TLB if PTE entry exists
Bibo Mao
1
-0
/
+17
2020-05-26
Merge tag 'hisi-drivers-for-5.8' of git://github.com/hisilicon/linux-hisi int...
Arnd Bergmann
1
-20
/
+44
2020-05-20
asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercalls
Michael Kelley
1
-0
/
+51
2020-05-20
x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent files
Michael Kelley
1
-0
/
+442
2020-05-19
vmlinux.lds.h: Create section for protection against instrumentation
Thomas Gleixner
2
-0
/
+13
2020-05-07
io: Provide _inX() and _outX()
John Garry
1
-20
/
+44
2020-05-05
mm: change pmdp_huge_get_and_clear_full take vm_area_struct as arg
Aneesh Kumar K.V
1
-2
/
+2
2020-04-23
arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
Masahiro Yamada
2
-0
/
+8
2020-04-16
locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros
Will Deacon
1
-8
/
+8
2020-04-14
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
9
-23
/
+150
2020-04-11
x86/Hyper-V: Report crash data in die() when panic_on_oops is set
Tianyu Lan
1
-1
/
+1
2020-04-07
userfaultfd: wp: add pmd_swp_*uffd_wp() helpers
Peter Xu
1
-0
/
+15
2020-04-07
userfaultfd: wp: add WP pagetable tracking to x86
Andrea Arcangeli
2
-0
/
+52
2020-04-07
mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()
Anshuman Khandual
1
-1
/
+2
2020-04-04
Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-2
/
+2
2020-04-02
asm-generic: make more kernel-space headers mandatory
Masahiro Yamada
1
-0
/
+52
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+15
2020-03-31
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+9
2020-03-30
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-14
/
+0
2020-03-28
Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...
Thomas Gleixner
1
-2
/
+0
2020-03-27
generic arch_futex_atomic_op_inuser() doesn't need access_ok()
Al Viro
1
-2
/
+0
[next]