| Commit message (Expand) | Author | Age | Files | Lines |
* | Add audit_log_type | Chris Wright | 2005-05-11 | 2 | -49/+22 |
* | Move ifdef CONFIG_AUDITSYSCALL to header | Chris Wright | 2005-05-11 | 2 | -14/+5 |
* | Audit requires CONFIG_NET | Chris Wright | 2005-05-11 | 2 | -32/+0 |
* | AUDIT: Properly account for alignment difference in nlmsg_len. | Chris Wright | 2005-05-11 | 1 | -1/+1 |
* | AUDIT: Fix abuse of va_args. | David Woodhouse | 2005-05-10 | 1 | -1/+3 |
* | AUDIT: pass size argument to audit_expand(). | David Woodhouse | 2005-05-10 | 1 | -4/+4 |
* | AUDIT: Fix reported length of audit messages. | Steve Grubb | 2005-05-10 | 1 | -1/+1 |
* | AUDIT: Honour gfp_mask in audit_buffer_alloc() | David Woodhouse | 2005-05-06 | 1 | -2/+2 |
* | AUDIT: buffer audit msgs directly to skb | Chris Wright | 2005-05-06 | 1 | -76/+46 |
* | AUDIT: expand audit tmp buffer as needed | Chris Wright | 2005-05-06 | 1 | -60/+79 |
* | AUDIT: Add helper functions to allocate and free audit_buffers. | Chris Wright | 2005-05-06 | 1 | -23/+38 |
* | The attached patch addresses the problem with getting the audit daemon | Steve Grubb | 2005-05-06 | 3 | -2/+38 |
* | [PATCH] correctly name the Shell sort | Domen Puncer | 2005-05-05 | 1 | -1/+1 |
* | [PATCH] setitimer timer expires too early | Paulo Marques | 2005-05-05 | 1 | -1/+5 |
* | [PATCH] kprobes: Allow multiple kprobes at the same address | Ananth N Mavinakayanahalli | 2005-05-05 | 1 | -13/+131 |
* | [PATCH] Kprobes: Oops! in unregister_kprobe() | Prasanna S Panchamukhi | 2005-05-05 | 1 | -1/+5 |
* | [PATCH] ppc64: remove hidden -fno-omit-frame-pointer for schedule.c | Anton Blanchard | 2005-05-05 | 1 | -1/+1 |
* | [PATCH] ppc32: platform-specific functions missing from kallsyms. | David Woodhouse | 2005-05-05 | 1 | -2/+11 |
* | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-05-05 | 2 | -11/+10 |
|\ |
|
| * | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/lin... | Linus Torvalds | 2005-05-04 | 1 | -0/+2 |
| |\ |
|
| | * | [patch] MCA recovery module undefined symbol fix | Russ Anderson | 2005-05-03 | 1 | -0/+2 |
| * | | [NETLINK]: Synchronous message processing. | Herbert Xu | 2005-05-03 | 1 | -11/+8 |
| |/ |
|
* | | [PATCH] add new audit data to last skb | Chris Wright | 2005-05-03 | 1 | -1/+1 |
* | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-05-03 | 16 | -54/+103 |
|\ \
| |/ |
|
| * | [PATCH] make lots of things static | Adrian Bunk | 2005-05-01 | 1 | -1/+3 |
| * | [PATCH] DocBook: fix some descriptions | Martin Waitz | 2005-05-01 | 2 | -1/+4 |
| * | [PATCH] DocBook: changes and extensions to the kernel documentation | Pavel Pisa | 2005-05-01 | 2 | -2/+2 |
| * | [PATCH] convert that currently tests _NSIG directly to use valid_signal() | Jesper Juhl | 2005-05-01 | 5 | -9/+14 |
| * | [PATCH] consolidate sys_shmat | Stephen Rothwell | 2005-05-01 | 1 | -0/+1 |
| * | [PATCH] Change synchronize_kernel to _rcu and _sched | Paul E. McKenney | 2005-05-01 | 2 | -2/+2 |
| * | [PATCH] Deprecate synchronize_kernel, GPL replacement | Paul E. McKenney | 2005-05-01 | 1 | -2/+14 |
| * | [PATCH] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPL | Paul E. McKenney | 2005-05-01 | 1 | -3/+3 |
| * | [PATCH] clean up kernel messages | Matt Mackall | 2005-05-01 | 1 | -6/+21 |
| * | [PATCH] nice and rt-prio rlimits | Matt Mackall | 2005-05-01 | 2 | -7/+20 |
| * | [PATCH] use smp_mb/wmb/rmb where possible | akpm@osdl.org | 2005-05-01 | 6 | -19/+19 |
| * | Remove bogus BUG() in kernel/exit.c | Linus Torvalds | 2005-04-29 | 1 | -2/+0 |
* | | [AUDIT] LOGIN message credentials | Steve Grubb | 2005-04-29 | 1 | -4/+5 |
* | | [AUDIT] Requeue messages at head of queue, up to audit_backlog | Chris Wright | 2005-04-29 | 1 | -5/+3 |
* | | Add audit uid to netlink credentials | Serge Hallyn | 2005-04-29 | 2 | -22/+29 |
* | | audit: update pointer to userspace tools, remove emacs mode tags | | 2005-04-29 | 2 | -3/+3 |
* | | [AUDIT] Avoid using %*.*s format strings. | Peter Martuccelli | 2005-04-29 | 1 | -2/+2 |
* | | [AUDIT] Fix signedness of 'serial' in various routines. | Steve Grubb | 2005-04-29 | 2 | -3/+5 |
* | | [AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls. | | 2005-04-29 | 1 | -6/+16 |
* | | audit_log_untrustedstring() warning fix | Andrew Morton | 2005-04-29 | 1 | -1/+1 |
* | | AUDIT: Avoid log pollution by untrusted strings. | | 2005-04-29 | 2 | -3/+27 |
|/ |
|
* | [PATCH] time interpolator: Fix settimeofday inaccuracy | Christoph Lameter | 2005-04-28 | 1 | -8/+0 |
* | [SPARC]: Stop-A printk cleanup | Tom 'spot' Callaway | 2005-04-24 | 1 | -2/+2 |
* | [PATCH] sched: fix signed comparisons of long long | Ingo Molnar | 2005-04-18 | 1 | -3/+3 |
* | [PATCH] SELinux: fix deadlock on dcache lock | Stephen Smalley | 2005-04-18 | 1 | -0/+28 |
* | [PATCH] reparent_to_init cleanup | Coywolf Qi Hunt | 2005-04-16 | 1 | -1/+1 |