summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drop_monitor: Add module alias to enable automatic module loadingNeil Horman2012-05-291-0/+1
* genetlink: Build a generic netlink family module aliasNeil Horman2012-05-293-3/+5
* net: add MODULE_ALIAS_NET_PF_PROTO_NAMENeil Horman2012-05-291-0/+3
* r6040: Do a Proper deinit at errorpath and also when driver unloads (calling ...Devendra Naga2012-05-291-0/+5
* r6040: disable pci device if the subsequent calls (after pci_enable_device) f...Devendra Naga2012-05-291-4/+6
* skb: avoid unnecessary reallocations in __skb_cowFelix Fietkau2012-05-291-2/+0
* net: sh_eth: fix the rxdesc pointer when rx descriptor empty happensYoshihiro Shimoda2012-05-291-3/+5
* asix: allow full size 8021Q frames to be receivedEric Dumazet2012-05-291-1/+2
* rds_rdma: don't assume infiniband device is PCIThadeu Lima de Souza Cascardo2012-05-291-2/+1
* l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman2012-05-292-3/+39
* ipv6: fix incorrect ipsec fragmentGao feng2012-05-273-18/+54
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-05-272-26/+16
* net/wanrouter: Deprecate and schedule for removalJoe Perches2012-05-242-1/+7
* xen/netback: Calculate the number of SKB slots required correctlySimon Graham2012-05-241-2/+1
* solos-pci: Fix DMA supportDavid Woodhouse2012-05-241-1/+3
* MAINTAINERSjamal2012-05-241-1/+1
* net: qmi_wwan: Add Sierra Wireless device IDsBjørn Mork2012-05-241-0/+2
* Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-05-24323-14777/+41792
|\
| * Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2012-05-2476-3026/+9520
| |\
| | * drm/nouveau/nvd9: Fix GPIO initialisation sequence.Marcin Kościelnicki2012-05-241-1/+1
| | * drm/nouveau: Unregister switcheroo client on exitAndreas Heider2012-05-241-0/+2
| | * drm/nouveau: Check dsm on switcheroo unregisterAndreas Heider2012-05-241-1/+2
| | * drm/nouveau: fix a minor annoyance in an output stringBen Skeggs2012-05-241-1/+1
| | * drm/nouveau: turn a BUG into a WARNBen Skeggs2012-05-241-1/+1
| | * drm/nv50: decode PGRAPH DATA_ERROR = 0x24Marcin Slusarz2012-05-241-0/+1
| | * drm/nouveau/disp: fix dithering not being enabled on some eDP macbooksBen Skeggs2012-05-241-1/+7
| | * drm/nvd9/copy: initialise copy engine, seems to work like nvc0Ben Skeggs2012-05-241-1/+2
| | * drm/nvc0/ttm: use copy engines for async buffer movesBen Skeggs2012-05-241-9/+51
| | * drm/nva3/ttm: use copy engine for async buffer movesBen Skeggs2012-05-241-1/+40
| | * drm/nv98/ttm: add in a (disabled) crypto engine buffer copy methodBen Skeggs2012-05-241-1/+20
| | * drm/nv84/ttm: use crypto engine for async buffer copiesBen Skeggs2012-05-241-0/+19
| | * drm/nouveau/ttm: untangle code to support accelerated buffer movesBen Skeggs2012-05-248-94/+119
| | * drm/nouveau/fbcon: use fence for sync, rather than notifierBen Skeggs2012-05-241-32/+2
| | * drm/nv98/crypt: non-stub implementation of the engine hooksBen Skeggs2012-05-243-14/+1434
| | * drm/nouveau/fifo: turn all fifo modules into engine modulesBen Skeggs2012-05-2430-1386/+1374
| | * drm/nv50/graph: remove ability to do interrupt-driven context switchingBen Skeggs2012-05-241-65/+0
| | * drm/nv50: remove manual context unload on context destructionBen Skeggs2012-05-243-94/+7
| | * drm/nv50: remove execution engine context saves on suspendBen Skeggs2012-05-243-14/+0
| | * drm/nv50/fifo: use hardware channel kickoff functionalityBen Skeggs2012-05-243-166/+43
| | * drm/nv50/gr: make sure NEXT_TO_CURRENT is executed even if nothing doneBen Skeggs2012-05-241-1/+1
| | * drm/nv50/fifo: construct playlist from hw context table stateBen Skeggs2012-05-241-14/+7
| | * drm/nouveau/fifo: remove all the "special" engine hooksBen Skeggs2012-05-2413-187/+62
| | * drm/nouveau/fence: fix a race where fence->channel can disappearBen Skeggs2012-05-246-15/+26
| | * drm/nouveau/bios: fix some shadowing issues, particularly acpiBen Skeggs2012-05-241-20/+10
| | * drm/nouveau: fix engine context destructor orderingBen Skeggs2012-05-241-2/+1
| | * drm/nouveau/fence: convert to exec engine, and improve channel syncBen Skeggs2012-05-2414-473/+851
| | * drm/nouveau/fence: minor api changes for an upcoming reworkBen Skeggs2012-05-248-158/+134
| | * drm/nouveau/fence: make ttm interfaces wrap ours, not the other way aroundBen Skeggs2012-05-243-71/+68
| | * drm/nouveau: move flip-related channel setup to software engineBen Skeggs2012-05-248-62/+84
| | * drm/nouveau: create real execution engine for software object classBen Skeggs2012-05-2419-282/+567
OpenPOWER on IntegriCloud