Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 | Linus Torvalds | 2005-09-13 | 10 | -171/+356 |
|\ | |||||
| * | Fix build failure on ppc64 without CONFIG_AUDIT | David Woodhouse | 2005-09-06 | 1 | -0/+2 |
| * | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-08-27 | 219 | -1262/+1607 |
| |\ | |||||
| * | | [AUDIT] Allow filtering on system call success _or_ failure | David Woodhouse | 2005-08-27 | 1 | -2/+6 |
| * | | Fix missing audit_syscall_exit() on ppc64 sigsuspend exit path | David Woodhouse | 2005-08-27 | 2 | -4/+13 |
| * | | AUDIT: Prevent duplicate syscall rules | Amy Griffis | 2005-08-17 | 2 | -44/+56 |
| * | | AUDIT: Speed up audit_filter_syscall() for the non-auditable case. | David Woodhouse | 2005-08-17 | 1 | -10/+12 |
| * | | AUDIT: Fix task refcount leak in audit_filter_syscall() | David Woodhouse | 2005-08-17 | 1 | -1/+2 |
| * | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-08-17 | 123 | -1154/+975 |
| |\ \ | |||||
| * \ \ | Merge with /shiny/git/linux-2.6/.git | David Woodhouse | 2005-08-09 | 1115 | -12248/+88971 |
| |\ \ \ | |||||
| * \ \ \ | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-07-27 | 298 | -32453/+37311 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge with /shiny/git/linux-2.6/.git | David Woodhouse | 2005-07-19 | 150 | -2997/+3768 |
| |\ \ \ \ \ | |||||
| * | | | | | | AUDIT: Reduce contention in audit_serial() | David Woodhouse | 2005-07-18 | 2 | -2/+6 |
| * | | | | | | AUDIT: Fix livelock in audit_serial(). | David Woodhouse | 2005-07-15 | 1 | -11/+10 |
| * | | | | | | AUDIT: Fix compile error in audit_filter_syscall | David Woodhouse | 2005-07-14 | 1 | -1/+1 |
| * | | | | | | AUDIT: Avoid scheduling in idle thread | David Woodhouse | 2005-07-13 | 1 | -5/+8 |
| * | | | | | | AUDIT: Exempt the whole auditd thread-group from auditing | David Woodhouse | 2005-07-13 | 1 | -2/+2 |
| * | | | | | | [AUDIT] Fix sparse warning about gfp_mask type | Victor Fusco | 2005-07-13 | 1 | -1/+1 |
| * | | | | | | Fix positioning of audit in MAINTAINERS. | David Woodhouse | 2005-07-13 | 1 | -8/+4 |
| * | | | | | | Merge with /shiny/git/linux-2.6/.git | David Woodhouse | 2005-07-13 | 1408 | -49875/+75243 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | AUDIT: Really don't audit auditd. | David Woodhouse | 2005-07-02 | 1 | -2/+2 |
| * | | | | | | | AUDIT: Stop waiting for backlog after audit_panic() happens | David Woodhouse | 2005-07-02 | 1 | -5/+10 |
| * | | | | | | | AUDIT: Fix definition of audit_log() if audit not enabled | David Woodhouse | 2005-07-02 | 1 | -1/+1 |
| * | | | | | | | AUDIT: Fix definition of audit_log_start() if audit not enabled | Badari Pulavarty | 2005-07-02 | 1 | -1/+1 |
| * | | | | | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-07-02 | 3119 | -62086/+163161 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | AUDIT: Use KERN_NOTICE for printk of audit records | David Woodhouse | 2005-06-24 | 1 | -2/+2 |
| * | | | | | | | | AUDIT: Clean up user message filtering | David Woodhouse | 2005-06-24 | 3 | -17/+46 |
| * | | | | | | | | AUDIT: Return correct result from audit_filter_rules() | David Woodhouse | 2005-06-24 | 1 | -1/+1 |
| * | | | | | | | | AUDIT: No really, we don't want to audit auditd. | David Woodhouse | 2005-06-23 | 1 | -1/+1 |
| * | | | | | | | | AUDIT: Remove stray declaration of tsk from audit_receive_msg(). | David Woodhouse | 2005-06-22 | 1 | -1/+0 |
| * | | | | | | | | AUDIT: Wait for backlog to clear when generating messages. | David Woodhouse | 2005-06-22 | 6 | -31/+61 |
| * | | | | | | | | Add audit subsystem to MAINTAINERS, for my sins. | David Woodhouse | 2005-06-22 | 1 | -0/+7 |
| * | | | | | | | | AUDIT: Optimise the audit-disabled case for discarding user messages | David Woodhouse | 2005-06-22 | 3 | -26/+34 |
| * | | | | | | | | AUDIT: Spawn kernel thread to list filter rules. | David Woodhouse | 2005-06-21 | 3 | -9/+47 |
| * | | | | | | | | AUDIT: Report lookup flags with path/inode records. | David Woodhouse | 2005-06-20 | 3 | -10/+14 |
| * | | | | | | | | AUDIT: Really exempt auditd from having its actions audited. | David Woodhouse | 2005-06-20 | 1 | -2/+8 |
| * | | | | | | | | AUDIT: Drop user-generated messages immediately while auditing disabled. | David Woodhouse | 2005-06-20 | 1 | -1/+1 |
| * | | | | | | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-06-20 | 311 | -24346/+26067 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | AUDIT: Allow filtering of user messages | David Woodhouse | 2005-06-19 | 3 | -58/+85 |
* | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa-current | Linus Torvalds | 2005-09-13 | 189 | -1642/+2983 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | [ALSA] [PATCH] Add missing sound PCI IDs to pci_ids.h | Takashi Iwai | 2005-09-12 | 1 | -0/+44 |
| * | | | | | | | | | | [ALSA] version 1.0.10rc1 | Jaroslav Kysela | 2005-09-12 | 1 | -1/+1 |
| * | | | | | | | | | | [ALSA] set owner field in struct pci_driver | Clemens Ladisch | 2005-09-12 | 36 | -1/+37 |
| * | | | | | | | | | | [ALSA] Several fixes for the Sun DBRI driver | Martin Habets | 2005-09-12 | 1 | -102/+103 |
| * | | | | | | | | | | [ALSA] snd-emu10k1: ALSA bug#1297: Fix a error recognising the SB Live Platinum. | James Courtier-Dutton | 2005-09-12 | 1 | -3/+2 |
| * | | | | | | | | | | [ALSA] Another fix for DocBook | Takashi Iwai | 2005-09-12 | 1 | -1/+3 |
| * | | | | | | | | | | [ALSA] Replace with kzalloc() - others | Takashi Iwai | 2005-09-12 | 29 | -48/+48 |
| * | | | | | | | | | | [ALSA] Replace with kzalloc() - pci stuff | Takashi Iwai | 2005-09-12 | 46 | -76/+76 |
| * | | | | | | | | | | [ALSA] Replace with kzalloc() - isa stuff | Takashi Iwai | 2005-09-12 | 14 | -15/+15 |
| * | | | | | | | | | | [ALSA] Replace with kzalloc() - seq stuff | Takashi Iwai | 2005-09-12 | 22 | -32/+32 |