summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | lib/mpi: added missing NULL checkDmitry Kasatkin2012-02-021-0/+2
| * | | | | | | | | lib/mpi: added comment on divide by 0 caseDmitry Kasatkin2012-02-021-0/+4
| * | | | | | | | | lib/mpi: check for possible zero lengthDmitry Kasatkin2012-02-021-0/+3
| * | | | | | | | | lib/digsig: pkcs_1_v1_5_decode_emsa cleanupDmitry Kasatkin2012-02-021-25/+10
| * | | | | | | | | lib/digsig: additional sanity checks against badly formated key payloadDmitry Kasatkin2012-02-021-2/+7
| * | | | | | | | | lib/mpi: removed unused functionsDmitry Kasatkin2012-02-021-88/+0
| * | | | | | | | | lib/mpi: checks for zero divisor lengthDmitry Kasatkin2012-02-021-0/+3
| * | | | | | | | | lib/mpi: return error code on dividing by zeroDmitry Kasatkin2012-02-021-1/+1
| * | | | | | | | | lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin2012-02-023-7/+5
| * | | | | | | | | lib/mpi: added missing NULL checkDmitry Kasatkin2012-02-021-1/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-02-0121-27/+34
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier2012-01-3020-26/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | IB/qib: Roll back PCIe tuning changeMike Marciniszyn2012-01-271-1/+1
| | | | | | * | | | | | | | | IB/qib: Use GFP_ATOMIC when locks are heldJulia Lawall2012-01-271-1/+1
| | | | | | | |/ / / / / / / | | | | | | |/| | | | | | |
| | | | | * | | | | | | | | RDMA/nes: Copyright updateTatyana Nikolova2012-01-3014-14/+14
| | | | | * | | | | | | | | RDMA/nes: Fix fast memory registration opcodeTatyana Nikolova2012-01-271-1/+1
| | | | | * | | | | | | | | RDMA/nes: Fix fast memory registration lengthTatyana Nikolova2012-01-271-0/+2
| | | | | * | | | | | | | | RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh()Roland Dreier2012-01-271-2/+3
| | | | | * | | | | | | | | RDMA/nes: Fix for sending MPA reject frameTatyana Nikolova2012-01-271-0/+3
| | | | | |/ / / / / / / /
| | | | * | | | | | | | | IB/mlx4: pass SMP vendor-specific attribute MADs to firmwareJack Morgenstein2012-01-301-5/+2
| | | | |/ / / / / / / /
| | | * | | | | | | | | RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert2012-01-272-1/+2
| | | |/ / / / / / / /
| | * | | | | | | | | IB/ipath: Calling PTR_ERR() on right variable in create_file()Dan Carpenter2012-01-271-1/+1
| | |/ / / / / / / /
| * | | | | | | | | RDMA/ucma: Discard all events for new connections until acceptedSean Hefty2012-01-271-1/+4
| |/ / / / / / / /
* | | | | | | | | proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov2012-02-011-1/+13
* | | | | | | | | proc: unify mem_read() and mem_write()Oleg Nesterov2012-02-011-58/+32
* | | | | | | | | proc: mem_release() should check mm != NULLOleg Nesterov2012-02-011-2/+2
* | | | | | | | | MAINTAINERS: Greg's suse email address is deadGreg KH2012-02-011-15/+14
* | | | | | | | | mtd: fix merge conflict resolution breakageArtem Bityutskiy2012-02-012-7/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Linux 3.3-rc2v3.3-rc2Linus Torvalds2012-01-311-1/+1
* | | | | | | | Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds2012-01-3111-37/+89
|\ \ \ \ \ \ \ \
| * | | | | | | | Logfs: Allow NULL block_isbad() methodsJoern Engel2012-01-281-14/+12
| * | | | | | | | logfs: Grow inode in delete pathJoern Engel2012-01-281-0/+4
| * | | | | | | | logfs: Free areas before calling generic_shutdown_super()Joern Engel2012-01-283-4/+12
| * | | | | | | | logfs: remove useless BUG_ONJoern Engel2012-01-281-1/+0
| * | | | | | | | MAINTAINERS: Add Prasad Joshi in LogFS maintinersPrasad Joshi2012-01-281-0/+1
| * | | | | | | | logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi2012-01-284-9/+9
| * | | | | | | | logfs: set superblock shutdown flag after generic sb shutdownPrasad Joshi2012-01-281-1/+1
| * | | | | | | | logfs: take write mutex lock during fsync and syncPrasad Joshi2012-01-284-4/+8
| * | | | | | | | logfs: Prevent memory corruptionJoern Engel2012-01-281-1/+1
| * | | | | | | | logfs: update page reference count for pined pagesPrasad Joshi2012-01-282-15/+51
* | | | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-01-304-13/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck2012-01-291-0/+6
| * | | | | | | | | hwmon: (sht15) fix bad error codeVivien Didelot2012-01-291-1/+2
| * | | | | | | | | MAINTAINERS: Drop maintainer for MAX1668 hwmon driverGuenter Roeck2012-01-261-7/+0
| * | | | | | | | | MAINTAINERS: Add hwmon entries for WolfsonMark Brown2012-01-261-0/+1
| * | | | | | | | | hwmon: (f71805f) Fix clamping of temperature limitsJean Delvare2012-01-201-5/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-307-72/+93
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | pinctrl: add checks for empty function namesTony Lindgren2012-01-265-24/+41
| * | | | | | | | pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not setTony Lindgren2012-01-261-3/+6
| * | | | | | | | pinctrl: fix some pinmux typosTony Lindgren2012-01-262-8/+3
OpenPOWER on IntegriCloud