summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] kretprobe instance recycled by parent processbibo mao2006-03-262-6/+13
* [PATCH] hrtimers: remove data fieldRoman Zippel2006-03-264-21/+17
* [PATCH] hrtimers: remove nsec_t typedefRoman Zippel2006-03-262-4/+4
* [PATCH] hrtimers: remove state fieldRoman Zippel2006-03-261-9/+5
* [PATCH] hrtimers: simplify nanosleepRoman Zippel2006-03-261-80/+62
* [PATCH] hrtimers: posix-timer: cleanup common_timer_get()Roman Zippel2006-03-261-24/+26
* [PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel2006-03-263-9/+15
* [PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner2006-03-261-2/+26
* [PATCH] consolidate sys32/compat_adjtimexStephen Rothwell2006-03-261-0/+59
* [PATCH] swswsup: return correct load_image errorCon Kolivas2006-03-261-3/+4
* [PATCH] warn if free_irq() is called from IRQ contextIngo Molnar2006-03-261-0/+1
* Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-255-436/+1293
|\
| * [PATCH] fix audit_init failure pathAmy Griffis2006-03-201-1/+2
| * [PATCH] EXPORT_SYMBOL patch for audit_log, audit_log_start, audit_log_end and...lorenzo@gnu.org2006-03-201-0/+5
| * [PATCH] sem2mutex: audit_netlink_semIngo Molnar2006-03-203-12/+13
| * [PATCH] simplify audit_free() lockingIngo Molnar2006-03-201-3/+7
| * [PATCH] Fix audit operatorsDustin Kirkland2006-03-201-6/+12
| * [PATCH] Add tty to syscall audit recordsSteve Grubb2006-03-201-2/+8
| * [PATCH] add/remove rule updateSteve Grubb2006-03-201-7/+9
| * [PATCH] audit string fields interface + consumerAmy Griffis2006-03-204-141/+418
| * [PATCH] Minor cosmetic cleanups to the code moved into auditfilter.cDavid Woodhouse2006-03-201-7/+4
| * [PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALLDavid Woodhouse2006-03-205-377/+454
| * [PATCH] Miscellaneous bug and warning fixesDustin Kirkland2006-03-201-9/+12
| * [PATCH] Capture selinux subject/object context information.Dustin Kirkland2006-03-202-9/+135
| * [PATCH] Exclude messages by message typeDustin Kirkland2006-03-202-1/+37
| * [PATCH] Collect more inode information during syscall processing.Amy Griffis2006-03-201-24/+118
| * [PATCH] Pass dentry, not just name, in fsnotify creation hooks.Amy Griffis2006-03-201-1/+1
| * [PATCH] Define new range of userspace messages.Steve Grubb2006-03-201-0/+2
| * [PATCH] Filter rule comparatorsDustin Kirkland2006-03-201-42/+75
| * [PATCH] AUDIT: kerneldoc for kernel/audit*.cRandy Dunlap2006-03-202-46/+238
| * [PATCH] make vm86 call audit_syscall_exitJason Baron2006-03-201-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-251-2/+1
|\ \
| * | BUG_ON() Conversion in kernel/cpu.cEric Sesterhenn2006-03-241-2/+1
* | | [PATCH] remove pps supportRoman Zippel2006-03-252-54/+18
* | | [PATCH] Add SA_PERCPU_IRQ flag supportDimitri Sivanich2006-03-251-5/+18
* | | [PATCH] Use unsigned int types for a faster bsearchEric Dumazet2006-03-251-2/+2
* | | [PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj2006-03-251-3/+1
* | | [PATCH] No need to protect current->group_info in sys_getgroups(), in_group_p...Eric Dumazet2006-03-251-6/+0
* | | [PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton2006-03-251-0/+2
* | | [PATCH] refactor capable() to one implementation, add __capable() helperChris Wright2006-03-252-12/+16
* | | [PATCH] IRQ: prevent enabling of previously disabled interruptBryan Holty2006-03-251-4/+17
* | | [PATCH] irq: uninline migration functionsAndrew Morton2006-03-252-2/+53
* | | [PATCH] kernel/params.c: make param_array() staticAdrian Bunk2006-03-251-6/+6
* | | [PATCH] Remove MODULE_PARMRusty Russell2006-03-252-177/+16
* | | [PATCH] Validate and sanitze itimer timeval from userspaceThomas Gleixner2006-03-251-0/+66
* | | [PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner2006-03-252-13/+38
* | | [PATCH] timer irq driven soft watchdog fixAndrew Morton2006-03-251-0/+1
|/ /
* | [PATCH] fix build error if CONFIG_SYSFS=nAndrew Morton2006-03-241-2/+2
* | [PATCH] strndup_user: convert moduleDavi Arnaut2006-03-241-16/+3
* | [PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar2006-03-242-25/+31