summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | gpio: select ANON_INODESLinus Walleij2016-06-081-0/+1
| | * | | | | | gpio: include <linux/io-mapping.h> in gpiolib-ofLinus Walleij2016-06-081-0/+1
| | * | | | | | gpiolib: Fix unaligned used of reference countersRicardo Ribalda Delgado2016-06-081-2/+2
| | * | | | | | gpiolib: Fix NULL pointer deferenceRicardo Ribalda Delgado2016-06-081-1/+1
| | * | | | | | gpio: zynq: initialize clock even without CONFIG_PMHelmut Grohne2016-06-081-0/+7
| | * | | | | | gpio: 104-dio-48e: Fix control port offset computation off-by-one errorWilliam Breathitt Gray2016-06-081-2/+2
| * | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-06-113-4/+10
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley2016-06-043-4/+10
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | sd: Fix rw_max for devices that report an optimal xfer sizeMartin K. Petersen2016-06-022-4/+9
| | | * | | | | | scsi: Add QEMU CD-ROM to VPD Inquiry BlacklistEwan D. Milne2016-06-011-0/+1
| * | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-06-118-21/+119
| |\ \ \ \ \ \ \ \
| | * | | | | | | | i2c: mux: reg: Provide of_match_tableLukasz Gemborowski2016-06-091-0/+1
| | * | | | | | | | i2c: mux: refer to i2c-mux.txtSimon Horman2016-06-095-11/+12
| | * | | | | | | | i2c: octeon: Avoid printk after too long SMBUS messageJan Glauber2016-06-091-5/+1
| | * | | | | | | | i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LENJan Glauber2016-06-091-2/+9
| | * | | | | | | | i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BARMika Westerberg2016-06-091-3/+96
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | 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-031-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-111-56/+2
| | * | | | | | | | uvc: Forward compat ioctls to their handlers directlyAndy Lutomirski2016-06-111-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