summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-02-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-799/+4478
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana-12/+27
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana-9/+73
2015-02-14Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupForrest Liu-1/+2
2015-02-14Btrfs: account for large extents with enospcJosef Bacik-7/+76
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik-6/+2
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik-5/+6
2015-02-14btrfs: Fix out-of-space bugZhao Lei-0/+11
2015-02-14Btrfs: scrub, fix sleep in atomic contextFilipe Manana-16/+23
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana-1/+1
2015-02-14IIO: si7020: Allocate correct amount of memory in devm_iio_device_allocAndrey Smirnov-1/+1
2015-02-14Revert "iio:humidity:si7020: fix pointer to i2c client"Jonathan Cameron-2/+2
2015-02-14iio: light: gp2ap020a00f: Select REGMAP_I2CRoberta Dobrescu-0/+1
2015-02-14iio: light: jsa1212: Select REGMAP_I2CRoberta Dobrescu-0/+1
2015-02-14ALSA: hda/tegra check correct return value from ioremap_resourceEliot Blennerhassett-2/+2
2015-02-14regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg-1/+2
2015-02-13ARM: mvebu: enable Armada 38x RTC driver in mvebu_v7_defconfigGregory CLEMENT-0/+1
2015-02-13ARM: mvebu: add Device Tree description of RTC on Armada 38xGregory CLEMENT-0/+7
2015-02-13MAINTAINERS: add the RTC driver for the Armada38xGregory CLEMENT-0/+1
2015-02-13drivers/rtc/rtc-armada38x: add a new RTC driver for recent mvebu SoCsGregory CLEMENT-0/+331
2015-02-13rtc: armada38x: add the device tree binding documentationGregory CLEMENT-0/+22
2015-02-13rtc: rtc-ab-b5ze-s3: add sub-minute alarm supportArnaud Ebalard-29/+262
2015-02-13rtc: add support for Abracon AB-RTCMC-32.768kHz-B5ZE-S3 I2C RTC chipArnaud Ebalard-0/+815
2015-02-13of: add vendor prefix for Abracon CorporationArnaud Ebalard-0/+1
2015-02-13drivers/rtc/rtc-rk808.c: fix rtc time reading issueChris Zhong-2/+8
2015-02-13drivers/rtc/rtc-isl12057.c: constify struct regmap_configKrzysztof Kozlowski-1/+1
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-13ARM: mvebu: ISL12057 rtc chip can now wake up RN102, RN102 and RN2120Arnaud Ebalard-0/+3
2015-02-13rtc: rtc-isl12057: add isil,irq2-can-wakeup-machine property for in-tree usersArnaud Ebalard-6/+117
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/+26
2015-02-13kprobes: makes kprobes/enabled works correctly for optimized kprobes.Wang Nan-2/+9
2015-02-13kprobes: set kprobes_all_disarmed earlier to enable re-optimization.Wang Nan-1/+6
2015-02-13init: remove CONFIG_INIT_FALLBACKAndy Lutomirski-21/+0
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin-4/+132
2015-02-13module: fix types of device tables aliasesAndrey Ryabinin-1/+1
2015-02-13kernel: add support for .init_array.* constructorsAndrey Ryabinin-0/+4
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin-14/+18
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin-6/+9
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin-5/+44
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin-11/+74
2015-02-13lib: add kasan test moduleAndrey Ryabinin-3/+289
2015-02-13kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin-0/+6
2015-02-13fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin-0/+5
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin-5/+197
2015-02-13mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin-0/+25
2015-02-13mm: slub: share object_err functionAndrey Ryabinin-1/+4
2015-02-13mm: slub: introduce virt_to_obj functionAndrey Ryabinin-0/+16