summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-0852-323/+594
|\
| * SELinux: implement the new sb_remount LSM hookEric Paris2011-03-031-0/+86
| * LSM: Pass -o remount options to the LSMEric Paris2011-03-034-0/+28
| * SELinux: Compute SID for the newly created socketHarry Ciao2011-03-031-6/+21
| * SELinux: Socket retains creator role and MLS attributeHarry Ciao2011-03-033-7/+29
| * SELinux: Auto-generate security_is_socket_classHarry Ciao2011-03-032-0/+24
| * Revert "selinux: simplify ioctl checking"Eric Paris2011-02-251-8/+42
| * selinux: drop unused packet flow permissionsEric Paris2011-02-251-2/+1
| * selinux: Fix packet forwarding checks on postroutingSteffen Klassert2011-02-251-18/+5
| * selinux: Fix wrong checks for selinux_policycap_netpeerSteffen Klassert2011-02-251-18/+6
| * selinux: Fix check for xfrm selinux context algorithmSteffen Klassert2011-02-251-1/+1
| * security: remove unused security_sysctl hookLucian Adrian Grijincu2011-02-014-29/+0
| * security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu2011-02-012-103/+18
| * SELinux: Use dentry name in new object labelingEric Paris2011-02-016-37/+197
| * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-0139-94/+136
* | KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells2011-03-086-11/+167
* | KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-0811-20/+81
* | KEYS: Add a key type op to permit the key description to be vettedDavid Howells2011-03-084-0/+37
* | KEYS: Add an RCU payload dereference macroDavid Howells2011-03-084-6/+7
* | Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris2011-03-085835-156967/+310502
|\ \
| * \ Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-072-22/+21
| |\ \
| | * \ Merge branch 'for_2.6.38/pm-fixes' of ssh://master.kernel.org/pub/scm/linux/k...Tony Lindgren2011-03-031-18/+15
| | |\ \
| | | * | OMAP2+: PM: SmartReflex: fix memory leaks in Smartreflex driverShweta Gulati2011-03-021-6/+12
| | | * | arm: mach-omap2: smartreflex: fix another memory leakAaro Koskinen2011-03-021-12/+3
| | * | | omap: mailbox: resolve hang issueHari Kanigeri2011-03-031-4/+6
| | |/ /
| * | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-03-075-37/+120
| |\ \ \
| | * | | [S390] tape: deadlock on system work queueMartin Schwidefsky2011-03-033-34/+116
| | * | | [S390] keyboard: integer underflow bugDan Carpenter2011-03-031-1/+2
| | * | | [S390] xpram: remove __initdata attribute from module parametersMartin Schwidefsky2011-03-031-2/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-03-065-15/+57
| |\ \ \ \
| | * \ \ \ Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-03-062-9/+47
| | |\ \ \ \
| | | * | | | ASoC: WM8994: Ensure late enable events are processed for the ADCsDimitris Papastamos2011-03-011-3/+23
| | | * | | | ASoC: WM8994: Don't disable the AIF[1|2]CLK_ENA unconditionalyDimitris Papastamos2011-03-011-6/+19
| | | * | | | ASoC: Fix WM9081 platform data initialisationMark Brown2011-03-011-0/+5
| | * | | | | ALSA: hda - Don't set to D3 in Cirrus errata init verbsTakashi Iwai2011-03-031-0/+2
| | * | | | | ALSA: hda - add new Fermi 5xx codec IDs to snd-hdaRichard Samson2011-03-031-0/+5
| | * | | | | ALSA: hda - Fix unable to record issue on ASUS N82JVChih-Wei Huang2011-03-011-1/+1
| | * | | | | ALSA: HDA: Realtek: Fixup jack detection to input subsystemDavid Henningsson2011-02-281-5/+2
| * | | | | | virtio: console: Don't access vqs if device was unpluggedAmit Shah2011-03-061-0/+8
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-03-056-50/+72
| |\ \ \ \ \ \
| | * | | | | | ceph: no .snap inside of snapped namespaceSage Weil2011-03-041-0/+1
| | * | | | | | libceph: fix msgr standby handlingSage Weil2011-03-041-8/+22
| | * | | | | | libceph: fix msgr keepalive flagSage Weil2011-03-042-6/+4
| | * | | | | | libceph: fix msgr backoffSage Weil2011-03-042-2/+29
| | * | | | | | libceph: retry after authorization failureSage Weil2011-03-031-2/+0
| | * | | | | | libceph: fix handling of short returns from get_user_pagesSage Weil2011-03-031-5/+13
| | * | | | | | ceph: do not clear I_COMPLETE from d_releaseSage Weil2011-03-031-21/+1
| | * | | | | | ceph: do not set I_COMPLETESage Weil2011-03-032-2/+2
| | * | | | | | Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2011-03-032-5/+1
| * | | | | | | mm: use correct numa policy node for transparent hugepagesAndi Kleen2011-03-042-8/+19
OpenPOWER on IntegriCloud