summaryrefslogtreecommitdiffstats
path: root/sys/arm/s3c2xx0
Commit message (Expand)AuthorAgeFilesLines
* MFC 265852: Map device memory using PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-181-6/+6
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-172-9/+0
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-151-13/+18
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-151-1/+2
* MFC r261252, r261279, r261304, r261305, r261322, r261336, r261337, r261338,ian2014-05-151-1/+0
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-1/+1
* MFC: r260889, r260890, r260911:imp2014-03-011-1/+23
* MFC r258392, r258412:ian2013-12-141-0/+1
* MFC r257648, r257649, r257660:ian2013-12-131-2/+3
* MFC r257639:ian2013-12-132-91/+8
* Remove redundant redeclarations of uart_s3c2410_class indim2013-10-092-3/+0
* Use the correct address when calling kva_free()cognet2013-08-101-1/+1
* - The address lies in the bus space handle, not in the cookiecognet2013-08-101-5/+5
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+2
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-011-9/+9
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-011-1/+0
* Complete r247297:attilio2013-02-281-2/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+2
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-11/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-0/+1
* Merging projects/armv6, part 1gonzo2012-08-153-5/+3
* Move unmask IRQ function call up to nexus device level.gonzo2012-07-171-1/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-9/+0
* Remove stray line from merge.imp2012-06-151-1/+0
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-12/+2
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-3/+2
* Trim trailing whitespace...imp2012-06-135-20/+20
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-10/+2
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-1/+1
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-211-2/+3
* Move the load address of the kernel to the start of KVA as theandrew2011-01-291-4/+4
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-4/+3
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
* Allow external interrupts.andrew2010-07-242-7/+163
* Add the s3c24x0 real time clock driverandrew2010-07-224-1/+194
* Rework how device memory is allocated on the s3c24x0 CPU's.andrew2010-07-225-81/+67
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byimp2010-03-2020-0/+3577
OpenPOWER on IntegriCloud