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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-24
mm: replace access_remote_vm() write parameter with gup_flags
Lorenzo Stoakes
1
-6
/
+13
2016-10-24
mm: replace get_user_pages_remote() write/force parameters with gup_flags
Lorenzo Stoakes
1
-2
/
+7
2016-10-12
fs: use mapping_set_error instead of opencoded set_bit
Michal Hocko
6
-10
/
+8
2016-10-12
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
1
-2
/
+0
2016-10-12
pipe: cap initial pipe capacity according to pipe-max-size limit
Michael Kerrisk (man-pages)
1
-0
/
+3
2016-10-12
pipe: make account_pipe_buffers() return a value, and use it
Michael Kerrisk (man-pages)
1
-18
/
+18
2016-10-12
pipe: fix limit checking in alloc_pipe_info()
Michael Kerrisk (man-pages)
1
-7
/
+13
2016-10-12
pipe: simplify logic in alloc_pipe_info()
Michael Kerrisk (man-pages)
1
-22
/
+23
2016-10-12
pipe: fix limit checking in pipe_set_size()
Michael Kerrisk (man-pages)
1
-10
/
+31
2016-10-12
pipe: refactor argument for account_pipe_buffers()
Michael Kerrisk (man-pages)
1
-5
/
+5
2016-10-12
pipe: move limit checking logic into pipe_set_size()
Michael Kerrisk (man-pages)
1
-23
/
+18
2016-10-12
pipe: relocate round_pipe_size() above pipe_set_size()
Michael Kerrisk (man-pages)
1
-12
/
+12
2016-10-12
autofs: refactor ioctl fn vector in iookup_dev_ioctl()
Tomohiro Kusumi
1
-33
/
+16
2016-10-12
autofs: remove possibly misleading /* #define DEBUG */
Tomohiro Kusumi
1
-2
/
+0
2016-10-12
autofs: fix print format for ioctl warning message
Tomohiro Kusumi
1
-1
/
+1
2016-10-12
autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD
Ian Kent
1
-8
/
+17
2016-10-12
autofs: fix dev ioctl number range check
Ian Kent
2
-2
/
+3
2016-10-12
autofs: fix pr_debug() message
Tomohiro Kusumi
1
-1
/
+1
2016-10-12
autofs: don't fail to free_dev_ioctl(param)
Tomohiro Kusumi
1
-1
/
+2
2016-10-12
autofs: remove obsolete sb fields
Tomohiro Kusumi
1
-2
/
+0
2016-10-12
autofs: use autofs4_free_ino() to kfree dentry data
Tomohiro Kusumi
1
-1
/
+1
2016-10-12
autofs: remove ino free in autofs4_dir_symlink()
Ian Kent
1
-2
/
+0
2016-10-12
autofs: add WARN_ON(1) for non dir/link inode case
Tomohiro Kusumi
1
-1
/
+2
2016-10-12
autofs: fix autofs4_fill_super() error exit handling
Ian Kent
1
-3
/
+3
2016-10-12
autofs: test autofs versions first on sb initialization
Tomohiro Kusumi
1
-17
/
+17
2016-10-12
autofs: drop unnecessary extern in autofs_i.h
Tomohiro Kusumi
1
-1
/
+1
2016-10-12
fs/select: add vmalloc fallback for select(2)
Vlastimil Babka
1
-3
/
+11
2016-10-12
block: implement (some of) fallocate for block devices
Darrick J. Wong
2
-1
/
+79
2016-10-10
mm, proc: fix region lost in /proc/self/smaps
Robert Ho
1
-3
/
+5
2016-10-10
proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self
John Stultz
1
-15
/
+19
2016-10-10
proc: add LSM hook checks to /proc/<tid>/timerslack_ns
John Stultz
1
-0
/
+10
2016-10-10
proc: relax /proc/<tid>/timerslack_ns capability requirements
John Stultz
1
-14
/
+20
2016-10-10
meminfo: break apart a very long seq_printf with #ifdefs
Joe Perches
1
-116
/
+95
2016-10-10
seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char
Joe Perches
3
-133
/
+151
2016-10-10
proc: faster /proc/*/status
Alexey Dobriyan
1
-40
/
+47
2016-10-10
mm: remove unnecessary condition in remove_inode_hugepages
zhong jiang
1
-7
/
+5
2016-10-10
mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE
Yisheng Xie
1
-0
/
+3
2016-10-10
mm: remove page_file_index
Huang Ying
4
-7
/
+7
2016-10-10
thp: reduce usage of huge zero page's atomic counter
Aaron Lu
1
-1
/
+1
2016-10-10
fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...
James Morse
1
-1
/
+1
2016-10-10
ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings
Toshi Kani
3
-0
/
+3
2016-09-30
ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()
Eric Ren
1
-0
/
+10
2016-09-23
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-6
/
+15
2016-09-23
Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-0
/
+1
2016-09-21
btrfs: ensure that file descriptor used with subvol ioctls is a dir
Jeff Mahoney
1
-0
/
+12
2016-09-21
Btrfs: handle quota reserve failure properly
Josef Bacik
1
-6
/
+3
2016-09-20
fs/proc/kcore.c: Add bounce buffer for ktext data
Jiri Olsa
1
-1
/
+6
2016-09-20
fs/proc/kcore.c: Make bounce buffer global for read
Jiri Olsa
1
-10
/
+14
2016-09-19
Revert "ocfs2: bump up o2cb network protocol version"
Junxiao Bi
1
-4
/
+1
2016-09-19
ocfs2: fix start offset to ocfs2_zero_range_for_truncate()
Ashish Samant
1
-10
/
+24
[next]