summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-03-23[PATCH] sem2mutex: ttyIngo Molnar2-4/+4
2006-03-23[PATCH] sem2mutex: kernel/Arjan van de Ven5-25/+30
2006-03-23[PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutexIngo Molnar1-5/+5
2006-03-23[PATCH] kernel/cpuset.c, mutex conversionIngo Molnar1-109/+103
2006-03-23[PATCH] Avoid taking global tasklist_lock for single threadedprocess at getru...Ravikiran G Thirumalai1-8/+34
2006-03-23[PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet1-4/+4
2006-03-23[PATCH] swsusp: add s2ram ioctl to userland interfaceLuca Tettamanti3-2/+40
2006-03-23[PATCH] swsusp: let userland tools switch console on suspendRafael J. Wysocki1-3/+0
2006-03-23[PATCH] swsusp: drain high mem pagesShaohua Li1-0/+1
2006-03-23[PATCH] swsusp: finally solve mysqld problemRafael J. Wysocki1-1/+2
2006-03-23[PATCH] suspend: make progress printing prettierPavel Machek1-2/+3
2006-03-23[PATCH] swsusp: freeze user space processes firstRafael J. Wysocki3-17/+46
2006-03-23[PATCH] swsusp: userland interfaceRafael J. Wysocki4-5/+321
2006-03-23[PATCH] swsusp: documentation updatesPavel Machek1-1/+1
2006-03-23[PATCH] kernel/power: move externs to header filesRandy Dunlap2-12/+5
2006-03-23[PATCH] swsusp: separate swap-writing/reading codeRafael J. Wysocki4-564/+581
2006-03-23[PATCH] swsusp: low level interfaceRafael J. Wysocki4-488/+599
2006-03-23[PATCH] revert "swsusp: fix breakage with swap on lvm"Andrew Morton1-1/+3
2006-03-23[PATCH] fix scheduler deadlockAnton Blanchard1-2/+7
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2006-03-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+29
2006-03-22[PATCH] on_each_cpu(): disable local interruptsAndrew Morton1-0/+20
2006-03-22[PATCH] unshare: Error if passed unsupported flagsEric W. Biederman1-0/+6
2006-03-22[PATCH] sched: remove sleep_avg multiplierMike Galbraith1-6/+0
2006-03-21Merge ../linux-2.6James Bottomley8-104/+132
2006-03-20[PATCH] fix module sysfs files reference countingGreg Kroah-Hartman2-56/+31
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystemGreg Kroah-Hartman1-3/+3
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()Greg Kroah-Hartman1-2/+47
2006-03-20[PATCH] Clean up module.c symbol searching logicSam Ravnborg1-32/+41
2006-03-20[PATCH] kobject: fix build error if CONFIG_SYSFS=nJun'ichi Nomura1-3/+0
2006-03-20[PATCH] fix audit_init failure pathAmy Griffis1-1/+2
2006-03-20[PATCH] EXPORT_SYMBOL patch for audit_log, audit_log_start, audit_log_end and...lorenzo@gnu.org1-0/+5
2006-03-20[PATCH] sem2mutex: audit_netlink_semIngo Molnar3-12/+13
2006-03-20[PATCH] simplify audit_free() lockingIngo Molnar1-3/+7
2006-03-20[PATCH] Fix audit operatorsDustin Kirkland1-6/+12
2006-03-20[PATCH] Add tty to syscall audit recordsSteve Grubb1-2/+8
2006-03-20[PATCH] add/remove rule updateSteve Grubb1-7/+9
2006-03-20[PATCH] audit string fields interface + consumerAmy Griffis4-141/+418
2006-03-20[PATCH] Minor cosmetic cleanups to the code moved into auditfilter.cDavid Woodhouse1-7/+4
2006-03-20[PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALLDavid Woodhouse5-377/+454
2006-03-20[PATCH] Miscellaneous bug and warning fixesDustin Kirkland1-9/+12
2006-03-20[PATCH] Capture selinux subject/object context information.Dustin Kirkland2-9/+135
2006-03-20[PATCH] Exclude messages by message typeDustin Kirkland2-1/+37
2006-03-20[PATCH] Collect more inode information during syscall processing.Amy Griffis1-24/+118
2006-03-20[PATCH] Pass dentry, not just name, in fsnotify creation hooks.Amy Griffis1-1/+1
2006-03-20[PATCH] Define new range of userspace messages.Steve Grubb1-0/+2
2006-03-20[PATCH] Filter rule comparatorsDustin Kirkland1-42/+75
2006-03-20[PATCH] AUDIT: kerneldoc for kernel/audit*.cRandy Dunlap2-46/+238
2006-03-20[PATCH] make vm86 call audit_syscall_exitJason Baron1-5/+0
2006-03-18[PATCH] don't do exit_io_context() until we know we won't be doing any IOAl Viro1-2/+5