summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] More BUG_ON conversionEric Sesterhenn2006-06-231-3/+2
* [PATCH] adjust handle_IRR_event() return typeJan Beulich2006-06-231-2/+3
* [PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loopPorpoise2006-06-231-13/+9
* [PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2006-06-232-6/+6
* [PATCH] Doc: add audit & acct to DocBookRandy Dunlap2006-06-231-0/+1
* [PATCH] Make RCU API inaccessible to non-GPL Linux kernel modulesPaul E. McKenney2006-06-231-11/+2
* [PATCH] kernel/sys.c doesn't need init.hJes Sorensen2006-06-231-1/+0
* [PATCH] CONFIG_NET=n build fixAndrew Morton2006-06-231-1/+1
* [PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr2006-06-231-6/+6
* [PATCH] invert irq/migration.c brach predictionDaniel Walker2006-06-231-2/+2
* [PATCH] cond_resched() might_sleep() fixIngo Molnar2006-06-231-0/+3
* [PATCH] dup fd error fixPrasanna Meda2006-06-231-1/+2
* [PATCH] mmput() might sleepAndrew Morton2006-06-231-0/+2
* [PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer2006-06-232-3/+22
* [PATCH] swsusp: use less memory during resumeRafael J. Wysocki2006-06-232-58/+85
* [PATCH] kernel/power/snapshot.c: cleanupsAdrian Bunk2006-06-231-7/+8
* [PATCH] swsusp: take lowmem reserves into accountRafael J. Wysocki2006-06-231-1/+3
* [PATCH] swsusp: add architecture special saveable pages supportShaohua Li2006-06-233-15/+117
* [PATCH] x86: kernel irq balance doesn't workZhang Yanmin2006-06-231-0/+3
* [PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)David Quigley2006-06-231-0/+8
* [PATCH] SELinux: add security hooks to {get,set}affinityDavid Quigley2006-06-231-1/+8
* [PATCH] move_pages: fix 32 -> 64 bit compat functionChristoph Lameter2006-06-231-2/+2
* [PATCH] sys_move_pages: 32bit support (i386, x86_64)Christoph Lameter2006-06-232-0/+24
* [PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2006-06-231-0/+1
* [PATCH] swsusp: rework memory shrinkerRafael J. Wysocki2006-06-231-2/+8
* [PATCH] support for panic at OOMKAMEZAWA Hiroyuki2006-06-231-0/+9
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-1/+1
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-232-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-221-0/+13
|\
| * [PATCH] Add a prctl to change the endianness of a process.Anton Blanchard2006-06-091-0/+13
* | [PATCH] avoid tasklist_lock at getrusage for multithreaded case tooRavikiran G Thirumalai2006-06-221-34/+22
* | [PATCH] suspend_console() warning fixAndrew Morton2006-06-221-1/+1
* | [PATCH] selinux: add hooks for key subsystemMichael LeMay2006-06-221-1/+1
* | Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-06-207-266/+1555
|\ \
| * | [PATCH] make set_loginuid obey audit_enabledSteve Grubb2006-06-201-11/+16
| * | [PATCH] log more info for directory entry change eventsAmy Griffis2006-06-204-61/+127
| * | [PATCH] fix AUDIT_FILTER_PREPEND handlingAmy Griffis2006-06-201-0/+1
| * | [PATCH] validate rule fields' typesAl Viro2006-06-201-9/+48
| * | [PATCH] audit: path-based rulesAmy Griffis2006-06-204-88/+900
| * | [PATCH] Audit of POSIX Message Queue Syscalls v.2George C. Wilson2006-06-201-1/+273
| * | [PATCH] deprecate AUDIT_POSSBILEAl Viro2006-06-202-4/+5
| * | [PATCH] inline more audit helpersAl Viro2006-06-201-10/+4
| * | [PATCH] update of IPC audit record cleanupLinda Knippers2006-06-201-17/+5
| * | [PATCH] minor audit updatesSerge E. Hallyn2006-06-201-9/+10
| * | [PATCH] fix audit_krule_to_{rule,data} return valuesAmy Griffis2006-06-201-2/+2
| * | [PATCH] add filtering by ppidAl Viro2006-06-201-0/+4
| * | [PATCH] log ppidAl Viro2006-06-201-2/+5
| * | [PATCH] collect sid of those who send signals to auditdAl Viro2006-06-204-23/+44
| * | [PATCH] execve argument loggingAl Viro2006-06-202-3/+56
| * | [PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULESAl Viro2006-06-203-52/+81