]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Remove an unneeded instruction.
[FreeBSD/FreeBSD.git] / sys /
2015-08-28 Mark JohnstonRemove an unneeded instruction.
2015-08-27 Warner LoshUse CFLAGS_NO_SIMD in preference to varying lists of...
2015-08-27 Warner LoshNew 1-Wire bus implementation. 1-Wire controller is...
2015-08-27 Kristof Provostpf: Remove support for 'scrub fragment crop|drop-ovl'
2015-08-27 Alexander MotinFix type bug introduced at r286811.
2015-08-27 Alan CoxIn vm_pageout_scan(), simplify the logic for determinin...
2015-08-27 Andrew TurnerThere is no need to get the bus tag or handle.
2015-08-27 Andrew TurnerLimit the speed to the bus frequency.
2015-08-27 Andrew TurnerAllow the fifo-depth and num-slots to be missing. For...
2015-08-27 Bjoern A. Zeebget_inpcbinfo() and get_pcblist() are UDP local functio...
2015-08-27 Ed SchoutenDecompose linkat()/renameat() rights to source and...
2015-08-27 Alexander KabaevRepair sys/cdefs.h enough to be usable with GCC 5.x
2015-08-27 Andrew TurnerAllow us to select the transfer count. This allows...
2015-08-27 Julien CharbonSilent a compilation warning on callout_stop()
2015-08-27 Julien CharbonIn callout_stop(), do not forget to initialize not_runn...
2015-08-27 Gleb SmirnoffReplay r286410. Change KPI of how device drivers that...
2015-08-27 Julien CharbonIn callout_stop(), if a callout is both pending and...
2015-08-27 Alexander V. ChernikovFix packets/bytes accounting on i386.
2015-08-27 Baptiste DaroussinMore fixes to the new macros
2015-08-27 Baptiste DaroussinFix typo in new macros
2015-08-27 Marcel MoolenaarAn error of -1 from parse_mount() indicates that the...
2015-08-27 Justin HibbitsFix freescale sdhc driver, and add it to the files...
2015-08-27 Justin HibbitsUse the macro definition for EXC_PGM_TRAP, instead...
2015-08-26 Warner LoshWhen the kernel is compiled with INVARIANTS, export...
2015-08-26 Baptiste DaroussinMerge i915_emit_box_p and i915_emit_box as done in...
2015-08-26 Baptiste DaroussinBack out a change which should not have been committed yet
2015-08-26 Baptiste Daroussinbackout a change that should not have crept in
2015-08-26 Baptiste DaroussinReduce diff against linux 3.8
2015-08-26 Baptiste DaroussinReduce diff with linux 3.8.13 on i915_drv.c
2015-08-26 Baptiste DaroussinAdd more DRM_* debug macros from linux 3.8.13
2015-08-26 Baptiste DaroussinSynchronize i915_reg.h with linux 3.8.13 version
2015-08-26 Andrew TurnerAdd the SOC_HISI_HI6220 option. This will be used to...
2015-08-26 Jung-uk KimMerge ACPICA 20150818.
2015-08-26 George V. Neville... Summary: Add the interactivity equations to the header...
2015-08-26 Baptiste DaroussinReduce diff on i915_dma.c against linux 3.8.13
2015-08-26 Zbigniew BodekFix race condition in its_cmd_send()
2015-08-26 Andrew TurnerAdd an option to select which SoCs we are building...
2015-08-26 Andrew TurnerOnly access the Samsung registers when targeting Samsun...
2015-08-26 Andrew TurnerAdd a above the virtio section.
2015-08-26 Bryan DreweryFix filemon locking races.
2015-08-26 Justin HibbitsThe Freescale qoriq PCIe controller is compatible with...
2015-08-26 Bryan DreweryAvoid taking proctree_lock and searching parents in...
2015-08-26 Bryan DreweryRemove unneeded inuse list locking in filemon_comment().
2015-08-26 Bryan DreweryMove common locking for filemon_inuse and struct filemo...
2015-08-25 Conrad Meyerioat(4): Minor style cleanups
2015-08-25 Andrew TurnerUse kdb_jmpbuf and setjmp to handle accessing invalid...
2015-08-25 Andrew TurnerUse nitems to count the number of items in a static...
2015-08-25 Andrew TurnerCall into kdb on a data abort when it's enabled. This...
2015-08-25 Andrew TurnerCorrectly update the address to write to after storing...
2015-08-25 Marcelo AraujoCode cleanup unused-but-set-variable spotted by gcc.
2015-08-25 Zbigniew BodekLeave hypervisor mode upon startup on ARMv7
2015-08-25 Adrian ChaddCall the new RSS hash calculation function to correctly...
2015-08-25 Alan CoxTesting whether a page is dirty does not require the...
2015-08-24 Luiz Otavio O SouzaFix the spelling of eri's name.
2015-08-24 Luiz Otavio O SouzaReapply r196551 which was accidentally reverted by...
2015-08-24 Conrad MeyerImport ioat(4) driver
2015-08-24 Adrian ChaddEnable hardfloat for assembly generation.
2015-08-24 Bjoern A. ZeebWhen forking a child process with PMC_F_DESCENDANTS...
2015-08-24 Andrew TurnerCheck the frame pointer is within the kernel before...
2015-08-24 Sean BrunoStyle/whitespace cleanup in shared/common code.
2015-08-24 Edward Tomasz Napi... Make it possible to forcibly unmount devfs.
2015-08-24 Edward Tomasz Napi... Make vfs_unmountall() unmount /dev after /, not before...
2015-08-24 Andrew TurnerAdd support for pmap_sync_icache on arm64.
2015-08-24 Andrew TurnerAdd pages used by the PV entries to minidumps.
2015-08-24 Andriy GaponMFV (partial) r286889: 5692 expose the number of hole...
2015-08-24 Julien CharbonRevert r284245: "Fix a callout race condition introduc...
2015-08-24 Andriy Gaponspa_import_rootpool: prevent lock and resource leak
2015-08-24 Andriy Gaponaccount for ashift when gathering buffers to be written...
2015-08-24 Ed SchoutenSync HPA and VPA implementations with CUP.
2015-08-24 Adrian ChaddImplement the IPv6 RSS software hash function.
2015-08-24 Hiroki Sato- Deprecate IN6_IFF_NODAD. It was used to prevent...
2015-08-24 Justin HibbitsFix static fdt support.
2015-08-23 Andrew TurnerEnable KDTRACE_HOOKS by default on all armv6 kernels...
2015-08-23 Edward Tomasz Napi... After r286237 it should be fine to call vgone(9) on...
2015-08-23 Andrew TurnerHandle the breakpoint instruction in userland by sendin...
2015-08-23 Adrian ChaddReset the channel to the first available channel if...
2015-08-22 Alexander MotinRemove some code duplication by using biofinish().
2015-08-22 Mark MurrayMake the UMA harvesting go away completely if not wante...
2015-08-22 Xin LIMFV r287019: leapseconds from tzdata2015f.
2015-08-22 Justin HibbitsFollow up to r287014
2015-08-22 Justin HibbitsEnhance book-e pmap for 36-bit physaddr
2015-08-22 Justin HibbitsCreate a RouterBoard platform and use it to create...
2015-08-22 Justin HibbitsMake the mpc85xx platform a kobj base class.
2015-08-21 Luiz Otavio O SouzaAdd ALTQ(9) support for the CoDel algorithm.
2015-08-21 Warner LoshWe're waiting on a struct proc *, not a struct thread...
2015-08-21 Alan CoxEliminate pointless assignments to rtvals[] in swap_pag...
2015-08-21 Roger Pau Monnépreload_search_info: make sure mod is set
2015-08-21 Roger Pau Monnéxen: allow disabling PV disks and nics
2015-08-21 Conrad Meyervt_cpulogos: Resize all terms/windows when tearing...
2015-08-21 Konstantin BelousovAutomatically disable x2APIC mode on SandyBridge Lenovo...
2015-08-21 Andriy Gapontry to fix lor between z_teardown_lock and spa_namespac...
2015-08-21 Andriy Gaponfix standalone build of zfs module
2015-08-21 Andriy Gaponfix a mismerge in r286539 (MFV 286538: 5562 ZFS sa_hand...
2015-08-21 Ed SchoutenDon't truncate cursor arithmetic to 16 bits.
2015-08-21 Justin HibbitsAdd initial boot support for e500mc and e5500.
2015-08-21 Justin HibbitsSimplify the PCI bus scanning logic.
2015-08-20 Konstantin BelousovIf process becomes reaper (procctl(PROC_REAP_ACQUIRE...
2015-08-20 Ryan StonePrevent ticks rollover from preventing vm_lowmem event
2015-08-20 Ian LeporeRemove code left over from the armv4 days. On armv4...
2015-08-20 Ian LeporeMinor comment and style fixes, no functional change.
next