summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-0714-14/+32
|\
| * Merge tag 'iio-fixes-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-02-015-6/+9
| |\
| | * iio: dht11: Use boottimeAbhilash Jindal2016-02-011-4/+4
| | * iio: imu: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-301-1/+1
| | * staging: iio: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-301-0/+1
| | * iio: adc: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-301-0/+3
| | * iio: proximity: lidar: correct return valueMatt Ranostay2016-01-031-1/+1
| * | Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-02-019-7/+22
| |\ \
| | * | iio: ade7753: avoid uninitialized dataArnd Bergmann2016-01-301-2/+10
| | * | iio: pressure: mpl115: fix temperature offset signAkinobu Mita2016-01-301-1/+1
| | * | iio: inkern: fix a NULL dereference on errorDan Carpenter2016-01-301-0/+2
| | * | iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer.Jonathan Cameron2016-01-161-1/+1
| | * | iio: light: acpi-als: Report data as processedGabriele Mazzotta2016-01-161-2/+4
| | * | iio: dac: mcp4725: set iio name property in sysfsYong Li2016-01-091-0/+1
| | * | iio: add HAS_IOMEM dependency to VF610_ADCVegard Nossum2016-01-041-0/+1
| | * | iio: add IIO_TRIGGER dependency to STK8BA50Vegard Nossum2016-01-041-0/+1
| | * | iio-light: Use a signed return type for ltr501_match_samp_freq()Markus Elfring2015-12-191-1/+1
| * | | Staging: speakup: Fix allyesconfig build on mn10300Samuel Thibault2016-02-011-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-0623-126/+166
|\ \ \ \
| * | | | epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron2016-02-061-6/+32
| * | | | radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov2016-02-061-3/+3
| * | | | MAINTAINERS: trim the file triggers for ABI/APIMichael Kerrisk (man-pages)2016-02-061-2/+0
| * | | | dax: dirty inode only if requiredDmitry Monakhov2016-02-061-1/+2
| * | | | thp: make deferred_split_scan() work againKirill A. Shutemov2016-02-061-1/+1
| * | | | mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-062-44/+25
| * | | | ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei2016-02-061-0/+2
| * | | | um: asm/page.h: remove the pte_high member from struct pte_tNicolai Stange2016-02-061-13/+10
| * | | | mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2016-02-064-7/+7
| * | | | mm/hugetlb: fix gigantic page initialization/allocationMike Kravetz2016-02-061-2/+3
| * | | | mm: downgrade VM_BUG in isolate_lru_page() to warningKirill A. Shutemov2016-02-061-1/+1
| * | | | mempolicy: do not try to queue pages from !vma_migratable()Kirill A. Shutemov2016-02-061-9/+5
| * | | | mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa2016-02-061-1/+1
| * | | | vmstat: make vmstat_update deferrableMichal Hocko2016-02-061-1/+1
| * | | | mm, vmstat: make quiet_vmstat lighterMichal Hocko2016-02-061-22/+46
| * | | | mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INITVlastimil Babka2016-02-061-4/+5
| * | | | memblock: don't mark memblock_phys_mem_size() as __initDavid Gibson2016-02-061-1/+1
| * | | | dump_stack: avoid potential deadlocksEric Dumazet2016-02-061-3/+4
| * | | | mm: validate_mm browse_rb SMP race conditionAndrea Arcangeli2016-02-061-2/+5
| * | | | m32r: fix build failure due to SMP and MMUSudip Mukherjee2016-02-061-0/+1
| * | | | block: fix pfn_mkwrite() DAX fault handlerRoss Zwisler2016-02-061-1/+7
| * | | | signals: avoid random wakeups in sigsuspend()Sasha Levin2016-02-061-2/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-02-066-17/+75
|\ \ \ \ \
| * | | | | libceph: MOSDOpReply v7 encodingIlya Dryomov2016-02-042-1/+14
| * | | | | libceph: advertise support for TUNABLES5Ilya Dryomov2016-02-041-1/+12
| * | | | | crush: decode and initialize chooseleaf_stableIlya Dryomov2016-02-041-5/+14
| * | | | | crush: add chooseleaf_stable tunableIlya Dryomov2016-02-042-5/+21
| * | | | | crush: ensure take bucket value is validIlya Dryomov2016-02-041-1/+2
| * | | | | crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov2016-02-041-2/+10
| * | | | | ceph: fix snap context leak in error pathYan, Zheng2016-02-041-1/+1
| * | | | | ceph: checking for IS_ERR instead of NULLDan Carpenter2016-02-041-2/+2
| | |/ / / | |/| | |