index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
migrate.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-27
seqlock: fix raw_read_seqcount_latch()
Alexey Dobriyan
1
-2
/
+2
2016-05-26
pnfs: pnfs_update_layout needs to consider if strict iomode checking is on
Tom Haynes
4
-25
/
+61
2016-05-26
nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and r...
Tom Haynes
1
-2
/
+3
2016-05-26
Documentation/hwmon: Update links in max34440
Glenn Dayton
1
-3
/
+3
2016-05-26
hwmon: (emc2103) Fix typo in MODULE_PARM_DESC
Dan Carpenter
1
-1
/
+1
2016-05-26
Yama: fix double-spinlock and user access in atomic context
Jann Horn
1
-6
/
+63
2016-05-26
do "fold checks into iterate_and_advance()" right
Al Viro
1
-1
/
+1
2016-05-25
make xattr_resolve_handlers() safe to use with NULL ->s_xattr
Al Viro
1
-0
/
+1
2016-05-25
xattr: Fail with -EINVAL for NULL attribute names
Andreas Gruenbacher
1
-1
/
+1
2016-05-25
nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IO
Tom Haynes
2
-1
/
+16
2016-05-25
nfs: avoid race that crashes nfs_init_commit
Weston Andros Adamson
2
-0
/
+32
2016-05-25
NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()
Dan Carpenter
1
-2
/
+2
2016-05-25
parisc: Whitespace cleanups in unistd.h
Helge Deller
1
-18
/
+16
2016-05-25
sched/core: Fix remote wakeups
Peter Zijlstra
2
-7
/
+12
2016-05-24
ARM: lpc32xx: fix NR_IRQS confict
Arnd Bergmann
1
-1
/
+1
2016-05-24
ARM: lpc32xx: remove legacy irq controller driver
Vladimir Zapolskiy
2
-478
/
+1
2016-05-24
xen: use same main loop for counting and remapping pages
Juergen Gross
1
-39
/
+26
2016-05-24
xen/events: Don't move disabled irqs
Ross Lagerwall
1
-2
/
+4
2016-05-24
xen/x86: actually allocate legacy interrupts on PV guests
Stefano Stabellini
1
-2
/
+5
2016-05-24
Xen: don't warn about 2-byte wchar_t in efi
Arnd Bergmann
1
-0
/
+1
2016-05-24
xen/gntdev: reduce copy batch size to 16
David Vrabel
1
-1
/
+1
2016-05-24
xen/x86: don't lose event interrupts
Stefano Stabellini
1
-3
/
+3
2016-05-24
headers_check: don't warn about c++ guards
Arnd Bergmann
1
-0
/
+4
2016-05-24
kgdb: depends on VT
Jiri Slaby
1
-1
/
+1
2016-05-24
drm/amdgpu: make amdgpu_mn_get wait for mmap_sem killable
Michal Hocko
1
-1
/
+4
2016-05-24
drm/radeon: make radeon_mn_get wait for mmap_sem killable
Michal Hocko
1
-1
/
+3
2016-05-24
drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killable
Michal Hocko
1
-1
/
+4
2016-05-24
uprobes: wait for mmap_sem for write killable
Michal Hocko
1
-2
/
+5
2016-05-24
prctl: make PR_SET_THP_DISABLE wait for mmap_sem killable
Michal Hocko
1
-1
/
+2
2016-05-24
exec: make exec path waiting for mmap_sem killable
Michal Hocko
1
-2
/
+8
2016-05-24
aio: make aio_setup_ring killable
Michal Hocko
1
-1
/
+6
2016-05-24
coredump: make coredump_wait wait for mmap_sem for write killable
Michal Hocko
1
-1
/
+3
2016-05-24
vdso: make arch_setup_additional_pages wait for mmap_sem for write killable
Michal Hocko
9
-10
/
+21
2016-05-24
ipc, shm: make shmem attach/detach wait for mmap_sem killable
Michal Hocko
1
-2
/
+7
2016-05-24
mm, fork: make dup_mmap wait for mmap_sem for write killable
Michal Hocko
1
-1
/
+5
2016-05-24
mm, proc: make clear_refs killable
Michal Hocko
1
-2
/
+9
2016-05-24
mm: make vm_brk killable
Michal Hocko
2
-7
/
+4
2016-05-24
mm, elf: handle vm_brk error
Michal Hocko
1
-2
/
+5
2016-05-24
mm, aout: handle vm_brk failures
Michal Hocko
2
-10
/
+23
2016-05-24
mm: make vm_munmap killable
Michal Hocko
1
-5
/
+3
2016-05-24
mm: make vm_mmap killable
Michal Hocko
5
-14
/
+8
2016-05-24
mm: make mmap_sem for write waits killable for mm syscalls
Michal Hocko
8
-21
/
+55
2016-05-24
MAINTAINERS: add co-maintainer for scripts/gdb
Kieran Bingham
1
-0
/
+1
2016-05-24
scripts/gdb: decode bytestream on dmesg for Python3
Kieran Bingham
1
-2
/
+2
2016-05-24
scripts/gdb: fix issue with dmesg.py and python 3.X
Dom Cote
1
-3
/
+4
2016-05-24
scripts/gdb: improve types abstraction for gdb python scripts
Dom Cote
1
-2
/
+15
2016-05-24
scripts/gdb: add lx_thread_info_by_pid helper
Kieran Bingham
1
-0
/
+19
2016-05-24
scripts/gdb: add documentation example for radix tree
Kieran Bingham
1
-0
/
+21
2016-05-24
scripts/gdb: add a Radix Tree Parser
Kieran Bingham
3
-0
/
+105
2016-05-24
scripts/gdb: cast CPU numbers to integer
Jan Kiszka
1
-1
/
+1
[next]