aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+17
2013-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+19
2013-12-19Merge tag 'sound-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds16-45/+115
2013-12-19Merge tag 'asoc-v3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai541-2724/+5150
2013-12-19Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/arizona', 'asoc/fix/atmel', 'asoc/fix/fsl', 'asoc/fix/kirkwood', 'asoc/fix/tegra', 'asoc/fix/wm8904' and 'asoc/fix/wm8962' into asoc-linusMark Brown11-32/+75
2013-12-19Merge remote-tracking branch 'asoc/fix/dma' into asoc-linusMark Brown1-11/+27
2013-12-19Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown1-2/+3
2013-12-18Merge branch 'akpm' (incoming from Andrew)Linus Torvalds24-57/+249
2013-12-18mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu1-0/+4
2013-12-18fix build with make 3.80Jan Beulich1-13/+7
2013-12-18mm/mempolicy: fix !vma in new_vma_page()Wanpeng Li1-6/+8
2013-12-18MAINTAINERS: add Davidlohr as GPT maintainerDavidlohr Bueso1-0/+6
2013-12-18mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu1-4/+10
2013-12-18mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim1-0/+4
2013-12-18mm/mempolicy: correct putback method for isolate pages if failedJoonsoo Kim1-1/+1
2013-12-18mm: add missing dependency in KconfigSima Baymani1-1/+1
2013-12-18sh: always link in helper functions extracted from libgccGeert Uytterhoeven1-1/+1
2013-12-18mm: page_alloc: exclude unreclaimable allocations from zone fairness policyJohannes Weiner1-1/+2
2013-12-18mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman2-7/+3
2013-12-18mm: numa: guarantee that tlb_flush_pending updates are visible before page table updatesMel Gorman1-1/+6
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel8-7/+69
2013-12-18mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman3-6/+37
2013-12-18mm: numa: clear numa hinting information on mprotectMel Gorman2-0/+4
2013-12-18sched: numa: skip inaccessible VMAsMel Gorman1-0/+7
2013-12-18mm: numa: avoid unnecessary work on the failure pathMel Gorman1-1/+3
2013-12-18mm: numa: ensure anon_vma is locked to prevent parallel THP splitsMel Gorman1-0/+7
2013-12-18mm: numa: do not clear PTE for pte_numa updateMel Gorman1-2/+7
2013-12-18mm: numa: do not clear PMD during PTE update scanMel Gorman1-1/+1
2013-12-18mm: clear pmd_numa before invalidatingMel Gorman1-0/+3
2013-12-18mm: numa: call MMU notifiers on THP migrationMel Gorman1-8/+14
2013-12-18mm: numa: serialise parallel get_user_page against THP migrationMel Gorman3-15/+60
2013-12-18kexec: migrate to reboot cpuVivek Goyal3-1/+3
2013-12-18Merge tag 'usb-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds14-47/+56
2013-12-18Merge tag 'tty-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-6/+27
2013-12-18Merge tag 'staging-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds9-44/+85
2013-12-18Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+3
2013-12-18Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-6/+247
2013-12-18ALSA: hda - Add Dell headset detection quirk for one more laptop modelHui Wang1-0/+1
2013-12-18ASoC: wm8904: fix DSP mode B configurationBo Shen1-1/+1
2013-12-18ASoC: wm_adsp: Add small delay while polling DSP RAM startCharles Keepax1-3/+7
2013-12-17imx-drm: imx-drm-core: improve safety of imx_drm_add_crtc()Russell King1-0/+9
2013-12-17imx-drm: imx-drm-core: make imx_drm_crtc_register() saferRussell King1-2/+3
2013-12-17imx-drm: imx-drm-core: use defined constant for number of CRTCs.Russell King1-2/+2
2013-12-17imx-drm: imx-tve: don't call sleeping functions beneath enable_lock spinlockRussell King1-9/+0
2013-12-17imx-drm: ipu-v3: fix potential CRTC device registration raceRussell King1-16/+16
2013-12-17imx-drm: imx-drm-core: fix DRM cleanup pathsRussell King1-6/+14
2013-12-17imx-drm: imx-drm-core: fix error cleanup path for imx_drm_add_crtc()Russell King1-0/+1
2013-12-17Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds27-58/+171
2013-12-17tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann1-0/+2
2013-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-89/+127