Home
last modified time | relevance | path

Searched refs:rc1 (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/Documentation/scsi/
DChangeLog.megaraid_sas7 Current Version : 06.803.02.00-rc1
8 Old Version : 06.803.01.00-rc1
20 Current Version : 06.803.01.00-rc1
21 Old Version : 06.700.06.00-rc1
33 Current Version : 06.700.06.00-rc1
34 Old Version : 06.600.18.00-rc1
43 Current Version : 06.600.18.00-rc1
44 Old Version : 06.506.00.00-rc1
63 Current Version : 06.506.00.00-rc1
64 Old Version : 06.504.01.00-rc1
[all …]
Dlpfc.txt19 The driver now requires a 2.6.12 (if pre-release, 2.6.12-rc1) or later
72 At this time, the driver requires the 2.6.12 (if pre-release, 2.6.12-rc1)
DChangeLog.lpfc19 * Removed FC_TRANSPORT_PATCHESxxx defines. They're in 2.6.12-rc1.
/linux-4.4.14/drivers/staging/iio/Documentation/light/
Dsysfs-bus-iio-light-tsl2x7x2 KernelVersion: 3.3-rc1
9 KernelVersion: 3.3-rc1
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dfw_inc.c467 int rc, rc1; in wil_request_firmware() local
479 for (sz = fw->size, d = fw->data; sz; sz -= rc1, d += rc1) { in wil_request_firmware()
480 rc1 = wil_fw_verify(wil, d, sz); in wil_request_firmware()
481 if (rc1 < 0) { in wil_request_firmware()
482 rc = rc1; in wil_request_firmware()
485 rc = wil_fw_load(wil, d, rc1); in wil_request_firmware()
Ddebugfs.c834 int rc, rc1; in wil_write_file_wmi() local
852 rc1 = wmi_send(wil, cmdid, cmd, cmdlen); in wil_write_file_wmi()
855 wil_info(wil, "%s(0x%04x[%d]) -> %d\n", __func__, cmdid, cmdlen, rc1); in wil_write_file_wmi()
/linux-4.4.14/drivers/ide/
Dqd65xx.c426 int rc1, rc2 = -ENODEV; in qd65xx_init() local
431 rc1 = qd_probe(0x30); in qd65xx_init()
432 if (rc1) in qd65xx_init()
435 if (rc1 < 0 && rc2 < 0) in qd65xx_init()
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c777 int rc1 = 0, rc2 = 0; in ibmveth_set_csum_offload() local
843 rc1 = -EIO; in ibmveth_set_csum_offload()
845 rc1 = -EIO; in ibmveth_set_csum_offload()
854 return rc1 ? rc1 : rc2; in ibmveth_set_csum_offload()
862 int rc1 = 0, rc2 = 0; in ibmveth_set_tso() local
896 rc1 = -EIO; in ibmveth_set_tso()
916 return rc1 ? rc1 : rc2; in ibmveth_set_tso()
925 int rc1 = 0, rc2 = 0; in ibmveth_set_features() local
928 rc1 = ibmveth_set_csum_offload(dev, rx_csum); in ibmveth_set_features()
929 if (rc1 && !adapter->rx_csum) in ibmveth_set_features()
[all …]
/linux-4.4.14/Documentation/ko_KR/
DHOWTO242 - 2주 후에 -rc1 커널이 배포되며 지금부터는 전체 커널의 안정성에 영향을
244 완전히 새로운 드라이버(혹은 파일시스템)는 -rc1 이후에만 받아들여진다는
248 생겨난 버그)를 일으킬 만한 위험을 가지고 있지 않기 때문이다. -rc1
/linux-4.4.14/drivers/char/tpm/
Dtpm_ibmvtpm.c569 int rc = -ENOMEM, rc1; in tpm_ibmvtpm_probe() local
647 rc1 = plpar_hcall_norets(H_FREE_CRQ, vio_dev->unit_address); in tpm_ibmvtpm_probe()
648 } while (rc1 == H_BUSY || H_IS_LONG_BUSY(rc1)); in tpm_ibmvtpm_probe()
/linux-4.4.14/Documentation/ja_JP/
DHOWTO276 - 2週間後、-rc1 カーネルがリリースされ、この後にはカーネル全体の安定
279 -rc1 の後で受け付けられることもあることを覚えておいてください。な
281 ない限り、退行のリスクは無いからです。-rc1 がリリースされた後、
/linux-4.4.14/Documentation/zh_CN/
DHOWTO212 - 两个星期以后-rc1版本内核发布。之后只有不包含可能影响整个内核稳定性的
214 可能在-rc1后被接受是因为这样的修改完全独立,不会影响其他的代码,所以
215 没有造成内核退步的风险。在-rc1以后也可以用git向Linus提交补丁,不过所
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt41 the merge window is closed, and it is called/tagged "-rc1". No new
42 features get mainlined after this -- only fixes to the rc1 content
43 are expected. After roughly a week of collecting fixes to the rc1
62 Shortly after the two weeks have passed (and vX.Y-rc1 is released), the
81 and note the top of the "tags" section. If it is rc1, it is early
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h1231 int rc1; in obd_notify_observer() local
1237 rc1 = obd_notify(observer->obd_observer, observed, ev, data); in obd_notify_observer()
1239 rc1 = 0; in obd_notify_observer()
1250 return rc1 ? rc1 : rc2; in obd_notify_observer()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dstatahead.c915 int rc1; in ll_statahead_one() local
935 rc1 = ll_sa_entry_to_stated(sai, entry, in ll_statahead_one()
937 if (rc1 == 0 && entry->se_index == sai->sai_index_wait) in ll_statahead_one()
Dllite_lib.c1208 int rc = 0, rc1 = 0; in ll_setattr_raw() local
1354 rc1 = ll_setattr_done_writing(inode, op_data, mod); in ll_setattr_raw()
1356 rc = rc1; in ll_setattr_raw()
Dfile.c2091 int rc1; in ll_swap_layouts() local
2094 rc1 = ll_setattr(file2->f_path.dentry, &llss->ia1); in ll_swap_layouts()
2097 rc = rc1; in ll_swap_layouts()
/linux-4.4.14/drivers/input/touchscreen/
Dcyttsp4_core.c1588 int rc1; in cyttsp4_startup_() local
1591 rc1 = cyttsp4_adap_read(cd, CY_REG_BASE, sizeof(ldr_err_app), in cyttsp4_startup_()
1593 if (rc1) { in cyttsp4_startup_()
1594 dev_err(cd->dev, "%s: Fail read r=%d\n", __func__, rc1); in cyttsp4_startup_()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1035 int rc1; in lmv_iocontrol() local
1052 rc1 = obd_iocontrol(cmd, lmv->tgts[i]->ltd_exp, in lmv_iocontrol()
1054 if (rc1 != 0 && rc == 0) in lmv_iocontrol()
1055 rc = rc1; in lmv_iocontrol()
/linux-4.4.14/Documentation/
Dkasan.txt78 CPU: 0 PID: 1689 Comm: modprobe Tainted: G B 3.18.0-rc1-mm1+ #98
DHOWTO239 - After two weeks a -rc1 kernel is released it is now possible to push
242 (or filesystem) might be accepted after -rc1 because there is no
245 is being added. git can be used to send patches to Linus after -rc1
Dmd.txt236 this will be a very large number (or 'none' since 2.6.30-rc1). At
Dkmemcheck.txt46 As of version 2.6.31-rc1, kmemcheck is included in the mainline kernel.
Dkprobes.txt553 As of Linux v2.6.15-rc1, multiple handlers (or multiple instances of
/linux-4.4.14/Documentation/development-process/
D2.Process48 be called 2.6.40-rc1. The -rc1 release is the signal that the time to
72 January 18 2.6.38-rc1, merge window closes
/linux-4.4.14/drivers/s390/net/
Dqeth_core_main.c1606 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_halt_channels() local
1609 rc1 = qeth_halt_channel(&card->read); in qeth_halt_channels()
1612 if (rc1) in qeth_halt_channels()
1613 return rc1; in qeth_halt_channels()
1621 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_clear_channels() local
1624 rc1 = qeth_clear_channel(&card->read); in qeth_clear_channels()
1627 if (rc1) in qeth_clear_channels()
1628 return rc1; in qeth_clear_channels()
/linux-4.4.14/Documentation/filesystems/
Dext4.txt122 - http://www.bullopensource.org/ext4/20080818-ffsb/ffsb-write-2.6.27-rc1.html
123 - http://www.bullopensource.org/ext4/20080818-ffsb/ffsb-readwrite-2.6.27-rc1.html
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1587 uint64_t rc1:4; member
1591 uint64_t rc1:4;
/linux-4.4.14/Documentation/RCU/
DRTFP.txt193 [LinusTorvalds2011Linux2:6:38:rc1:NPigginVFS], an RCU-protected red-black
2515 @unpublished{LinusTorvalds2011Linux2:6:38:rc1:NPigginVFS
2517 ,Title="Linux 2.6.38-rc1"