summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'devicetree-fixes-for-4.7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-119-24/+49
|\ \ \ \ \ \
| * | | | | | drivers: of: add definition of early_init_dt_alloc_reserved_memory_archBen Dooks2016-06-091-0/+7
| * | | | | | drivers/of: Fix depth for sub-tree blob in unflatten_dt_nodes()Gavin Shan2016-06-091-2/+13
| * | | | | | drivers: of: Fix of_pci.h header guardRobin Murphy2016-06-081-1/+1
| * | | | | | dt-bindings: Add vendor prefix for TechNexionFabio Estevam2016-06-081-0/+1
| * | | | | | of: add vendor prefix for UniWestJoshua Clayton2016-06-031-0/+1
| * | | | | | dt: bindings: fix documentation for MARVELL's bt-sd8xxx wireless deviceWei-Ning Huang2016-06-031-4/+4
| * | | | | | of: add missing const for of_parse_phandle_with_args() in !CONFIG_OFKuninori Morimoto2016-06-031-1/+1
| * | | | | | of: silence warnings due to max() usageStephen Rothwell2016-06-031-2/+6
| * | | | | | drivers: of: of_reserved_mem: fixup the CMA alignment not to affect dma-coherentJaewon2016-06-031-1/+4
| * | | | | | of: irq: fix of_irq_get[_byname]() kernel-docSergei Shtylyov2016-06-031-9/+10
| * | | | | | MAINTAINERS: DeviceTree maintainer updatesRob Herring2016-06-021-5/+2
* | | | | | | Merge tag '20160610_uvc_compat_for_linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-06-111-77/+20
|\ \ \ \ \ \ \
| * | | | | | | uvc_v4l2: Simplify compat ioctl implementationAndy Lutomirski2016-06-101-56/+2
| * | | | | | | uvc: Forward compat ioctls to their handlers directlyAndy Lutomirski2016-06-101-21/+18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-1019-358/+569
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-06-086-18/+115
| |\ \ \ \ \ \ \
| | * | | | | | | btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney2016-06-063-2/+9
| | * | | | | | | Btrfs: add validadtion checks for chunk loadingLiu Bo2016-06-061-15/+67
| | * | | | | | | Btrfs: add more validation checks for superblockLiu Bo2016-06-062-0/+35
| | * | | | | | | Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo2016-06-061-0/+2
| | * | | | | | | Btrfs: end transaction if we abort when creating uuid rootJosef Bacik2016-06-011-0/+1
| | * | | | | | | btrfs: Use __u64 in exported linux/btrfs.h.Vinson Lee2016-05-301-1/+1
| * | | | | | | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-06-0815-340/+454
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu2016-06-061-1/+11
| | * | | | | | | | Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu2016-06-061-1/+7
| | * | | | | | | | Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu2016-06-063-18/+31
| | * | | | | | | | Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu2016-06-061-22/+32
| | * | | | | | | | Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu2016-06-061-19/+30
| | * | | | | | | | Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-0215-291/+355
| | * | | | | | | | Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2016-06-022-7/+7
| | * | | | | | | | Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Feifei Xu2016-06-021-2/+2
| | |/ / / / / / /
* | | | | | | | | Merge tag 'powerpc-4.7-3Michael Ellerman:' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-06-107-12/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc/nohash: Fix build break with 64K pagesMichael Ellerman2016-06-101-1/+1
| * | | | | | | | | powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V2016-06-081-1/+5
| * | | | | | | | | powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTAneesh Kumar K.V2016-06-081-4/+4
| * | | | | | | | | of: fix autoloading due to broken modalias with no 'compatible'Wolfram Sang2016-06-081-1/+1
| * | | | | | | | | powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was addedMichael Ellerman2016-06-081-1/+1
| * | | | | | | | | powerpc/pseries: Fix PCI config address for DDWGavin Shan2016-06-061-2/+2
| * | | | | | | | | powerpc/ptrace: Fix out of bounds array access warningKhem Raj2016-06-061-2/+2
* | | | | | | | | | Merge tag 'hwmon-for-linus-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-103-7/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | hwmon: (lm90) use proper type for update_intervalWolfram Sang2016-06-071-1/+1
| * | | | | | | | | | hwmon: (ina2xx) Document compatible for INA231Krzysztof Kozlowski2016-06-071-0/+1
| * | | | | | | | | | hwmon: (fam15h_power) Disable preemption when reading registersBorislav Petkov2016-06-071-6/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds2016-06-103-3/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched: panic on corrupted stack endJann Horn2016-06-101-1/+2
| * | | | | | | | | | ecryptfs: forbid opening files without mmap handlerJann Horn2016-06-101-2/+11
| * | | | | | | | | | proc: prevent stacking filesystems on topJann Horn2016-06-101-0/+7
* | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-06-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon2016-06-081-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |