Age | Commit message (Expand) | Author | Files | Lines |
2013-12-20 | Merge tag 'dmaengine-fixes-3.13-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -109/+79 |
2013-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 13 | -62/+112 |
2013-12-20 | mm: do not allocate page->ptl dynamically, if spinlock_t fits to long | Kirill A. Shutemov | 5 | -7/+8 |
2013-12-20 | mm: page_alloc: revert NUMA aspect of fair allocation policy | Johannes Weiner | 1 | -10/+9 |
2013-12-20 | Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness ... | Mel Gorman | 1 | -2/+1 |
2013-12-20 | mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support | Kirill A. Shutemov | 1 | -3/+2 |
2013-12-20 | Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-master | Paolo Bonzini | 13 | -62/+112 |
2013-12-20 | Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 6 | -44/+51 |
2013-12-20 | Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2013-12-19 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -2/+17 |
2013-12-19 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -3/+19 |
2013-12-19 | Merge tag 'sound-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 16 | -45/+115 |
2013-12-19 | Merge tag 'asoc-v3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Takashi Iwai | 541 | -2724/+5150 |
2013-12-19 | Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/arizona', 'asoc/fix... | Mark Brown | 11 | -32/+75 |
2013-12-19 | Merge remote-tracking branch 'asoc/fix/dma' into asoc-linus | Mark Brown | 1 | -11/+27 |
2013-12-19 | Merge remote-tracking branch 'asoc/fix/core' into asoc-linus | Mark Brown | 1 | -2/+3 |
2013-12-18 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 24 | -57/+249 |
2013-12-18 | mm/hugetlb: check for pte NULL pointer in __page_check_address() | Jianguo Wu | 1 | -0/+4 |
2013-12-18 | fix build with make 3.80 | Jan Beulich | 1 | -13/+7 |
2013-12-18 | mm/mempolicy: fix !vma in new_vma_page() | Wanpeng Li | 1 | -6/+8 |
2013-12-18 | MAINTAINERS: add Davidlohr as GPT maintainer | Davidlohr Bueso | 1 | -0/+6 |
2013-12-18 | mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully | Jianguo Wu | 1 | -4/+10 |
2013-12-18 | mm/compaction: respect ignore_skip_hint in update_pageblock_skip | Joonsoo Kim | 1 | -0/+4 |
2013-12-18 | mm/mempolicy: correct putback method for isolate pages if failed | Joonsoo Kim | 1 | -1/+1 |
2013-12-18 | mm: add missing dependency in Kconfig | Sima Baymani | 1 | -1/+1 |
2013-12-18 | sh: always link in helper functions extracted from libgcc | Geert Uytterhoeven | 1 | -1/+1 |
2013-12-18 | mm: page_alloc: exclude unreclaimable allocations from zone fairness policy | Johannes Weiner | 1 | -1/+2 |
2013-12-18 | mm: numa: defer TLB flush for THP migration as long as possible | Mel Gorman | 2 | -7/+3 |
2013-12-18 | mm: numa: guarantee that tlb_flush_pending updates are visible before page ta... | Mel Gorman | 1 | -1/+6 |
2013-12-18 | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel | 8 | -7/+69 |
2013-12-18 | mm: numa: avoid unnecessary disruption of NUMA hinting during migration | Mel Gorman | 3 | -6/+37 |
2013-12-18 | mm: numa: clear numa hinting information on mprotect | Mel Gorman | 2 | -0/+4 |
2013-12-18 | sched: numa: skip inaccessible VMAs | Mel Gorman | 1 | -0/+7 |
2013-12-18 | mm: numa: avoid unnecessary work on the failure path | Mel Gorman | 1 | -1/+3 |
2013-12-18 | mm: numa: ensure anon_vma is locked to prevent parallel THP splits | Mel Gorman | 1 | -0/+7 |
2013-12-18 | mm: numa: do not clear PTE for pte_numa update | Mel Gorman | 1 | -2/+7 |
2013-12-18 | mm: numa: do not clear PMD during PTE update scan | Mel Gorman | 1 | -1/+1 |
2013-12-18 | mm: clear pmd_numa before invalidating | Mel Gorman | 1 | -0/+3 |
2013-12-18 | mm: numa: call MMU notifiers on THP migration | Mel Gorman | 1 | -8/+14 |
2013-12-18 | mm: numa: serialise parallel get_user_page against THP migration | Mel Gorman | 3 | -15/+60 |
2013-12-18 | kexec: migrate to reboot cpu | Vivek Goyal | 3 | -1/+3 |
2013-12-18 | Merge tag 'usb-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 14 | -47/+56 |
2013-12-18 | Merge tag 'tty-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 4 | -6/+27 |
2013-12-18 | Merge tag 'staging-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -44/+85 |
2013-12-18 | Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+3 |
2013-12-18 | Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dh... | Linus Torvalds | 3 | -6/+247 |
2013-12-18 | net_dma: mark broken | Dan Williams | 1 | -0/+1 |
2013-12-18 | dma: pl330: ensure DMA descriptors are zero-initialised | Will Deacon | 1 | -4/+1 |
2013-12-18 | ALSA: hda - Add Dell headset detection quirk for one more laptop model | Hui Wang | 1 | -0/+1 |
2013-12-18 | ASoC: wm8904: fix DSP mode B configuration | Bo Shen | 1 | -1/+1 |