aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-06-21[PATCH] uml: make hw_controller_type->release exist only for archs needing itPaolo 'Blaisorblade' Giarrusso1-0/+4
2005-06-21[PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso1-0/+4
2005-06-21[PATCH] dup_mmap: update comment on new vmaHugh Dickins1-2/+3
2005-06-21[PATCH] Avoiding mmap fragmentationWolfgang Wander1-0/+2
2005-06-21[PATCH] VM: early zone reclaimMartin Hicks1-0/+1
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar4-7/+7
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov1-2/+2
2005-06-18Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse3-5/+7
2005-06-17[PATCH] timer exit cleanupIngo Molnar2-3/+2
2005-06-13[PATCH] cond_resched_lock() fixJan Kara1-2/+5
2005-06-02Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse6-13/+40
2005-05-31[PATCH] flush icache in correct contextRoman Zippel1-0/+6
2005-05-28[PATCH] drop note_interrupt() for per-CPU for proper scalingJohn Hawkes1-2/+0
2005-05-27[PATCH] cpuset exit NULL dereference fixPaul Jackson1-5/+19
2005-05-27AUDIT: Record working directory when syscall arguments are pathnamesDavid Woodhouse1-0/+23
2005-05-26AUDIT: Defer freeing aux items until audit_free_context()David Woodhouse1-8/+2
2005-05-24[PATCH] sigkill priority fixKirill Korotaev1-1/+10
2005-05-23AUDIT: Escape comm when logging task infoDavid Woodhouse1-1/+2
2005-05-23AUDIT: Unify auid reporting, put arch before syscall numberDavid Woodhouse2-9/+9
2005-05-21AUDIT: Assign serial number to non-syscall messagesDavid Woodhouse2-44/+48
2005-05-21[PATCH] spin_unlock_bh() and preempt_check_resched()Samuel Thibault1-4/+4
2005-05-21AUDIT: Fix inconsistent use of loginuid vs. auid, signed vs. unsigned Steve Grubb2-11/+8
2005-05-21AUDIT: Fix AVC_USER message passing.Steve Grubb1-0/+2
2005-05-21AUDIT: Avoid sleeping function in SElinux AVC audit.Stephen Smalley1-0/+40
2005-05-20[PATCH] cpusets+hotplug+preepmt brokenPaul Jackson1-1/+1
2005-05-19AUDIT: Honour audit_backlog_limit again.David Woodhouse1-0/+12
2005-05-19Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse4-45/+50
2005-05-19AUDIT: Quis Custodiet Ipsos Custodes?David Woodhouse1-3/+4
2005-05-19AUDIT: Send netlink messages from a separate kernel threadDavid Woodhouse1-121/+70
2005-05-19AUDIT: Clean up logging of untrusted stringsSteve Grubb1-23/+48
2005-05-18AUDIT: Treat all user messages identically.David Woodhouse1-18/+2
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