index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-02-24
m68k: replace gcc specific macros with ones from compiler.h
Gideon Israel Dsouza
2017-02-24
compiler-gcc.h: add a new macro to wrap gcc attribute
Gideon Israel Dsouza
2017-02-24
include/linux/iopoll.h: include <linux/ktime.h> instead of <linux/hrtimer.h>
Masahiro Yamada
2017-02-24
uapi: mqueue.h: add missing linux/types.h include
Mike Frysinger
2017-02-24
procfs: use an enum for possible hidepid values
Lafcadio Wluiki
2017-02-24
proc: less code duplication in /proc/*/cmdline
Alexey Dobriyan
2017-02-24
proc: use rb_entry()
Geliang Tang
2017-02-24
alpha: use generic current.h
Davidlohr Bueso
2017-02-24
arch/frv/mb93090-mb00/pci-frv.c: fix build warning
Sudip Mukherjee
2017-02-24
kasan: add memcg kmem_cache test
Greg Thelen
2017-02-24
kasan: drain quarantine of memcg slab objects
Greg Thelen
2017-02-24
memory-hotplug: use dev_online for memhp_auto_online
Nathan Fontenot
2017-02-24
mm: do not access page->mapping directly on page_endio
Minchan Kim
2017-02-24
mm/thp/autonuma: use TNF flag instead of vm fault
Aneesh Kumar K.V
2017-02-24
mm/gup: check for protnone only if it is a PTE entry
Aneesh Kumar K.V
2017-02-24
mm: cleanups for printing phys_addr_t and dma_addr_t
Miles Chen
2017-02-24
mm/zsmalloc: fix comment in zsmalloc
Yisheng Xie
2017-02-24
mm/page_alloc.c: remove redundant init code for ZONE_MOVABLE
Wei Yang
2017-02-24
mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chain
Yisheng Xie
2017-02-24
mm: vmpressure: fix sending wrong events on underflow
Vinayak Menon
2017-02-24
mm: remove shmem_mapping() shmem_zero_setup() duplicates
Hugh Dickins
2017-02-24
mm/page_alloc: fix nodes for reclaim in fast path
Gavin Shan
2017-02-24
mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()
zhong jiang
2017-02-24
zram: extend zero pages to same element pages
zhouxianrong
2017-02-24
mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...
Steven Rostedt (VMware)
2017-02-24
powerpc/mm/autonuma: switch ppc64 to its own implementation of saved write
Aneesh Kumar K.V
2017-02-24
mm/ksm: handle protnone saved writes when making page write protect
Aneesh Kumar K.V
2017-02-24
mm/autonuma: let architecture override how the write bit should be stashed in...
Aneesh Kumar K.V
2017-02-24
mm/autonuma: don't use set_pte_at when updating protnone ptes
Aneesh Kumar K.V
2017-02-24
mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROW
Steven Rostedt (VMware)
2017-02-24
mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced
Mel Gorman
2017-02-24
drm: remove unnecessary fault wrappers
Ross Zwisler
2017-02-24
mm: codgin-style fixes
Tobin C Harding
2017-02-24
mm/memory.c: use NULL instead of literal 0
Tobin C Harding
2017-02-24
mm/page_alloc.c: remove duplicate inclusion of page_ext.h
Masanari Iida
2017-02-24
vmalloc: back off when the current task is killed
Michal Hocko
2017-02-24
mm: cma: print allocation failure reason and bitmap status
Jaewon Kim
2017-02-24
mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count
David Rientjes
2017-02-24
mm: wire up GFP flag passing in dma_alloc_from_contiguous
Lucas Stach
2017-02-24
mm: cma_alloc: allow to specify GFP mask
Lucas Stach
2017-02-24
mm: alloc_contig_range: allow to specify GFP mask
Lucas Stach
2017-02-24
userfaultfd: documentation update
Mike Rapoport
2017-02-24
userfaultfd_copy: return -ENOSPC in case mm has gone
Mike Rapoport
2017-02-24
userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA found
Mike Rapoport
2017-02-24
userfaultfd: non-cooperative: add event for exit() notification
Mike Rapoport
2017-02-24
userfaultfd: non-cooperative: add event for memory unmaps
Mike Rapoport
2017-02-24
mm: call vm_munmap in munmap syscall instead of using open coded version
Mike Rapoport
2017-02-24
mm: convert remove_migration_pte() to use page_vma_mapped_walk()
Kirill A. Shutemov
2017-02-24
mm: drop page_check_address{,_transhuge}
Kirill A. Shutemov
2017-02-24
mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()
Kirill A. Shutemov
[next]