| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | mm, page_alloc: inline pageblock lookup in page free fast paths | Mel Gorman | 2016-05-20 | 1 | -7/+0 |
| * | | | | | mm, page_alloc: avoid looking up the first zone in a zonelist twice | Mel Gorman | 2016-05-20 | 1 | -7/+11 |
| * | | | | | mm, page_alloc: simplify last cpupid reset | Mel Gorman | 2016-05-20 | 1 | -4/+1 |
| * | | | | | mm, page_alloc: convert alloc_flags to unsigned | Mel Gorman | 2016-05-20 | 2 | -4/+5 |
| * | | | | | mm, page_alloc: inline the fast path of the zonelist iterator | Mel Gorman | 2016-05-20 | 1 | -2/+11 |
| * | | | | | mm, page_alloc: inline zone_statistics | Mel Gorman | 2016-05-20 | 1 | -2/+0 |
| * | | | | | mm, page_alloc: use new PageAnonHead helper in the free page fast path | Mel Gorman | 2016-05-20 | 1 | -1/+6 |
| * | | | | | oom, oom_reaper: try to reap tasks which skip regular OOM killer path | Michal Hocko | 2016-05-20 | 1 | -0/+8 |
| * | | | | | arch: fix has_transparent_hugepage() | Hugh Dickins | 2016-05-20 | 1 | -0/+8 |
| * | | | | | huge mm: move_huge_pmd does not need new_vma | Hugh Dickins | 2016-05-20 | 1 | -3/+1 |
| * | | | | | mm: /proc/sys/vm/stat_refresh to force vmstat update | Hugh Dickins | 2016-05-20 | 1 | -0/+4 |
| * | | | | | tmpfs: preliminary minor tidyups | Hugh Dickins | 2016-05-20 | 1 | -0/+6 |
| * | | | | | mm: update_lru_size do the __mod_zone_page_state | Hugh Dickins | 2016-05-20 | 2 | -12/+18 |
| * | | | | | mm: update_lru_size warn and reset bad lru_size | Hugh Dickins | 2016-05-20 | 1 | -1/+1 |
| * | | | | | mm: uninline page_mapped() | Andrew Morton | 2016-05-20 | 1 | -20/+1 |
| * | | | | | mm/highmem: simplify is_highmem() | Chanho Min | 2016-05-20 | 1 | -4/+1 |
| * | | | | | mm/mempolicy.c: vma_migratable() can return bool | Yaowei Bai | 2016-05-20 | 1 | -5/+5 |
| * | | | | | mm/vmalloc.c: is_vmalloc_addr() can return bool | Yaowei Bai | 2016-05-20 | 1 | -2/+2 |
| * | | | | | mm/memory_hotplug: is_mem_section_removable() can return bool | Yaowei Bai | 2016-05-20 | 1 | -3/+3 |
| * | | | | | mm/hugetlb: is_vm_hugetlb_page() can return bool | Yaowei Bai | 2016-05-20 | 1 | -3/+3 |
| * | | | | | mm/hugetlb: introduce hugetlb_bad_size() | Vaishali Thakkar | 2016-05-20 | 1 | -0/+1 |
| * | | | | | include/linux/nodemask.h: create next_node_in() helper | Andrew Morton | 2016-05-20 | 1 | -1/+10 |
| * | | | | | include/linux: apply __malloc attribute | Rasmus Villemoes | 2016-05-20 | 6 | -26/+27 |
| * | | | | | compiler.h: add support for malloc attribute | Rasmus Villemoes | 2016-05-20 | 2 | -0/+5 |
| * | | | | | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim | 2016-05-20 | 4 | -23/+27 |
| * | | | | | mm: SLAB freelist randomization | Thomas Garnier | 2016-05-20 | 1 | -0/+4 |
| * | | | | | kernel/padata.c: removed unused code | Richard Cochran | 2016-05-20 | 1 | -5/+0 |
| * | | | | | debugobjects: insulate non-fixup logic related to static obj from fixup callb... | Du, Changbin | 2016-05-20 | 1 | -0/+2 |
| * | | | | | debugobjects: make fixup functions return bool instead of int | Du, Changbin | 2016-05-20 | 1 | -7/+8 |
| * | | | | | time: remove timespec_add_safe() | Deepa Dinamani | 2016-05-20 | 1 | -8/+7 |
| * | | | | | fs: poll/select/recvmmsg: use timespec64 for timeout events | Deepa Dinamani | 2016-05-20 | 1 | -5/+6 |
| * | | | | | time: add missing implementation for timespec64_add_safe() | Deepa Dinamani | 2016-05-20 | 1 | -3/+1 |
| * | | | | | fsnotify: avoid spurious EMFILE errors from inotify_init() | Jan Kara | 2016-05-20 | 1 | -2/+0 |
* | | | | | | Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2016-05-20 | 3 | -22/+96 |
|\ \ \ \ \ \ |
|
| * | | | | | | i2c: mux: relax locking of the top i2c adapter during mux-locked muxing | Peter Rosin | 2016-05-04 | 2 | -0/+9 |
| * | | | | | | i2c: allow adapter drivers to override the adapter locking | Peter Rosin | 2016-05-04 | 1 | -2/+42 |
| * | | | | | | i2c: mux: drop old unused i2c-mux api | Peter Rosin | 2016-04-22 | 1 | -15/+0 |
| * | | | | | | i2c: mux: add common data for every i2c-mux instance | Peter Rosin | 2016-04-22 | 1 | -0/+34 |
| * | | | | | | i2c: introduce helper function to get 8 bit address from a message | Wolfram Sang | 2016-04-11 | 1 | -0/+5 |
| * | | | | | | i2c: guarantee that I2C_M_RD will be 0x0001 forever | Wolfram Sang | 2016-04-11 | 1 | -6/+7 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 2016-05-20 | 1 | -0/+16 |
|\ \ \ \ \ \ |
|
| * | | | | | | md: set MD_CHANGE_PENDING in a atomic region | Guoqing Jiang | 2016-05-09 | 1 | -0/+16 |
* | | | | | | | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-05-20 | 7 | -12/+62 |
|\ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ | Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc... | Joerg Roedel | 2016-05-09 | 82 | -313/+628 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| | | * | | | | | | iommu/dma: Finish optimising higher-order allocations | Robin Murphy | 2016-05-09 | 1 | -2/+2 |
| | | * | | | | | | iommu: Allow selecting page sizes per domain | Robin Murphy | 2016-05-09 | 1 | -1/+2 |
| | | * | | | | | | iommu: of: enforce const-ness of struct iommu_ops | Robin Murphy | 2016-05-09 | 2 | -5/+5 |
| | | * | | | | | | iommu: remove unused priv field from struct iommu_ops | Will Deacon | 2016-05-09 | 1 | -2/+0 |
| | | * | | | | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 2016-05-09 | 3 | -2/+52 |
| | | |\ \ \ \ \ \ |
|
| | | | * | | | | | | io-64-nonatomic: Add relaxed accessor variants | Robin Murphy | 2016-05-03 | 3 | -2/+52 |