| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-11-10 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux |  Linus Torvalds | 3 | -16/+111 |
| 2015-11-10 | pwm: Set enable state properly on failed call to enable |  Jonathan Richardson | 1 | -0/+3 |
| 2015-11-10 | context_tracking: avoid irq_save/irq_restore on guest entry and exit |  Paolo Bonzini | 1 | -2/+6 |
| 2015-11-10 | context_tracking: remove duplicate enabled check |  Paolo Bonzini | 1 | -2/+2 |
| 2015-11-10 | KVM: x86: Replace call-back set_tsc_khz() with a common function |  Haozhong Zhang | 1 | -0/+29 |
| 2015-11-10 | KVM: x86: Add a common TSC scaling function |  Haozhong Zhang | 2 | -0/+52 |
| 2015-11-09 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 3 | -29/+23 |
| 2015-11-09 | Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs |  Linus Torvalds | 7 | -6/+49 |
| 2015-11-09 | include/linux/kdev_t.h: old/new_valid_dev() can return bool |  Yaowei Bai | 1 | -2/+2 |
| 2015-11-09 | include/linux/kdev_t.h: remove unused huge_valid_dev() |  Yaowei Bai | 1 | -5/+0 |
| 2015-11-09 | kmap_atomic_to_page() has no users, remove it |  Nicolas Pitre | 1 | -1/+0 |
| 2015-11-09 | remove abs64() |  Andrew Morton | 1 | -3/+0 |
| 2015-11-09 | kernel.h: make abs() work with 64-bit types |  Michal Nazarewicz | 1 | -20/+23 |
| 2015-11-09 | coredump: add DAX filtering for ELF coredumps |  Ross Zwisler | 1 | -1/+3 |
| 2015-11-09 | Merge branch 'for-4.4/hotplug' into libnvdimm-for-next |  Dan Williams | 2 | -1/+6 |
| 2015-11-08 | Merge branch 'master' of git://blackhole.kfki.hu/nf |  Pablo Neira Ayuso | 1 | -1/+1 |
| 2015-11-07 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 20 | -337/+370 |
| 2015-11-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma |  Linus Torvalds | 3 | -9/+23 |
| 2015-11-07 | block: add block polling support |  Jens Axboe | 2 | -0/+13 |
| 2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie |  Jens Axboe | 4 | -4/+28 |
| 2015-11-07 | netfilter: ipset: Fix extension alignment |  Jozsef Kadlecsik | 1 | -1/+1 |
| 2015-11-06 | include/linux/zutil.h: fix usage example of zlib_adler32() |  Anish Bhatt | 1 | -2/+2 |
| 2015-11-06 | dma-mapping: tidy up dma_parms default handling |  Robin Murphy | 1 | -7/+11 |
| 2015-11-06 | signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread() |  Oleg Nesterov | 1 | -0/+10 |
| 2015-11-06 | signal: turn dequeue_signal_lock() into kernel_dequeue_signal() |  Oleg Nesterov | 1 | -5/+6 |
| 2015-11-06 | signals: kill block_all_signals() and unblock_all_signals() |  Oleg Nesterov | 1 | -6/+1 |
| 2015-11-06 | rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe() |  Cody P Schafer | 1 | -2/+10 |
| 2015-11-06 | lib/kasprintf.c: introduce kvasprintf_const |  Rasmus Villemoes | 1 | -0/+2 |
| 2015-11-06 | bitops.h: add sign_extend64() |  Martin Kepplinger | 1 | -0/+11 |
| 2015-11-06 | bitops.h: improve sign_extend32()'s documentation |  Martin Kepplinger | 1 | -0/+2 |
| 2015-11-06 | include/linux/compiler-gcc.h: improve __visible documentation |  Andrew Morton | 1 | -1/+4 |
| 2015-11-06 | mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT |  Kirill A. Shutemov | 1 | -0/+11 |
| 2015-11-06 | mm: use 'unsigned int' for page order |  Kirill A. Shutemov | 2 | -3/+4 |
| 2015-11-06 | mm: make compound_head() robust |  Kirill A. Shutemov | 4 | -118/+41 |
| 2015-11-06 | mm: pack compound_dtor and compound_order into one word in struct page |  Kirill A. Shutemov | 2 | -9/+21 |
| 2015-11-06 | mm: drop page->slab_page |  Kirill A. Shutemov | 1 | -1/+0 |
| 2015-11-06 | mm: zsmalloc: constify struct zs_pool name |  Sergey SENOZHATSKY | 2 | -3/+5 |
| 2015-11-06 | zpool: remove redundant zpool->type string, const-ify zpool_get_type |  Dan Streetman | 1 | -1/+1 |
| 2015-11-06 | module: export param_free_charp() |  Dan Streetman | 1 | -0/+1 |
| 2015-11-06 | mm, fs: introduce mapping_gfp_constraint() |  Michal Hocko | 1 | -0/+7 |
| 2015-11-06 | include/linux/mmzone.h: reflow comment |  Andrew Morton | 1 | -6/+7 |
| 2015-11-06 | mm: page_alloc: hide some GFP internals and document the bits and flag combinations |  Mel Gorman | 1 | -79/+170 |
| 2015-11-06 | mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand |  Mel Gorman | 1 | -2/+4 |
| 2015-11-06 | mm, page_alloc: remove MIGRATE_RESERVE |  Mel Gorman | 1 | -8/+2 |
| 2015-11-06 | mm, page_alloc: delete the zonelist_cache |  Mel Gorman | 1 | -74/+0 |
| 2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM |  Mel Gorman | 1 | -8/+8 |
| 2015-11-06 | mm: page_alloc: remove GFP_IOFS |  Mel Gorman | 1 | -1/+0 |
| 2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd |  Mel Gorman | 2 | -16/+36 |
| 2015-11-06 | mm, page_alloc: use masks and shifts when converting GFP flags to migrate types |  Mel Gorman | 2 | -6/+8 |
| 2015-11-06 | mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabled |  Mel Gorman | 1 | -0/+6 |