summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] uml: make hw_controller_type->release exist only for archs needing itPaolo 'Blaisorblade' Giarrusso2005-06-221-0/+4
* [PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso2005-06-221-0/+4
* [PATCH] dup_mmap: update comment on new vmaHugh Dickins2005-06-221-2/+3
* [PATCH] Avoiding mmap fragmentationWolfgang Wander2005-06-221-0/+2
* [PATCH] VM: early zone reclaimMartin Hicks2005-06-221-0/+1
* [PATCH] smp_processor_id() cleanupIngo Molnar2005-06-224-7/+7
* [PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov2005-06-211-2/+2
* Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-183-5/+7
|\
| * [PATCH] timer exit cleanupIngo Molnar2005-06-172-3/+2Star
| * [PATCH] cond_resched_lock() fixJan Kara2005-06-141-2/+5
* | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-026-13/+40
|\|
| * [PATCH] flush icache in correct contextRoman Zippel2005-05-311-0/+6
| * [PATCH] drop note_interrupt() for per-CPU for proper scalingJohn Hawkes2005-05-281-2/+0Star
| * [PATCH] cpuset exit NULL dereference fixPaul Jackson2005-05-271-5/+19
| * [PATCH] sigkill priority fixKirill Korotaev2005-05-251-1/+10
| * [PATCH] spin_unlock_bh() and preempt_check_resched()Samuel Thibault2005-05-211-4/+4
| * [PATCH] cpusets+hotplug+preepmt brokenPaul Jackson2005-05-211-1/+1
* | AUDIT: Record working directory when syscall arguments are pathnamesDavid Woodhouse2005-05-271-0/+23
* | AUDIT: Defer freeing aux items until audit_free_context()David Woodhouse2005-05-261-8/+2Star
* | AUDIT: Escape comm when logging task infoDavid Woodhouse2005-05-231-1/+2
* | AUDIT: Unify auid reporting, put arch before syscall numberDavid Woodhouse2005-05-232-9/+9
* | AUDIT: Assign serial number to non-syscall messagesDavid Woodhouse2005-05-212-44/+48
* | AUDIT: Fix inconsistent use of loginuid vs. auid, signed vs. unsigned Steve Grubb2005-05-212-11/+8Star
* | AUDIT: Fix AVC_USER message passing.Steve Grubb2005-05-211-0/+2
* | AUDIT: Avoid sleeping function in SElinux AVC audit.Stephen Smalley2005-05-211-0/+40
* | AUDIT: Honour audit_backlog_limit again.David Woodhouse2005-05-191-0/+12
* | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-194-45/+50
|\|
| * [PATCH] Driver Core: pm diagnostics update, check for errorsDavid Brownell2005-05-171-3/+3
| * [PATCH] profile.c: `schedule' parsing fixWilliam Lee Irwin III2005-05-171-6/+10
| * [PATCH] add_preferred_console() build fixMatt Mackall2005-05-171-36/+36
| * [PATCH] spurious interrupt fixZhang, Yanmin2005-05-171-0/+1
* | AUDIT: Quis Custodiet Ipsos Custodes?David Woodhouse2005-05-191-3/+4
* | AUDIT: Send netlink messages from a separate kernel threadDavid Woodhouse2005-05-191-121/+70Star
* | AUDIT: Clean up logging of untrusted stringsSteve Grubb2005-05-191-23/+48
* | AUDIT: Treat all user messages identically.David Woodhouse2005-05-181-18/+2Star
* | AUDIT: Capture sys_socketcall arguments and sockaddrs David Woodhouse2005-05-171-2/+71
* | AUDIT: fix max_t thinko.David Woodhouse2005-05-131-1/+1
* | AUDIT: Fix some spelling errorsSteve Grubb2005-05-132-4/+4
* | 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