Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/iio/Documentation/light/
Dsysfs-bus-iio-light-tsl2x7x2 KernelVersion: 3.3-rc1
9 KernelVersion: 3.3-rc1
/linux-4.1.27/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.c753 int rc, rc1; in wil_write_file_wmi() local
771 rc1 = wmi_send(wil, cmdid, cmd, cmdlen); in wil_write_file_wmi()
774 wil_info(wil, "%s(0x%04x[%d]) -> %d\n", __func__, cmdid, cmdlen, rc1); in wil_write_file_wmi()
/linux-4.1.27/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.1.27/Documentation/ko_KR/
DHOWTO242 - 2주 후에 -rc1 커널이 배포되며 지금부터는 전체 커널의 안정성에 영향을
244 완전히 새로운 드라이버(혹은 파일시스템)는 -rc1 이후에만 받아들여진다는
248 생겨난 버그)를 일으킬 만한 위험을 가지고 있지 않기 때문이다. -rc1
/linux-4.1.27/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.1.27/Documentation/ja_JP/
DHOWTO276 - 2週間後、-rc1 カーネルがリリースされ、この後にはカーネル全体の安定
279 -rc1 の後で受け付けられることもあることを覚えておいてください。な
281 ない限り、退行のリスクは無いからです。-rc1 がリリースされた後、
/linux-4.1.27/Documentation/zh_CN/
DHOWTO212 - 两个星期以后-rc1版本内核发布。之后只有不包含可能影响整个内核稳定性的
214 可能在-rc1后被接受是因为这样的修改完全独立,不会影响其他的代码,所以
215 没有造成内核退步的风险。在-rc1以后也可以用git向Linus提交补丁,不过所
/linux-4.1.27/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.1.27/drivers/net/ethernet/ibm/
Dibmveth.c769 int rc1 = 0, rc2 = 0; in ibmveth_set_csum_offload() local
835 rc1 = -EIO; in ibmveth_set_csum_offload()
837 rc1 = -EIO; in ibmveth_set_csum_offload()
846 return rc1 ? rc1 : rc2; in ibmveth_set_csum_offload()
/linux-4.1.27/drivers/staging/unisys/virthba/
Dvirthba.c404 unsigned long long rc1; in virthba_isr() local
417 rc1 = uisqueue_interlocked_and(virthbainfo->flags_addr, mask); in virthba_isr()
1181 unsigned long long rc1; in process_incoming_rsps() local
1200 rc1 = uisqueue_interlocked_or(virthbainfo->flags_addr, mask); in process_incoming_rsps()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h1329 int rc1; in obd_notify_observer() local
1335 rc1 = obd_notify(observer->obd_observer, observed, ev, data); in obd_notify_observer()
1337 rc1 = 0; in obd_notify_observer()
1348 return rc1 ? rc1 : rc2; in obd_notify_observer()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c935 int rc1; in ll_statahead_one() local
955 rc1 = ll_sa_entry_to_stated(sai, entry, in ll_statahead_one()
957 if (rc1 == 0 && entry->se_index == sai->sai_index_wait) in ll_statahead_one()
Dllite_lib.c1298 int rc = 0, rc1 = 0; in ll_setattr_raw() local
1448 rc1 = ll_setattr_done_writing(inode, op_data, mod); in ll_setattr_raw()
1450 rc = rc1; in ll_setattr_raw()
Dfile.c2102 int rc1; in ll_swap_layouts() local
2105 rc1 = ll_setattr(file2->f_path.dentry, &llss->ia1); in ll_swap_layouts()
2108 rc = rc1; in ll_swap_layouts()
/linux-4.1.27/drivers/input/touchscreen/
Dcyttsp4_core.c1591 int rc1; in cyttsp4_startup_() local
1594 rc1 = cyttsp4_adap_read(cd, CY_REG_BASE, sizeof(ldr_err_app), in cyttsp4_startup_()
1596 if (rc1) { in cyttsp4_startup_()
1597 dev_err(cd->dev, "%s: Fail read r=%d\n", __func__, rc1); in cyttsp4_startup_()
/linux-4.1.27/Documentation/
Dkasan.txt80 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.1.27/drivers/s390/net/
Dqeth_core_main.c1605 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_halt_channels() local
1608 rc1 = qeth_halt_channel(&card->read); in qeth_halt_channels()
1611 if (rc1) in qeth_halt_channels()
1612 return rc1; in qeth_halt_channels()
1620 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_clear_channels() local
1623 rc1 = qeth_clear_channel(&card->read); in qeth_clear_channels()
1626 if (rc1) in qeth_clear_channels()
1627 return rc1; in qeth_clear_channels()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1073 int rc1; in lmv_iocontrol() local
1090 rc1 = obd_iocontrol(cmd, lmv->tgts[i]->ltd_exp, in lmv_iocontrol()
1092 if (rc1 != 0 && rc == 0) in lmv_iocontrol()
1093 rc = rc1; in lmv_iocontrol()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c828 int rc1; in lov_setup() local
830 rc1 = lprocfs_seq_create(obd->obd_proc_entry, "target_obd", in lov_setup()
832 if (rc1) in lov_setup()
/linux-4.1.27/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.1.27/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.1.27/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1587 uint64_t rc1:4; member
1591 uint64_t rc1:4;
/linux-4.1.27/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"