summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones2016-02-102-0/+66
* x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar2016-02-081-1/+1
* x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov2016-02-051-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-0322-193/+269
|\
| * mm: fix memory leak in copy_huge_pmd()Matthew Wilcox2016-02-031-7/+10
| * drivers/hwspinlock: fix race between radix tree insertion and lookupMatthew Wilcox2016-02-031-0/+4
| * radix-tree: fix race in gang lookupMatthew Wilcox2016-02-032-2/+26
| * mm/vmpressure.c: fix subtree pressure detectionVladimir Davydov2016-02-031-2/+1
| * mm: polish virtual memory accountingKonstantin Khlebnikov2016-02-034-11/+28
| * mm: warn about VmData over RLIMIT_DATAKonstantin Khlebnikov2016-02-033-6/+38
| * Documentation: cgroup-v2: add memory.stat::sock descriptionJohannes Weiner2016-02-031-0/+4
| * mm: memcontrol: drop superfluous entry in the per-memcg stats arrayJohannes Weiner2016-02-031-1/+1
| * drivers/scsi/sg.c: mark VMA as VM_IO to prevent migrationKirill A. Shutemov2016-02-031-1/+1
| * proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-02-035-106/+48
| * numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu2016-02-031-3/+4
| * MAINTAINERS: update Seth emailSeth Jennings2016-02-031-2/+2
| * ocfs2/cluster: fix memory leak in o2hb_region_releaseJoseph Qi2016-02-031-6/+8
| * lib/test-string_helpers.c: fix and improve string_get_size() testsVitaly Kuznetsov2016-02-031-18/+49
| * thp: limit number of object to scan on deferred_split_scan()Kirill A. Shutemov2016-02-031-4/+6
| * thp: change deferred_split_count() to return number of THP in queueKirill A. Shutemov2016-02-031-7/+8
| * thp: make split_queue per-nodeKirill A. Shutemov2016-02-033-23/+37
* | Merge tag 'for-linus-4.5-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-02-031-2/+1
|\ \
| * | ipmi: put acpi.h with the other headersTony Camuso2016-02-031-2/+1
* | | Merge tag 'devicetree-fixes-for-4.5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-032-2/+19
|\ \ \
| * | | of: drop symbols declared by _OF_DECLARE() from modulesMasahiro Yamada2016-01-251-1/+1
| * | | MAINTAINERS: Add missing platform maintainers for dts filesRob Herring2016-01-251-1/+18
* | | | Merge tag 'nfs-for-4.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-02-034-68/+62
|\ \ \ \
| * | | | NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSETrond Myklebust2016-01-274-9/+9
| * | | | pNFS: Fix missing layoutreturn callsTrond Myklebust2016-01-261-62/+56
| |/ / /
* | | | Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-031-0/+7
|\ \ \ \
| * | | | tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt2016-01-291-0/+7
| |/ / /
* | | / mm: retire GUP WARN_ON_ONCE that outlived its usefulnessHugh Dickins2016-02-032-8/+1
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-01154-843/+1402
|\ \ \
| * \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-01-307-35/+51
| |\ \ \
| | * | | Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2016-01-292-26/+18
| | * | | Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg2016-01-291-3/+3
| | * | | Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg2016-01-291-2/+12
| | * | | Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg2016-01-292-3/+9
| | * | | Bluetooth: Add missing COMPATIBLE_IOCTL for UART line disciplineMarcel Holtmann2016-01-271-0/+3
| | * | | Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda2016-01-231-0/+3
| | * | | Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke2016-01-231-1/+3
| * | | | tcp: avoid cwnd undo after receiving ECNYuchung Cheng2016-01-291-2/+0
| * | | | irda: fix a potential use-after-free in ircomm_param_requestWANG Cong2016-01-291-2/+1
| * | | | Merge branch 'arnd-net-driver-fixes'David S. Miller2016-01-296-47/+25
| |\ \ \ \
| | * | | | net: tg3: avoid uninitialized variable warningArnd Bergmann2016-01-291-1/+1
| | * | | | net: nb8800: avoid uninitialized variable warningArnd Bergmann2016-01-291-2/+2
| | * | | | net: vxge: avoid unused function warningsArnd Bergmann2016-01-291-19/+12
| | * | | | net: bgmac: clarify CONFIG_BCMA dependencyArnd Bergmann2016-01-291-1/+4
| | * | | | net: hp100: remove unnecessary #ifdefsArnd Bergmann2016-01-291-18/+0
| | * | | | net: davinci_cpdma: use dma_addr_t for DMA addressArnd Bergmann2016-01-291-6/+6
| |/ / / /