index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
utimes.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-12-06
Add wait_for_completion_killable
Matthew Wilcox
2
-2
/
+14
2007-12-06
Add wait_event_killable
Matthew Wilcox
1
-0
/
+41
2007-12-06
Add schedule_timeout_killable
Matthew Wilcox
2
-0
/
+8
2007-12-06
Use mutex_lock_killable in vfs_readdir
Liam R. Howlett
1
-1
/
+4
2007-12-06
Add mutex_lock_killable
Liam R. Howlett
2
-3
/
+38
2007-12-06
Use lock_page_killable
Matthew Wilcox
1
-4
/
+7
2007-12-06
Add lock_page_killable
Matthew Wilcox
2
-0
/
+28
2007-12-06
Add fatal_signal_pending
Matthew Wilcox
2
-1
/
+13
2007-12-06
Add TASK_WAKEKILL
Matthew Wilcox
2
-12
/
+18
2007-12-06
exit: Use task_is_*
Matthew Wilcox
1
-49
/
+39
2007-12-06
signal: Use task_is_*
Matthew Wilcox
1
-3
/
+3
2007-12-06
sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMAL
Matthew Wilcox
1
-8
/
+5
2007-12-06
ptrace: Use task_is_*
Matthew Wilcox
1
-4
/
+4
2007-12-06
power: Use task_is_*
Matthew Wilcox
1
-3
/
+3
2007-12-06
wait: Use TASK_NORMAL
Matthew Wilcox
2
-6
/
+7
2007-12-06
proc/base.c: Use task_is_*
Matthew Wilcox
1
-1
/
+1
2007-12-06
proc/array.c: Use TASK_REPORT
Matthew Wilcox
1
-6
/
+1
2007-12-06
perfmon: Use task_is_*
Matthew Wilcox
1
-2
/
+2
2007-12-06
Add macros to replace direct uses of TASK_ flags
Matthew Wilcox
1
-0
/
+16
2007-12-06
Use wake_up_locked() in eventpoll
Matthew Wilcox
1
-7
/
+4
2007-12-06
Tiny clean-up of OPROFILE/KPROBES configuration
Linus Torvalds
2
-6
/
+7
2007-12-06
Fix oprofile configuration breakage
Ralf Baechle
2
-1
/
+5
2007-12-06
[MIPS] Oprofile: Fix computation of number of counters.
Ralf Baechle
1
-6
/
+38
2007-12-06
[MIPS] Alchemy: fix IRQ bases
Sergei Shtylyov
2
-14
/
+15
2007-12-06
[MIPS] Alchemy: replace ffs() with __ffs()
Sergei Shtylyov
3
-6
/
+6
2007-12-06
[MIPS] BCM1480: Fix interrupt routing, take 2.
Ralf Baechle
1
-1
/
+4
2007-12-05
remove nonsense force-casts from ocfs2
Al Viro
1
-14
/
+6
2007-12-05
regression: bfs endianness bug
Al Viro
1
-1
/
+2
2007-12-05
fcrypt endianness misannotations
Al Viro
1
-44
/
+44
2007-12-05
no need to mess with KBUILD_CFLAGS on uml-i386 anymore
Al Viro
1
-5
/
+0
2007-12-05
regression: cifs endianness bug
Al Viro
1
-16
/
+17
2007-12-05
VM/Security: add security hook to do_brk
Eric Paris
1
-0
/
+4
2007-12-05
SLUB's ksize() fails for size > 2048
Vegard Nossum
1
-1
/
+5
2007-12-05
proc: fix proc_dir_entry refcounting
Alexey Dobriyan
5
-21
/
+5
2007-12-05
jbd: Fix assertion failure in fs/jbd/checkpoint.c
Jan Kara
3
-10
/
+12
2007-12-05
mm: fix XIP file writes
Nick Piggin
1
-1
/
+1
2007-12-05
gpio_cs5535: disable AUX on output
Ben Gardner
1
-0
/
+5
2007-12-05
Avoid potential NULL dereference in unregister_sysctl_table
Pavel Emelyanov
1
-0
/
+4
2007-12-05
Blackfin SPI driver: reconfigure speed_hz and bits_per_word in each spi transfer
Bryan Wu
1
-7
/
+45
2007-12-05
Blackfin SPI driver: move hard coded pin_req to board file
Bryan Wu
2
-21
/
+8
2007-12-05
Blackfin SPI driver: use void __iomem * for regs_base
Bryan Wu
1
-5
/
+4
2007-12-05
Blackfin SPI driver: use cpu_relax() to replace continue in while busywait
Bryan Wu
1
-39
/
+39
2007-12-05
spi: spi_bfin: resequence DMA start/stop
Sonic Zhang
1
-11
/
+19
2007-12-05
spi: spi_bfin: update handling of delay-after-deselect
Bryan Wu
2
-16
/
+10
2007-12-05
spi: spi_bfin: bugfix for 8..16 bit word sizes
Bryan Wu
1
-1
/
+1
2007-12-05
spi: spi_bfin: handle multiple spi_masters
Bryan Wu
1
-182
/
+189
2007-12-05
spi: spi_bfin: relocate spin/waits
Sonic Zhang
1
-32
/
+52
2007-12-05
spi: spi_bfin: change handling of communication parameters
Sonic Zhang
1
-75
/
+87
2007-12-05
spi: spi_bfin, rearrange portmux calls
Sonic Zhang
1
-25
/
+28
2007-12-05
spi: spi_bfin uses portmux for additional busses
Sonic Zhang
1
-20
/
+31
[next]