index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-11-19
FS-Cache: Clear netfs pointers in cookie after detaching object, not before
David Howells
1
-4
/
+4
2009-11-19
FS-Cache: Add counters for entry/exit to/from cache operation functions
David Howells
7
-9
/
+134
2009-11-19
FS-Cache: Allow the current state of all objects to be dumped
David Howells
14
-3
/
+578
2009-11-19
FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work items
David Howells
4
-6
/
+103
2009-11-19
SLOW_WORK: Allow a requeueable work item to sleep till the thread is needed
David Howells
3
-9
/
+132
2009-11-19
SLOW_WORK: Allow the owner of a work item to determine if it is queued or not
David Howells
2
-0
/
+34
2009-11-19
SLOW_WORK: Allow the work items to be viewed through a /proc file
David Howells
7
-12
/
+413
2009-11-19
SLOW_WORK: Add delayed_slow_work support
Jens Axboe
3
-3
/
+171
2009-11-19
SLOW_WORK: Add support for cancellation of slow work
Jens Axboe
3
-7
/
+88
2009-11-19
SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optional
Jens Axboe
2
-21
/
+17
2009-11-19
SLOW_WORK: Wait for outstanding work items belonging to a module to clear
David Howells
8
-16
/
+150
2009-11-19
strcmp: fix overflow and possibly signedness error
Linus Torvalds
1
-6
/
+14
2009-11-19
agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()
David Woodhouse
1
-6
/
+5
2009-11-18
ima: replace GFP_KERNEL with GFP_NOFS
Mimi Zohar
1
-2
/
+2
2009-11-18
OMAP: cs should be positive in gpmc_cs_free()
Roel Kluin
1
-1
/
+1
2009-11-18
omap: fix unlikely(x) < y
Roel Kluin
1
-1
/
+1
2009-11-18
ASoC: tlv320aic23 fix rate selection
Troy Kisky
1
-1
/
+1
2009-11-18
ASoC: OMAP3 Pandora: update for TWL4030 codec changes
Grazvydas Ignotas
1
-1
/
+2
2009-11-18
ASoC: Modifying the license string GPLv2 for OMAP3 EVM
Anuj Aggarwal
1
-1
/
+1
2009-11-18
cxgb3: fix premature page unmap
Divy Le Ray
1
-2
/
+2
2009-11-18
ibm_newemac: Fix EMACx_TRTR[TRT] bit shifts
Dave Mitchell
1
-2
/
+2
2009-11-18
[CPUFREQ] Fix stale cpufreq_cpu_governor pointer
Prarit Bhargava
1
-2
/
+30
2009-11-18
[CPUFREQ] Resolve time unit thinko in ondemand/conservative govs
Pallipadi, Venkatesh
2
-4
/
+4
2009-11-18
[CPUFREQ] speedstep-ich: fix error caused by 394122ab144dae4b276d74644a2f11c4...
Rusty Russell
1
-12
/
+7
2009-11-18
[CPUFREQ] Fix use after free on governor restore
Dmitry Monakhov
1
-6
/
+10
2009-11-18
[CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in not...
John Villalovos
1
-6
/
+17
2009-11-18
[CPUFREQ] powernow-k8: Fix test in get_transition_latency()
Roel Kluin
1
-1
/
+1
2009-11-18
[CPUFREQ] longhaul: select Longhaul version 2 for capable CPUs
Krzysztof Helt
1
-1
/
+1
2009-11-18
sh: Fixup last users of irq_chip->typename
Thomas Gleixner
2
-2
/
+2
2009-11-18
fcntl: rename F_OWNER_GID to F_OWNER_PGRP
Peter Zijlstra
2
-3
/
+3
2009-11-18
procfs: fix /proc/<pid>/stat stack pointer for kernel threads
Stefani Seibold
1
-1
/
+1
2009-11-18
mm: allow memory hotplug and hibernation in the same kernel
Andi Kleen
3
-10
/
+37
2009-11-18
workqueue: fix race condition in schedule_on_each_cpu()
Tejun Heo
1
-15
/
+13
2009-11-18
mm/memory_hotplug: fix section mismatch
Hidetoshi Seto
1
-1
/
+2
2009-11-18
MAINTAINERS: KMEMCHECK: add file patterns, use M: for Pekka's name and address
Joe Perches
1
-2
/
+6
2009-11-18
drivers/video/da8xx-fb.c: fix error return
Roel Kluin
1
-1
/
+1
2009-11-18
spi: error status should be negative
Roel Kluin
1
-1
/
+1
2009-11-18
USB: option.c: add support for D-Link DWM-162-U5
Zhang Le
1
-0
/
+2
2009-11-18
USB: usbmon: fix bug in mon_buff_area_shrink
Alan Stern
1
-4
/
+7
2009-11-18
USB: xhci: Fix scratchpad deallocation.
Sarah Sharp
1
-1
/
+1
2009-11-18
USB: xhci: Fix TRB physical to virtual address translation.
Sarah Sharp
1
-2
/
+5
2009-11-18
USB: xhci: Fix bug memory free after failed initialization.
Sarah Sharp
1
-3
/
+5
2009-11-18
USB: cdc_acm: Fix memory leak after hangup
Francesco Lavra
1
-5
/
+11
2009-11-18
USB: cdc_acm: Fix race condition when opening tty
Henry Gebhardt
1
-1
/
+1
2009-11-18
USB: ohci: quirk AMD prefetch for USB 1.1 ISO transfer
Libin Yang
4
-6
/
+46
2009-11-18
tty: cp210x: Fix carrier handling
Alan Cox
1
-0
/
+21
2009-11-18
tty_port: If we are opened non blocking we still need to raise the carrier
Alan Cox
1
-0
/
+3
2009-11-17
omap3: clock: Fixed dpll3_m2x2 rate calculation
Tero Kristo
1
-2
/
+2
2009-11-17
omap3: clock: Fix the DPLL freqsel computations
Rajendra Nayak
1
-1
/
+1
2009-11-17
fcntl: Use consistent values for F_[GS]ETOWN_EX
Stephen Rothwell
2
-4
/
+0
[next]