mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / kernel / auditfilter.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-06-24 Eric ParisAudit: clean up all op= output to include string quoting
2009-06-24 Eric ParisAudit: move audit_get_nd completely into audit_watch
2009-06-24 Eric Parisaudit: seperate audit inode watches into a subfile
2009-06-24 Eric ParisAudit: dereferencing krule as if it were an audit_watch
2009-06-24 Eric ParisAudit: fix audit watch use after free
2009-05-06 Wu Fengguanginotify: use GFP_NOFS in kernel_event() to work around...
2009-04-05 Zhenwen Xumake the e->rule.xxx shorter in kernel auditfilter.c
2009-01-04 Al Viroaudit: validate comparison operations, store them in...
2009-01-04 Al Viroclean up audit_rule_{add,del} a bit
2009-01-04 Al Viroaudit rules ordering, part 2
2009-01-04 Al Virofixing audit rule ordering mess, part 1
2009-01-04 Al Viroaudit_update_lsm_rules() misses the audit_inode_hash...
2008-11-15 Al ViroFix inotify watch removal/umount races
2008-08-01 zhangxiliangRe: [PATCH] the loginuid field should be output in...
2008-06-25 Peng Haitao[PATCH] remove useless argument type in audit_filter_user()
2008-06-25 Randy Dunlap[PATCH] audit: fix kernel-doc parameter notation
2008-04-29 Linus TorvaldsMerge branch 'audit.b50' of git://git./linux/kernel...
2008-04-29 Hirofumi NakagawaRemove duplicated unlikely() in IS_ERR()
2008-04-28 Al Viro[PATCH] new predicate - AUDIT_FILETYPE
2008-04-28 Harvey Harrison[PATCH 2/2] audit: fix sparse shadowed variable warnings
2008-04-28 Harvey Harrison[PATCH 1/2] audit: move extern declarations to audit.h
2008-04-28 Eric ParisAudit: collect sessionid in netlink messages
2008-04-18 Ahmed S. DarwishAudit: Final renamings and cleanup
2008-04-18 Ahmed S. DarwishAudit: internally use the new LSM audit hooks
2008-04-18 Ahmed S. DarwishAudit: use new LSM hooks instead of SELinux exports
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-01 Eric Paris[AUDIT] make audit=0 really stop audit messages
2007-10-21 Al Viro[PATCH] audit: watching subtrees
2007-10-18 Daniel Walkerwhitespace fixes: audit filtering
2007-07-22 Eric Paris[PATCH] allow audit filtering on bit & operations
2007-07-22 Klaus Weidner[PATCH] audit: fix broken class-based syscall audit
2007-07-17 Jeff Garzikkernel/auditfilter: kill bogus uninit'd-var compiler...
2007-06-24 Tony Jonesaudit: fix oops removing watch if audit disabled
2007-05-16 Al Viroaudit_match_signal() and friends are used only if CONFI...
2007-05-11 Amy Griffis[PATCH] audit signal recipients
2007-02-18 Steve Grubb[PATCH] minor update to rule add/delete messages (ver 2)
2007-02-11 Ingo Molnar[PATCH] audit: fix audit_filter_user_rules() initializa...
2006-12-22 Akinobu Mita[PATCH] audit: fix kstrdup() error check
2006-12-07 Burman Yan[PATCH] kernel core: replace kmalloc+memset with kzalloc
2006-10-04 Eric Paris[PATCH] arch filter lists with < or > should not be...
2006-09-26 Stephen Smalley[PATCH] selinux: rename selinux_ctxid_to_string
2006-09-11 Al Viro[PATCH] audit: AUDIT_PERM support
2006-09-11 Amy Griffis[PATCH] update audit rule change messages
2006-09-11 Steve Grubb[PATCH] fix ppid bug in 2.6.18 kernel
2006-08-03 Al Viro[PATCH] introduce audit rules counter
2006-08-03 Amy Griffis[PATCH] fix audit oops with invalid operator
2006-07-01 Al Viro[PATCH] audit syscall classes
2006-07-01 Darrel Goeddel[PATCH] audit: support for object context filters
2006-07-01 Darrel Goeddel[PATCH] audit: rename AUDIT_SE_* constants
2006-07-01 Amy Griffis[PATCH] add rule filterkey
2006-06-20 Amy Griffis[PATCH] log more info for directory entry change events
2006-06-20 Amy Griffis[PATCH] fix AUDIT_FILTER_PREPEND handling
2006-06-20 Al Viro[PATCH] validate rule fields' types
2006-06-20 Amy Griffis[PATCH] audit: path-based rules
2006-06-20 Al Viro[PATCH] deprecate AUDIT_POSSBILE
2006-06-20 Amy Griffis[PATCH] fix audit_krule_to_{rule,data} return values
2006-06-20 Al Viro[PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULES
2006-05-01 Steve Grubb[PATCH] More user space subject labels
2006-05-01 Darrel Goeddel[PATCH] support for context based audit filtering,...
2006-03-20 Ingo Molnar[PATCH] sem2mutex: audit_netlink_sem
2006-03-20 Dustin Kirkland[PATCH] Fix audit operators
2006-03-20 Steve Grubb[PATCH] add/remove rule update
2006-03-20 Amy Griffis[PATCH] audit string fields interface + consumer
2006-03-20 David Woodhouse[PATCH] Minor cosmetic cleanups to the code moved into...
2006-03-20 David Woodhouse[PATCH] Fix audit record filtering with !CONFIG_AUDITSY...