index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-19
Bluetooth: Convert connect_cfm to be triggered through hci_cb
Johan Hedberg
1
-24
/
+16
2015-02-19
Bluetooth: Convert L2CAP security callback to use hci_cb
Johan Hedberg
1
-34
/
+6
2015-02-19
Bluetooth: Convert hci_cb_list_lock to a mutex
Johan Hedberg
1
-9
/
+9
2015-02-15
Bluetooth: Add shutdown callback before closing the device
Tedd Ho-Jeong An
1
-0
/
+1
2015-02-14
ieee802154: cleanup ieee802154_le64_to_be64
Alexander Aring
1
-3
/
+1
2015-02-14
ieee802154: cleanup ieee802154_be64_to_le64
Alexander Aring
1
-3
/
+2
2015-02-14
ieee802154: correct ieee802154_is_valid_psdu_len
Alexander Aring
1
-2
/
+10
2015-02-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
18
-170
/
+364
2015-02-11
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-0
/
+10
2015-02-11
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-3
/
+16
2015-02-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-0
/
+4
2015-02-11
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+2
2015-02-11
Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
10
-19
/
+63
2015-02-11
mm/page_owner.c: remove unnecessary stack_trace field
Sergei Rogachev
1
-1
/
+1
2015-02-11
mm: when stealing freepages, also take pages created by splitting buddy page
Vlastimil Babka
1
-3
/
+4
2015-02-11
pagewalk: add walk_page_vma()
Naoya Horiguchi
1
-0
/
+1
2015-02-11
pagewalk: improve vma handling
Naoya Horiguchi
1
-3
/
+12
2015-02-11
mm/pagewalk: remove pgd_entry() and pud_entry()
Naoya Horiguchi
1
-6
/
+0
2015-02-11
mm: gup: kvm use get_user_pages_unlocked
Andrea Arcangeli
1
-11
/
+0
2015-02-11
mm: gup: add __get_user_pages_unlocked to customize gup_flags
Andrea Arcangeli
1
-0
/
+4
2015-02-11
mm: gup: add get_user_pages_locked and get_user_pages_unlocked
Andrea Arcangeli
1
-0
/
+7
2015-02-11
mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vma
Vlastimil Babka
1
-6
/
+6
2015-02-11
mm/thp: allocate transparent hugepages on local node
Aneesh Kumar K.V
1
-0
/
+4
2015-02-11
mm/compaction: add tracepoint to observe behaviour of compaction defer
Joonsoo Kim
2
-60
/
+61
2015-02-11
mm/compaction: more trace to understand when/why compaction start/finish
Joonsoo Kim
2
-0
/
+77
2015-02-11
mm/compaction: print current range where compaction work
Joonsoo Kim
1
-7
/
+23
2015-02-11
mm/compaction: enhance tracepoint output for compaction begin/end
Joonsoo Kim
2
-14
/
+36
2015-02-11
mm/compaction: change tracepoint format from decimal to hexadecimal
Joonsoo Kim
1
-1
/
+1
2015-02-11
mm: account pmd page tables to the process
Kirill A. Shutemov
2
-1
/
+26
2015-02-11
mm, asm-generic: define PUD_SHIFT in <asm-generic/4level-fixup.h>
Kirill A. Shutemov
1
-0
/
+1
2015-02-11
oom, PM: make OOM detection in the freezer path raceless
Michal Hocko
1
-11
/
+3
2015-02-11
oom: add helpers for setting and clearing TIF_MEMDIE
Michal Hocko
1
-0
/
+4
2015-02-11
mm: memcontrol: default hierarchy interface for memory
Johannes Weiner
1
-0
/
+32
2015-02-11
mm: page_counter: pull "-1" handling out of page_counter_memparse()
Johannes Weiner
1
-1
/
+2
2015-02-11
vmscan: force scan offline memory cgroups
Vladimir Davydov
1
-0
/
+6
2015-02-11
mm: microoptimize zonelist operations
Vlastimil Babka
1
-6
/
+7
2015-02-11
mm: reduce try_to_compact_pages parameters
Vlastimil Babka
1
-8
/
+9
2015-02-11
mm/hugetlb: take page table lock in follow_huge_pmd()
Naoya Horiguchi
2
-4
/
+8
2015-02-11
mm: fix typo of MIGRATE_RESERVE in comment
Baoquan He
1
-1
/
+1
2015-02-11
mm: memcontrol: track move_lock state internally
Johannes Weiner
1
-8
/
+4
2015-02-11
swap: remove unused mem_cgroup_uncharge_swapcache declaration
Vladimir Davydov
1
-15
/
+0
2015-02-11
mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
Wang, Yalin
2
-0
/
+13
2015-02-11
mm: add VM_BUG_ON_PAGE() to page_mapcount()
Wang, Yalin
1
-1
/
+2
2015-02-11
mm: add fields for compound destructor and order into struct page
Kirill A. Shutemov
2
-5
/
+12
2015-02-11
Merge tag 'pinctrl-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-3
/
+201
2015-02-11
Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
4
-36
/
+10
2015-02-11
Merge tag 'mmc-v3.20-1' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
10
-57
/
+28
2015-02-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-20
/
+151
2015-02-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-2
/
+33
2015-02-11
Merge tag 'fbdev-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...
Linus Torvalds
2
-1
/
+12
[next]