summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2014-01-24Copy timespecs member by member in fo_stat callback functions, to avoidPhilip Guenther
leaking values in the padding bytes on LP64. Also, vn_stat() was lacking the zero-fill to clean its padding. ok kettenis@ deraadt@ phessler@
2014-01-24drm/radeon: fixup bad vram size on SIJonathan Gray
From Alex Deucher 7e3f2ed899128187ecc9ab7573e966d8a5afc664 in ubuntu 3.8 0ca223b029a261e82fb2f50c52eb85d510f4260e in mainline linux
2014-01-24drm/radeon: Fix VRAM size calculation for VRAM >= 4GBJonathan Gray
From Niels Ole Salscheider 091a581a030f3c8c6515fb21a3f23271a86c4107 in ubuntu 3.8 fc986034540102cd090237bf3f70262e1ae80d9c in mainline linux
2014-01-24Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2014-01-24add a missing argument to a debug printfJonathan Gray
ok miod@
2014-01-24drm/radeon: disable tests/benchmarks if accel is disabledJonathan Gray
From Alex Deucher bce5a3c1bfa49fd373c28fc29bee89bf77fdc2db in ubuntu 3.8 4a1132a023eb48cf10522d84c5908d43b612c041 in mainline linux
2014-01-24remove irrelevant error handling in loadrandom; this operates on theTheo de Raadt
principe of fire and forget, and we really want developers to start trying to write per-architecture XOR thingies using timers and such
2014-01-24Do not protect struct vm_page_md with defined(_KERNEL), for userland uvmMiod Vallat
grovellers need to know it to be able to get the right size for struct vm_page.
2014-01-24drm/radeon: fix asic gfx values for scrapper asicsJonathan Gray
From Alex Deucher 1701d7e72c188b45ee6e89feac5db4b0f7b8c33a in ubuntu 3.8 e2f6c88fb903e123edfd1106b0b8310d5117f774 in mainline linux
2014-01-24drm/radeon: fix typo in cu_per_sh on verdeJonathan Gray
From Alex Deucher f249bb666572281c47f85da90b8a27856fc5f9ec in ubuntu 3.8 468ef1a58c9268ac9709350bf95eaf1c22a69f29 in mainline linux
2014-01-24drm/radeon/si: fix define for MC_SEQ_TRAIN_WAKEUP_CNTLJonathan Gray
From Alex Deucher e123c82b11738a7b5f53df047b9634c13892bc06 in ubuntu 3.8 d5693761b2b4ff530c8af8af9ec55b6eae76e617 in mainline linux
2014-01-24Only report about random seed failures, not attempts.Theo de Raadt
Discussed with jsing
2014-01-24drm: fix a use-after-free when GPU acceleration disabledJonathan Gray
From Huacai Chen efe4df2ae6302d6fdbb7b460d8747fe50e2aa4d0 in ubuntu 3.8 b7ea85a4fed37835eec78a7be3039c8dc22b8178 in mainline linux
2014-01-24exit1() needs to do a final aggregation of the thread's [us]ticksPhilip Guenther
and runtime to the process totals. Also, add ktracing of struct rusage in wait4() and getrusage(). problem pointed out by tedu@ ok deraadt@
2014-01-24drm/i915: Move num_pipes to intel infoJonathan Gray
From Ben Widawsky 7ed1faada973243b6e11fa209ada91c9cc1dab53 in ubuntu 3.8 7eb552aeae058a88eece91b902dd51fde45b1f41 in mainline linux
2014-01-24drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightJonathan Gray
From Kamal Mostafa 9f5b330036e6f771438b22770f6c49e2c2eaf0e1 in ubuntu 3.8 e85843bec6c2ea7c10ec61238396891cc2b753a9 in mainline linux
2014-01-24DVA should be 64 bits, so make sure it is before getting the high bits.David Gwynne
the DVA macro should cast, but i am wary of the effects on all uses of it, so fixing it in the one place that needs it. fixes compiles on i386
2014-01-24drm/i915: ivb: fix edp voltage swing reg valJonathan Gray
From Imre Deak 0c08a4e4ed1f4441a1554e93b3202477997dc73a in ubuntu 3.8 77fa4cbd5fa389e28419bbe8ac491b5fdd54840d in mainline linux
2014-01-24drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/aJonathan Gray
From Daniel Vetter cf9f2fc81448a358349320311ccb25bb6016749f in ubuntu 3.8 aaf8a5167291b65e9116cb8736d862965b57c13a in mainline linux
2014-01-24add some HAS_DDI() conversions that were missed in the earlier commitJonathan Gray
2014-01-24drm/i915: add more VLV IDsJonathan Gray
b102182257eb31597fc0bba5c1730a29d3d290c8 in ubuntu 3.8 d7fee5f6faea17b6e702eba90037ab8f716faf8e in mainline linux valleyview/baytrail support remains disabled for now
2014-01-23Add defines for resumable and nonresumable error queues.Mark Kettenis
2014-01-23Eleminate the last workq usage here.Mark Kettenis
2014-01-23since the cksum rewrite the counters for hardware checksummed packetsHenning Brauer
are are lie, since the software engine emulates hardware offloading and that is later indistinguishable. so kill the hw cksummed counters. introduce software checksummed packet counters instead. tcp/udp handles ip & ipvshit, ip cksum covered, 6 has no ip layer cksum. as before we still have a miscounting bug for inbound with pf on, to be fixed in the next step. found by, prodding & ok naddy
2014-01-23Manufacturer driver update for ARC-1880, 1882, 1213, 1223, 1214Chris Cappuccio
Tested on a variety of Intel-IOP cards ok dlg@ henning@ "i'll ok to get this unstuck"
2014-01-23Try to cope better with void pointer to int usage cases.Paul Irofti
Use intptr_t for such cases. More casts/types should be improved in this file. Tested with syscall regression tests from IBM.
2014-01-23unifdef -D__HAVE_VM_PAGE_MD - no functional change.Miod Vallat
2014-01-23drm/i915: don't intel_crt_init on any ULT machinesJonathan Gray
From Paulo Zanoni 1c1d6d5d6c89fa54403ee053141795ad71fd7ee0 in ubuntu 3.8 c40c0f5bd5b0f09e4386d2cf26c96c89c45ee539 in mainline linux
2014-01-23drm/i915: add HAS_DDI checkJonathan Gray
From Paulo Zanoni d99994528e9946a78a505ca752fa3b73aa8c5a76 in ubuntu 3.8 affa935440733a79c5a9eb0e5357e2564ca4b355 in mainline linux
2014-01-23Merge two chunks of code to inform listeners of a route change into aMartin Pieuchot
new function, rt_sendmsg(). While here, in the v6 cases, pass the same rtableid that was used for the request instead of dereferencing a pointer after checking for it to be NULL. ok krw@ on a previous version, ok bluhm@
2014-01-23adjust a comment or twoTed Unangst
2014-01-23Switch to task queues, except for one little corner case that I need to thinkMark Kettenis
a bit further about.
2014-01-23drm/i915: Preserve the DDI_A_4_LANES bit from the biosJonathan Gray
From Stephane Marchesin bcd20ba343996f631f506c71ced67a1f7947524e in ubuntu 3.8 bcf53de4e60d9000b82f541d654529e2902a4c2c in mainline linux
2014-01-23drm/i915: don't setup hdmi for port D edp in ddi_initJonathan Gray
From Daniel Vetter a00bee7ac4b8a078b5a1b01199a2928fcd0fd7d2 in ubuntu 3.8 21a8e6a4853b2ed39fa4c5188a710f2cf1b92026 in mainline linux
2014-01-23drm/i915: rename sdvox_reg to hdmi_reg on HDMI contextJonathan Gray
From Paulo Zanoni 90033bc396620b644b15cceeece19470fd8344bc in ubuntu 3.8 b242b7f745650832f445dca3e19efc3dd2d65a66 in mainline linux
2014-01-23Switch radeondrm(4) to MSI on the cards that support it.Mark Kettenis
ok jsg@
2014-01-23drm/i915: Revert hdmi HDP pin checksJonathan Gray
From Daniel Vetter 7bc9870ca4220c18c854edf8d9ececdd1566efe7 in ubuntu 3.8 202adf4b9f5957b26a1cb97267d78e0edb319c5e in mainline linux
2014-01-23a lot of people have pointed out to me that taking a lock just to read anDavid Gwynne
int isnt necessary.
2014-01-23factor the mutex/bus_space handling of the sts block out.David Gwynne
2014-01-23msleep() with a NULL mtx argument is a programming error.Philip Guenther
ok matthew@ phessler@ dlg@
2014-01-23if cold, do not use tsleep, but use the delay path.Theo de Raadt
Such as during DVACT_RESUME... ok guenther kettenis
2014-01-23Don't blindly continue if and hv_ldc_copy() call fails. For now, simplyMark Kettenis
clean up and return without ACKing any descriptors. That means the client probably hangs. Some thought is needed on what the correct way to handle these conditions is. Made me spot a small memory leak, which is fixed asi a bonus.
2014-01-23put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypesChristian Weisgerber
into consistent locations; ok henning@
2014-01-23drm/radeon/atom: initialize more atom interpretor elements to 0Jonathan Gray
From Alex Deucher 566bdd38a2a524bf1ca2e9292ee8ca8ad336edf9 in ubuntu 3.8 42a21826dc54583cdb79cc8477732e911ac9c376 in mainline linux
2014-01-23Rename ALTQ's HFSC_MAX_CLASSES for the upcoming change.pelikan
Only added a prefix, no functional change. "sure" henning
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs780Jonathan Gray
From Alex Deucher 3211bb3ea5444754b7281e342f613596fed7f374 in ubuntu 3.8 c23632d4e57c0dd20bf50eca08fa0eb8ad3ff680 in mainline linux
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2)Jonathan Gray
From Alex Deucher 1ec8cfa3fad213c7096139134fa329236cbc85a5 in ubuntu 3.8 91f3a6aaf280294b07c05dfe606e6c27b7ba3c72 in mainline linux
2014-01-23Waiting on a condition without a lock is an error: you need *some* lockPhilip Guenther
to guarantee there isn't a window in which you can lose a wakeup. The exception for tsleep() is when it's just being used to sleep for a period of time, so permit that too. ok jsing@ deraadt@
2014-01-23Delete spurious if statement.Kenneth R Westerback
ok phessler@ deraadt@ jsing@ guenther@
2014-01-23drm/radeon: Fix sideport problems on certain RS690 boardsJonathan Gray
From Alex Deucher 9be937acd9abcc00b5256e3830bda9264bcca804 in ubuntu 3.8 8333f0fe133be420ce3fcddfd568c3a559ab274e in mainline linux