]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
new x86 smp topology detection code
[FreeBSD/FreeBSD.git] / sys /
2016-04-04 avgnew x86 smp topology detection code
2016-04-04 andrewReduce the diff for when we switch to intrng. The IPI...
2016-04-04 andrewInclude sys/rman.h directly rather than relying on...
2016-04-04 andrewFix a format string when uint64_t is not unsigned long...
2016-04-04 skraDefine local-intc for BCM2836 platform (RPI2) and make...
2016-04-04 skraRework TI gpio interrupt controller for INTRNG. It...
2016-04-04 skraRework am33xx interrupt controller for INTRNG and enable it
2016-04-04 skraRemove FDT specific parts from INTRNG. Change its inter...
2016-04-04 wmaarm64: pagezero improvement
2016-04-04 wmaAdd bzero.S to ARM64 machdep
2016-04-04 wmaarm64: bzero optimization
2016-04-04 sgalabovEnable 4-byte address support for the mx25l family...
2016-04-03 adrian[iwn] Don't try to seamlessly recover from a firmware...
2016-04-03 jhbMove i386/i386/autoconf.c to sys/x86/x86 and use it...
2016-04-03 pfgchdone(): Prevent returning uninitialized scalar value.
2016-04-03 pfgg_sched_destroy(): prevent return of uninitialized...
2016-04-03 pfgFix indentation oops.
2016-04-03 avoswpi, iwn: fix check in find_eeprom_channel()
2016-04-03 mavPass through some new block device features.
2016-04-03 dchaginMove Linux specific times tests up to guarantee the...
2016-04-02 jmcneillImprove HDMI display detection by searching the CEA...
2016-04-02 avgremove emulation of VFS_HOLD and VFS_RELE from opensola...
2016-04-02 traszAdd configurable rate limit for "log" and "devctl"...
2016-04-02 mavMFV r297506: 6738 zfs send stream padding needs documen...
2016-04-02 mavMFV r297504: 6681 zfs list burning lots of time in...
2016-04-02 pfgSmall typo.
2016-04-01 tuexenSet the chunk id for ERROR chunks.
2016-04-01 jmcneillMove support for Synopsys Designware APB UART out of...
2016-04-01 traszFix mismerge.
2016-04-01 traszDrop the 'resource' argument to racct_decay(); it would...
2016-04-01 jhbCap IOSIZE_MAX to INT_MAX for 32-bit processes.
2016-04-01 traszCall rctl_enforce() in all cases the resource usage...
2016-04-01 traszReorder the functions; no functional changes.
2016-04-01 traszReduce code duplication.
2016-04-01 traszReduce code duplication. There should be no (intended...
2016-04-01 sbrunoRepair a overflow condition where a user could submit...
2016-04-01 zbbFix PowerPC LINT build after r297392
2016-04-01 kibStyle(9), use tabs for the #define LOOPS line.
2016-04-01 sephetcp/lro: Change SLIST to LIST, so that removing an...
2016-04-01 sephetcp/lro: Use tcp_lro_flush_all in device drivers to...
2016-04-01 sephehyperv: Register Hyper-V timer early enough for TSC...
2016-04-01 kevloUpdate comment: Linux does set a randomized generation...
2016-03-31 glebiusFix an error in r292373. Use proper count to update...
2016-03-31 bzCatch up with some more fields. I needed the bpf one...
2016-03-31 edMake Position Independent Executables work for CloudABI.
2016-03-31 edRegenerate system call table after r297468.
2016-03-31 edSync in the latest CloudABI system call definitions.
2016-03-31 jhbRemove #ifdef's from various structures used in the...
2016-03-31 jhbRework handling of thread sleeps before timers are...
2016-03-31 traszRefactor; no functional changes.
2016-03-31 jhbTidy up the unmapped I/O code in qphysio.
2016-03-31 traszImprove comments.
2016-03-31 npAdd wait_event_interruptible_timeout to linuxkpi.
2016-03-31 traszFix overflows, making it impossible to add negative...
2016-03-31 zbbFix number of the enabled VFs in VNIC
2016-03-31 zbbDon't omit m_dup() for non-writeable mbufs that need...
2016-03-31 traszRemove NULL checks after M_WAITOK allocations, which...
2016-03-31 zbbFix MAC address configuration for VNIC
2016-03-31 zbbImprove TX path of the VNIC driver
2016-03-31 zbbFix typo in the VNIC's PF function name
2016-03-31 zbbDisable MSI-x for AHCI on Alpine plattform
2016-03-31 andrewAdd support for 4 level pagetables. The userland addres...
2016-03-31 hselaskyFix bugs in currently unused bit searching loop.
2016-03-31 adrianAdd support for the Nuvoton NCT5104D.
2016-03-31 gnnUnbreak the RSS/PCBGROUp build.
2016-03-30 bdreweryRemove the old depend (mkdep) code and make FAST_DEPEND...
2016-03-30 loosEnable SPI1 on Beaglebone Black.
2016-03-30 loosUse the AM33XX_IOPAD() MACRO which is easier to read...
2016-03-30 jamieUse osd_reserve / osd_jail_set_reserved, which is known...
2016-03-30 loosAdd basic FDT support for the mx25l SPI flash.
2016-03-30 jamieAdd osd_reserve() and osd_set_reserved(), which allow...
2016-03-30 mavPlug open count leak on zvol rename.
2016-03-30 mavSwitch from using make_dev_p() to make_dev_s() to close...
2016-03-30 loosBump up the read and write timeouts. The old value...
2016-03-30 hselaskyAdd new USB ID to UDL driver.
2016-03-30 adrian[bwn] fix time_before -> ieee80211_time_before()
2016-03-30 npRemove unnecessary dequeue_mutex (added in r294610...
2016-03-30 adrian[net80211] migrate the time_* macros to ieee80211_...
2016-03-30 adrian[net80211] Add fields to decode uAPSD fields.
2016-03-30 markjFix the lladdr copy in in6_lltable_dump_entry() after...
2016-03-29 pfgSmall typo.
2016-03-29 kibDo not access buffer if bread(9) or cluster_read(9...
2016-03-29 glebiusThe sendfile(2) allows to send extra data from userspac...
2016-03-29 kibType of the interrupt handlers on x86 cannot be express...
2016-03-29 kibFix several bugs in r297374:
2016-03-29 markjModify nd6_llinfo_timer() to acquire the nd6 lock befor...
2016-03-29 mavModify "4958 zdb trips assert on pools with ashift...
2016-03-29 loosAdd the SPI driver for am335x.
2016-03-29 bdreweryUse proper kern.opts.mk rather than src.opts.mk from...
2016-03-29 zbbReduce OFW PCI code duplication - involves ARM, PPC...
2016-03-29 traszRemove some NULL checks for M_WAITOK allocations.
2016-03-29 andrewRead the CPU ID for the current CPU from the GIC. The...
2016-03-29 zbbImprove HW checksums support in VNIC
2016-03-29 zbbDon't manage free SQ entry index by the atomic operations
2016-03-29 mavAdd some device IDs found on AMD FCH shipsets.
2016-03-29 mavAdd support for AMD FCH watchdog timers.
2016-03-29 hselaskyVerify that all segments in the loaded segment list...
2016-03-29 kibCalibrate the frequency of the of the native_lapic_ipi_...
2016-03-29 kibUse ANSI function definition.
2016-03-29 dumbbellCAM: Generalize 4k quirk to all Samsung MZ7* SSDs
next