aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso7-171/+7
2012-10-09mm/vmscan: fix error number for failed kthreadGavin Shan1-2/+2
2012-10-09mm/mmu_notifier: init notifier if necessaryGavin Shan1-11/+11
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely scheduleSagi Grimberg2-25/+49
2012-10-09mm: mmu_notifier: fix inconsistent memory between secondary MMU and hostXiao Guangrong1-1/+11
2012-10-09mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma()Mel Gorman1-1/+11
2012-10-09mempolicy: fix refcount leak in mpol_set_shared_policy()KOSAKI Motohiro1-6/+9
2012-10-09mempolicy: fix a race in shared_policy_replace()Mel Gorman2-22/+17
2012-10-09mempolicy: remove mempolicy sharingKOSAKI Motohiro1-14/+38
2012-10-09revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages"KOSAKI Motohiro1-17/+24
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is made availableMel Gorman5-29/+130
2012-10-09mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on failuresMel Gorman1-0/+25
2012-10-09mm: compaction: update comment in try_to_compact_pagesMel Gorman1-5/+1
2012-10-09mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links()Hugh Dickins1-24/+21
2012-10-09mm: fix nonuniform page status when writing new file with small bufferRobin Dong1-1/+10
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov70-105/+77
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov3-4/+8
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov6-58/+5
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov6-57/+19
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov21-23/+39
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov5-7/+15
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov3-15/+28
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov5-58/+30
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfnSuresh Siddha3-42/+73
2012-10-09x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routinesSuresh Siddha1-14/+19
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel4-13/+6
2012-10-09CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus()Srivatsa S. Bhat1-0/+4
2012-10-09Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas8-2/+12
2012-10-09Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas8-4/+11
2012-10-09Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas11-4/+14
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas13-2/+18
2012-10-09MAINTAINERS: add Konrad as the SWIOTLB maintainerKonrad Rzeszutek Wilk1-0/+8
2012-10-09exec: make de_thread() killableOleg Nesterov1-2/+14
2012-10-08arm64: Enable interrupts before calling do_notify_resume()Catalin Marinas1-0/+1
2012-10-08arm64: Use the generic compat_sys_sendfile() implementationCatalin Marinas2-20/+1
2012-10-08arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()Catalin Marinas3-8/+4
2012-10-08localmodconfig: Document localmodconfig in READMESteven Rostedt1-0/+18
2012-10-06ACPI: Add new sysfs interface to export device descriptionLance Ortiz3-2/+70
2012-10-06ACPI: Harden acpi_table_parse_entries() against BIOS bugFenghua Yu1-4/+14
2012-10-06tools/power/turbostat: add option to count SMIs, re-name some optionsLen Brown2-15/+20
2012-10-06ALSA: hda - Add new codec ALC283 ALC290 supportKailang Yang1-0/+2
2012-10-06ALSA: hda - avoid unneccesary indices on "Headphone Jack" controlsDavid Henningsson1-12/+37
2012-10-06ALSA: hda - fix indices on boost volume on ConexantDavid Henningsson1-1/+1
2012-10-06ALSA: aloop - add locking to timer accessOmair Mohammed Abdullah1-0/+6
2012-10-06ALSA: hda - Fix hang caused by race during suspend.Dylan Reid1-4/+6
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin20-33/+33
2012-10-06ALSA: hda/realtek - Fix detection of ALC271X codecHerton Ronaldo Krzesinski1-6/+6
2012-10-06ALSA: hda - Add inverted internal mic quirk for Lenovo IdeaPad U310Felix Kaechele1-0/+1
2012-10-06ALSA: hda - make Realtek/Sigmatel/Conexant use the generic unsol eventDavid Henningsson3-101/+49
2012-10-06ALSA: hda - make a generic unsol event handlerDavid Henningsson2-2/+39