summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tpm_i2c_stm_st33: Remove duplicate inclusion of header filesSachin Kamat2013-04-121-2/+0
* tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Peter Huewe2013-04-122-40/+99
* char/tpm: Convert struct i2c_msg initialization to C99 formatShubhrajyoti Datta2013-04-121-3/+16
* drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpyChen Gang2013-04-121-7/+7
* tpm/tpm_i2c_stm_st33: formatting and white space changesPeter Huewe2013-04-121-31/+31
* Smack: include magic.h in smackfs.cCasey Schaufler2013-04-031-0/+1
* selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton2013-04-025-13/+46
* Merge branch 'stage-for-3.10' of git://git.gitorious.org/smack-next/kernel in...James Morris2013-04-026-89/+187
|\
| * Fix NULL pointer dereference in smack_inode_unlink() and smack_inode_rmdir()Igor Zhbanov2013-03-191-2/+2
| * Smack: add support for modification of existing rulesRafal Krypa2013-03-192-79/+181
| * smack: SMACK_MAGIC to include/uapi/linux/magic.hJarkko Sakkinen2013-03-192-5/+1
| * Smack: add missing support for transmute bit in smack_str_from_perm()Rafal Krypa2013-03-191-0/+2
| * Smack: prevent revoke-subject from failing when unseen label is written to itRafal Krypa2013-03-191-3/+1
| * tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan2013-03-181-3/+2
* | seccomp: allow BPF_XOR based ALU instructions.Nicolas Schichan2013-03-261-0/+2
* | tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan2013-03-181-3/+2
|/
* Merge tag 'v3.9-rc2' into nextJames Morris2013-03-1111857-327241/+599565
|\
| * Linux 3.9-rc2v3.9-rc2Linus Torvalds2013-03-101-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-0971-19/+84
| |\
| | * proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-091-6/+6
| | * fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman2013-03-072-1/+1
| | * fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-0369-12/+77
| | * userns: Stop oopsing in key_change_session_keyringEric W. Biederman2013-03-031-1/+1
| * | Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds2013-03-091-2/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-089-130/+221
| |\ \
| | * | Btrfs: improve the delayed inode throttlingChris Mason2013-03-072-61/+92
| | * | Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov2013-03-061-0/+5
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-03-066-67/+120
| | |\ \
| | | * | Btrfs: allow running defrag in parallel to administrative tasksStefan Behrens2013-03-041-8/+0
| | | * | Btrfs: avoid deadlock on transaction waiting listLiu Bo2013-03-041-0/+7
| | | * | Btrfs: do not BUG_ON on aborted situationLiu Bo2013-03-042-3/+12
| | | * | Btrfs: do not BUG_ON in prepare_to_relocLiu Bo2013-03-041-1/+9
| | | * | Btrfs: free all recorded tree blocks on errorLiu Bo2013-03-041-3/+6
| | | * | Btrfs: build up error handling for merge_reloc_rootsLiu Bo2013-03-041-12/+35
| | | * | Btrfs: check for NULL pointer in updating reloc rootsLiu Bo2013-03-041-0/+2
| | | * | Btrfs: fix unclosed transaction handler when the async transaction commitment...Miao Xie2013-03-041-0/+4
| | | * | Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie2013-03-043-39/+41
| | | * | Btrfs: use set_nlink if our i_nlink is 0Josef Bacik2013-03-041-1/+4
| | * | | Btrfs: enforce min_bytes parameter during extent allocationChris Mason2013-03-051-2/+4
| | |/ /
| * | | Platform: x86: chromeos_laptop : Add basic platform data for atmel devicesBenson Leung2013-03-081-2/+39
| * | | Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz2013-03-082-2/+67
| * | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-084-17/+13
| |\ \ \
| | * | | CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky2013-03-061-0/+1
| | * | | cifs: don't try to unlock pagecache page after releasing itJeff Layton2013-03-061-1/+1
| | * | | cifs: remove the sockopt= mount optionJeff Layton2013-03-061-15/+1
| | * | | cifs: Check server capability before attempting silly renameSachin Prabhu2013-03-061-0/+9
| | * | | cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu2013-03-061-1/+1
| * | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-0813-34/+26
| |\ \ \ \
| | * | | | alpha: boot: fix build breakage introduced by system.h disintegrationWill Deacon2013-03-081-0/+1
| | * | | | memcg: initialize kmem-cache destroying work earlierKonstantin Khlebnikov2013-03-081-2/+6