index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscache
Linus Torvalds
33
-265
/
+2505
2009-11-30
.gitignore: Add bzip2 compressed files
Gertjan van Wingerde
1
-0
/
+1
2009-11-30
parisc: fix unwind with recent gcc versions
Helge Deller
2
-4
/
+4
2009-11-20
FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=n
David Howells
1
-0
/
+1
2009-11-20
SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULE
David Howells
1
-0
/
+1
2009-11-20
SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()
David Howells
1
-1
/
+1
2009-11-19
Merge branch 'i2c-pnx-fixes' of git://git.fluff.org/bjdooks/linux
Linus Torvalds
2
-1
/
+6
2009-11-19
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-27
/
+83
2009-11-20
i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includes
Kevin Wells
1
-0
/
+2
2009-11-20
i2c: i2c-pnx: Made buf type unsigned to prevent sign extension
Kevin Wells
1
-1
/
+1
2009-11-20
i2c: i2c-pnx: Limit minimum jiffie timeout to 2
Kevin Wells
1
-0
/
+3
2009-11-19
Linux 2.6.32-rc8
Linus Torvalds
1
-1
/
+1
2009-11-19
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2
-11
/
+9
2009-11-19
vt: Fix use of "new" in a struct field
Alan Cox
2
-5
/
+5
2009-11-19
Fix handling of the HP/Acer 'DMAR at zero' BIOS error for machines with <4GiB...
David Woodhouse
1
-0
/
+3
2009-11-19
CacheFiles: Don't log lookup/create failing with ENOBUFS
David Howells
1
-2
/
+3
2009-11-19
CacheFiles: Catch an overly long wait for an old active object
David Howells
7
-25
/
+90
2009-11-19
CacheFiles: Better showing of debugging information in active object problems
David Howells
1
-27
/
+75
2009-11-19
CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happy
David Howells
1
-2
/
+2
2009-11-19
CacheFiles: Handle truncate unlocking the page we're reading
David Howells
1
-6
/
+93
2009-11-19
CacheFiles: Don't write a full page if there's only a partial page to cache
David Howells
3
-7
/
+39
2009-11-19
FS-Cache: Actually requeue an object when requested
David Howells
1
-2
/
+1
2009-11-19
FS-Cache: Start processing an object's operations on that object's death
David Howells
6
-61
/
+75
2009-11-19
FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failure
David Howells
1
-5
/
+12
2009-11-19
FS-Cache: Add a retirement stat counter
David Howells
3
-2
/
+7
2009-11-19
FS-Cache: Handle pages pending storage that get evicted under OOM conditions
David Howells
10
-35
/
+152
2009-11-19
FS-Cache: Handle read request vs lookup, creation or other cache failure
David Howells
4
-2
/
+11
2009-11-19
FS-Cache: Don't delete pending pages from the page-store tracking tree
David Howells
2
-4
/
+5
2009-11-19
FS-Cache: Fix lock misorder in fscache_write_op()
David Howells
6
-19
/
+52
2009-11-19
FS-Cache: The object-available state can't rely on the cookie to be available
David Howells
1
-2
/
+7
2009-11-19
FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phase
David Howells
5
-39
/
+115
2009-11-19
FS-Cache: Use radix tree preload correctly in tracking of pages to be stored
David Howells
2
-1
/
+6
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-18
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
7
-32
/
+70
2009-11-18
strcmp: fix overflow and possibly signedness error
Linus Torvalds
1
-6
/
+14
2009-11-18
Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-6
/
+5
2009-11-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-2
/
+2
2009-11-19
agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()
David Woodhouse
1
-6
/
+5
2009-11-18
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-49
/
+48
2009-11-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
5
-3
/
+14
[next]