Commits on Source
1334
c1a15d08
xen-blkback: print stats about persistent grants
Apr 18, 2013
c6cc142d
xen-blkback: use balloon pages for all mappings
Apr 18, 2013
3f3aad5e
xen-blkback: implement LRU mechanism for persistent grants
Apr 18, 2013
bb6acb28
xen-blkback: move pending handles list from blkbk to pending_req
Apr 18, 2013
bf0720c4
xen-blkback: make the queue of free requests per backend
Apr 18, 2013
31552ee3
xen-blkback: expand map/unmap functions
Apr 18, 2013
402b27f9
xen-block: implement indirect descriptors
Apr 18, 2013
bb642e83
xen-blkback: allocate list of pending reqs in small chunks
May 07, 2013
b7649158
xen-blkfront: use a different scatterlist for each request
May 08, 2013
2d5dc3ba
xen-blkfront: Introduce a 'max' module parameter to alter the amount of indirect segments.
Jun 04, 2013
1d199650
xen-blkback/sysfs: Move the parameters for the persistent grant features
Jun 04, 2013
7c4d7d71
xen/blkback: Use physical sector size for setup
Jun 07, 2013
604c499c
xen/blkback: Check device permissions before allowing OP_DISCARD
Jun 07, 2013
8d925690
xen/io/ring.h: new macro to detect whether there are too many requests on the ring
Jun 17, 2013
8e3f8755
xen/blkback: Check for insane amounts of request on the ring (v6).
Jun 17, 2013
a3299ab1
rsxx: Individual workqueues for interruptible events.
Jun 19, 2013
0ab4743e
rsxx: Restructured DMA cancel scheme.
Jun 19, 2013
31a70bb4
rsxx: Fixes soft-lockup issues during DMAs.
Jun 19, 2013
7b379cc3
rsxx: Allow block size to be determined by configuration.
Jun 19, 2013
fb065cd9
rsxx: Adding in sync_start module paramenter.
Jun 19, 2013
f730e3dc
rsxx: Changing the adapter name to the official name.
Jun 19, 2013
66bc6003
rsxx: Fixes DLPAR add kernel panic if partition still mounted.
Jun 19, 2013
3eb8dcaf
rsxx: Adapter address space sanity check.
Jun 19, 2013
b8b225da
rsxx: Adding EEH check inside cregs timeout.
Jun 19, 2013
62302508
rsxx: Fixes incorrect stats calculation.
Jun 19, 2013
36f988e9
rsxx: Adding in debugfs entries.
Jun 19, 2013
2d910543
xen-blkback: workaround compiler bug in gcc 4.1
Jun 21, 2013
294caaf2
xen-blkfront: set blk_queue_max_hw_sectors correctly
Jun 21, 2013
1e0f7a21
xen-blkback: check the number of iovecs before allocating a bios
Jun 25, 2013
5c694129
md: bcache: io.c: fix a potential NULL pointer dereference
Jun 26, 2013
bbc77aa7
bcache: fix a spurious gcc complaint, use scnprintf
Jun 26, 2013
a9dd53ad
bcache: Warn when a device is already registered.
Jun 26, 2013
119ba0f8
bcache: Convert allocator thread to kthread
Jun 26, 2013
57943511
bcache: Refactor btree io
Jun 26, 2013
c37511b8
bcache: Fix/revamp tracepoints
Jun 26, 2013
85b1492e
bcache: Rip out pkey()/pbtree()
Jun 26, 2013
6ded34d1
bcache: Improve lazy sorting
Jun 26, 2013
444fc0b6
bcache: Initialize sectors_dirty when attaching
Jun 26, 2013
279afbad
bcache: Track dirty data by stripe
Jun 26, 2013
72c27061
bcache: Write out full stripes
Jun 26, 2013
bd206b51
doc: Fix typo in documentation/bcache.txt
Jun 26, 2013
a25c32be
bcache: Send a uevent with a cached device's UUID
Jun 26, 2013
ab9e1400
bcache: Send label uevents
Jun 26, 2013
cecd628d
bcache: Refresh usage docs
Jun 26, 2013
f35546e0
Merge branch 'stable/for-jens-3.10' of...
Jun 28, 2013
26ea8f92
drbd: Do not sleep inside rcu
Jun 28, 2013
6110d70b
drbd: fix error return code in drbd_init()
Jun 28, 2013
f9eb7bf4
drbd: Fix rcu_read_lock balance on error path
Jun 28, 2013
28e448bb
drbd: Ignore the exit code of a fence-peer handler if it returns too late
Jun 28, 2013
e96c9633
drbd: Constants should be UPPERCASE
Jun 28, 2013
d752b269
drbd: Allow online change of al-stripes and al-stripe-size
Jun 28, 2013
e49c7c37
bcache: FUA fixes
Jul 01, 2013
36c9ea98
bcache: Document shrinker reserve better
Jul 01, 2013
f3059a54
bcache: Delete fuzz tester
Jul 01, 2013
47cd2eb0
bcache: Update email address
Jul 01, 2013
8e51e414
bcache: Use standard utility code
Jul 01, 2013
5f0e5afa
Merge tag 'v3.10-rc7' into for-3.11/drivers
Jul 02, 2013
d0e3d023
Merge branch 'bcache-for-3.11' of
git://evilpiepirate.org/~kent/linux-bcache
into for-3.11/drivers
Jul 02, 2013
06d5a24f
Merge remote-tracking branch 'airlied/drm-next' into drm-nouveau-next
Jul 08, 2013
add0c59d
cgroup: remove bcache_subsys_id which got added stealthily
Jul 09, 2013
060810d7
drm/nouveau: fix locking issues in page flipping paths
Jul 10, 2013
fdfb8332
drm/nouveau: fix some error-path leaks in fbcon handling code
Jul 10, 2013
8dda53fc
drm/nv50/kms: fix pin refcnt leaks
Jul 10, 2013
4f385599
drm/nouveau: do not unpin in nouveau_gem_object_del
Jul 10, 2013
06b237ef
drm/nouveau: bump fence timeout to 15 seconds
Jul 10, 2013
00fc6f6f
drm/nouveau: use dedicated channel for async moves on GT/GF chipsets.
Jul 10, 2013
9b234db3
drm/nouveau: add falcon interrupt handler
Jul 10, 2013
0108bc80
drm/nouveau: do not allow negative sizes for now
Jul 10, 2013
9c23b7d3
crypto: caam - Fixed the memory out of bound overwrite issue
Jul 10, 2013
2e26af79
vhost-net: Always access vq->private_data under vq mutex
Jul 11, 2013
e7802212
vhost-scsi: Always access vq->private_data under vq mutex
Jul 11, 2013
22fa90c7
vhost: Remove custom vhost rcu usage
Jul 11, 2013
06922821
drm/i915: fix up readout of the lvds dither bit on gen2/3
Jul 11, 2013
6aa8f1a6
bcache: Fix a dumb race
Jul 12, 2013
d2a65ce2
bcache: check for allocation failures
Jul 12, 2013
54d12f2b
bcache: Advertise that flushes are supported
Jul 12, 2013
c9502ea4
bcache: Fix a sysfs splat on shutdown
Jul 12, 2013
5caa52af
bcache: Shutdown fix
Jul 12, 2013
faa56736
bcache: Journal replay fix
Jul 12, 2013
29ebf465
bcache: Fix GC_SECTORS_USED() calculation
Jul 12, 2013
79826c35
bcache: Allocation kthread fixes
Jul 12, 2013
21d8a475
drm/i915: fix pfit regression for non-autoscaled resolutions
Jul 12, 2013
913ffdb5
cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()
Jul 12, 2013
bcf53de4
drm/i915: Preserve the DDI_A_4_LANES bit from the bios
Jul 13, 2013
f5786b8e
ARM i.MX53: Fix UART pad configuration
Jul 15, 2013
bf81e2f1
ARM: imx27: Fix documentation for SPLL clock
Jul 15, 2013
0d5ca6d9
ARM: i.MX27: Typo fix
Jul 15, 2013
ceac9b92
ARM i.MX6Q: Fix IOMUXC GPR1 defines for ENET_CLK_SEL and IPU1/2_MUX
Jul 15, 2013
3b79cd15
ARM: i.MX6Q: correct emi_sel clock muxing
Jul 15, 2013
66acaf3f
ARM: mxs: saif0 is the clock provider to sgtl5000
Jul 15, 2013
4f71612e
ARM: imx: fix vf610 enet module clock selection
Jul 15, 2013
15968f1b
ARM i.MX53: mba53: Fix PWM backlight DT node
Jul 15, 2013
ae7cc03e
ARM: multi_v7: Enabled omap4430 sdp nfsroot
Jul 15, 2013
13782a7e
ARM: dts: Add missing vmmc2 regulator for twl
Jul 15, 2013
f3ed0a17
Thermal: x86 package temp thermal crash
Jul 15, 2013
c7c1b311
Thermal: x86_pkg_temp: fix krealloc() misuse in in pkg_temp_thermal_device_add()
Jul 15, 2013
f09eca8d
netfilter: ctnetlink: fix incorrect NAT expectation dumping
Jul 15, 2013
baf60efa
netfilter: xt_socket: fix broken v0 support
Jul 15, 2013
cdcedd69
usb: dwc3: gadget: don't prevent gadget from being probed if we fail
Jul 15, 2013
ae40d64b
usb: gadget: at91_udc: call at91udc_of_init only when needed
Jul 15, 2013
1,234 additional commits have been omitted to prevent performance issues.
Loading
Loading