aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-05-17[PATCH] Driver Core: pm diagnostics update, check for errorsDavid Brownell1-3/+3
2005-05-17[PATCH] profile.c: `schedule' parsing fixWilliam Lee Irwin III1-6/+10
2005-05-17[PATCH] add_preferred_console() build fixMatt Mackall1-36/+36
2005-05-17[PATCH] spurious interrupt fixZhang, Yanmin1-0/+1
2005-05-17AUDIT: Capture sys_socketcall arguments and sockaddrs David Woodhouse1-2/+71
2005-05-13AUDIT: fix max_t thinko.David Woodhouse1-1/+1
2005-05-13AUDIT: Fix some spelling errorsSteve Grubb2-4/+4
2005-05-13AUDIT: Add message types to audit recordsSteve Grubb2-40/+80
2005-05-13AUDIT: Round up audit skb expansion to AUDIT_BUFSIZ.David Woodhouse1-1/+1
2005-05-11Add audit_log_typeChris Wright2-49/+22
2005-05-11Move ifdef CONFIG_AUDITSYSCALL to headerChris Wright2-14/+5
2005-05-11Audit requires CONFIG_NETChris Wright2-32/+0
2005-05-11AUDIT: Properly account for alignment difference in nlmsg_len.Chris Wright1-1/+1
2005-05-10AUDIT: Fix abuse of va_args. David Woodhouse1-1/+3
2005-05-10AUDIT: pass size argument to audit_expand().David Woodhouse1-4/+4
2005-05-10AUDIT: Fix reported length of audit messages.Steve Grubb1-1/+1
2005-05-06AUDIT: Honour gfp_mask in audit_buffer_alloc()David Woodhouse1-2/+2
2005-05-06AUDIT: buffer audit msgs directly to skbChris Wright1-76/+46
2005-05-06AUDIT: expand audit tmp buffer as neededChris Wright1-60/+79
2005-05-06AUDIT: Add helper functions to allocate and free audit_buffers.Chris Wright1-23/+38
2005-05-06The attached patch addresses the problem with getting the audit daemon Steve Grubb3-2/+38
2005-05-05[PATCH] correctly name the Shell sortDomen Puncer1-1/+1
2005-05-05[PATCH] setitimer timer expires too earlyPaulo Marques1-1/+5
2005-05-05[PATCH] kprobes: Allow multiple kprobes at the same addressAnanth N Mavinakayanahalli1-13/+131
2005-05-05[PATCH] Kprobes: Oops! in unregister_kprobe()Prasanna S Panchamukhi1-1/+5
2005-05-05[PATCH] ppc64: remove hidden -fno-omit-frame-pointer for schedule.cAnton Blanchard1-1/+1
2005-05-05[PATCH] ppc32: platform-specific functions missing from kallsyms.David Woodhouse1-2/+11
2005-05-05Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2-11/+10
2005-05-04Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.gitLinus Torvalds1-0/+2
2005-05-03[NETLINK]: Synchronous message processing.Herbert Xu1-11/+8
2005-05-03[patch] MCA recovery module undefined symbol fixRuss Anderson1-0/+2
2005-05-03[PATCH] add new audit data to last skbChris Wright1-1/+1
2005-05-03Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse16-54/+103
2005-05-01[PATCH] make lots of things staticAdrian Bunk1-1/+3
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz2-1/+4
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa2-2/+2
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl5-9/+14
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell1-0/+1
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney2-2/+2
2005-05-01[PATCH] Deprecate synchronize_kernel, GPL replacementPaul E. McKenney1-2/+14
2005-05-01[PATCH] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPLPaul E. McKenney1-3/+3
2005-05-01[PATCH] clean up kernel messagesMatt Mackall1-6/+21
2005-05-01[PATCH] nice and rt-prio rlimitsMatt Mackall2-7/+20
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org6-19/+19
2005-04-29Remove bogus BUG() in kernel/exit.cLinus Torvalds1-2/+0
2005-04-29[AUDIT] LOGIN message credentialsSteve Grubb1-4/+5
2005-04-29[AUDIT] Requeue messages at head of queue, up to audit_backlogChris Wright1-5/+3
2005-04-29Add audit uid to netlink credentialsSerge Hallyn2-22/+29
2005-04-29audit: update pointer to userspace tools, remove emacs mode tags2-3/+3
2005-04-29[AUDIT] Avoid using %*.*s format strings.Peter Martuccelli1-2/+2