summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2004-10-18Trivial Makefile mergeLinus Torvalds
2004-10-18[PATCH] profile: 512x Altix timer interrupt livelock fixWilliam Lee Irwin III
2004-10-18[PATCH] taint on bad_pageNick Piggin
2004-10-18[PATCH] taint: fix forced rmmodNick Piggin
2004-10-18[PATCH] x86-64/i386: add mce taintingAndi Kleen
2004-10-18[PATCH] cleanup: move call to update_process_times.Martin Schwidefsky
2004-10-18[PATCH] A simple FIFO implementationStelian Pop
2004-10-18[PATCH] report per-process pagetable usageWilliam Lee Irwin III
2004-10-18[PATCH] make console_conditional_schedule() __sched and use cond_resched()William Lee Irwin III
2004-10-18[PATCH] pidhashing: enforce PID_MAX_LIMIT in sysctlsWilliam Lee Irwin III
2004-10-18[PATCH] pidhashing: retain older vendor copyrightWilliam Lee Irwin III
2004-10-18[PATCH] pidhashing: rewrite alloc_pidmap()William Lee Irwin III
2004-10-18[PATCH] unexport exit_mmChristoph Hellwig
2004-10-18mergeGreg Kroah-Hartman
2004-10-18[PATCH] remove dead code and exports from signal.cChristoph Hellwig
2004-10-18[PATCH] remove pm_find, unexport pm_sendChristoph Hellwig
2004-10-18[PATCH] document wake_up_bit()'s requirement for preceding memory barriersWilliam Lee Irwin III
2004-10-18[PATCH] reduce number of parameters to __wait_on_bit() and __wait_on_bit_lock()William Lee Irwin III
2004-10-18[PATCH] move wait ops' contention case completely out of lineWilliam Lee Irwin III
2004-10-18[PATCH] eliminate inode waitqueue hashtableWilliam Lee Irwin III
2004-10-18[PATCH] eliminate bh waitqueue hashtableWilliam Lee Irwin III
2004-10-18[PATCH] consolidate bit waiting code patternsWilliam Lee Irwin III
2004-10-18[PATCH] standardize bit waiting data typeWilliam Lee Irwin III
2004-10-18[PATCH] move waitqueue functions to kernel/wait.cWilliam Lee Irwin III
2004-10-18[PATCH] kallsyms data size reduction / lookup speedupPaulo Marques
2004-10-18[PATCH] implement in-kernel keys & keyring managementDavid Howells
2004-10-18Don't use obsolete gcc named initializer syntax.Linus Torvalds
2004-10-18[PATCH] fix & clean up zombie/dead task handling & preemptionIngo Molnar
2004-10-18[PATCH] sched: fix SCHED_SMT & numa=fake=2 lockupIngo Molnar
2004-10-18[PATCH] CPU Scheduler: fix potential error in runqueue nr_uninterruptible countPeter Williams
2004-10-18[PATCH] sched: print preempt countAndrew Morton
2004-10-18[PATCH] sched: use CPU_DOWN_FAILED notifierNick Piggin
2004-10-18[PATCH] sched: hotplug add a CPU_DOWN_FAILED notifierNick Piggin
2004-10-18[PATCH] sched: fix domain debug for isolcpusNick Piggin
2004-10-18[PATCH] sched: make domain setup overridableNick Piggin
2004-10-18[PATCH] sched: remove disjoint NUMA domains setupNick Piggin
2004-10-18[PATCH] sched: sched add load balance flagNick Piggin
2004-10-18[PATCH] sched: arch_destroy_sched_domains warning fixAndrew Morton
2004-10-18[PATCH] sched: integrate cpu hotplug and sched domainsNick Piggin
2004-10-18[PATCH] sched: add CPU_DOWN_PREPARE notifierNick Piggin
2004-10-18[PATCH] sched: trivial sched changesNick Piggin
2004-10-18[PATCH] xtime value may become incorrectVladimir Grouzdev
2004-10-18[PATCH] Disable SW irqbalance/irqaffinity for E7520/E7320/E7525 v2Suresh B. Siddha
2004-10-18[PATCH] generic irq subsystem: coreIngo Molnar
2004-10-18[PATCH] fork() bug invalidates file descriptorsGregory Kurz
2004-10-18[PATCH] fix the prof=schedule featureIngo Molnar
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-10-18[PATCH] softirqs: fix latency of softirq processingIngo Molnar
2004-10-18[PATCH] fix PTRACE_ATTACH race with real parent's wait callsRoland McGrath
2004-10-18[PATCH] add WCONTINUED support to wait4 syscallRoland McGrath