summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* AUDIT: Add message types to audit recordsSteve Grubb2005-05-132-40/+80
* AUDIT: Round up audit skb expansion to AUDIT_BUFSIZ.David Woodhouse2005-05-131-1/+1
* Add audit_log_typeChris Wright2005-05-112-49/+22Star
* Move ifdef CONFIG_AUDITSYSCALL to headerChris Wright2005-05-112-14/+5Star
* Audit requires CONFIG_NETChris Wright2005-05-112-32/+0Star
* AUDIT: Properly account for alignment difference in nlmsg_len.Chris Wright2005-05-111-1/+1
* AUDIT: Fix abuse of va_args. David Woodhouse2005-05-101-1/+3
* AUDIT: pass size argument to audit_expand().David Woodhouse2005-05-101-4/+4
* AUDIT: Fix reported length of audit messages.Steve Grubb2005-05-101-1/+1
* AUDIT: Honour gfp_mask in audit_buffer_alloc()David Woodhouse2005-05-061-2/+2
* AUDIT: buffer audit msgs directly to skbChris Wright2005-05-061-76/+46Star
* AUDIT: expand audit tmp buffer as neededChris Wright2005-05-061-60/+79
* AUDIT: Add helper functions to allocate and free audit_buffers.Chris Wright2005-05-061-23/+38
* The attached patch addresses the problem with getting the audit daemon Steve Grubb2005-05-063-2/+38
* [PATCH] correctly name the Shell sortDomen Puncer2005-05-061-1/+1
* [PATCH] setitimer timer expires too earlyPaulo Marques2005-05-061-1/+5
* [PATCH] kprobes: Allow multiple kprobes at the same addressAnanth N Mavinakayanahalli2005-05-061-13/+131
* [PATCH] Kprobes: Oops! in unregister_kprobe()Prasanna S Panchamukhi2005-05-061-1/+5
* [PATCH] ppc64: remove hidden -fno-omit-frame-pointer for schedule.cAnton Blanchard2005-05-061-1/+1
* [PATCH] ppc32: platform-specific functions missing from kallsyms.David Woodhouse2005-05-061-2/+11
* Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-052-11/+10Star
|\
| * Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/lin...Linus Torvalds2005-05-051-0/+2
| |\
| | * [patch] MCA recovery module undefined symbol fixRuss Anderson2005-05-031-0/+2
| * | [NETLINK]: Synchronous message processing.Herbert Xu2005-05-031-11/+8Star
| |/
* | [PATCH] add new audit data to last skbChris Wright2005-05-031-1/+1
* | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-0316-54/+103
|\|
| * [PATCH] make lots of things staticAdrian Bunk2005-05-011-1/+3
| * [PATCH] DocBook: fix some descriptionsMartin Waitz2005-05-012-1/+4
| * [PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa2005-05-012-2/+2
| * [PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl2005-05-015-9/+14
| * [PATCH] consolidate sys_shmatStephen Rothwell2005-05-011-0/+1
| * [PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney2005-05-012-2/+2
| * [PATCH] Deprecate synchronize_kernel, GPL replacementPaul E. McKenney2005-05-011-2/+14
| * [PATCH] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPLPaul E. McKenney2005-05-011-3/+3
| * [PATCH] clean up kernel messagesMatt Mackall2005-05-011-6/+21
| * [PATCH] nice and rt-prio rlimitsMatt Mackall2005-05-012-7/+20
| * [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-016-19/+19
| * Remove bogus BUG() in kernel/exit.cLinus Torvalds2005-04-291-2/+0Star
* | [AUDIT] LOGIN message credentialsSteve Grubb2005-04-291-4/+5
* | [AUDIT] Requeue messages at head of queue, up to audit_backlogChris Wright2005-04-291-5/+3Star
* | Add audit uid to netlink credentialsSerge Hallyn2005-04-292-22/+29
* | audit: update pointer to userspace tools, remove emacs mode tags2005-04-292-3/+3
* | [AUDIT] Avoid using %*.*s format strings.Peter Martuccelli2005-04-291-2/+2
* | [AUDIT] Fix signedness of 'serial' in various routines.Steve Grubb2005-04-292-3/+5
* | [AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls.2005-04-291-6/+16
* | audit_log_untrustedstring() warning fixAndrew Morton2005-04-291-1/+1
* | AUDIT: Avoid log pollution by untrusted strings.2005-04-292-3/+27
|/
* [PATCH] time interpolator: Fix settimeofday inaccuracyChristoph Lameter2005-04-281-8/+0Star
* [SPARC]: Stop-A printk cleanupTom 'spot' Callaway2005-04-251-2/+2
* [PATCH] sched: fix signed comparisons of long longIngo Molnar2005-04-181-3/+3