summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2015-02-13drivers/rtc/rtc-at91sam9.c: constify struct regmap_configKrzysztof Kozlowski-1/+1
2015-02-13drivers/rtc/rtc-imxdi.c: add more known register bitsJuergen Borleis-4/+40
2015-02-13drivers/rtc/rtc-imxdi.c: trivial clean up codeJuergen Borleis-3/+3
2015-02-13rtc: rtc-isl12057: add isil,irq2-can-wakeup-machine property for in-tree usersArnaud Ebalard-6/+39
2015-02-13drivers/rtc/rtc-isl12057.c: add alarm support to Intersil ISL12057 RTC driverArnaud Ebalard-8/+305
2015-02-13drivers/rtc/rtc-pcf2123.c: add support for devicetreeJoshua Clayton-0/+10
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin-0/+4
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin-0/+1
2015-02-13MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton-2/+0
2015-02-13drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-2/+3
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-29/+13
2015-02-13scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-3/+3
2015-02-13input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-3/+3
2015-02-13wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-35/+12
2015-02-13arm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-2/+2
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-6/+4
2015-02-13clk: convert clock name allocations to kstrdup_constAndrzej Hajda-6/+6
2015-02-14target: Set LBPWS10 bit in Logical Block Provisioning EVPDNicholas Bellinger-1/+1
2015-02-14target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger-0/+5
2015-02-14target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger-0/+5
2015-02-14target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger-10/+46
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger-0/+18
2015-02-14target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger-19/+32
2015-02-14target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger-1/+2
2015-02-14target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger-0/+12
2015-02-13dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong-0/+6
2015-02-13dm mirror: do not degrade the mirror on discard errorMikulas Patocka-0/+9
2015-02-13dm space map disk: fix sm_disk_count_is_more_than_one()Mike Snitzer-1/+3
2015-02-13PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki-23/+26
2015-02-13Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-119/+39
2015-02-13Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'Rafael J. Wysocki-12/+21
2015-02-13Merge branch 'acpi-ec'Rafael J. Wysocki-107/+18
2015-02-13IB/iser: Use correct dma direction when unmapping SGsRoi Dayan-8/+17
2015-02-13IB/ipath: Remove unused function in ipath_wc_ppc64Rickard Strandqvist-31/+0
2015-02-13RDMA/cxgb4: Serialize CQ event upcalls with CQ destructionHariprasad S-1/+8
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds-8/+508
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-5/+17
2015-02-13hso: fix rx parsing logic when skb allocation failsAleksander Morgado-1/+1
2015-02-13drm/radeon: fix voltage setup on hawaiiAlex Deucher-0/+1
2015-02-13drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessaryAlex Deucher-3/+1
2015-02-13Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie-226/+1102
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-119/+135
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes-3/+3
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran-3/+5
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky-9/+8
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim-32/+64
2015-02-12zram: check bd_openers instead of bd_holdersMinchan Kim-1/+1
2015-02-12zram: rework reset and destroy pathSergey Senozhatsky-42/+33
2015-02-12zram: fix umount-reset_store-mount race conditionSergey Senozhatsky-14/+9
2015-02-12zram: free meta table in zram_meta_freeGanesh Mahendran-17/+16