| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-03-28 | 1 | -1/+1 |
|\ |
|
| * | selinux: Fix regression for Xorg | Stephen Smalley | 2011-03-29 | 1 | -1/+1 |
* | | ARM: mx51_efika: fix build error due to new mfd changes | Andres Salomon | 2011-03-28 | 1 | -2/+4 |
| | | |
| \ | |
*-. \ | Merge branches 'irq-cleanup-for-linus' and 'irq-fixes-for-linus' of git://git... | Linus Torvalds | 2011-03-28 | 14 | -235/+297 |
|\ \ \ |
|
| | * | | genirq; Fix cleanup fallout | Thomas Gleixner | 2011-03-29 | 2 | -8/+10 |
| | * | | genirq: Fix typo and remove unused variable | Thomas Gleixner | 2011-03-28 | 2 | -2/+1 |
| | * | | genirq: Fix new kernel-doc warnings | Randy Dunlap | 2011-03-28 | 2 | -2/+2 |
| | * | | genirq: Add setter for AFFINITY_SET in irq_data state | Thomas Gleixner | 2011-03-28 | 1 | -0/+5 |
| | * | | genirq: Provide setter inline for IRQD_IRQ_INPROGRESS | Thomas Gleixner | 2011-03-28 | 1 | -0/+15 |
| | * | | genirq: Remove handle_IRQ_event | Thomas Gleixner | 2011-03-28 | 2 | -15/+0 |
| | * | | arm: Ns9xxx: Remove private irq flow handler | Thomas Gleixner | 2011-03-28 | 1 | -54/+4 |
| | * | | powerpc: cell: Use the core flow handler | Thomas Gleixner | 2011-03-28 | 2 | -49/+2 |
| | * | | genirq: Provide edge_eoi flow handler | Thomas Gleixner | 2011-03-28 | 3 | -0/+50 |
| | * | | genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data | Thomas Gleixner | 2011-03-28 | 9 | -59/+64 |
| | * | | genirq: Split irq_set_affinity() so it can be called with lock held. | David Daney | 2011-03-27 | 2 | -18/+31 |
| | * | | genirq: Add chip flag for restricting cpu_on/offline calls | Thomas Gleixner | 2011-03-27 | 2 | -4/+9 |
| | * | | genirq: Add chip hooks for taking CPUs on/off line. | David Daney | 2011-03-27 | 2 | -0/+66 |
| | * | | genirq: Add irq disabled flag to irq_data state | Thomas Gleixner | 2011-03-27 | 3 | -2/+12 |
| | * | | genirq: Reserve the irq when calling irq_set_chip() | David Daney | 2011-03-27 | 1 | -0/+6 |
| * | | | vlynq: Convert irq functions | Thomas Gleixner | 2011-03-28 | 1 | -33/+31 |
* | | | | memstick: make enable_dma less generic in r592 | Stephen Rothwell | 2011-03-28 | 1 | -3/+3 |
* | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2011-03-28 | 11 | -315/+160 |
|\ \ \ \ |
|
| * | | | | xfs: stop using the page cache to back the buffer cache | Dave Chinner | 2011-03-26 | 2 | -297/+84 |
| * | | | | xfs: register the inode cache shrinker before quotachecks | Dave Chinner | 2011-03-26 | 1 | -10/+24 |
| * | | | | xfs: xfs_trans_read_buf() should return an error on failure | Dave Chinner | 2011-03-26 | 1 | -1/+2 |
| * | | | | xfs: introduce inode cluster buffer trylocks for xfs_iflush | Dave Chinner | 2011-03-26 | 4 | -8/+32 |
| * | | | | vmap: flush vmap aliases when mapping fails | Dave Chinner | 2011-03-26 | 1 | -3/+11 |
| * | | | | xfs: preallocation transactions do not need to be synchronous | Dave Chinner | 2011-03-26 | 4 | -2/+12 |
* | | | | | Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo | Roland Dreier | 2011-03-28 | 1 | -2/+2 |
* | | | | | Merge branch 'for-linus' of git://www.jni.nu/cris | Linus Torvalds | 2011-03-28 | 5 | -382/+3 |
|\ \ \ \ \ |
|
| * | | | | | Correct auto-restart of syscalls via restartblock | Jesper Nilsson | 2011-03-21 | 1 | -1/+1 |
| * | | | | | CRISv10: Fix return before mutex_unlock in pcf8563 | Jesper Nilsson | 2011-03-21 | 1 | -1/+1 |
| * | | | | | Drop the CRISv32 version of pcf8563 | Jesper Nilsson | 2011-03-21 | 3 | -380/+1 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... | Linus Torvalds | 2011-03-28 | 9 | -188/+235 |
|\ \ \ \ \ \ |
|
| * | | | | | | eCryptfs: write lock requested keys | Roberto Sassu | 2011-03-28 | 2 | -7/+23 |
| * | | | | | | eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock | Roberto Sassu | 2011-03-28 | 1 | -19/+19 |
| * | | | | | | eCryptfs: verify authentication tokens before their use | Roberto Sassu | 2011-03-28 | 3 | -81/+135 |
| * | | | | | | eCryptfs: modified size of keysig in the ecryptfs_key_sig structure | Roberto Sassu | 2011-03-28 | 2 | -1/+2 |
| * | | | | | | eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat | Roberto Sassu | 2011-03-28 | 3 | -3/+0 |
| * | | | | | | eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix | Roberto Sassu | 2011-03-28 | 1 | -0/+1 |
| * | | | | | | eCryptfs: Unlock page in write_begin error path | Tyler Hicks | 2011-03-28 | 1 | -0/+5 |
| * | | | | | | ecryptfs: modify write path to encrypt page in writepage | Thieu Le | 2011-03-28 | 6 | -30/+38 |
| * | | | | | | eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag | Tyler Hicks | 2011-03-28 | 3 | -27/+14 |
| * | | | | | | eCryptfs: Remove unnecessary grow_file() function | Tyler Hicks | 2011-03-28 | 2 | -23/+1 |
* | | | | | | | Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-03-28 | 28 | -804/+2129 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Btrfs: fix __btrfs_map_block on 32 bit machines | Chris Mason | 2011-03-28 | 1 | -6/+20 |
| * | | | | | | | btrfs: fix possible deadlock by clearing __GFP_FS flag | Miao Xie | 2011-03-28 | 2 | -1/+4 |
| * | | | | | | | btrfs: check link counter overflow in link(2) | Al Viro | 2011-03-28 | 1 | -0/+3 |
| * | | | | | | | btrfs: don't mess with i_nlink of unlocked inode in rename() | Al Viro | 2011-03-28 | 1 | -11/+25 |
| * | | | | | | | Btrfs: check return value of btrfs_alloc_path() | Tsutomu Itoh | 2011-03-28 | 4 | -14/+27 |