]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Only decode fdt data which belongs to the GIC controller.
[FreeBSD/FreeBSD.git] / sys /
2015-10-18 Ian LeporeOnly decode fdt data which belongs to the GIC controller.
2015-10-18 Ian LeporeInclude "opt_platform.h" early so that the FDT option...
2015-10-18 Conrad Meyerif_ntb: MFV e26a5843: Move MW/DB management to if_ntb
2015-10-18 Conrad Meyerif_ntb: Rename things to match Linux driver
2015-10-18 Conrad Meyerif_ntb: Replace handmade bitset macros with sys/bitset.h
2015-10-18 Conrad MeyerNTB: Flesh out the rest of the xeon_setup_b2b_mw changes
2015-10-18 Conrad MeyerNTB: "Split ntb_hw_intel and ntb_transport drivers"
2015-10-18 Conrad MeyerNTB: Simplify ntb_map_pci_bars
2015-10-18 Conrad MeyerNTB: Simplify interrupt handling by merging SoC/Xeon
2015-10-18 Conrad MeyerNTB: Rename some variables/functions to match Linux
2015-10-18 Conrad MeyerNTB: Rename some constants to match Linux
2015-10-18 Ian LeporeEnable ARM_INTRNG on IMX6 platforms, and make the imx_g...
2015-10-18 Alexander MotinMFV r289535: 5767 fix several problems with zfs test...
2015-10-18 Sean BrunoRemove geom_uncompress from TP-MR3020 config. Its...
2015-10-18 Sean BrunoAdd VM_KMEM_SIZE_SCALE=1 as these systems are going...
2015-10-18 Ian LeporeEnable ARM_INTRNG on the pandaboard platform.
2015-10-18 Alexander MotinMFV r289530: 5847 libzfs_diff should check zfs_prop_get...
2015-10-18 Ian LeporeImport ARM_INTRNG, the "next generation" interrupt...
2015-10-18 Alexander MotinMFV r289526:
2015-10-18 Ian LeporeRename arm_init_secondary_ic() -> arm_pic_init_secondar...
2015-10-18 Andrew TurnerCorrectly align the stack. The early csu assumed we...
2015-10-18 Alexander V. ChernikovFix deletion of ifaddr lle entries when deleting prefix...
2015-10-18 Alexander MotinMFC r289498: 6298 zfs_create_008_neg and zpool_create_0...
2015-10-18 Alexander MotinMFV r247180: Update vendor/illumos/dist and vendor...
2015-10-18 Alexander MotinMFV r289493: 5745 zfs set allows only one dataset prope...
2015-10-18 Konstantin BelousovOnly marker is guaranteed to be present on the queue...
2015-10-18 John-Mark Gurneydrop a bunch of white space at end of lines and end...
2015-10-18 John-Mark Gurneypage sized is not spelled 4096 on all arches...
2015-10-18 Sean BrunoCorrectly use the default values for location of MAC...
2015-10-18 Cy SchubertReally fix ipfilter bug 3600459.
2015-10-18 Ian LeporeFix a strange macro re-definition compile error. If...
2015-10-18 Adrian Chaddif_arge: fix up TX workaround; add TX/RX requirements...
2015-10-17 Andrew TurnerReplace build_section_pagetable with build_l1_block_pag...
2015-10-17 Alexander V. ChernikovRemove several compat functions from pre-fib era.
2015-10-17 Jason A. HarmeningDon't page-align the physical address when calling...
2015-10-17 Jean-Sébastien Pédrondrm/i915: Reduce diff with Linux 3.8
2015-10-17 Andrew TurnerRename build_block_pagetable to build_l2_block_pagetabl...
2015-10-17 Konstantin BelousovAdd checks for kernel VA accesses to the copyin(9)...
2015-10-17 Enji CooperReplace /dev/acd0 with /dev/cd1
2015-10-17 Alexander MotinFix ZFS ABI compat shims for `zfs receive` after r289362.
2015-10-17 Bryan DreweryDo as r289391 did for share/mk and make installing...
2015-10-16 Scott LongRevert an extra hunk that crept into the last commit.
2015-10-16 Scott LongRemove _FreeBSD_version check for something that was...
2015-10-16 Konstantin BelousovIf falloc_caps() failed, cleanup needs to be performed...
2015-10-16 Alexander MotinMFV r289310:
2015-10-16 Ed SchoutenUse the right variable name.
2015-10-16 Alexander MotinBump version and add notice about incompatibility intro...
2015-10-16 Warner LoshDo not relocate extents to make them contiguous if...
2015-10-16 Navdeep Parharcxgbe(4): support for the kernel RSS option.
2015-10-16 Hiroki SatoFix a panic when destroying a lagg interface.
2015-10-16 Bryan DreweryRename the /usr/share/doc/legal files to driver.LICENSE...
2015-10-15 Conrad MeyerNTB: MFV ab760a0c: Add split BAR support for Haswell
2015-10-15 Conrad MeyerNTB: Add variable number MW, DB CB support code
2015-10-15 Konstantin BelousovRevert r289302, invalid pages can be queued, e.g. by...
2015-10-15 Ed SchoutenProperly set the return value for casueword to 0 upon...
2015-10-15 Konstantin BelousovARM userspace accessors, e.g. {s,f}uword(9), copy{in...
2015-10-15 Alexander MotinMFV r289312: 2605 want to resume interrupted zfs send
2015-10-15 Adrian ChaddAdd support for the BCM57765 card reader.
2015-10-15 Bjoern A. Zeeb2nd try, after r289319:
2015-10-15 Bjoern A. ZeebHopefully also unbreak VIMAGE kernels replacing the...
2015-10-14 Conrad MeyerNTB: MFV 1db97f25: Pull out platform detection logic
2015-10-14 Conrad MeyerNTB: Abstract doorbell register access
2015-10-14 Conrad Meyerif_ntb: MFV 3cc5ba19: Add alignment check to meet hardw...
2015-10-14 Conrad MeyerNTB: MFV a1413cfb: correct the spread of queues over...
2015-10-14 Conrad MeyerNTB: Remap MSI-X messages over available slots
2015-10-14 Conrad MeyerNTB: Reserve link event doorbell callback on Xeon
2015-10-14 Conrad MeyerNTB: MFV 53a788a7: Split ntb_setup_interrupts() into...
2015-10-14 Conrad Meyerif_ntb: Cleanup style
2015-10-14 Conrad MeyerNTB: MFV 403c63cb: client event cleanup
2015-10-14 Navdeep Parhariw_cxgbe: use correct RFC number.
2015-10-14 Ed MasteAdd Ubiquiti EdgeRouter Lite (ERL) kernel config file
2015-10-14 Bjoern A. ZeebRevert r289319 as it seems some ARM kernels include...
2015-10-14 Bjoern A. ZeebFix the dependencies to be similar to TCP as without...
2015-10-14 Bjoern A. ZeebProperly define functions withut argument and wrap...
2015-10-14 Konstantin BelousovAllow PT_INTERP and PT_NOTES segments to be located...
2015-10-14 Bjoern A. ZeebNow that we can detect the Cortex-A8 properly, fix...
2015-10-14 Bjoern A. ZeebHWPMC depends on pmu.c even if device pmu is not specified.
2015-10-14 Kristof Provostpf: Fix TSO issues
2015-10-14 Alexander MotinMFV r289311: 5764 "zfs send -nv" directs output to...
2015-10-14 Alexander MotinMFV r289308: 6267 dn_bonus evicted too early
2015-10-14 Alexander MotinMFV r289306: 6295 metaslab_condense's dbgmsg should...
2015-10-14 Alexander MotinMFV r289304: 6293 ztest failure: error == 28 (0xc ...
2015-10-14 Konstantin BelousovInvalid pages should not appear on the inactive queue...
2015-10-14 Alexander MotinMFV r289298: 6286 ZFS internal error when set large...
2015-10-14 Alexander MotinMFV r289296: 6288 dmu_buf_will_dirty could be faster
2015-10-14 Alexander MotinMFV r289294: 5219 l2arc_write_buffers() may write beyon...
2015-10-14 Hiren PanchasaraFix an unnecessarily aggressive behavior where mtu...
2015-10-14 Conrad MeyerNTB: MFV e8aeb60c: Disable interrupts and poll under...
2015-10-14 Conrad MeyerNTB: MFV 78958433: Enable Snoop on Primary Side
2015-10-14 Jeff RobersonParallelize the buffer cache and rewrite getnewbuf...
2015-10-14 Hiren PanchasaraThere are times when it would be really nice to have...
2015-10-13 Conrad MeyerNTB: MFV 58b88920: Document HW errata
2015-10-13 Conrad MeyerNTB: MFV fca4d518: Fix ntb_transport link down race
2015-10-13 Conrad MeyerNTB: MFV 9fec60c4: Fix NTB-RP Link Up
2015-10-13 Conrad MeyerNTB: MFV c529aa30: Xeon Doorbell errata workaround
2015-10-13 Conrad MeyerNTB: MFV f9a2cf89: Comment Fix
2015-10-13 Conrad MeyerNTB: MFV b1ef0043: Remove References of non-B2B BWD HW
2015-10-13 Conrad Meyerif_ntb: Fix build on i386
2015-10-13 Conrad Meyerioat: Use correct macro, fix build on i386
2015-10-13 Conrad MeyerNTB: (partial) MFV ed6c24ed: NTB-RP support
next