]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Hide some of driver's internal debugging.
[FreeBSD/FreeBSD.git] / sys / arm /
2008-09-11 cognetBandaid: disable interrupts to make sure intr_enabled...
2008-09-11 cognetRemove the unused field "pc_prvspace" from the MD field...
2008-09-11 rajARM nexus style(9) improvements.
2008-09-11 rajARM interrupts improvements.
2008-09-11 rajIXP425: split handling of the two QMGR interrupts so...
2008-09-08 impCommit the no-brainer parts of my space saving kernel...
2008-09-07 impMinor cleanup of this config file:
2008-09-05 impTurn some lame pseudo-code into a less lame comment.
2008-09-05 impKill bogus #if 0'd stuff for interrupts. They don...
2008-09-05 impKill vestiges of the special case code we once had...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-09-05 impKill bogus #if 1. There's no need for it since usb...
2008-08-31 impUse a locally assigned address rather than stealing...
2008-08-31 stas- Fix comment.
2008-08-30 stas- Try to look for MAC address in all SA registers,...
2008-08-30 stas- Style fix.
2008-08-23 impWhitespace nit.
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-19 impProvide hooks into the GPIO lines and the ability to...
2008-08-19 impUse the proper clock domain for the usb host controller.
2008-08-19 impAdd IRQ line for usb device. I'm not 100% sure this...
2008-08-19 jhbExport 'struct pcpu' to userland w/o requiring _KERNEL...
2008-08-17 bzCommit step 1 of the vimage project, (network stack)
2008-08-04 jhbAdd locking to the various iicbus(4) bridge drivers:
2008-08-04 cognetDo not modify td->td_intr_nesting_level, it is now...
2008-08-04 rajFix ARM nocache allocator:
2008-08-04 cognetRemove unneeded #include <stdlib.h> (?)
2008-08-03 cognetAdd "add pc, whatever" as a branch instruction, we...
2008-08-03 edDisconnect drivers that haven't been ported to MPSAFE...
2008-08-03 impKernel config for the Linksys NSLU2. This is just...
2008-08-03 cognetHandle ldr pc, [reg] in branch_taken().
2008-08-03 cognetAdd blx as a branch instruction.
2008-08-02 impMinor style nit.
2008-08-02 cognetAdd yet another branch instruction.
2008-08-02 edMake the at91 uart(4) driver compile again.
2008-08-02 impixp425 parts aren't multicore, so remove the SMP option...
2008-08-02 impConform to the options<space><tab> convention everywher...
2008-08-02 cognetStore the PC while context switching, for the benefits...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-22 stas- Whitespace fixes.
2008-07-18 alcEliminate unused global variables. (These global varia...
2008-07-12 ticsofix multicast hash register definition
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-06-25 edRemove the unused major/minor numbers from iodev and...
2008-06-12 kevloFix a typo: i80321_pci_probe -> i81342_pci_probe
2008-06-10 kevloAdd the pxa_teardown_intr() bus method function to...
2008-06-10 kevloPull all the code to deal with bus space methods into...
2008-06-09 wkoszekSince we create a DMA tag "mtag" for TX map with bus_dm...
2008-06-09 kevloRemove sa1_cache_clean_addr
2008-06-09 kevloUnify arminit() and clean up
2008-06-06 bennoSupport for the XScale PXA255 SoC as found on the Gumst...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-28 impRelease the resources for the registers for the TWI...
2008-05-23 alcThe VM system no longer uses setPQL2(). Remove it...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-18 alcRetire pmap_addr_hint(). It is no longer used.
2008-05-09 alcAdd a stub for pmap_align_superpage() on machines that...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-05-04 peterExpand kdb_alt_break a little, most commonly used with...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jeff - Add an integer argument to idle to indicate how...
2008-04-22 phkNow that all platforms use genclock, shuffle things...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-21 phkMake genclock standard on all platforms.
2008-04-20 cognetOn the AT91, we need to write on the EOI register after...
2008-04-20 samMulti-bss (aka vap) support for 802.11 devices.
2008-04-11 jeff - Add the interrupt vector number to intr_event_create...
2008-04-08 kevloRemove some long-dead code
2008-04-05 cognetRemove bus_space_generic.c from the per-plarform files...
2008-04-05 cognetAdd bus_space_generic.c for the i81342 as well.
2008-04-05 jhbAdd a MI intr_event_handle() routine for the non-INTR_F...
2008-04-04 impFix stupid typo
2008-04-04 rajMake kernel.tramp build properly on ARM9E.
2008-04-03 rajNow really add the bus_space_generic.c file...
2008-04-03 rajRefactor certain ARM bus space methods: instead of...
2008-04-03 rajFix AVILA build.
2008-04-03 impTake the first baby step towards unifying and cleaning...
2008-04-03 impKERNBASE + 0x00200000 is the same thing as KERNVIRTADDR...
2008-04-03 impRemove unnecessary #define.
2008-03-27 dfrAdd kernel module support for nfslockd and krpc. Use...
2008-03-27 jbWhen building a kernel module, define MAXCPU the same...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-22 cognetWe need to prototype _start() as well, as we use it...
2008-03-22 samadd hints to specify how NPE ports are mapped to MAC...
2008-03-22 samImprove mac+phy configuration so that hints can be...
2008-03-20 samadd usb devices and more wlan stuff now that usb is...
2008-03-20 sammap device 5; the optional USB controller on Gateworks...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
next