summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] swsusp: do not trigger BUG_ON() if there is not enough memoryRafael J. Wysocki2005-09-221-1/+1
* [PATCH] SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMPRandy Dunlap2005-09-221-1/+1
* [PATCH] suspend: cleanup calling of power off methods.Eric W. Biederman2005-09-221-4/+2
* [PATCH] reboot: comment and factor the main reboot functionsEric W. Biederman2005-09-221-6/+46
* [PATCH] Add printk_clock()Andrew Morton2005-09-211-1/+6
* [PATCH] files: fix preemption issuesDipankar Sarma2005-09-171-0/+6
* [PATCH] PR_GET_DUMPABLE returns incorrect infoMichael Kerrisk2005-09-171-2/+1
* [PATCH] CPU hotplug breaks wake_up_new_taskSrivatsa Vaddagiri2005-09-171-1/+2
* [PATCH] Fix spinlock owner debuggingIngo Molnar2005-09-131-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 Linus Torvalds2005-09-132-147/+308
|\
| * Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-08-274-4/+17
| |\
| * | [AUDIT] Allow filtering on system call success _or_ failureDavid Woodhouse2005-08-271-2/+6
| * | AUDIT: Prevent duplicate syscall rulesAmy Griffis2005-08-172-44/+56
| * | AUDIT: Speed up audit_filter_syscall() for the non-auditable case.David Woodhouse2005-08-171-10/+12
| * | AUDIT: Fix task refcount leak in audit_filter_syscall()David Woodhouse2005-08-171-1/+2
| * | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-08-172-22/+48
| |\ \
| * \ \ Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse2005-08-0912-60/+92
| |\ \ \
| * \ \ \ Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-07-275-58/+85
| |\ \ \ \
| * \ \ \ \ Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse2005-07-191-40/+11
| |\ \ \ \ \
| * | | | | | AUDIT: Reduce contention in audit_serial()David Woodhouse2005-07-182-2/+6
| * | | | | | AUDIT: Fix livelock in audit_serial().David Woodhouse2005-07-151-11/+10
| * | | | | | AUDIT: Fix compile error in audit_filter_syscallDavid Woodhouse2005-07-141-1/+1
| * | | | | | AUDIT: Avoid scheduling in idle threadDavid Woodhouse2005-07-131-5/+8
| * | | | | | AUDIT: Exempt the whole auditd thread-group from auditingDavid Woodhouse2005-07-131-2/+2
| * | | | | | [AUDIT] Fix sparse warning about gfp_mask typeVictor Fusco2005-07-131-1/+1
| * | | | | | Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse2005-07-1311-34/+103
| |\ \ \ \ \ \
| * | | | | | | AUDIT: Really don't audit auditd.David Woodhouse2005-07-021-2/+2
| * | | | | | | AUDIT: Stop waiting for backlog after audit_panic() happensDavid Woodhouse2005-07-021-5/+10
| * | | | | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-07-0237-907/+3049
| |\ \ \ \ \ \ \
| * | | | | | | | AUDIT: Use KERN_NOTICE for printk of audit recordsDavid Woodhouse2005-06-241-2/+2
| * | | | | | | | AUDIT: Clean up user message filteringDavid Woodhouse2005-06-242-15/+43
| * | | | | | | | AUDIT: Return correct result from audit_filter_rules()David Woodhouse2005-06-241-1/+1
| * | | | | | | | AUDIT: No really, we don't want to audit auditd.David Woodhouse2005-06-231-1/+1
| * | | | | | | | AUDIT: Remove stray declaration of tsk from audit_receive_msg().David Woodhouse2005-06-221-1/+0
| * | | | | | | | AUDIT: Wait for backlog to clear when generating messages.David Woodhouse2005-06-222-22/+52
| * | | | | | | | AUDIT: Optimise the audit-disabled case for discarding user messagesDavid Woodhouse2005-06-222-23/+30
| * | | | | | | | AUDIT: Spawn kernel thread to list filter rules.David Woodhouse2005-06-212-9/+46
| * | | | | | | | AUDIT: Report lookup flags with path/inode records.David Woodhouse2005-06-201-7/+11
| * | | | | | | | AUDIT: Really exempt auditd from having its actions audited.David Woodhouse2005-06-201-2/+8
| * | | | | | | | AUDIT: Drop user-generated messages immediately while auditing disabled.David Woodhouse2005-06-201-1/+1
| * | | | | | | | AUDIT: Allow filtering of user messagesDavid Woodhouse2005-06-192-54/+74
* | | | | | | | | [PATCH] use add_taint() for setting tainted bit flagsRandy Dunlap2005-09-131-5/+6
* | | | | | | | | [PATCH] schedule_timeout_[un]interruptible() speedupAndrew Morton2005-09-131-3/+6
* | | | | | | | | [PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen2005-09-121-1/+1
* | | | | | | | | [PATCH] cpuset semaphore depth check optimizePaul Jackson2005-09-121-4/+9
* | | | | | | | | Mark ia64-specific MCA/INIT scheduler hooks as dangerousLinus Torvalds2005-09-121-26/+44
* | | | | | | | | [PATCH] MCA/INIT: scheduler hooksKeith Owens2005-09-111-0/+26
* | | | | | | | | [PATCH] kernel: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-103-20/+10
* | | | | | | | | [PATCH] add schedule_timeout_{,un}interruptible() interfacesNishanth Aravamudan2005-09-101-0/+14
* | | | | | | | | [PATCH] kernel/acct: add kerneldocRandy Dunlap2005-09-101-16/+27
OpenPOWER on IntegriCloud