aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-04Fix index regression in nand_read_subpageRon1-3/+2
2014-04-04Merge tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds52-872/+695
2014-04-04Merge tag 'ktest-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+4
2014-04-04Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-109/+211
2014-04-04libceph: dump pool {read,write}_tier to debugfsIlya Dryomov1-3/+3
2014-04-04libceph: output primary affinity values on osdmap updatesIlya Dryomov1-0/+2
2014-04-04ceph: flush cap release queue when trimming session capsYan, Zheng1-0/+3
2014-04-04ceph: don't grabs open file reference for aborted requestYan, Zheng1-1/+1
2014-04-04ceph: drop extra open file reference in ceph_atomic_open()Yan, Zheng1-1/+2
2014-04-04ceph: preallocate buffer for readdir replyYan, Zheng3-21/+59
2014-04-04libceph: enable PRIMARY_AFFINITY feature bitIlya Dryomov1-1/+2
2014-04-04libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov1-75/+4
2014-04-04libceph: add support for osd primary affinityIlya Dryomov1-0/+68
2014-04-04libceph: add support for primary_temp mappingsIlya Dryomov1-1/+6
2014-04-04libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov3-15/+17
2014-04-04libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov2-14/+39
2014-04-04libceph: introduce apply_temps() helperIlya Dryomov1-0/+52
2014-04-04libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersIlya Dryomov1-0/+76
2014-04-04libceph: ceph_can_shift_osds(pool) and pool type definesIlya Dryomov2-2/+15
2014-04-04libceph: ceph_osd_{exists,is_up,is_down}(osd) definitionsIlya Dryomov1-1/+13
2014-04-04libceph: enable OSDMAP_ENC feature bitIlya Dryomov1-0/+1
2014-04-04libceph: primary_affinity decode bitsIlya Dryomov1-0/+72
2014-04-04libceph: primary_affinity infrastructureIlya Dryomov4-2/+57
2014-04-04libceph: primary_temp decode bitsIlya Dryomov1-0/+69
2014-04-04libceph: primary_temp infrastructureIlya Dryomov3-1/+21
2014-04-04libceph: generalize ceph_pg_mappingIlya Dryomov3-8/+13
2014-04-04libceph: introduce get_osdmap_client_data_v()Ilya Dryomov1-16/+65
2014-04-04libceph: introduce decode{,_new}_pg_temp() and switch to themIlya Dryomov1-72/+67
2014-04-04libceph: switch osdmap_set_max_osd() to krealloc()Ilya Dryomov1-15/+17
2014-04-04libceph: introduce decode{,_new}_pools() and switch to themIlya Dryomov1-37/+57
2014-04-04libceph: rename __decode_pool{,_names}() to decode_pool{,_names}()Ilya Dryomov1-6/+8
2014-04-04libceph: fix and clarify ceph_decode_need() sizesIlya Dryomov1-6/+7
2014-04-04libceph: nuke bogus encoding version check in osdmap_apply_incremental()Ilya Dryomov1-5/+4
2014-04-04libceph: fixup error handling in osdmap_apply_incremental()Ilya Dryomov1-32/+34
2014-04-04libceph: fix crush_decode() call site in osdmap_decode()Ilya Dryomov1-5/+2
2014-04-04libceph: check length of osdmap osd arraysIlya Dryomov1-4/+10
2014-04-04libceph: safely decode max_osd value in osdmap_decode()Ilya Dryomov1-2/+4
2014-04-04libceph: fixup error handling in osdmap_decode()Ilya Dryomov1-26/+27
2014-04-04libceph: split osdmap allocation and decode stepsIlya Dryomov3-17/+31
2014-04-04libceph: dump osdmap and enhance output on decode errorsIlya Dryomov1-6/+15
2014-04-04libceph: dump pg_temp mappings to debugfsIlya Dryomov1-0/+11
2014-04-04libceph: do not prefix osd lines with \t in debugfs outputIlya Dryomov1-1/+1
2014-04-04libceph: refer to osdmap directly in osdmap_show()Ilya Dryomov1-12/+14
2014-04-04crush: support chooseleaf_vary_r tunable (tunables3) by defaultIlya Dryomov1-1/+9
2014-04-04crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov2-0/+6
2014-04-04crush: add chooseleaf_vary_r tunableIlya Dryomov2-6/+30
2014-04-04crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov1-2/+2
2014-04-04crush: fix off-by-one errors in total_tries refactorIlya Dryomov1-19/+27
2014-04-04ceph: don't include ceph.{file,dir}.layout vxattr in listxattr()Yan, Zheng1-2/+2
2014-04-04ceph: check buffer size in ceph_vxattrcb_layout()Yan, Zheng1-9/+25
2014-04-04ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng1-9/+12
2014-04-04libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng1-0/+6
2014-04-04ceph: Remove get/set acl on symlinksFabian Frederick1-2/+0
2014-04-04ceph: set mds_wanted when MDS reply changes a cap to auth capYan, Zheng1-1/+3
2014-04-04ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng4-22/+45
2014-04-04ceph: forbid mandatory file lockYan, Zheng1-0/+12
2014-04-04ceph: use fl->fl_type to decide flock operationYan, Zheng1-12/+9
2014-04-04ceph: update i_max_size even if inode version does not changeYan, Zheng1-8/+8
2014-04-04ceph: make sure write caps are registered with auth MDSYan, Zheng1-1/+4
2014-04-04Hexagon: update CR year for elf.hRichard Kuo1-1/+1
2014-04-04Hexagon: remove SP macroRichard Kuo1-3/+1
2014-04-04Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZERichard Kuo1-1/+1
2014-04-04Hexagon: set the e_flags in user regset view for core dumpsRichard Kuo1-0/+1
2014-04-04Hexagon: fix atomic_setRichard Kuo1-1/+14
2014-04-04Hexagon: add screen_info for VGA_CONSOLERichard Kuo2-0/+5
2014-04-04hexagon: correct type on pgd copyIlia Mirkin1-1/+1
2014-04-04smp, hexagon: kill SMP single function call interruptJiang Liu2-6/+1
2014-04-04arch: hexagon: include: asm: add generic macro 'mmiowb' in "io.h"Chen Gang1-0/+2
2014-04-04arch: hexagon: kernel: hexagon_ksyms.c: export related symbols which various ...Chen Gang1-4/+20
2014-04-04arch: hexagon: kernel: reset.c: use function pointer instead of function for ...Chen Gang1-3/+2
2014-04-04arch: hexagon: include: asm: add "vga.h" in KbuildChen Gang1-1/+2
2014-04-04arch: hexagon: include: asm: Kbuild: add generic "serial.h" in KbuildChen Gang1-0/+1
2014-04-04arch: hexagon: include: uapi: asm: setup.h add swith macro __KERNEL__Chen Gang1-0/+5
2014-04-04arch: hexagon: include: asm: add prefix "hvm[ci]_" for all enum members in "h...Chen Gang1-36/+36
2014-04-04arch: hexagon: Kconfig: add HAVE_DMA_ATTR in Kconfig and remove "linux/dma-ma...Chen Gang2-1/+1
2014-04-04arch: hexagon: kernel: add export symbol function __delay()Chen Gang2-0/+10
2014-04-04hexagon: include: asm: kgdb: extend DBG_MAX_REG_NUM for "cs0/1"Chen Gang1-2/+3
2014-04-04hexagon: kernel: kgdb: include related header for pass compiling.Chen Gang1-0/+2
2014-04-04hexagon: kernel: remove useless variables 'dn', 'r' and 'err' in time_init_de...Chen Gang1-3/+0
2014-04-04mm: get_user_pages(write,force) refuse to COW in shared areasHugh Dickins1-21/+45
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds56-415/+1215
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds64-501/+1514
2014-04-04Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+14
2014-04-04Merge tag 'upstream-3.15-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds7-0/+737
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds6-84/+384
2014-04-04Merge tag 'dlm-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds8-47/+48
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds35-1626/+2137
2014-04-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds31-442/+618
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds12-184/+356
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-313/+643
2014-04-04dm cache: fix a lock-inversionJoe Thornber3-52/+20
2014-04-04dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer1-2/+82
2014-04-04arch/tile: remove unused variable 'devcap'Chris Metcalf1-2/+0
2014-04-04tile: Fix vDSO compilation issue with allyesconfigKerry Sheh1-1/+1
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds384-7923/+44014
2014-04-04hwmon: (it87) Add support for IT8623ERudolf Marek2-5/+8
2014-04-04hwmon: (it87) Fix IT8603E define nameRudolf Marek1-3/+3
2014-04-04hwmon: (lm90) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-22/+17
2014-04-04hwmon: (lm90) Create all sysfs groups in one callGuenter Roeck1-43/+26
2014-04-04hwmon: (lm90) Always use the dev variable in the probe functionGuenter Roeck1-3/+2
2014-04-04hwmon: (lm90) Create most optional attributes with sysfs_create_groupGuenter Roeck1-3/+11
2014-04-04hwmon: Avoid initializing the same field twiceJean Delvare10-14/+0
2014-04-04hwmon: (pc87360) Avoid initializing the same field twiceJean Delvare1-6/+6
2014-04-04hwmon: (lm80) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-48/+22
2014-04-04hwmon: (adm1021) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-48/+22
2014-04-04hwmon: (lm63) Avoid initializing the same field twiceJean Delvare1-1/+0
2014-04-04hwmon: (lm63) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-66/+40
2014-04-04hwmon: (lm63) Create all sysfs groups in one callGuenter Roeck1-28/+14
2014-04-04hwmon: (lm63) Introduce 'dev' variable to point to client->devGuenter Roeck1-16/+16
2014-04-04hwmon: (lm63) Add additional sysfs group for temp2_type attributeGuenter Roeck1-3/+13
2014-04-04hwmon: (f71805f) Fix author's addressJean Delvare1-1/+1
2014-04-04cgroup: fix top cgroup refcnt leakLi Zefan1-2/+3
2014-04-04OMAPDSS: HDMI: fix interlace outputTomi Valkeinen1-0/+2
2014-04-04OMAPDSS: add missing __init for dss_init_portsTomi Valkeinen1-1/+1
2014-04-04ARM: OMAP2+: remove pdata quirks for displaysTomi Valkeinen2-243/+0
2014-04-04OMAPDSS: remove DT hacks for regulatorsTomi Valkeinen2-18/+4
2014-04-03Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-9/+16
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds35-1301/+1910
2014-04-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds88-1475/+4634
2014-04-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-5/+6
2014-04-03Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds56-960/+2390
2014-04-04Merge branch 'devel-stable' into for-nextRussell King1043-8929/+15846
2014-04-04Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst...Russell King97-787/+1421
2014-04-04dmaengine: omap-dma: more consolidation of CCR register setupRussell King1-28/+18
2014-04-04dmaengine: omap-dma: move IRQ handling to omap-dmaRussell King1-6/+115
2014-04-04dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King4-15/+105
2014-04-04ARM: omap: dma: get rid of 'p' allocation and clean upRussell King2-43/+27
2014-04-04ARM: omap: move dma channel allocation into plat-omap codeRussell King4-26/+10
2014-04-04ARM: omap: dma: get rid of errata globalRussell King2-5/+4
2014-04-04ARM: omap: clean up DMA register accessesRussell King3-114/+115
2014-04-04ARM: omap: remove almost-const variablesRussell King2-19/+9
2014-04-04ARM: omap: remove references to disable_irq_lchRussell King3-12/+0
2014-04-04dmaengine: omap-dma: cleanup errata 3.3 handlingRussell King1-23/+29
2014-04-04dmaengine: omap-dma: provide register read/write functionsRussell King1-41/+61
2014-04-04dmaengine: omap-dma: use cached CCR value when enabling DMARussell King1-4/+2
2014-04-04dmaengine: omap-dma: move barrier to omap_dma_start_desc()Russell King1-1/+7
2014-04-04dmaengine: omap-dma: move clnk_ctrl setting to preparation functionsRussell King1-14/+9
2014-04-04dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registersRussell King1-12/+20
2014-04-04dmaengine: omap-dma: consolidate clearing channel status registerRussell King1-10/+10
2014-04-04dmaengine: omap-dma: move CCR buffering disable errata out of the fast pathRussell King1-2/+5
2014-04-04dmaengine: omap-dma: provide register definitionsRussell King1-54/+117
2014-04-04dmaengine: omap-dma: consolidate setup of CCRRussell King1-86/+61
2014-04-04dmaengine: omap-dma: consolidate setup of CSDPRussell King1-36/+28
2014-04-04dmaengine: omap-dma: move reading of dma position to omap-dma.cRussell King1-2/+64
2014-04-04dmaengine: omap-dma: control start/stop directlyRussell King1-10/+141
2014-04-04dmaengine: omap-dma: consolidate writes to DMA registersRussell King1-75/+48
2014-04-04dmaengine: omap-dma: program hardware directlyRussell King2-18/+130
2014-04-04dmaengine: omap-dma: provide a hook to get the underlying DMA platform opsRussell King3-0/+15
2014-04-04dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev.Russell King1-2/+1
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds276-3074/+5246
2014-04-03Documentation/SubmittingPatches: remove references to patch-scriptsMitchel Humpherys2-9/+0
2014-04-03Documentation/SubmittingPatches: update some dead URLsMitchel Humpherys3-6/+6
2014-04-03Documentation/filesystems/ntfs.txt: remove changelog referenceFabian Frederick1-2/+0
2014-04-03Documentation/kmemleak.txt: updatesWang YanQing1-5/+3
2014-04-03fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-03fs/reiserfs: move prototype declaration to header fileRashika Kheria2-1/+1
2014-04-03fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick2-2/+2
2014-04-03fs/hfsplus/extents.c: fix concurrent acess of alloc_blocksSougata Santra1-5/+9
2014-04-03fs/hfsplus/extents.c: remove unused variable in hfsplus_get_blockSougata Santra1-2/+0
2014-04-03nilfs2: update project's web site in nilfs2.txtRyusuke Konishi1-3/+2
2014-04-03nilfs2: update MAINTAINERS file entries fixRyusuke Konishi1-1/+1
2014-04-03nilfs2: verify metadata sizes read from diskRyusuke Konishi5-0/+54
2014-04-03nilfs2: add FITRIM ioctl support for nilfs2Andreas Rohner1-0/+45
2014-04-03nilfs2: add nilfs_sufile_trim_fs to trim clean segsAndreas Rohner2-0/+153
2014-04-03nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctlAndreas Rohner3-0/+101
2014-04-03nilfs2: add nilfs_sufile_set_suinfo to update segment usageAndreas Rohner2-0/+132
2014-04-03nilfs2: add struct nilfs_suinfo_update and flagsAndreas Rohner1-0/+42
2014-04-03nilfs2: update MAINTAINERS file entriesRyusuke Konishi1-2/+2
2014-04-03fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2-2/+2
2014-04-03BEFS: logging cleanupFabian Frederick8-204/+195
2014-04-03fs/befs/linuxvfs.c: add __init to befs_init_inodecache()Fabian Frederick1-2/+1
2014-04-03befs: replace kmalloc/memset 0 by kzallocFabian Frederick1-2/+1
2014-04-03fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-03rtc: treewide: remove excess rtc_device validationAlexander Shiyan4-8/+5
2014-04-03drivers/rtc/rtc-s3c.c: remove NO_IRQ macroPankaj Dubey1-2/+2
2014-04-03drivers/rtc/rtc-da9055.c: remove use of regmap_irq_get_virq()Adam Thomson1-1/+3
2014-04-03drivers/rtc/rtc-rv3029c2.c: fix potential race conditionGregory Hermant1-6/+6
2014-04-03rtc: add support for maxim dallas rtc ds1347Raghavendra Ganiga3-0/+179
2014-04-03drivers/rtc/rtc-mc13xxx.c: fix potential race conditionAlexander Shiyan1-17/+13
2014-04-03rtc: pm8xxx: move device_init_wakeup() before rtc_registerJosh Cartwright1-2/+2
2014-04-03rtc: pm8xxx: add support for devicetreeJosh Cartwright2-48/+29
2014-04-03rtc: pm8xxx: use devm_request_any_context_irqJosh Cartwright1-14/+4
2014-04-03rtc: pm8xxx: use regmap API for register accessesJosh Cartwright1-88/+57
2014-04-03rtc: pm8xxx: fixup checkpatch/style issuesJosh Cartwright1-44/+53
2014-04-03rtc: verify a critical argument to rtc_update_irq() before using itAlessandro Zummo1-0/+3
2014-04-03drivers/rtc/rtc-ds3232.c: enable ds3232 to work as wakeup sourceWang Dongsheng1-24/+70
2014-04-03drivers/rtc/rtc-palmas.c: use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+2
2014-04-03drivers/rtc/rtc-as3722.c: use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+2
2014-04-03drivers/rtc/rtc-cmos.c: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-5/+3
2014-04-03drivers/rtc/rtc-ds3232.c: make it possible to share an irqBharat Bhushan1-2/+2
2014-04-03arch/arm/boot/dts/sun4i-a10.dtsi: convert to the new RTC compatiblesMaxime Ripard1-1/+1
2014-04-03rtc: sunxi: change compatiblesMaxime Ripard2-3/+3
2014-04-03rtc: mc13xxx: make rtc_read_time() more readableAlexander Shiyan1-36/+23
2014-04-03rtc: mc13xxx: change RTC validation schemeAlexander Shiyan1-18/+14
2014-04-03rtc: mc13xxx: fix 1Hz interruptAlexander Shiyan1-1/+1
2014-04-03rtc: mc13xxx: simplify alarm_irq_enable()Alexander Shiyan1-9/+3
2014-04-03rtc: mc13xxx: request IRQs after RTC registrationAlexander Shiyan1-21/+11
2014-04-03rtc: mc13xxx: remove __exit_p()Alexander Shiyan1-2/+2
2014-04-03drivers/rtc/rtc-ds1307.c: add alarm support for mcp7941x chipsSimon Guinot1-1/+182
2014-04-03drivers/rtc/rtc-ds1307.c: fix sysfs wakealarm attribute creationSimon Guinot1-1/+1