aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2005-06-23[PATCH] aio: make wait_queue ->task ->privateBenjamin LaHaise1-1/+1
2005-06-23[PATCH] Optimize sys_times for a single thread processChristoph Lameter2-26/+65
2005-06-23[PATCH] Software suspend and recalc sigpending bug fixKirill Korotaev1-0/+1
2005-06-23[PATCH] setuid core dumpAlan Cox2-11/+20
2005-06-23[PATCH] jprobes: allow a jprobe to coexist with muliple kprobesPrasanna S Panchamukhi1-10/+51
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probePrasanna S Panchamukhi1-0/+1
2005-06-23[PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_taskHien Nguyen1-1/+4
2005-06-23[PATCH] Move kprobe [dis]arming into arch specific codeRusty Lynch1-8/+4
2005-06-23[PATCH] kprobes: function-return probesHien Nguyen1-5/+208
2005-06-23[PATCH] avoid resursive oopsesAlexander Nyberg1-0/+11
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig1-7/+1
2005-06-23[PATCH] preempt_count is int - remove cast and don't assign to unsigned typeJesper Juhl2-3/+7
2005-06-23[PATCH] CON_CONSDEV bit not set correctly on last consoleGreg Edwards1-2/+10
2005-06-23[PATCH] posix-timers: use try_to_del_timer_sync()Oleg Nesterov1-27/+7
2005-06-23[PATCH] timers: introduce try_to_del_timer_sync()Oleg Nesterov1-20/+33
2005-06-23[PATCH] timers fixes/improvementsOleg Nesterov1-171/+157
2005-06-23[PATCH] i386: Selectable Frequency of the Timer InterruptChristoph Lameter1-0/+46
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
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/lin...Linus 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
2005-04-29[AUDIT] Fix signedness of 'serial' in various routines.Steve Grubb2-3/+5
2005-04-29[AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls.1-6/+16
2005-04-29audit_log_untrustedstring() warning fixAndrew Morton1-1/+1
2005-04-29AUDIT: Avoid log pollution by untrusted strings.2-3/+27
2005-04-28[PATCH] time interpolator: Fix settimeofday inaccuracyChristoph Lameter1-8/+0
2005-04-24[SPARC]: Stop-A printk cleanupTom 'spot' Callaway1-2/+2
2005-04-18[PATCH] sched: fix signed comparisons of long longIngo Molnar1-3/+3
2005-04-18[PATCH] SELinux: fix deadlock on dcache lockStephen Smalley1-0/+28
2005-04-16[PATCH] reparent_to_init cleanupCoywolf Qi Hunt1-1/+1
2005-04-16[PATCH] cpuset: remove function attribute constBenoit Boissinot1-1/+1
2005-04-16[PATCH] pci enumeration on ixp2000: overflow in kernel/resource.cLennert Buytenhek1-1/+1
2005-04-16[PATCH] kill #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER in signal.cChristoph Hellwig1-4/+0
2005-04-16[PATCH] kernel/param.c: don't use .max when .num is NULL in param_array_set()Bert Wesarg1-1/+2
2005-04-16[PATCH] swsusp: SMP fixAlexander Nyberg1-2/+2
2005-04-16[PATCH] Fix get_compat_sigevent()David S. Miller1-1/+1
2005-04-16[PATCH] re-export cancel_rearming_delayed_workqueueJames Bottomley1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds67-0/+40718