summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] revert "swsusp: fix breakage with swap on lvm"Andrew Morton2006-03-231-1/+3
* [PATCH] fix scheduler deadlockAnton Blanchard2006-03-231-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-03-231-1/+1
|\
| * Merge ../linux-2.6Paul Mackerras2006-03-172-8/+9
| |\
| * \ Merge ../linux-2.6Paul Mackerras2006-03-095-21/+134
| |\ \
| * \ \ Merge ../powerpc-mergePaul Mackerras2006-02-2413-160/+156Star
| |\ \ \
| * | | | [PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason2006-02-101-1/+1
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-03-221-0/+29
|\ \ \ \ \
| * \ \ \ \ Merge ../linux-2.6James Bottomley2006-03-218-104/+132
| |\ \ \ \ \
| * \ \ \ \ \ Merge ../linux-2.6James Bottomley2006-03-146-29/+143
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | [SCSI] add execute_in_process_context() APIJames Bottomley2006-02-281-0/+29
| | |_|_|/ / | |/| | | |
* | | | | | [PATCH] on_each_cpu(): disable local interruptsAndrew Morton2006-03-221-0/+20
* | | | | | [PATCH] unshare: Error if passed unsupported flagsEric W. Biederman2006-03-221-0/+6
* | | | | | [PATCH] sched: remove sleep_avg multiplierMike Galbraith2006-03-221-6/+0Star
| |_|/ / / |/| | | |
* | | | | [PATCH] fix module sysfs files reference countingGreg Kroah-Hartman2006-03-202-56/+31Star
* | | | | [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystemGreg Kroah-Hartman2006-03-201-3/+3
* | | | | [PATCH] add EXPORT_SYMBOL_GPL_FUTURE()Greg Kroah-Hartman2006-03-201-2/+47
* | | | | [PATCH] Clean up module.c symbol searching logicSam Ravnborg2006-03-201-32/+41
* | | | | [PATCH] kobject: fix build error if CONFIG_SYSFS=nJun'ichi Nomura2006-03-201-3/+0Star
* | | | | [PATCH] don't do exit_io_context() until we know we won't be doing any IOAl Viro2006-03-191-2/+5
* | | | | [PATCH] disable unshare(CLONE_VM) for nowOleg Nesterov2006-03-181-3/+1Star
* | | | | [PATCH] posix-timers: fix requeue accounting when signal is ignoredRoman Zippel2006-03-171-0/+1
* | | | | [PATCH] time_interpolator: add __read_mostlyChristoph Lameter2006-03-171-2/+2
* | | | | [PATCH] unshare: Use rcu_assign_pointer when setting sighandEric W. Biederman2006-03-171-1/+1
| |/ / / |/| | |
* | | | [PATCH] Fix sigaltstack corruption among cloned threadsGOTO Masanori2006-03-141-0/+6
* | | | [PATCH] remove __put_task_struct_cb export againChristoph Hellwig2006-03-112-8/+3Star
| |_|/ |/| |
* | | [PATCH] fix file countingDipankar Sarma2006-03-081-1/+4
* | | [PATCH] rcu batch tuningDipankar Sarma2006-03-081-18/+58
* | | [PATCH] idle threads should have a sane ->timestamp valueIngo Molnar2006-03-081-0/+1
* | | [PATCH] time: add barrier after updating jiffies_64Atsushi Nemoto2006-03-071-0/+2
* | | [PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren2006-03-072-0/+51
* | | Add early-boot-safety check to cond_resched()Linus Torvalds2006-03-071-0/+2
* | | [PATCH] time_interpolator: Use readq_relaxed() instead of readq().Christoph Lameter2006-03-021-2/+2
* | | [PATCH] fix acpi_video_flags on x86-64Stefan Seyfried2006-03-021-1/+1
* | | [IA64] sysctl option to silence unaligned trap warningsJes Sorensen2006-02-281-0/+14
|/ /
* | [PATCH] kjournald keeps reference to namespaceBjörn Steinbrink2006-02-211-0/+3
* | Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-02-211-3/+3
|\ \
| * | [PATCH] GFP_KERNEL allocations in atomic (auditsc)Al Viro2006-02-181-3/+3
* | | [PATCH] Fix compile for CONFIG_SYSVIPC=n or CONFIG_SYSCTL=nStephen Rothwell2006-02-211-0/+2
* | | [PATCH] Fix undefined symbols for nommu architectureLuke Yang2006-02-211-0/+2
* | | [PATCH] suspend-to-ram: allow video options to be set at runtimePavel Machek2006-02-211-4/+12
|/ /
* | [PATCH] swsusp: fix breakage with swap on LVMRafael J. Wysocki2006-02-171-3/+1Star
* | [PATCH] Introduce CONFIG_DEFAULT_MIGRATION_COSTIngo Molnar2006-02-171-1/+12
* | [PATCH] Provide an interface for getting the current tick lengthPaul Mackerras2006-02-171-5/+34
* | [PATCH] x86_64: Add boot option to disable randomized mappings and cleanupAndi Kleen2006-02-171-2/+0Star
* | [PATCH] swsusp: nuke noisy messageAndrew Morton2006-02-161-3/+1Star
* | [PATCH] cpuset: oops in exit on null cpuset fixPaul Jackson2006-02-161-1/+34
* | [PATCH] fix zap_thread's ptrace related problemsOleg Nesterov2006-02-151-10/+15
* | [PATCH] fix kill_proc_info() vs fork() theoretical raceOleg Nesterov2006-02-151-2/+2
* | [PATCH] fix kill_proc_info() vs CLONE_THREAD raceOleg Nesterov2006-02-151-3/+2Star