]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / arm /
2019-08-12 impFloppy driver really only works on x86
2019-08-12 impMove sc out of the global file
2019-08-11 ianRevert r350841. I didn't realize that on this chip...
2019-08-10 ianRemove use of intr_config_hook from the am335x_pmic...
2019-08-10 ianThe am335x_ehrpwm driver now requires the pwmbus_if...
2019-08-10 manuallwinner: Add support to min/max in aw_clk_frac
2019-08-10 manuRemove some duplicate code that end up in r350844
2019-08-10 manuallwinner: Add a new clock aw_clk_m
2019-08-10 manuallwinner: Rework the BUS_PASS on drivers
2019-08-10 ianWhen responding to an interrupt in the am335x_pmic...
2019-08-10 ianGarbage collect the no-longer-necessary MAX_IIC_DATA_SI...
2019-08-10 ianSwitch the am335x_pmic driver to using iicdev_readfrom...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-07-30 asomersMFHead @350453
2019-07-30 delphijRemove gzip'ed a.out support.
2019-07-30 asomersMFHead @350426
2019-07-29 manuarm: ti: cpsw: Check the new slave node address
2019-07-29 manuarm: ti: Get the hwmods property either from the node...
2019-07-28 asomersMFHead @r350386
2019-07-27 impRemove support for kernel.tramp and kernel.tramp.gz
2019-07-27 manuarm: Fix TEGRA124 kernel
2019-07-22 manuarm: ti: Add a driver for ti,sysc bus
2019-07-22 manuarm: ti: Get the hwmods property from the parent node
2019-07-15 jhbDon't pass error from syscallenter() to syscallret().
2019-07-15 manuRemove duplicated device firmware entry in generic...
2019-07-12 kibProvide protection against starvation of the ll/sc...
2019-07-10 ianDe-pollute arm's sysarch.h.
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-04 impImplement missing MMCBR ivars
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-30 npDisplay the approximate space needed when a minidump...
2019-06-28 mmMFV r349454:
2019-06-28 bcranAdd missing ACPI GICv2 MSI/MSI-X attachment
2019-06-27 asomersMFHead @349476
2019-06-25 impRemove a couple of harmless stray references to nandfs.
2019-06-25 impRemove NAND and NANDFS support
2019-06-24 ianBuild an armv7 LINT kernel in addition to armv5 LINT...
2019-06-23 ianAdd the rtc8583 driver to conf/files. Also, move sy810...
2019-06-21 ianAdd pwm to the armv7 GENERIC kernel, it's now used...
2019-06-21 ianAdd support for the PWM(9) API. This allows configurin...
2019-06-21 ianSome mundane tweaks and cleanups to help de-clutter...
2019-06-21 cemsys: Remove DEV_RANDOM device option
2019-06-20 asomersMFHead @349234
2019-06-17 mmMFV r349134:
2019-06-17 ianImplement the ofw_bus_get_node method in aw_pwm(4)...
2019-06-16 ianIn detach(), call bus_generic_detach() before deleting...
2019-06-16 ianRename pwmbus.h to ofw_pwm.h, because after all the...
2019-06-16 ianBuild SoC-specific modules with GENERIC for the SoCs...
2019-06-16 ianSplit the dtb MODULES_EXTRA line to a series of +=...
2019-06-15 ianMake pwm channel numbers unsigned.
2019-06-15 ianRestructure the pwm device hirearchy and interfaces.
2019-06-15 ianRename the channel_max method to channel_count, because...
2019-06-15 ianGive the aw_pwm driver a module version.
2019-06-15 ianAdd a missing #include. I suspect this used to get...
2019-06-15 ianHandle failure to enable the clock or obtain its frequency.
2019-06-15 ianDon't call pwmbus_attach_bus(), because it may not...
2019-06-15 ianIn detach(), check for failure of bus_generic_detach...
2019-06-10 bzA bit of code hygiene (no functional changes).
2019-06-10 loosAdd the GPIO driver for the North/South bridge in Marve...
2019-06-10 bzAdd a bus_add_child device method to bcm2835_sdhci.
2019-06-10 bzallwinner mmc: move variable assignment into block
2019-06-08 bzbcm2835_sdhci.c: exit DMA if not enough data left to...
2019-06-08 bzbcm2835_sdhci.c: save block registers to avoid controll...
2019-06-07 markjReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-06 asomersMFHead @348740
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-28 dougmImplement the ffs and fls functions, and their longer...
2019-05-23 manuarm: allwinner: Remove frac mode from NM clk
2019-05-23 manuarm: allwinner: clk: Use the new frac clock
2019-05-23 manuarm: allwinner: clk: Add new clock aw_clk_frac
2019-05-23 manuallwinner: aw_ccu: Add some debug printfs (disabled...
2019-05-23 ianRelease the bus-recovery gpio pins in detach(), so...
2019-05-22 ianAdd pnp info to the imx_i2c driver.
2019-05-21 cemInclude eventhandler.h in more compilation units
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-13 asomersMFHead @347527
2019-05-12 manuarm: allwinner: aw_clk_nm: Don't reparent the clock...
2019-05-11 manuallwinner: clk: sun8i_r: Correct resets
2019-05-11 manuallwinner: clk: prediv_mux: Init the current parent
2019-05-09 gallatinRemove IPSEC from GENERIC due to performance issues
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 kevanstun/tap: merge and rename to `tuntap`
2019-05-02 cemAdd a COMPAT_FREEBSD12 kernel option.
2019-04-27 manuarm: allwinner: a10: Correct pin functions
2019-04-27 manuarm64: allwinner: ccu_de2: Remove H5 compatible
2019-04-27 manuarm64: allwinner: Add compatible strings for clock...
2019-04-25 manuarm: allwinner: Add pnp info to aw_rsb and compile...
2019-04-25 manuarm: allwinner: Add pnp info to if_awg and compile...
2019-04-25 manuarm: allwinner: Add pnp info to aw_rtc and compile...
2019-04-25 manuarm: allwinner: Add pnp info to axp81x and compile...
2019-04-25 manuarm: allwinner: Add pnp info to aw_thermal and compile...
2019-04-25 manuarm: allwinner: Add pnpinfo for aw_sid and add module...
2019-04-23 cyMFV r346563:
2019-04-21 ianMove the reporting of spurious interrupts under bootver...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-17 manuarm: allwinner: Fix audio for Allwinner H3/H5
2019-04-17 ianOnly set up the interrupts that will actually be used...
2019-04-16 manuarm: allwinner: Makes more device optional
2019-04-16 manuarm: Add kern_clocksource.c directly in files.arm
next