summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'samsung/cleanup' and 'samsung/s5p-cleanup-v2', tag 'v3.16-rc6...Arnd Bergmann2014-07-26335-10415/+2331
|\ \ \
| | | * video: fbdev: s3c-fb: remove s5pc100 related fimd and fb codesKukjin Kim2014-07-134-38/+2
| | | * mtd: onenand: remove s5pc100 related onenand codesKukjin Kim2014-07-132-26/+3
| | | * spi: s3c64xx: remove s5pc100 related spi codesKukjin Kim2014-07-131-13/+0
| | | * gpio: samsung: remov s5pc100 related gpio codesKukjin Kim2014-07-131-276/+0
| | | * ARM: S5PC100: no more support S5PC100 SoCKukjin Kim2014-07-1339-3454/+7
| | | * video: fbdev: s3c-fb: remove s5p64x0 related fimd codesKukjin Kim2014-07-133-32/+1
| | | * spi: s3c64xx: remove s5p64x0 related spi codesKukjin Kim2014-07-082-10/+0
| | | * gpio: samsung: remove s5p64x0 related gpio codesKukjin Kim2014-07-081-446/+0
| | | * ARM: S5P64X0: no more support S5P6440 and S5P6450 SoCsKukjin Kim2014-07-0841-4673/+8
| | * | ARM: EXYNOS: Add support for mapping PMU base address via DTPankaj Dubey2014-07-152-0/+38
| | * | ARM: EXYNOS: Remove "linux/bug.h" from pmu.cPankaj Dubey2014-07-151-1/+0
| | * | ARM: EXYNOS: Remove regs-pmu.h header dependency from pm_domainPankaj Dubey2014-07-152-6/+4
| | * | ARM: EXYNOS: Remove file path from comment sectionPankaj Dubey2014-07-155-9/+4
| | * | ARM: EXYNOS: Move SYSREG definition into sys-reg specific filePankaj Dubey2014-07-154-3/+24
| | * | ARM: EXYNOS: Make exynos machine_ops as staticPankaj Dubey2014-07-152-11/+3
| | * | ARM: EXYNOS: Remove unused code in common.hSachin Kamat2014-07-151-4/+0
| | * | ARM: debug: Update Samsung UART config optionsSachin Kamat2014-07-151-16/+4
| * | | Linux 3.16-rc6v3.16-rc6Linus Torvalds2014-07-201-1/+1
| * | | Merge tag 'staging-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-202-1/+10
| |\ \ \
| | * \ \ Merge tag 'iio-fixes-for-3.16d' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-07-132-1/+10
| | |\ \ \ | | | |/ / | | |/| |
| | | * | iio: mma8452: Use correct acceleration units.Martin Fuzzey2014-07-121-1/+7
| | | * | iio:core: Handle error when mask type is not separateSrinivas Pandruvada2014-07-111-0/+3
| * | | | Merge tag 'usb-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-07-202-2/+21
| |\ \ \ \
| | * | | | usb: Check if port status is equal to RxDetectGavin Guo2014-07-171-0/+19
| | * | | | usb: chipidea: udc: Disable auto ZLP generation on ep0Abbas Raza2014-07-171-2/+2
| | |/ / /
| * | | | Merge tag 'driver-core-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-07-201-4/+14
| |\ \ \ \
| | * | | | platform_get_irq: Revert to platform_get_resource if of_irq_get failsGuenter Roeck2014-07-111-4/+14
| * | | | | Merge tag 'char-misc-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-07-201-1/+1
| |\ \ \ \ \
| | * | | | | Drivers: hv: hv_fcopy: fix a race condition for SMP guestDexuan Cui2014-07-171-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-07-204-6/+17
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'drm-intel-fixes-2014-07-18' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-07-194-6/+17
| | |\ \ \ \ \
| | | * | | | | Revert "drm/i915: reverse dp link param selection, prefer fast over wide again"Dave Airlie2014-07-141-2/+2
| | | * | | | | drm/i915: Track the primary plane correctly when reassigning planesDaniel Vetter2014-07-141-0/+1
| | | * | | | | drm/i915: Ignore VBT backlight presence check on HP Chromebook 14Scot Doyle2014-07-141-0/+3
| | | * | | | | Revert "drm/i915: Don't set the 8to6 dither flag when not scaling"Daniel Vetter2014-07-142-4/+11
| | | |/ / / /
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2014-07-203-9/+11
| |\ \ \ \ \ \
| | * | | | | | um: segv: Save regs only in case of a kernel mode faultRichard Weinberger2014-07-201-1/+1
| | * | | | | | um: Fix hung task in fix_range_common()Richard Weinberger2014-07-201-1/+5
| | * | | | | | um: Ensure that a stub page cannot get unmappedRichard Weinberger2014-07-201-0/+3
| | * | | | | | Revert "um: Fix wait_stub_done() error handling"Richard Weinberger2014-07-201-7/+2
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-202-4/+15
| |\ \ \ \ \ \ \
| | * | | | | | | btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen2014-07-191-4/+4
| | * | | | | | | Btrfs: fix abnormal long waiting in fsyncLiu Bo2014-07-191-0/+11
| * | | | | | | | Merge tag 'nfs-for-3.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-07-206-62/+343
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust2014-07-131-1/+1
| | * | | | | | | NFS: Remove 2 unused variablesTrond Myklebust2014-07-122-4/+0
| | * | | | | | | nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson2014-07-121-20/+21
| | * | | | | | | nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson2014-07-123-25/+235
| | * | | | | | | nfs: change find_request to find_head_requestWeston Andros Adamson2014-07-121-9/+24
OpenPOWER on IntegriCloud