| Commit message (Expand) | Author | Files | Lines |
2009-12-06 | i2c-stub: Allow user to disable some commands | Jean Delvare | 2 | -2/+12 |
2009-12-06 | i2c-stub: Implement I2C block support | Jean Delvare | 2 | -5/+29 |
2009-12-06 | i2c: Refactor for_each callbacks | Jean Delvare | 1 | -48/+22 |
2009-12-06 | i2c-i801: Retry on lost arbitration | Jean Delvare | 1 | -0/+3 |
2009-12-06 | i2c: Remove big kernel lock from i2cdev_open | Vincent Sanders | 1 | -16/+6 |
2009-12-06 | ics932s401: Clean up detect function | Jean Delvare | 1 | -22/+15 |
2009-12-06 | i2c: Simplify i2c_detect_address | Jean Delvare | 1 | -13/+9 |
2009-12-06 | i2c: Drop probe, ignore and force module parameters | Jean Delvare | 3 | -154/+46 |
2009-12-06 | i2c: Add missing __devinit markers to old i2c adapter drivers | Jean Delvare | 4 | -4/+4 |
2009-12-06 | i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR | Jean Delvare | 3 | -11/+0 |
2009-12-06 | i2c: Prevent priority inversion on top of bus lock | Mika Kuoppala | 3 | -10/+10 |
2009-12-06 | i2c-voodoo3: Delete | Jean Delvare | 5 | -338/+0 |
2009-12-06 | i2c-powermac: Drop temporary name buffer | Jean Delvare | 1 | -6/+5 |
2009-12-06 | i2c-powermac: Include the i2c_adapter in struct pmac_i2c_bus | Jean Delvare | 3 | -37/+9 |
2009-12-06 | i2c-powermac: Log errors | Jean Delvare | 1 | -5/+23 |
2009-12-06 | i2c-powermac: Refactor i2c_powermac_smbus_xfer | Jean Delvare | 1 | -44/+41 |
2009-12-06 | i2c-powermac: Reject unsupported I2C transactions | Jean Delvare | 1 | -0/+6 |
2009-12-06 | i2c/chips: Move ds1682 to drivers/misc | Wolfram Sang | 5 | -11/+11 |
2009-12-05 | avr32: Convert BUG() to use unreachable() | David Daney | 1 | -1/+1 |
2009-12-05 | s390: Convert BUG() to use unreachable() | David Daney | 1 | -1/+1 |
2009-12-05 | MIPS: Convert BUG() to use unreachable() | David Daney | 1 | -3/+1 |
2009-12-05 | x86: Convert BUG() to use unreachable() | David Daney | 1 | -2/+2 |
2009-12-05 | Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2) | David Daney | 2 | -0/+19 |
2009-12-03 | x86, apic: Enable lapic nmi watchdog on AMD Family 11h | Mikael Pettersson | 1 | -1/+1 |
2009-12-03 | GFS2: Fix glock refcount issues | Steven Whitehouse | 1 | -13/+8 |
2009-12-03 | writeback: remove unused nonblocking and congestion checks (gfs2) | Wu Fengguang | 1 | -12/+0 |
2009-12-03 | GFS2: drop rindex glock to refresh rindex list | Benjamin Marzinski | 1 | -2/+6 |
2009-12-03 | GFS2: Tag all metadata with jid | Steven Whitehouse | 5 | -3/+13 |
2009-12-03 | GFS2: Locking order fix in gfs2_check_blk_state | Steven Whitehouse | 1 | -4/+10 |
2009-12-03 | GFS2: Remove dirent_first() function | Steven Whitehouse | 1 | -33/+1 |
2009-12-03 | GFS2: Display nobarrier option in /proc/mounts | Steven Whitehouse | 1 | -0/+3 |
2009-12-03 | GFS2: add barrier/nobarrier mount options | Christoph Hellwig | 3 | -0/+17 |
2009-12-03 | GFS2: remove division from new statfs code | Benjamin Marzinski | 1 | -8/+9 |
2009-12-03 | GFS2: Improve statfs and quota usability | Benjamin Marzinski | 5 | -10/+100 |
2009-12-03 | GFS2: Use dquot_send_warning() | Steven Whitehouse | 1 | -1/+9 |
2009-12-03 | VFS: Export dquot_send_warning | Steven Whitehouse | 4 | -85/+114 |
2009-12-03 | GFS2: Add set_xquota support | Steven Whitehouse | 1 | -26/+172 |
2009-12-03 | GFS2: Add get_xquota support | Steven Whitehouse | 1 | -0/+43 |
2009-12-03 | GFS2: Clean up gfs2_adjust_quota() and do_glock() | Steven Whitehouse | 1 | -56/+26 |
2009-12-03 | GFS2: Remove constant argument from qd_get() | Steven Whitehouse | 1 | -4/+4 |
2009-12-03 | GFS2: Remove constant argument from qdsb_get() | Steven Whitehouse | 1 | -6/+6 |
2009-12-03 | GFS2: Add proper error reporting to quota sync via sysfs | Steven Whitehouse | 1 | -4/+6 |
2009-12-03 | GFS2: Add get_xstate quota function | Steven Whitehouse | 1 | -0/+23 |
2009-12-03 | GFS2: Remove obsolete code in quota.c | Steven Whitehouse | 2 | -17/+5 |
2009-12-03 | GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops | Steven Whitehouse | 4 | -0/+10 |
2009-12-03 | GFS2: Alter arguments of gfs2_quota/statfs_sync | Steven Whitehouse | 5 | -10/+12 |
2009-12-03 | VFS: Use GFP_NOFS in posix_acl_from_xattr() | Steven Whitehouse | 1 | -1/+1 |
2009-12-03 | GFS2: Add cached ACLs support | Steven Whitehouse | 1 | -2/+25 |
2009-12-03 | GFS2: Clean up ACLs | Steven Whitehouse | 5 | -100/+132 |
2009-12-03 | GFS2: Use gfs2_set_mode() instead of munge_mode() | Steven Whitehouse | 1 | -35/+11 |