summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | [PATCH] i386: Ignore masked FPU exceptionsChuck Ebbert2005-09-131-2/+3
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6 Linus Torvalds2005-09-135-159/+424
|\ \ \ \
| * | | | [PATCH] SECURITY must depend on SYSFSAdrian Bunk2005-08-221-0/+1
| * | | | [PATCH] seclvl securityfsserue@us.ibm.com2005-07-081-158/+70
| * | | | [PATCH] add securityfs for all LSMs to useGreg KH2005-07-083-1/+353
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 Linus Torvalds2005-09-1310-171/+356
|\ \ \ \ \
| * | | | | Fix build failure on ppc64 without CONFIG_AUDITDavid Woodhouse2005-09-061-0/+2
| * | | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-08-27219-1262/+1607
| |\ \ \ \ \
| * | | | | | [AUDIT] Allow filtering on system call success _or_ failureDavid Woodhouse2005-08-271-2/+6
| * | | | | | Fix missing audit_syscall_exit() on ppc64 sigsuspend exit pathDavid Woodhouse2005-08-272-4/+13
| * | | | | | AUDIT: Prevent duplicate syscall rulesAmy Griffis2005-08-172-44/+56
| * | | | | | AUDIT: Speed up audit_filter_syscall() for the non-auditable case.David Woodhouse2005-08-171-10/+12
| * | | | | | AUDIT: Fix task refcount leak in audit_filter_syscall()David Woodhouse2005-08-171-1/+2
| * | | | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-08-17123-1154/+975
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse2005-08-091115-12248/+88971
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-07-27298-32453/+37311
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse2005-07-19150-2997/+3768
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | AUDIT: Reduce contention in audit_serial()David Woodhouse2005-07-182-2/+6
| * | | | | | | | | | AUDIT: Fix livelock in audit_serial().David Woodhouse2005-07-151-11/+10
| * | | | | | | | | | AUDIT: Fix compile error in audit_filter_syscallDavid Woodhouse2005-07-141-1/+1
| * | | | | | | | | | AUDIT: Avoid scheduling in idle threadDavid Woodhouse2005-07-131-5/+8
| * | | | | | | | | | AUDIT: Exempt the whole auditd thread-group from auditingDavid Woodhouse2005-07-131-2/+2
| * | | | | | | | | | [AUDIT] Fix sparse warning about gfp_mask typeVictor Fusco2005-07-131-1/+1
| * | | | | | | | | | Fix positioning of audit in MAINTAINERS.David Woodhouse2005-07-131-8/+4
| * | | | | | | | | | Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse2005-07-131408-49875/+75243
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | AUDIT: Really don't audit auditd.David Woodhouse2005-07-021-2/+2
| * | | | | | | | | | | AUDIT: Stop waiting for backlog after audit_panic() happensDavid Woodhouse2005-07-021-5/+10
| * | | | | | | | | | | AUDIT: Fix definition of audit_log() if audit not enabledDavid Woodhouse2005-07-021-1/+1
| * | | | | | | | | | | AUDIT: Fix definition of audit_log_start() if audit not enabledBadari Pulavarty2005-07-021-1/+1
| * | | | | | | | | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-07-023119-62086/+163161
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | AUDIT: Use KERN_NOTICE for printk of audit recordsDavid Woodhouse2005-06-241-2/+2
| * | | | | | | | | | | | AUDIT: Clean up user message filteringDavid Woodhouse2005-06-243-17/+46
| * | | | | | | | | | | | AUDIT: Return correct result from audit_filter_rules()David Woodhouse2005-06-241-1/+1
| * | | | | | | | | | | | AUDIT: No really, we don't want to audit auditd.David Woodhouse2005-06-231-1/+1
| * | | | | | | | | | | | AUDIT: Remove stray declaration of tsk from audit_receive_msg().David Woodhouse2005-06-221-1/+0
| * | | | | | | | | | | | AUDIT: Wait for backlog to clear when generating messages.David Woodhouse2005-06-226-31/+61
| * | | | | | | | | | | | Add audit subsystem to MAINTAINERS, for my sins.David Woodhouse2005-06-221-0/+7
| * | | | | | | | | | | | AUDIT: Optimise the audit-disabled case for discarding user messagesDavid Woodhouse2005-06-223-26/+34
| * | | | | | | | | | | | AUDIT: Spawn kernel thread to list filter rules.David Woodhouse2005-06-213-9/+47
| * | | | | | | | | | | | AUDIT: Report lookup flags with path/inode records.David Woodhouse2005-06-203-10/+14
| * | | | | | | | | | | | AUDIT: Really exempt auditd from having its actions audited.David Woodhouse2005-06-201-2/+8
| * | | | | | | | | | | | AUDIT: Drop user-generated messages immediately while auditing disabled.David Woodhouse2005-06-201-1/+1
| * | | | | | | | | | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-20311-24346/+26067
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | AUDIT: Allow filtering of user messagesDavid Woodhouse2005-06-193-58/+85
* | | | | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa-current Linus Torvalds2005-09-13189-1642/+2983
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | [ALSA] [PATCH] Add missing sound PCI IDs to pci_ids.hTakashi Iwai2005-09-121-0/+44
| * | | | | | | | | | | | | | [ALSA] version 1.0.10rc1Jaroslav Kysela2005-09-121-1/+1
| * | | | | | | | | | | | | | [ALSA] set owner field in struct pci_driverClemens Ladisch2005-09-1236-1/+37
| * | | | | | | | | | | | | | [ALSA] Several fixes for the Sun DBRI driverMartin Habets2005-09-121-102/+103
| * | | | | | | | | | | | | | [ALSA] snd-emu10k1: ALSA bug#1297: Fix a error recognising the SB Live Platinum.James Courtier-Dutton2005-09-121-3/+2
OpenPOWER on IntegriCloud