aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-06Add lock_page_killableMatthew Wilcox2-0/+28
2007-12-06Add fatal_signal_pendingMatthew Wilcox2-1/+13
2007-12-06Add TASK_WAKEKILLMatthew Wilcox2-12/+18
2007-12-06exit: Use task_is_*Matthew Wilcox1-49/+39
2007-12-06signal: Use task_is_*Matthew Wilcox1-3/+3
2007-12-06sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMALMatthew Wilcox1-8/+5
2007-12-06ptrace: Use task_is_*Matthew Wilcox1-4/+4
2007-12-06power: Use task_is_*Matthew Wilcox1-3/+3
2007-12-06wait: Use TASK_NORMALMatthew Wilcox2-6/+7
2007-12-06proc/base.c: Use task_is_*Matthew Wilcox1-1/+1
2007-12-06proc/array.c: Use TASK_REPORTMatthew Wilcox1-6/+1
2007-12-06perfmon: Use task_is_*Matthew Wilcox1-2/+2
2007-12-06Add macros to replace direct uses of TASK_ flagsMatthew Wilcox1-0/+16
2007-12-06Use wake_up_locked() in eventpollMatthew Wilcox1-7/+4
2007-12-06Tiny clean-up of OPROFILE/KPROBES configurationLinus Torvalds2-6/+7
2007-12-06Fix oprofile configuration breakageRalf Baechle2-1/+5
2007-12-06[MIPS] Oprofile: Fix computation of number of counters.Ralf Baechle1-6/+38
2007-12-06[MIPS] Alchemy: fix IRQ basesSergei Shtylyov2-14/+15
2007-12-06[MIPS] Alchemy: replace ffs() with __ffs()Sergei Shtylyov3-6/+6
2007-12-06[MIPS] BCM1480: Fix interrupt routing, take 2.Ralf Baechle1-1/+4
2007-12-05remove nonsense force-casts from ocfs2Al Viro1-14/+6
2007-12-05regression: bfs endianness bugAl Viro1-1/+2
2007-12-05fcrypt endianness misannotationsAl Viro1-44/+44
2007-12-05no need to mess with KBUILD_CFLAGS on uml-i386 anymoreAl Viro1-5/+0
2007-12-05regression: cifs endianness bugAl Viro1-16/+17
2007-12-05VM/Security: add security hook to do_brkEric Paris1-0/+4
2007-12-05SLUB's ksize() fails for size > 2048Vegard Nossum1-1/+5
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan5-21/+5
2007-12-05jbd: Fix assertion failure in fs/jbd/checkpoint.cJan Kara3-10/+12
2007-12-05mm: fix XIP file writesNick Piggin1-1/+1
2007-12-05gpio_cs5535: disable AUX on outputBen Gardner1-0/+5
2007-12-05Avoid potential NULL dereference in unregister_sysctl_tablePavel Emelyanov1-0/+4
2007-12-05Blackfin SPI driver: reconfigure speed_hz and bits_per_word in each spi transferBryan Wu1-7/+45
2007-12-05Blackfin SPI driver: move hard coded pin_req to board fileBryan Wu2-21/+8
2007-12-05Blackfin SPI driver: use void __iomem * for regs_baseBryan Wu1-5/+4
2007-12-05Blackfin SPI driver: use cpu_relax() to replace continue in while busywaitBryan Wu1-39/+39
2007-12-05spi: spi_bfin: resequence DMA start/stopSonic Zhang1-11/+19
2007-12-05spi: spi_bfin: update handling of delay-after-deselectBryan Wu2-16/+10
2007-12-05spi: spi_bfin: bugfix for 8..16 bit word sizesBryan Wu1-1/+1
2007-12-05spi: spi_bfin: handle multiple spi_mastersBryan Wu1-182/+189
2007-12-05spi: spi_bfin: relocate spin/waitsSonic Zhang1-32/+52
2007-12-05spi: spi_bfin: change handling of communication parametersSonic Zhang1-75/+87
2007-12-05spi: spi_bfin, rearrange portmux callsSonic Zhang1-25/+28
2007-12-05spi: spi_bfin uses portmux for additional bussesSonic Zhang1-20/+31
2007-12-05spi: spi_bfin uses platform device resourcesBryan Wu1-41/+83
2007-12-05spi: spi_bfin, don't bypass spi frameworkMike Frysinger1-0/+12
2007-12-05spi: spi_bfin handles spi_transfer.cs_changeBryan Wu1-22/+54
2007-12-05spi: spi_bfin cleanups, error handlingBryan Wu1-64/+47
2007-12-05spi: bfin spi uses portmux callsMichael Hennerich2-7/+23
2007-12-05spi: initial BF54x SPI supportBryan Wu2-70/+86