]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Don't set the ECT codepoint on retransmitted packets during SACK loss
[FreeBSD/FreeBSD.git] / sys / arm /
2020-01-19 Emmanuel Vadotzilinx/zy7_qspi: Add a qspi driver for Zynq platforms.
2020-01-19 Emmanuel Vadotarm: allwinner: Add GPIO Interrupt support
2020-01-19 Emmanuel Vadotarm: allwinner: Fix padconf for interrupts information
2020-01-18 Kyle Evanssysent targets: further cleanup and deduplication
2020-01-17 Kyle Evansbcm2835_vcbus: unifdef all platform definitions
2020-01-16 Emmanuel Vadotarm: allwinner: ahci: target-supply is optional
2020-01-16 Emmanuel Vadotarm: allwinner: Add support for bank supply
2020-01-16 Emmanuel Vadotaxp8xx: Add a regnode_init method
2020-01-16 Emmanuel Vadotaxp8xx: Add missing voltage regulators offset
2020-01-12 Mateusz GuzikAdd KERNEL_PANICKED macro for use in place of direct...
2020-01-10 Jung-uk KimMFV: r356607
2020-01-10 Emmanuel Vadotarm: allwinner: axp209: Add regnode_status method
2020-01-10 Kyle EvansSet .ORDER for makesyscalls generated files
2020-01-10 Kyle Evansa10_ahci: grab the target-supply regulator and enable it
2020-01-09 Kyle Evansbcm2835_vcbus: hide 'checking root' messages under...
2020-01-09 Ryan Libbyuma: reorganize flags
2020-01-07 Ian LeporeAdd #ifdef option-test wrappers around another call...
2020-01-06 Martin MatuskaMFV r356415
2020-01-05 Martin MatuskaMFV r356365:
2020-01-02 Ian LeporeAdd the xdma framework and pl330 dma drivers to arm...
2020-01-02 Emmanuel Vadotarm: allwinner: aw_spi: Call bus_generic_attach
2020-01-02 Ian LeporeSince arm/unwind.c s conditionally compiled, only call...
2020-01-02 Warner LoshRemove NOTES.armv5. It's no longer relevant.
2019-12-31 Edward Tomasz Napi... Regen after r356233.
2019-12-31 Edward Tomasz Napi... Sigh, add getcpu(2) chunk missed in r356229.
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-30 Ian LeporeSet a "kernbase" symbol in 32-bit arm locore.S and...
2019-12-30 Kyle Evanssc(4) md bits: stop setting sc->kbd entirely
2019-12-24 Luiz Otavio O SouzaInitialize the bounce pages list in armv[4|6] DMA maps.
2019-12-24 Brandon Bergren[PowerPC] Implement Secure-PLT jump table processing...
2019-12-24 Scott LongIntroduce the concept of busdma tag templates. A templa...
2019-12-23 Kyle Evanssc: fix arm/mips/sparc64 MD bits
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-20 Kyle EvansKill off dummy kbd drivers
2019-12-20 Kyle EvansVERSATILEPB: Unbreak after r355796
2019-12-18 Kyle Evansbcm2835_vcbus: add legacy compat mappings
2019-12-17 Kyle Evansarm: add SOC_BRCM_BCM2837 option, include it in GENERIC
2019-12-17 Ian LeporeRemove unnecessary MODULE_DEPEND() from imx_i2c.c,...
2019-12-16 Jeff RobersonRepeat the spinlock_enter/exit pattern from amd64 on...
2019-12-16 Kyle Evanschrome_kb: remove default get_fkeystr/diag implementations
2019-12-16 Kyle Evanskbd drivers: use kbdd_* indirection for diag invocation
2019-12-15 Ian LeporeRewrite arm kernel stack unwind code to work when unwin...
2019-12-14 Edward Tomasz Napi... Regen after r355752.
2019-12-14 Edward Tomasz Napi... Fix definitions for linuxulator's sync_file_range(2).
2019-12-13 Jung-uk KimMFV: r355716
2019-12-13 Warner LoshBe consistent about checking return value from bus_dela...
2019-12-13 Warner LoshCreate new wrapper function: bus_delayed_attach_children()
2019-12-11 Ed Mastearm linuxulator: regen sysent after r355621
2019-12-11 Ed Mastearm linuxulator: put syscall type and argument on one...
2019-12-11 Ed Mastearm linuxulator: add "make sysent" generated files
2019-12-11 Ed Mastearm linuxulator: add syscalls.conf and Makefile for...
2019-12-10 Mark JohnstonIntroduce vm_page_astate.
2019-12-09 Kyle EvansRPI: Fix DMA/SDHCI on the BCM2836 (Raspberry Pi 2)
2019-12-06 Luiz Otavio O SouzaFix the ARM64 build, include the necessary <sys/mutex...
2019-12-06 Luiz Otavio O SouzaAdd the SPI driver for the Marvell Armada 37x0 SoC.
2019-12-06 Ian LeporeDeclare the global kernel symbols created by ldscript...
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-05 Luiz Otavio O SouzaFix the build, use the correct include path.
2019-12-05 Luiz Otavio O SouzaAdd the I2C driver for the Armada 37x0.
2019-12-04 Warner LoshRegularize my copyright notice
2019-12-03 John BaldwinUse uintptr_t instead of register_t * for the stack...
2019-12-03 Emmanuel VadotRemove "all rights reserved" from copyright for the...
2019-12-03 Emmanuel VadotRemove "all rights reserved" from copyright for the...
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-12-02 Jeff RobersonFix a few places that free a page from an object withou...
2019-12-01 Kyle EvansRemove more needless <sys/tty.h> includes
2019-11-28 Ian LeporeImplement the ofw_bus_get_node method in the imx_gpio...
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-24 Ian LeporeWhen doing ARM stack unwinding as part of stack_save...
2019-11-23 Kyle Evansbcm2835_sdhci: fix non-INVARIANTS build
2019-11-23 Kyle Evansbcm2835_dma: rip out the "use_dma" flag, make it non...
2019-11-23 Kyle Evansbcm2835_sdhci: "fix" DMA on the RPi 4
2019-11-22 Kyle Evansbcm2835_vcbus: add the *other* rpi4 compat string
2019-11-21 Warner LoshRemove two obsolete comments that reference splhigh...
2019-11-21 Kyle Evansbcm2835_sdhci: only inspect interrupts we handle
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-21 Ed Mastemark arm.arm (v4/v5) kernels as NO_UNIVERSE for now
2019-11-21 Kyle Evansbcm2835_sdhci: clean up DMA segments in error handling...
2019-11-21 Kyle Evansbcm2835_sdhci: roll back r354823
2019-11-21 Kyle EvansRevert r354930: wrong diff, right message.
2019-11-21 Kyle Evansbcm2835_sdhci: clean up DMA segments in error handling...
2019-11-20 Pedro F. GiffuniMFV 354917, 354918, 354919
2019-11-20 Kyle Evansbcm2835_vcbus: add compatibility name for ^/sys/contrib...
2019-11-20 Kyle Evansbcm2835: push address mapping conversion for DMA/mailbo...
2019-11-19 Kyle Evansbcm2835_sdhci: various refactoring of DMA path
2019-11-19 Kyle Evansbcm2835_sdhci: formalize DMA tag/segment scaling requir...
2019-11-19 Kyle Evansbcm2835_sdhci: some style cleanup, no functional change
2019-11-19 Kyle Evansbcm2835_sdhci: drop an assert in start_dma_seg
2019-11-18 Mark JohnstonSet MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configur...
2019-11-18 Kyle Evansbcm2835_sdhci: use a macro for interrupts we handle
2019-11-18 Kyle Evansbcm2835_sdhci: push DATA_END handling out of DMA interr...
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
next