| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/vfio: Enable VFIO if EEH is not supported | Alexey Kardashevskiy | 2014-08-08 | 1 | -3/+2 |
* | drivers/vfio: Fix EEH build error | Gavin Shan | 2014-08-08 | 1 | -0/+1 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2014-08-07 | 2 | -0/+57 |
|\ |
|
| * | drivers/vfio: EEH support for VFIO PCI device | Gavin Shan | 2014-08-05 | 2 | -0/+57 |
* | | Merge branch 'akpm' (patchbomb from Andrew Morton) | Linus Torvalds | 2014-08-07 | 32 | -322/+371 |
|\ \ |
|
| * | | lib: bitmap: add missing mask in bitmap_andnot | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: add missing mask in bitmap_and | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: add missing mask in bitmap_shift_right | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: change parameter of bitmap_*_region to unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -3/+3 |
| * | | lib: bitmap: make the start index of bitmap_clear unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: make the start index of bitmap_set unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: make nbits parameter of bitmap_weight unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -2/+2 |
| * | | lib: bitmap: make nbits parameter of bitmap_subset unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -2/+2 |
| * | | lib: bitmap: make nbits parameter of bitmap_intersects unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -2/+2 |
| * | | lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -8/+8 |
| * | | lib: bitmap: remove unnecessary mask from bitmap_complement | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: make nbits parameter of bitmap_complement unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -3/+3 |
| * | | lib: bitmap: make nbits parameter of bitmap_equal unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -1/+1 |
| * | | lib: bitmap: make nbits parameter of bitmap_full unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -2/+2 |
| * | | lib: bitmap: make nbits parameter of bitmap_empty unsigned | Rasmus Villemoes | 2014-08-07 | 1 | -2/+2 |
| * | | kernel.h: remove deprecated pack_hex_byte | Joe Perches | 2014-08-07 | 1 | -5/+0 |
| * | | lib: add lib/glob.c | George Spelvin | 2014-08-07 | 1 | -0/+9 |
| * | | zlib: clean up some dead code | Sergey Senozhatsky | 2014-08-07 | 1 | -118/+0 |
| * | | klist: use same naming scheme as hlist for klist_add_after() | Ken Helias | 2014-08-07 | 1 | -1/+1 |
| * | | list: fix order of arguments for hlist_add_after(_rcu) | Ken Helias | 2014-08-07 | 2 | -6/+6 |
| * | | list: make hlist_add_after() argument names match hlist_add_after_rcu() | Ken Helias | 2014-08-07 | 1 | -7/+7 |
| * | | printk: rename DEFAULT_MESSAGE_LOGLEVEL | Alex Elder | 2014-08-07 | 1 | -1/+1 |
| * | | include/linux/byteorder/generic.h: minor comment fix | Geoff Levand | 2014-08-07 | 1 | -1/+1 |
| * | | fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def... | Joe Perches | 2014-08-07 | 1 | -1/+1 |
| * | | mm/zpool: implement common zpool api to zbud/zsmalloc | Dan Streetman | 2014-08-07 | 1 | -0/+106 |
| * | | mm/zbud: change zbud_alloc size type to size_t | Dan Streetman | 2014-08-07 | 1 | -1/+1 |
| * | | mmu_notifier: add call_srcu and sync function for listener to delay call and ... | Peter Zijlstra | 2014-08-07 | 1 | -0/+6 |
| * | | mm: BUG when __kmap_atomic_idx equals KM_TYPE_NR | Chintan Pandya | 2014-08-07 | 1 | -1/+1 |
| * | | mm, oom: rename zonelist locking functions | David Rientjes | 2014-08-07 | 1 | -2/+2 |
| * | | mm, oom: ensure memoryless node zonelist always includes zones | David Rientjes | 2014-08-07 | 1 | -1/+10 |
| * | | memory-hotplug: add zone_for_memory() for selecting zone for new memory | Wang Nan | 2014-08-07 | 1 | -0/+1 |
| * | | mm: describe mmap_sem rules for __lock_page_or_retry() and callers | Paul Cassella | 2014-08-07 | 1 | -0/+3 |
| * | | mm: page_alloc: reduce cost of the fair zone allocation policy | Mel Gorman | 2014-08-07 | 1 | -0/+6 |
| * | | mm: move zone->pages_scanned into a vmstat counter | Mel Gorman | 2014-08-07 | 1 | -1/+1 |
| * | | mm: rearrange zone fields into read-only, page alloc, statistics and page rec... | Mel Gorman | 2014-08-07 | 1 | -103/+108 |
| * | | mm: pagemap: avoid unnecessary overhead when tracepoints are deactivated | Mel Gorman | 2014-08-07 | 1 | -9/+7 |
| * | | mm/vmalloc.c: clean up map_vm_area third argument | WANG Chao | 2014-08-07 | 1 | -1/+1 |
| * | | mm: make copy_pte_range static again | Jerome Marchand | 2014-08-07 | 1 | -4/+0 |
| * | | mm, hugetlb: remove hugetlb_zero and hugetlb_infinity | David Rientjes | 2014-08-07 | 1 | -1/+0 |
| * | | mm: replace init_page_accessed by __SetPageReferenced | Hugh Dickins | 2014-08-07 | 1 | -1/+0 |
| * | | include/linux/mmdebug.h: add VM_WARN_ONCE() | Andrew Morton | 2014-08-07 | 1 | -0/+2 |
| * | | mm tracing: tell mm_migrate_pages event about numa_misplaced | Max Asbock | 2014-08-07 | 1 | -0/+1 |
| * | | mem-hotplug: improve zone_movable_is_highmem logic | Wang Nan | 2014-08-07 | 1 | -0/+2 |
| * | | mm: page-flags: clean up the page flag test, set, clear macros | Johannes Weiner | 2014-08-07 | 1 | -7/+14 |
| * | | mm, CMA: change cma_declare_contiguous() to obey coding convention | Joonsoo Kim | 2014-08-07 | 1 | -1/+1 |