Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | lib/mpi: added missing NULL check | Dmitry Kasatkin | 2012-02-02 | 1 | -0/+2 | |
| * | | | | | | | | | lib/mpi: added comment on divide by 0 case | Dmitry Kasatkin | 2012-02-02 | 1 | -0/+4 | |
| * | | | | | | | | | lib/mpi: check for possible zero length | Dmitry Kasatkin | 2012-02-02 | 1 | -0/+3 | |
| * | | | | | | | | | lib/digsig: pkcs_1_v1_5_decode_emsa cleanup | Dmitry Kasatkin | 2012-02-02 | 1 | -25/+10 | |
| * | | | | | | | | | lib/digsig: additional sanity checks against badly formated key payload | Dmitry Kasatkin | 2012-02-02 | 1 | -2/+7 | |
| * | | | | | | | | | lib/mpi: removed unused functions | Dmitry Kasatkin | 2012-02-02 | 1 | -88/+0 | |
| * | | | | | | | | | lib/mpi: checks for zero divisor length | Dmitry Kasatkin | 2012-02-02 | 1 | -0/+3 | |
| * | | | | | | | | | lib/mpi: return error code on dividing by zero | Dmitry Kasatkin | 2012-02-02 | 1 | -1/+1 | |
| * | | | | | | | | | lib/mpi: replaced MPI_NULL with normal NULL | Dmitry Kasatkin | 2012-02-02 | 3 | -7/+5 | |
| * | | | | | | | | | lib/mpi: added missing NULL check | Dmitry Kasatkin | 2012-02-02 | 1 | -1/+2 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-02-01 | 21 | -27/+34 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-------. \ \ \ \ \ \ \ \ | Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-next | Roland Dreier | 2012-01-30 | 20 | -26/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | IB/qib: Roll back PCIe tuning change | Mike Marciniszyn | 2012-01-27 | 1 | -1/+1 | |
| | | | | | * | | | | | | | | | IB/qib: Use GFP_ATOMIC when locks are held | Julia Lawall | 2012-01-27 | 1 | -1/+1 | |
| | | | | | | |/ / / / / / / | | | | | | |/| | | | | | | | ||||||
| | | | | * | | | | | | | | | RDMA/nes: Copyright update | Tatyana Nikolova | 2012-01-30 | 14 | -14/+14 | |
| | | | | * | | | | | | | | | RDMA/nes: Fix fast memory registration opcode | Tatyana Nikolova | 2012-01-27 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | RDMA/nes: Fix fast memory registration length | Tatyana Nikolova | 2012-01-27 | 1 | -0/+2 | |
| | | | | * | | | | | | | | | RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh() | Roland Dreier | 2012-01-27 | 1 | -2/+3 | |
| | | | | * | | | | | | | | | RDMA/nes: Fix for sending MPA reject frame | Tatyana Nikolova | 2012-01-27 | 1 | -0/+3 | |
| | | | | |/ / / / / / / / | ||||||
| | | | * | | | | | | | | | IB/mlx4: pass SMP vendor-specific attribute MADs to firmware | Jack Morgenstein | 2012-01-30 | 1 | -5/+2 | |
| | | | |/ / / / / / / / | ||||||
| | | * | | | | | | | | | RDMA/core: Fix kernel panic by always initializing qp->usecnt | Bernd Schubert | 2012-01-27 | 2 | -1/+2 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | IB/ipath: Calling PTR_ERR() on right variable in create_file() | Dan Carpenter | 2012-01-27 | 1 | -1/+1 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | RDMA/ucma: Discard all events for new connections until accepted | Sean Hefty | 2012-01-27 | 1 | -1/+4 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | proc: make sure mem_open() doesn't pin the target's memory | Oleg Nesterov | 2012-02-01 | 1 | -1/+13 | |
* | | | | | | | | | proc: unify mem_read() and mem_write() | Oleg Nesterov | 2012-02-01 | 1 | -58/+32 | |
* | | | | | | | | | proc: mem_release() should check mm != NULL | Oleg Nesterov | 2012-02-01 | 1 | -2/+2 | |
* | | | | | | | | | MAINTAINERS: Greg's suse email address is dead | Greg KH | 2012-02-01 | 1 | -15/+14 | |
* | | | | | | | | | mtd: fix merge conflict resolution breakage | Artem Bityutskiy | 2012-02-01 | 2 | -7/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Linux 3.3-rc2v3.3-rc2 | Linus Torvalds | 2012-01-31 | 1 | -1/+1 | |
* | | | | | | | | Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream | Linus Torvalds | 2012-01-31 | 11 | -37/+89 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Logfs: Allow NULL block_isbad() methods | Joern Engel | 2012-01-28 | 1 | -14/+12 | |
| * | | | | | | | | logfs: Grow inode in delete path | Joern Engel | 2012-01-28 | 1 | -0/+4 | |
| * | | | | | | | | logfs: Free areas before calling generic_shutdown_super() | Joern Engel | 2012-01-28 | 3 | -4/+12 | |
| * | | | | | | | | logfs: remove useless BUG_ON | Joern Engel | 2012-01-28 | 1 | -1/+0 | |
| * | | | | | | | | MAINTAINERS: Add Prasad Joshi in LogFS maintiners | Prasad Joshi | 2012-01-28 | 1 | -0/+1 | |
| * | | | | | | | | logfs: Propagate page parameter to __logfs_write_inode | Prasad Joshi | 2012-01-28 | 4 | -9/+9 | |
| * | | | | | | | | logfs: set superblock shutdown flag after generic sb shutdown | Prasad Joshi | 2012-01-28 | 1 | -1/+1 | |
| * | | | | | | | | logfs: take write mutex lock during fsync and sync | Prasad Joshi | 2012-01-28 | 4 | -4/+8 | |
| * | | | | | | | | logfs: Prevent memory corruption | Joern Engel | 2012-01-28 | 1 | -1/+1 | |
| * | | | | | | | | logfs: update page reference count for pined pages | Prasad Joshi | 2012-01-28 | 2 | -15/+51 | |
* | | | | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-01-30 | 4 | -13/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776F | Guenter Roeck | 2012-01-29 | 1 | -0/+6 | |
| * | | | | | | | | | hwmon: (sht15) fix bad error code | Vivien Didelot | 2012-01-29 | 1 | -1/+2 | |
| * | | | | | | | | | MAINTAINERS: Drop maintainer for MAX1668 hwmon driver | Guenter Roeck | 2012-01-26 | 1 | -7/+0 | |
| * | | | | | | | | | MAINTAINERS: Add hwmon entries for Wolfson | Mark Brown | 2012-01-26 | 1 | -0/+1 | |
| * | | | | | | | | | hwmon: (f71805f) Fix clamping of temperature limits | Jean Delvare | 2012-01-20 | 1 | -5/+5 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-30 | 7 | -72/+93 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | pinctrl: add checks for empty function names | Tony Lindgren | 2012-01-26 | 5 | -24/+41 | |
| * | | | | | | | | pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not set | Tony Lindgren | 2012-01-26 | 1 | -3/+6 | |
| * | | | | | | | | pinctrl: fix some pinmux typos | Tony Lindgren | 2012-01-26 | 2 | -8/+3 |