summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-156lowpan: nhc: add other known rfc6282 compressionsAlexander Aring9-0/+213
2015-02-156lowpan: add udp compression via nhc layerAlexander Aring4-170/+205
2015-02-156lowpan: add generic nhc layer interfaceAlexander Aring3-1/+388
2015-02-15Bluetooth: btusb: Remove unneeded btusb_wait_on_bit_timeout()Johan Hedberg1-16/+6
2015-02-14Bluetooth: Enhance error codes pair device commandLukasz Rymanowski1-0/+4
2015-02-14Bluetooth: Improve error handling in connect aclLukasz Rymanowski1-1/+5
2015-02-14Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski1-0/+8
2015-02-14ieee802154: cleanup ieee802154_le64_to_be64Alexander Aring1-3/+1
2015-02-14ieee802154: cleanup ieee802154_be64_to_le64Alexander Aring1-3/+2
2015-02-14ieee802154: correct ieee802154_is_valid_psdu_lenAlexander Aring1-2/+10
2015-02-14ieee802154: fix netns settingsNicolas Dichtel2-2/+5
2015-02-14Bluetooth: btmrvl: support SCO routing to host interfaceAmitkumar Karwar2-0/+15
2015-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2874-61529/+91018
2015-02-12Revert "crypto: Fix regressions caused by iov_iter changes."David S. Miller2-4/+5
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds116-1717/+2491
2015-02-12Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds237-3143/+5084
2015-02-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds73-919/+1533
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds82-1030/+1640
2015-02-12Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-25/+193
2015-02-12Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds60-1729/+5236
2015-02-12mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-12mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-12vmstat: Reduce time interval to stat update on idle cpuChristoph Lameter1-2/+2
2015-02-12mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev2-13/+15
2015-02-12Documentation/filesystems/proc.txt: describe /proc/<pid>/map_filesCyrill Gorcunov1-0/+23
2015-02-12mm: incorporate read-only pages into transparent huge pagesEbru Akagunduz1-13/+42
2015-02-12vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko1-1/+1
2015-02-12mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka1-4/+14
2015-02-12mm: always steal split buddies in fallback allocationsVlastimil Babka1-33/+29
2015-02-12mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2-10/+9
2015-02-12mincore: apply page table walker on do_mincore()Naoya Horiguchi2-126/+60
2015-02-12mm: /proc/pid/clear_refs: avoid split_huge_page()Kirill A. Shutemov1-3/+44
2015-02-12mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi3-8/+19
2015-02-12mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi1-136/+92
2015-02-12arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()Naoya Horiguchi1-4/+2
2015-02-12memcg: cleanup preparation for page table walkNaoya Horiguchi1-33/+16
2015-02-12numa_maps: remove numa_maps->vmaNaoya Horiguchi1-16/+13
2015-02-12numa_maps: fix typo in gather_hugetbl_statsNaoya Horiguchi1-3/+3
2015-02-12pagemap: use walk->vma instead of calling find_vma()Naoya Horiguchi1-54/+14
2015-02-12clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()Naoya Horiguchi1-24/+22
2015-02-12smaps: remove mem_size_stats->vma and use walk_page_vma()Naoya Horiguchi1-8/+4
2015-02-12pagewalk: add walk_page_vma()Naoya Horiguchi2-0/+19
2015-02-12pagewalk: improve vma handlingNaoya Horiguchi2-92/+129
2015-02-12mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi2-13/+2
2015-02-12proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov1-5/+9
2015-02-12mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli3-58/+5
2015-02-12mm: gup: use get_user_pages_unlockedAndrea Arcangeli5-22/+10
2015-02-12mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli7-33/+16
2015-02-12mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli3-15/+49
2015-02-12mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli3-11/+196