aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...HEADmasterLinus Torvalds84-661/+3094
2014-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2-5/+0
2014-12-09Merge tag 'nios2-v3.19-rc1' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds100-0/+10208
2014-12-08Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds222-14783/+8448
2014-12-08Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-580/+1634
2014-12-08Merge tag 'regulator-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds53-467/+911
2014-12-08Merge tag 'regmap-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds8-34/+164
2014-12-08Merge tag 'hwmon-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds25-165/+1465
2014-12-08Merge tag 'edac_for_3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds18-268/+446
2014-12-08Merge tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds63-273/+3431
2014-12-08Merge tag 'mmc-v3.19-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds71-1239/+2459
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley154-11816/+7004
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley137-3085/+1562
2014-12-08hwmon: (tmp401) Detect TMP435 on all addresses it supportsGuenter Roeck2-6/+5
2014-12-08mfd: rtsx: Add func to split u32 into registerMicky Ching1-0/+9
2014-12-08mmc: sdhci-msm: Convert to mmc_send_tuning()Ulf Hansson1-43/+7
2014-12-08mmc: sdhci-esdhc-imx: Convert to mmc_send_tuning()Ulf Hansson1-65/+3
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson2-5/+4
2014-12-08nios2: Make NIOS2_CMDLINE_IGNORE_DTB depend on CMDLINE_BOOLTobias Klauser1-0/+1
2014-12-08nios2: Add missing NR_CPUS to KconfigTobias Klauser1-0/+4
2014-12-08nios2: asm-offsets: Remove unused definition TI_TASKTobias Klauser1-1/+0
2014-12-08nios2: Remove write-only struct member from nios2_timerTobias Klauser1-2/+0
2014-12-08nios2: Remove unused extern declaration of shm_align_maskTobias Klauser1-2/+0
2014-12-08nios2: include linux/type.h in io.hLey Foon Tan1-0/+1
2014-12-08nios2: move include asm-generic/io.h to end of fileLey Foon Tan1-2/+2
2014-12-08nios2: remove include asm-generic/iomap.h from io.hLey Foon Tan1-1/+0
2014-12-08nios2: remove unnecessary space before defineLey Foon Tan1-4/+4
2014-12-08nios2: fix error handling of irq_of_parse_and_mapDmitry Torokhov1-1/+1
2014-12-08nios2: Use IS_ENABLED instead of #ifdefs to check config symbolsTobias Klauser1-9/+5
2014-12-08nios2: Build infrastructureLey Foon Tan15-0/+826
2014-12-08Documentation: Add documentation for Nios2 architectureLey Foon Tan1-0/+23
2014-12-08MAINTAINERS: Add nios2 maintainerLey Foon Tan1-0/+7
2014-12-08nios2: ptrace supportLey Foon Tan3-0/+319
2014-12-08nios2: Module supportLey Foon Tan1-0/+138
2014-12-08nios2: Nios2 registersLey Foon Tan1-0/+71
2014-12-08nios2: Miscellaneous header filesLey Foon Tan5-0/+146
2014-12-08nios2: Cpuinfo handlingLey Foon Tan2-0/+258
2014-12-08nios2: Time keepingLey Foon Tan4-0/+407
2014-12-08nios2: Device tree supportLey Foon Tan6-0/+375
2014-12-08nios2: Library functionsLey Foon Tan5-0/+467
2014-12-08nios2: Signal handling supportLey Foon Tan5-0/+428
2014-12-08nios2: System calls handlingLey Foon Tan5-0/+270
2014-12-08nios2: ELF definitionsLey Foon Tan2-0/+168
2014-12-08Add ELF machine define for Nios2Ley Foon Tan1-0/+1
2014-12-08nios2: DMA mapping APILey Foon Tan2-0/+326
2014-12-08nios2: Interrupt handlingLey Foon Tan3-0/+193
2014-12-08nios2: TLB handlingLey Foon Tan3-0/+355
2014-12-08nios2: Cache handlingLey Foon Tan3-0/+359
2014-12-08nios2: Process managementLey Foon Tan6-0/+694
2014-12-08nios2: Page table managementLey Foon Tan4-0/+505
2014-12-08nios2: MMU Fault handlingLey Foon Tan2-0/+276
2014-12-08nios2: I/O MappingLey Foon Tan2-0/+248
2014-12-08nios2: Memory managementLey Foon Tan5-0/+663
2014-12-08nios2: Traps exception handlingLey Foon Tan3-0/+796
2014-12-08nios2: Exception handlingLey Foon Tan2-0/+811
2014-12-08nios2: Kernel booting and initializationLey Foon Tan4-0/+551
2014-12-08nios2: Assembly macros and definitionsLey Foon Tan3-0/+417
2014-12-08asm-generic: add generic futex for !CONFIG_SMPLey Foon Tan1-0/+114
2014-12-07Linux 3.18v3.18Linus Torvalds1-1/+1
2014-12-07Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+5
2014-12-06Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-1/+1
2014-12-06Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+14
2014-12-05watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7Abhilash Kesavan1-1/+1
2014-12-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+3
2014-12-05Merge tag 'sound-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-0/+2
2014-12-05hwmon: (lm75) Strengthen detect functionGuenter Roeck1-0/+6
2014-12-05arm64: remove the unnecessary arm64_swiotlb_init()Ding Tianhong1-1/+0
2014-12-05Merge remote-tracking branches 'regulator/topic/sky81452' and 'regulator/topi...Mark Brown4-43/+17
2014-12-05Merge remote-tracking branches 'regulator/topic/rn5t618', 'regulator/topic/rp...Mark Brown7-49/+157
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Mark Brown40-313/+623
2014-12-05Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/dis...Mark Brown13-48/+112
2014-12-05Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-1/+3
2014-12-05Merge remote-tracking branch 'regulator/fix/da9063' into regulator-linusMark Brown1-11/+8
2014-12-05Merge branch 'topic/suspend' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown28-94/+231
2014-12-05mmc: queue: Improve error handling during allocation of bounce buffersBhuvanesh Surachari1-7/+9
2014-12-04Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-13/+11
2014-12-04Merge tag 'pm+acpi-3.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2014-12-05Merge tag 'drm-intel-fixes-2014-12-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-13/+11
2014-12-04Merge tag 'media/v3.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-32/+28
2014-12-04uapi: fix to export linux/vm_sockets.hMasahiro Yamada1-1/+1
2014-12-04regulator: core: Fix regualtor_ena_gpio_free not to access pin after freeingSeung-Woo Kim1-0/+2
2014-12-04hwmon: (gpio-fan) Add a shutdown handler to poweroff the fansNishanth Menon1-0/+9
2014-12-04hwmon: (gpio-fan) Allow usage of gpio operations that may sleepNishanth Menon1-4/+5
2014-12-04hwmon: (tmp401) Bail out from tmp401_probe() in case of write errorsBartosz Golaszewski1-10/+14
2014-12-04hwmon: (tmp401) Add support for TI TMP435Patrick Titiano3-5/+18
2014-12-04i2c: cadence: Set the hardware time-out register to maximum valueVishnu Motghare1-0/+11
2014-12-04i2c: davinci: generate STP always when NACK is receivedGrygorii Strashko1-5/+3
2014-12-04ahci: disable MSI on SAMSUNG 0xa800 SSDTejun Heo1-0/+1
2014-12-04arm64: add module support for alternatives fixupsAndre Przywara4-6/+46
2014-12-04arm64: perf: Prevent wraparound during overflowDaniel Thompson1-2/+8
2014-12-04arm64/include/asm: Fixed a warning about 'struct pt_regs'Chunyan Zhang1-0/+2
2014-12-04arm64: Provide a namespace to NCAPSFabio Estevam2-6/+6
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski1-2/+6
2014-12-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+6
2014-12-03Merge tag 'pci-v3.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+20
2014-12-03Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2014-12-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+7
2014-12-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-45/+88
2014-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-67/+73
2014-12-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-34/+36
2014-12-03arm64: bpf: lift restriction on last instructionZi Shen Lim1-5/+8
2014-12-03Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds11-41/+55
2014-12-03slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras1-1/+1
2014-12-03lib/genalloc.c: export devm_gen_pool_create() for modulesMichal Simek1-0/+1
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest2-5/+11
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-12-03fat: fix oops on corrupted vfat fsAl Viro1-9/+11
2014-12-03ipc/sem.c: fully initialize sem_array before making it visibleManfred Spraul1-7/+8
2014-12-03drivers/input/evdev.c: don't kfree() a vmalloc addressAndrew Morton1-1/+1
2014-12-03arm64: Implement support for read-mostly sectionsJungseok Lee1-0/+2
2014-12-02cxgb4: Fill in supported link mode for SFP modulesHariprasad Shenai1-2/+6
2014-12-02xen-netfront: Remove BUGs on paged skb data which crosses a page boundarySeth Forshee1-5/+0
2014-12-02mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton1-3/+5
2014-12-02mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2014-12-02mm: do not overwrite reserved pages counter at show_mem()Rafael Aquini1-1/+1
2014-12-03Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie3-10/+16
2014-12-02drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0...Petr Mladek1-0/+2
2014-12-02drm/radeon: Ignore RADEON_GEM_GTT_WC on 32-bit x86Michel Dänzer1-0/+7
2014-12-02drm/radeon: sync all BOs involved in a CS v2Christian König1-10/+7
2014-12-02sata_fsl: fix error handling of irq_of_parse_and_mapDmitry Torokhov1-1/+1
2014-12-02AHCI: Add DeviceIDs for Sunrise Point-LP SATA controllerDevin Ryles1-0/+3
2014-12-02scsi: set fmt to NULL scsi_extd_sense_format() by defaultDan Carpenter1-0/+3
2014-12-02dm crypt: use memzero_explicit for on-stack bufferMilan Broz1-1/+1
2014-12-02dm space map metadata: fix sm_bootstrap_get_count()Joe Thornber1-1/+3
2014-12-02block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong1-6/+7
2014-12-02hwmon: (lm95234) Add support for LM95233Guenter Roeck3-34/+78
2014-12-02drm/i915: Unlock panel even when LVDS is disabledDaniel Vetter1-11/+11
2014-12-02regulator: sky81452: Modify Device Tree structureGyungoh Yoo1-4/+6
2014-12-02regulator: sky81452: Modify Device Tree structureGyungoh Yoo1-36/+9
2014-12-02hwmon: (lm95245) Add support for LM95235Guenter Roeck3-21/+39
2014-12-02mmc: sdhci-acpi: Add two host capabilities for IntelAdrian Hunter1-2/+5
2014-12-02mmc: sdhci-pci: Add two host capabilities for BYTAdrian Hunter1-2/+8
2014-12-02mmc: sdhci-acpi: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESCAdrian Hunter1-1/+4
2014-12-02mmc: sdhci-pci: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC to BYTAdrian Hunter1-0/+3
2014-12-02mmc: atmel-mci: use probe deferring if dma controller is not ready yetludovic.desroches@atmel.com1-24/+24
2014-12-02mmc: atmel-mci: stop using specific initcallludovic.desroches@atmel.com1-13/+2
2014-12-02mmc: atmel-mci: remove __init/__exit attributesludovic.desroches@atmel.com1-5/+5
2014-12-02mmc: atmel-mci: remove useless DMA stuff for non-dt devicesludovic.desroches@atmel.com1-8/+0
2014-12-02drm/i915: More cautious with pch fifo underrunsDaniel Vetter1-2/+0
2014-12-02ALSA: hda/realtek - Add headset Mic support for new Dell machineKailang Yang1-0/+2
2014-12-02Merge tag 'keys-fixes-20141201' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris5-34/+36
2014-12-02nouveau: move the hotplug ignore to correct place.Dave Airlie1-1/+1
2014-12-02Merge branch 'linux-3.18' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie6-34/+71
2014-12-02drm/nouveau/gf116: remove copy1 engineIlia Mirkin1-1/+0
2014-12-02drm/nouveau: prevent stale fence->channel pointers, and protect with rcuMaarten Lankhorst2-29/+67
2014-12-02drm/nouveau/fifo/g84-: ack non-stall interrupt before handling itBen Skeggs3-4/+4
2014-12-01Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+2
2014-12-01jbd2: fix regression where we fail to initialize checksum seed when loadingDarrick J. Wong1-3/+2
2014-12-01PCI: tegra: Use physical range for I/O mappingThierry Reding1-8/+20
2014-12-01KEYS: request_key() should reget expired keys rather than give EKEYEXPIREDDavid Howells3-2/+5
2014-12-01KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flagsDavid Howells3-3/+6
2014-12-01KEYS: Fix the size of the key description passed to/from userspaceDavid Howells1-30/+26
2014-12-01dt-bindings: Update documentation for "system-power-controller" and fix missp...Romain Perier1-10/+10
2014-12-01of: Rename "poweroff-source" property to "system-power-controller"Romain Perier4-6/+6
2014-12-01dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter1-1/+3
2014-12-01dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong1-1/+19
2014-12-01dm cache: fix spurious cell_defer when dealing with partial block at end of d...Joe Thornber1-2/+2
2014-12-01dm cache: dirty flag was mistakenly being cleared when promoting via overwriteJoe Thornber1-3/+7
2014-12-01dm cache: only use overwrite optimisation for promotion when in writeback modeJoe Thornber1-1/+2
2014-12-01dm cache: discard block size must be a multiple of cache block sizeJoe Thornber1-6/+3
2014-12-01dm cache: fix a harmless race when working out if a block is discardedJoe Thornber1-2/+4
2014-12-01dm cache: when reloading a discard bitset allow for a different discard block...Joe Thornber1-7/+87
2014-12-01dm cache: fix some issues with the new discard range supportJoe Thornber1-3/+3
2014-12-01dm array: if resizing the array is a noop set the new root to the old oneJoe Thornber1-1/+3
2014-12-01arm64: compat: align cacheflush syscall with arch/armVladimir Murzin3-22/+35
2014-12-01mfd: atmel-hlcdc: Add Kconfig option description and nameBoris Brezillon1-1/+6
2014-12-01s390: fix machine check handlingSebastian Ott1-6/+2
2014-12-01x86, microcode: Limit the microcode reloading to 64-bit for nowBorislav Petkov1-0/+2
2014-11-30hwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errorsBartosz Golaszewski1-6/+20
2014-11-30hwmon: (nct6775) Add blank lines after declarationsGuenter Roeck1-6/+24
2014-11-30hwmon: (nct6775) Add support for NCT6792DGuenter Roeck3-12/+43
2014-11-30hwmon: (nct6775) Documentation updatesGuenter Roeck1-1/+9
2014-11-30hwmon: (lm75) Add support for the NXP LM75BMichael Thalmeier2-0/+11
2014-11-30hwmon: Driver for Nuvoton NCT7802YGuenter Roeck4-0/+904
2014-11-30hwmon: (ibmpowernv) Convert to module_platform_driverAxel Lin1-12/+1
2014-11-30hwmon: (ibmpowernv) Use platform 'id_table' to probe the deviceNeelesh Gupta2-48/+39
2014-11-30hwmon: (iio_hwmon) Add support for humidity sensorsGuenter Roeck1-1/+6
2014-11-30hwmon: (ltc2978) Add regulator supportAlan Tull2-3/+47
2014-11-30hwmon: (pmbus) Add regulator supportAlan Tull3-0/+117
2014-11-30hwmon: (pmbus) add helpers for byte write and read modify writeAlan Tull2-0/+35
2014-11-30hwmon: (ltc2978) device tree bindings documentationAlan Tull1-0/+39
2014-12-01ACPI / video: update condition to check if device is in _DOD listAaron Lu1-1/+2
2014-11-30Linux 3.18-rc7v3.18-rc7Linus Torvalds1-1/+1
2014-11-30Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-1/+23
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason4-5/+67
2014-11-29sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura2-29/+36
2014-11-29stmmac: platform: Move plat_dat checking earlierHuacai Chen1-9/+9
2014-11-29sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura2-21/+15
2014-11-29rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel1-0/+1
2014-11-29bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf1-1/+6
2014-11-29Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-7/+7
2014-11-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-52/+77
2014-11-28Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-30/+105
2014-11-28Merge tag 'tty-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-27/+0
2014-11-28Merge tag 'usb-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-144/+224
2014-11-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds3-22/+27
2014-11-28Merge tag 'sound-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds7-6/+19
2014-11-28Merge tag 'armsoc-for-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-12/+20
2014-11-28Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds4-44/+4
2014-11-28arm64: add seccomp supportAKASHI Takahiro4-0/+47