Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | MIPS: fix DMA contiguous allocation | Qais Yousef | 2015-12-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | sh64: fix __NR_fgetxattr | Dmitry V. Levin | 2015-12-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | ocfs2: fix SGID not inherited issue | Junxiao Bi | 2015-12-12 | 1 | -3/+1 | |
| * | | | | | | | | | | | | mm/oom_kill.c: avoid attempting to kill init sharing same memory | Chen Jie | 2015-12-12 | 1 | -0/+2 | |
| * | | | | | | | | | | | | drivers/base/memory.c: prohibit offlining of memory blocks with missing sections | Seth Jennings | 2015-12-12 | 1 | -0/+4 | |
| * | | | | | | | | | | | | tmpfs: fix shmem_evict_inode() warnings on i_blocks | Hugh Dickins | 2015-12-12 | 1 | -20/+14 | |
| * | | | | | | | | | | | | mm/hugetlb.c: fix resv map memory leak for placeholder entries | Mike Kravetz | 2015-12-12 | 1 | -2/+12 | |
| * | | | | | | | | | | | | mm: hugetlb: call huge_pte_alloc() only if ptep is null | Naoya Horiguchi | 2015-12-12 | 1 | -4/+4 | |
| * | | | | | | | | | | | | kernel: remove stop_machine() Kconfig dependency | Chris Wilson | 2015-12-12 | 3 | -12/+5 | |
| * | | | | | | | | | | | | mm: kmemleak: mark kmemleak_init prototype as __init | Nicolas Iooss | 2015-12-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | mm: fix kerneldoc on mem_cgroup_replace_page | Hugh Dickins | 2015-12-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | osd fs: __r4w_get_page rely on PageUptodate for uptodate | Hugh Dickins | 2015-12-12 | 2 | -8/+2 | |
| * | | | | | | | | | | | | MAINTAINERS: make Vladimir co-maintainer of the memory controller | Johannes Weiner | 2015-12-12 | 1 | -0/+1 | |
| * | | | | | | | | | | | | mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ... | Michal Hocko | 2015-12-12 | 2 | -5/+20 | |
| * | | | | | | | | | | | | mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfo | Vlastimil Babka | 2015-12-12 | 2 | -2/+3 | |
| * | | | | | | | | | | | | memcg: fix memory.high target | Vladimir Davydov | 2015-12-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | mm: hugetlb: fix hugepage memory leak caused by wrong reserve count | Naoya Horiguchi | 2015-12-12 | 1 | -1/+4 | |
* | | | | | | | | | | | | | Merge branch 'parisc-4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-12-12 | 5 | -27/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | parisc: Disable huge pages on Mako machines | Helge Deller | 2015-12-12 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | parisc: Wire up mlock2 syscall | Helge Deller | 2015-12-12 | 2 | -1/+3 | |
| * | | | | | | | | | | | | | parisc: Remove unused pcibios_init_bus() | Bjorn Helgaas | 2015-12-12 | 1 | -18/+0 | |
| * | | | | | | | | | | | | | parisc iommu: fix panic due to trying to allocate too large region | Mikulas Patocka | 2015-12-12 | 1 | -7/+8 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-12-12 | 9 | -89/+142 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | null_blk: Fix error path in module initialization | Minfei Huang | 2015-12-08 | 1 | -7/+16 | |
| * | | | | | | | | | | | | | lightnvm: do not compile in debugging by default | Matias Bjørling | 2015-12-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | lightnvm: prevent gennvm module unload on use | Matias Bjørling | 2015-12-07 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | lightnvm: fix media mgr registration | Matias Bjørling | 2015-12-07 | 1 | -39/+39 | |
| * | | | | | | | | | | | | | lightnvm: replace req queue with nvmdev for lld | Matias Bjørling | 2015-12-07 | 6 | -31/+33 | |
| * | | | | | | | | | | | | | lightnvm: comments on constants | Matias Bjørling | 2015-12-07 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | lightnvm: check mm before use | Matias Bjørling | 2015-12-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | lightnvm: refactor spin_unlock in gennvm_get_blk | Wenwei Tao | 2015-12-07 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | lightnvm: put blks when luns configure failed | Wenwei Tao | 2015-12-07 | 1 | -2/+19 | |
| * | | | | | | | | | | | | | lightnvm: use flags in rrpc_get_blk | Wenwei Tao | 2015-12-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | block: detach bdev inode from its wb in __blkdev_put() | Ilya Dryomov | 2015-12-04 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | SCSI: Fix NULL pointer dereference in runtime PM | Ken Xue | 2015-12-03 | 1 | -0/+12 | |
* | | | | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2015-12-12 | 2 | -6/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | arm64: Improve error reporting on set_pte_at() checks | Catalin Marinas | 2015-12-11 | 1 | -4/+8 | |
| * | | | | | | | | | | | | | arm64: update linker script to increased L1_CACHE_BYTES value | Ard Biesheuvel | 2015-12-07 | 1 | -2/+3 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'dm-4.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2015-12-11 | 4 | -20/+161 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | dm btree: fix bufio buffer leaks in dm_btree_del() error path | Joe Thornber | 2015-12-10 | 1 | -1/+15 | |
| * | | | | | | | | | | | | | dm space map metadata: fix ref counting bug when bootstrapping a new space map | Joe Thornber | 2015-12-09 | 1 | -10/+22 | |
| * | | | | | | | | | | | | | dm thin metadata: fix bug when taking a metadata snapshot | Joe Thornber | 2015-12-09 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | dm thin metadata: fix bug in dm_thin_remove_range() | Joe Thornber | 2015-12-02 | 3 | -8/+115 | |
| * | | | | | | | | | | | | | dm btree: fix leak of bufio-backed block in btree_split_sibling error path | Mike Snitzer | 2015-12-02 | 1 | -1/+3 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2015-12-11 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | fuse: break infinite loop in fuse_fill_write_pages() | Roman Gushchin | 2015-11-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | cuse: fix memory leak | Miklos Szeredi | 2015-11-10 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-12-11 | 16 | -112/+131 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | vgaarb: fix signal handling in vga_get() | Kirill A. Shutemov | 2015-12-11 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2015-12-11 | 3 | -55/+59 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |