aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-06Remove commented-out code copied from NFSMatthew Wilcox
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox
2007-12-06Add wait_for_completion_killableMatthew Wilcox
2007-12-06Add wait_event_killableMatthew Wilcox
2007-12-06Add schedule_timeout_killableMatthew Wilcox
2007-12-06Use mutex_lock_killable in vfs_readdirLiam R. Howlett
2007-12-06Add mutex_lock_killableLiam R. Howlett
2007-12-06Use lock_page_killableMatthew Wilcox
2007-12-06Add lock_page_killableMatthew Wilcox
2007-12-06Add fatal_signal_pendingMatthew Wilcox
2007-12-06Add TASK_WAKEKILLMatthew Wilcox
2007-12-06exit: Use task_is_*Matthew Wilcox
2007-12-06signal: Use task_is_*Matthew Wilcox
2007-12-06sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMALMatthew Wilcox
2007-12-06ptrace: Use task_is_*Matthew Wilcox
2007-12-06power: Use task_is_*Matthew Wilcox
2007-12-06wait: Use TASK_NORMALMatthew Wilcox
2007-12-06proc/base.c: Use task_is_*Matthew Wilcox
2007-12-06proc/array.c: Use TASK_REPORTMatthew Wilcox
2007-12-06perfmon: Use task_is_*Matthew Wilcox
2007-12-06Add macros to replace direct uses of TASK_ flagsMatthew Wilcox
2007-12-06Use wake_up_locked() in eventpollMatthew Wilcox
2007-12-06Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds
2007-12-06Tiny clean-up of OPROFILE/KPROBES configurationLinus Torvalds
2007-12-06Fix oprofile configuration breakageRalf Baechle
2007-12-06[MIPS] Oprofile: Fix computation of number of counters.Ralf Baechle
2007-12-06[MIPS] Alchemy: fix IRQ basesSergei Shtylyov
2007-12-06[MIPS] Alchemy: replace ffs() with __ffs()Sergei Shtylyov
2007-12-06[MIPS] BCM1480: Fix interrupt routing, take 2.Ralf Baechle
2007-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2007-12-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2007-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2007-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2007-12-05remove nonsense force-casts from ocfs2Al Viro
2007-12-05regression: bfs endianness bugAl Viro
2007-12-05fcrypt endianness misannotationsAl Viro
2007-12-05no need to mess with KBUILD_CFLAGS on uml-i386 anymoreAl Viro
2007-12-05regression: cifs endianness bugAl Viro
2007-12-05VM/Security: add security hook to do_brkEric Paris
2007-12-05SLUB's ksize() fails for size > 2048Vegard Nossum
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan
2007-12-05jbd: Fix assertion failure in fs/jbd/checkpoint.cJan Kara
2007-12-05mm: fix XIP file writesNick Piggin
2007-12-05gpio_cs5535: disable AUX on outputBen Gardner
2007-12-05Avoid potential NULL dereference in unregister_sysctl_tablePavel Emelyanov
2007-12-05Blackfin SPI driver: reconfigure speed_hz and bits_per_word in each spi transferBryan Wu
2007-12-05Blackfin SPI driver: move hard coded pin_req to board fileBryan Wu
2007-12-05Blackfin SPI driver: use void __iomem * for regs_baseBryan Wu
2007-12-05Blackfin SPI driver: use cpu_relax() to replace continue in while busywaitBryan Wu
2007-12-05spi: spi_bfin: resequence DMA start/stopSonic Zhang