aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Define only the CP15 register operations that are valid for the architecture.Ian Lepore2014-12-251-10/+16
* Add macros for asm barrier instructions with arch-specific implementations.Ian Lepore2014-12-251-0/+15
* Create the PKG_DIR if it is missingPoul-Henning Kamp2014-12-251-3/+5
* Fix OLD_LIBS for libxo moved to /libAlfred Perlstein2014-12-251-2/+1
* Use compiled in default keymaps which are available both in syscons and vt.Poul-Henning Kamp2014-12-252-2/+2
* Add interrupt support for GPIO pins on OMAP4 and AM335x.Luiz Otavio O Souza2014-12-253-32/+309
* For data and instruction prefetch aborts, call the same handler in the CIan Lepore2014-12-253-8/+12
* Create 'L' variants of all the ENTRY macros for file-static/local symbols.Ian Lepore2014-12-251-4/+15
* Fix the GLOBAL macro so it works (upper vs lowercase X), use it in _EENTRY.Ian Lepore2014-12-251-2/+3
* Stylish changes... put tabs where they need to be in macros, move linesIan Lepore2014-12-251-19/+19
* Replace CC_VAR with CCV, since the CC_VAR macro doesn't exist.Kevin Lo2014-12-252-4/+6
* Fix the comment introduced in r276192 so that it clearlyRick Macklem2014-12-251-3/+4
* Fix VIMAGE build.Andrey V. Elsukov2014-12-251-1/+1
* Remove _PROF_PROLOGUE from the EENTRY() macros. These macros defineIan Lepore2014-12-251-4/+4
* Oops, I fumbled a semicolon on the style changes; recover it.Ian Lepore2014-12-251-1/+1
* Change the style of the DO_AST macro to match the others in this file --Ian Lepore2014-12-251-20/+20
* Move libxo to /libAlfred Perlstein2014-12-252-0/+5
* Prevent zpool upgrade failing due to unavailable poolsSteven Hartland2014-12-251-0/+15
* A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1Rick Macklem2014-12-252-33/+101
* Modify vop_stdadvlock{async}() so that it onlyRick Macklem2014-12-241-14/+22
* Display the correct value for cache Level of Coherency. Like the otherIan Lepore2014-12-241-1/+1
* Cleanup up ARM *frame structures...Ian Lepore2014-12-2412-266/+160
* Build gperf before gccEd Maste2014-12-241-0/+8
* Rename ip4_def_policy variable to def_policy. It is used by both IPv4 andAndrey V. Elsukov2014-12-244-209/+140
* Eliminate unnecessary references to pte.h internals by using the standardIan Lepore2014-12-241-8/+8
* Rename pic_ipi_get to pic_ipi_read for intrng.Andrew Turner2014-12-244-5/+5
* Fix missing \n in committers-ports.dot while adding myselfMuhammad Moinur Rahman2014-12-241-1/+1
* Switch i.MX to use the platform code to help with a single Freescale kernel.Andrew Turner2014-12-246-50/+65
* Clarify to explain that C99 conforming compilers don't need CMPLX*().Ed Schouten2014-12-241-3/+2
* Update Mentor and Mentee Information (bofh)Muhammad Moinur Rahman2014-12-241-0/+3
* Fix tunable and sysctl handling of the fail_on_task_timeout knob.Scott Long2014-12-242-2/+5
* Bring in the last round of updates before adding the interrupt support.Luiz Otavio O Souza2014-12-242-59/+58
* Add Intel vendor ID to the device table to make it more uniform soWarner Losh2014-12-243-59/+58
* Improves the GPIO API description a little bit.Luiz Otavio O Souza2014-12-241-2/+2
* Revert a glitched mismerge that got caught up in the prior commit.Ian Lepore2014-12-241-2/+2
* Define the old-school arm arch constants we still use internally based onIan Lepore2014-12-241-2/+25
* Allow info to display correctly in for varying tabstop settingsSteven Hartland2014-12-241-9/+9
* Don't assume required FDT properties are present.Ian Lepore2014-12-241-3/+11
* Revert r276101, it didn't fix the problem and causes a compile errorIan Lepore2014-12-241-2/+0
* Remove if_stf.h. It contains only one function declaration used by if_stf(4).Andrey V. Elsukov2014-12-233-42/+5
* Do not return the total number of available pins but the maximum pin numberLuiz Otavio O Souza2014-12-231-12/+1
* Bump the valid GPIO range for rfkill up from 8 to 16.Adrian Chadd2014-12-231-1/+9
* Remove in_gif.h and in6_gif.h files. They only contain functionAndrey V. Elsukov2014-12-236-98/+31
* Update comment: only one file in the FAT file system EFI boot imageEd Maste2014-12-231-2/+2
* Use explicit --output-target to set EFI file formatEd Maste2014-12-232-2/+2
* Convert a couple lingering NO_FORTH conditionals to test MK_FORTH.Ian Lepore2014-12-232-2/+2
* We can stop iterating once we've found the DOF section.Mark Johnston2014-12-231-0/+1
* Fix a memory leak that occured when looking up CTF info for a symbol.Mark Johnston2014-12-231-1/+4
* Restore the trap type argument to the DTrace trap hook, removed in r268600.Mark Johnston2014-12-239-16/+16
* Hide block device VPD pages for non-block devices.Alexander Motin2014-12-231-17/+27