aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-11Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...James Morris
2008-10-11As pointed out by Jonathan Corbet, the timer must be deleted beforeRajiv Andrade
2008-10-11ERROR: code indent should use tabs where possibleAndrew Morton
2008-10-11The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade
2008-10-11Protect tpm_chip_list when transversing it.Rajiv Andrade
2008-10-11Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade
2008-10-11Remove the BKL calls from the TPM driver, which were added in the overallRajiv Andrade
2008-10-10Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2008-10-10Merge branch 'sched-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2008-10-10Fix barrier fail detection in XFSChristoph Hellwig
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-10Merge phase #1 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6...Linus Torvalds
2008-10-10PnP: move pnpacpi/pnpbios_init to after PCI initLinus Torvalds
2008-10-10Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2008-10-10netlabel: Add configuration support for local labelingPaul Moore
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore
2008-10-10netlabel: Changes to the NetLabel security attributes to allow LSMs to pass f...Paul Moore
2008-10-10selinux: Cache NetLabel secattrs in the socket's security structPaul Moore
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore
2008-10-10netlabel: Add a generic way to create ordered linked lists of network addrsPaul Moore
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore
2008-10-10smack: Fix missing calls to netlbl_skbuff_err()Paul Moore
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore
2008-10-10selinux: Fix a problem in security_netlbl_sid_to_secattr()Paul Moore
2008-10-10selinux: Better local/forward check in selinux_ip_postroute()Paul Moore
2008-10-10netlabel: Remove unneeded in-kernel API functionsPaul Moore
2008-10-10selinux: Correctly handle IPv4 packets on IPv6 sockets in all casesPaul Moore
2008-10-10selinux: Cleanup the NetLabel glue codePaul Moore
2008-10-10netlabel: Fix some sparse warningsPaul Moore
2008-10-10dm: detect lost queueAlasdair G Kergon
2008-10-10dm: publish dm_vcallocMikulas Patocka
2008-10-10dm: publish dm_table_unplug_allMikulas Patocka
2008-10-10dm: publish dm_get_mapinfoMikulas Patocka
2008-10-10dm: export struct dm_devMikulas Patocka
2008-10-10dm crypt: avoid unnecessary wait when splitting bioMilan Broz
2008-10-10dm crypt: tidy ctx pendingMilan Broz
2008-10-10dm crypt: fix async inc_pendingMilan Broz
2008-10-10dm crypt: move dec_pending on error into write_io_submitMilan Broz
2008-10-10dm crypt: remove inc_pending from write_io_submitAlasdair G Kergon
2008-10-10dm crypt: tidy write loop pendingMilan Broz
2008-10-10dm crypt: tidy crypt allocMilan Broz