index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-24
mm/migrate: allow migrate_vma() to alloc new page on empty entry v2
hmm-v23
Jérôme Glisse
1
-4
/
+131
2017-05-24
mm/migrate: support un-addressable ZONE_DEVICE page in migration v2
Jérôme Glisse
4
-29
/
+150
2017-05-24
mm/migrate: migrate_vma() unmap page from vma while collecting pages
Jérôme Glisse
1
-16
/
+98
2017-05-24
mm/migrate: new memory migration helper for use with device memory v4
Jérôme Glisse
2
-0
/
+548
2017-05-24
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
9
-15
/
+86
2017-05-24
mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v3
Jérôme Glisse
2
-1
/
+109
2017-05-24
mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v5
Jérôme Glisse
3
-1
/
+538
2017-05-24
mm/ZONE_DEVICE: special case put_page() for device private pages v2
Jérôme Glisse
4
-10
/
+61
2017-05-24
mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v3
Jérôme Glisse
11
-5
/
+311
2017-05-24
mm/memory_hotplug: introduce add_pages
Michal Hocko
3
-7
/
+30
2017-05-24
mm/hmm/mirror: device page fault handler
Jérôme Glisse
2
-12
/
+271
2017-05-24
mm/hmm/mirror: helper to snapshot CPU page table v3
Jérôme Glisse
2
-2
/
+333
2017-05-24
mm/hmm/mirror: mirror process address space on device with HMM helpers v3
Jérôme Glisse
3
-15
/
+275
2017-05-24
mm/hmm: heterogeneous memory management (HMM for short) v4
Jérôme Glisse
6
-1
/
+241
2017-05-24
hmm: heterogeneous memory management documentation
Jérôme Glisse
2
-0
/
+369
2017-05-18
pci: test for unexpectedly disabled bridges
Linus Torvalds
1
-0
/
+9
2017-05-18
slab-leaks3-default-y
Andrew Morton
1
-1
/
+6
2017-05-18
mutex subsystem, synchro-test module
David Howells
4
-0
/
+660
2017-05-18
kernel/fork.c: export kernel_thread() to modules
Andrew Morton
1
-0
/
+1
2017-05-18
Releasing resources with children
Matthew Wilcox
1
-0
/
+2
2017-05-18
Make sure nobody's leaking resources
Matthew Wilcox
1
-0
/
+8
2017-05-18
mm: add strictlimit knob
Maxim Patlasov
2
-0
/
+43
2017-05-18
lib/crc-ccitt: add CCITT-FALSE CRC16 variant
Andrey Vostrikov
2
-1
/
+64
2017-05-18
powerpc/sequoia: fix NAND partitions not to overlap
Pavel Machek
1
-1
/
+1
2017-05-18
sparc64: NG4 memset 32 bits overflow
Pavel Tatashin
1
-13
/
+13
2017-05-18
linux-next
Andrew Morton
1391
-22904
/
+39852
2017-05-18
include/linux/sem.h: correctly document sem_ctime
Manfred Spraul
2
-2
/
+2
2017-05-18
ipc: merge ipc_rcu and kern_ipc_perm
Manfred Spraul
6
-59
/
+73
2017-05-18
ipc/sem.c: remove sem_base, embed struct sem
Manfred Spraul
2
-55
/
+55
2017-05-18
initramfs: make initramfs honor CONFIG_DEVTMPFS_MOUNT
Rob Landley
2
-16
/
+13
2017-05-18
fault-inject: add /proc/<pid>/fail-nth
Akinobu Mita
2
-1
/
+3
2017-05-18
fault-inject: don't convert unsigned type value as signed int
Akinobu Mita
1
-1
/
+1
2017-05-18
fault-inject: simplify access check for fail-nth
Akinobu Mita
1
-14
/
+8
2017-05-18
fault-inject: make fail-nth read/write interface symmetric
Akinobu Mita
2
-14
/
+13
2017-05-18
fault-inject: parse as natural 1-based value for fail-nth write interface
Akinobu Mita
3
-10
/
+8
2017-05-18
fault-inject: automatically detect the number base for fail-nth write interface
Akinobu Mita
1
-1
/
+1
2017-05-18
fault-inject-support-systematic-fault-injection-fix
Andrew Morton
1
-1
/
+1
2017-05-18
fault-inject: support systematic fault injection
Dmitry Vyukov
5
-0
/
+142
2017-05-18
kernel-reboot-add-devm_register_reboot_notifier-fix
Andrew Morton
1
-1
/
+2
2017-05-18
kernel/reboot.c: add devm_register_reboot_notifier()
Andrey Smirnov
2
-0
/
+30
2017-05-18
kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORE
Cyrill Gorcunov
2
-0
/
+4
2017-05-18
kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files
Cyrill Gorcunov
4
-0
/
+112
2017-05-18
procfs: fdinfo: extend information about epoll target files
Cyrill Gorcunov
2
-3
/
+11
2017-05-18
scripts/gdb: add lx-fdtdump command
Peter Griffin
2
-0
/
+80
2017-05-18
fs/Kconfig: kill CONFIG_PERCPU_RWSEM some more
Davidlohr Bueso
1
-1
/
+0
2017-05-18
bfs: fix sanity checks for empty files
Rakesh Pandit
1
-1
/
+1
2017-05-18
uapi: fix linux/sysctl.h userspace compilation errors
Dmitry V. Levin
1
-0
/
+4
2017-05-18
kdump, vmcoreinfo: report actual value of phys_base
HATAYAMA Daisuke
2
-0
/
+3
2017-05-18
kexec/kdump: minor Documentation updates for arm64 and Image
Bharat Bhushan
1
-3
/
+9
2017-05-18
kdump: protect vmcoreinfo data under the crash memory
Xunlei Pang
6
-2
/
+74
[next]