Linux Device Driver Development
[Prev Page][Next Page]
- [PATCH 17/19] staging: comedi: pcl726: tidy up multi-line comments, H Hartley Sweeten
- [PATCH 16/19] staging: comedi: pcl726: add support for the external interrupt signal, H Hartley Sweeten
- [PATCH 15/19] staging: comedi: pcl726: final tidy up of boardinfo, H Hartley Sweeten
- [PATCH 14/19] staging: comedi: pcl726: remove the *_SIZE defines, H Hartley Sweeten
- [PATCH 13/19] staging: comedi: pcl726: remove unnecessary comments in boardinfo definition, H Hartley Sweeten
- [PATCH 11/19] staging: comedi: pcl726: tidy up the comedi_lrange code, H Hartley Sweeten
- [PATCH 08/19] staging: comedi: pcl726: fix the analog output range_table_list initialization, H Hartley Sweeten
- [PATCH 07/19] staging: comedi: pcl726: enable the interrupt support code, H Hartley Sweeten
- [PATCH 06/19] staging: comedi: pcl726: remove all '= 0' boardinfo, H Hartley Sweeten
- [PATCH 05/19] staging: comedi: pcl726: tidy up pcl726_ao_insn_read(), H Hartley Sweeten
- [PATCH 04/19] staging: comedi: pcl726: tidy up pcl726_ao_insn(), H Hartley Sweeten
- [PATCH 03/19] staging: comedi: pcl726: remove 'bipolar' from the private data, H Hartley Sweeten
- [PATCH 02/19] staging: comedi: core: introduce comedi_chan_range_is_{bi, uni}polar(), H Hartley Sweeten
- [PATCH 00/19] staging: comedi: pcl726: cleanup driver,
H Hartley Sweeten
- [PATCH] Staging: dwc2: core: coding style - indentation should use tabs, Luis Ortega Perez de Villar
- [PATCH 1/6] staging: dgap: driver.c: removes smatch warning "redundant null check",
Lidza Louina
- [PATCH] MAINTAINERS: staging: dgnc and dgap drivers: add maintainer,
Lidza Louina
- [GIT PATCH] Staging driver fixes for 3.12-rc2, Greg KH
- [PATCHv6] staging/iio/adc: change the MXS touchscreen driver implementation,
Juergen Beisert
- [PATCH 1/9] Staging/iio/adc/touchscreen/MXS: add proper clock handling, Juergen Beisert
- [PATCH 9/9] Staging/iio: add TODO reminder, Juergen Beisert
- [PATCH 7/9] Staging/iio/adc/touchscreen/MXS: remove old touchscreen detection implementation, Juergen Beisert
- [PATCH 4/9] Staging/iio/adc/touchscreen/MXS: simplify register access, Juergen Beisert
- [PATCH 3/9] Staging/iio/adc/touchscreen/MXS: separate i.MX28 specific register bits, Juergen Beisert
- [PATCH 2/9] Staging/iio/adc/touchscreen/MXS: distinguish i.MX23's and i.MX28's LRADC, Juergen Beisert
- [PATCH 8/9] Staging/iio/adc/touchscreen/MXS: provide devicetree adaption, Juergen Beisert
- [PATCH 6/9] Staging/iio/adc/touchscreen/MXS: add interrupt driven touch detection, Juergen Beisert
- [PATCH 5/9] Staging/iio/adc/touchscreen/MXS: add i.MX23 support to the LRADC touchscreen driver, Juergen Beisert
- Re: [PATCHv6] staging/iio/adc: change the MXS touchscreen driver implementation, Marek Vasut
- Re: [PATCHv6] staging/iio/adc: change the MXS touchscreen driver implementation, Jonathan Cameron
- Re: [PATCHv6] staging/iio/adc: change the MXS touchscreen driver implementation, Alexandre Belloni
- [PATCH -next] staging: r8188eu: remove needless check before usb_free_urb(), Wei Yongjun
- [PATCH 5/5] Staging: crystalhd: Fix assignment of 0/1 to bool variables, Peter Senna Tschudin
- [PATCH] Staging / quickstart: remove reduplicate if(acpi_disabled) check,
Hanjun Guo
- [PATCH 17/19] staging: Change variable type to bool,
Peter Senna Tschudin
- [PATCH 16/19] staging: Change variable type to bool, Peter Senna Tschudin
- [PATCH 15/19] staging: Change variable type to bool,
Peter Senna Tschudin
- [PATCH 02/19] hv: Change variable type to bool,
Peter Senna Tschudin
- [PATCH 01/14] staging: rtl8192u: remove unused code from cmpk_message_handle_tx(),
Xenia Ragiadakou
- [PATCH 02/14] staging: rtl8192u: remove cmpk_message_handle_tx(), Xenia Ragiadakou
- [PATCH 03/14] staging: rtl8192u: remove unused code in fw_download_code(), Xenia Ragiadakou
- [PATCH 04/14] staging: rtl8192u: check dev_alloc_skb() return value in fw_download_code(), Xenia Ragiadakou
- [PATCH 07/14] staging: rtl8192u: remove unused dm_gpio_change_rf_callback(), Xenia Ragiadakou
- [PATCH 13/14] staging: rtl8192u: remove code inside #ifdef RTL8190P in r8190_rtl8256.h, Xenia Ragiadakou
- [PATCH 14/14] staging: rt8192u: remove #ifdef RTL8192U in r8192U.h, Xenia Ragiadakou
- [PATCH 09/14] staging: rtl8192u: remove code inside #ifdef RTL8190P in r819xU_firmware.c, Xenia Ragiadakou
- [PATCH 10/14] staging: rtl8192u: remove code inside #ifdef RTL8190P in r8192U_dm.c, Xenia Ragiadakou
- [PATCH 05/14] staging: rtl8192u: remove dm_check_rfctrl_gpio(), Xenia Ragiadakou
- [PATCH 06/14] staging: rtl8192u: remove #ifdef RTL8192U guard in r8192U_dm.c, Xenia Ragiadakou
- [PATCH 11/14] staging: rtl8192u: remove #ifndef RTL8190P guard from r8192U_dm.c, Xenia Ragiadakou
- [PATCH 12/14] staging: rtl8192u: remove #ifndef RTL8192U and the code inside it, Xenia Ragiadakou
- [PATCH 08/14] staging: rtl8192u: remove code inside #ifdef RTL8190P/RTL8192E in r819xU_phy.c, Xenia Ragiadakou
- [PATCH] drivers: staging: dgap: Makefile: use 'ccflags-y' instead of EXTRA_FLAGS in Makefile,
Chen Gang
- [PATCH 29/31] staging: comedi: pcl711: tidy up multi line comments, H Hartley Sweeten
- [PATCH 18/31] staging: comedi: pcl711: define the mode register magic numbers, H Hartley Sweeten
- [PATCH 08/31] staging: comedi: pcl711: tidy up the subdevice init, H Hartley Sweeten
- [PATCH 05/31] staging: comedi: pcl711: tidy up the comedi_lrange tables, H Hartley Sweeten
- [PATCH 23/31] staging: comedi: pcl711: remove 'is_pcl711b' from boardinfo, H Hartley Sweeten
- [PATCH 10/31] staging: comedi: pcl711: tidy up the register map defines, H Hartley Sweeten
- [PATCH 06/31] staging: comedi: pcl711: don't fail attach if irq is unavailable, H Hartley Sweeten
- [PATCH 31/31] staging: comedi: pcl711: change MODULE_DESCRIPTION, H Hartley Sweeten
- [PATCH 30/31] staging: comedi: pcl711: reorder includes, H Hartley Sweeten
- [PATCH 28/31] staging: comedi: pcl711: rename some of the register map defines, H Hartley Sweeten
- [PATCH 27/31] staging: comedi: pcl711: no need to calc the timer values twice, H Hartley Sweeten
- [PATCH 26/31] staging: comedi: pcl711: remove 'i8253_osc_base', H Hartley Sweeten
- [PATCH 25/31] staging: comedi: pcl711: use 8253.h helper to set the timers, H Hartley Sweeten
- [PATCH 24/31] staging: comedi: pcl711: remove unused private data members, H Hartley Sweeten
- [PATCH 22/31] staging: comedi: pcl711: remove 'is_8112' from boardinfo, H Hartley Sweeten
- [PATCH 21/31] staging: comedi: pcl711: tidy up pcl711_ai_insn(), H Hartley Sweeten
- [PATCH 20/31] staging: comedi: pcl711: fix software trigger for board->is_8112, H Hartley Sweeten
- [PATCH 19/31] staging: comedi: pcl711: remove unnecessary test of 'board->is_8112', H Hartley Sweeten
- [PATCH 17/31] staging: comedi: pcl711: add differential input support for 8112 boards, H Hartley Sweeten
- [PATCH 16/31] staging: comedi: pcl711: fix pcl711_set_changain(), H Hartley Sweeten
- [PATCH 15/31] staging: comedi: pcl711: factor out the ai end-of-conversion wait, H Hartley Sweeten
- [PATCH 14/31] staging: comedi: pcl711: use dev->read_subdev in interrupt handler, H Hartley Sweeten
- [PATCH 13/31] staging: comedi: pcl711: introduce pcl711_ai_get_sample(), H Hartley Sweeten
- [PATCH 12/31] staging: comedi: pcl711: tidy up pcl711_ao_insn_read(), H Hartley Sweeten
- [PATCH 11/31] staging: comedi: pcl711: tidy up pcl711_ao_insn(), H Hartley Sweeten
- [PATCH 09/31] staging: comedi: pcl711: save the irq for the pcl711b only when used, H Hartley Sweeten
- [PATCH 07/31] staging: comedi: pcl711: remove PCL711_SIZE, H Hartley Sweeten
- [PATCH 04/31] staging: comedi: pcl711: convert boardinfo flags to bit-fields, H Hartley Sweeten
- [PATCH 03/31] staging: comedi: pcl711: remove unused boardinfo, H Hartley Sweeten
- [PATCH 02/31] staging: comedi: pcl711: remove all '= 0' boardinfo, H Hartley Sweeten
- [PATCH 01/31] staging: comedi: pcl711: convert boardinfo declaration to C99 format, H Hartley Sweeten
- [PATCH 00/31] staging: comedi: pcl711: cleanup driver,
H Hartley Sweeten
- Drivers: scsi: FLUSH timeout,
K. Y. Srinivasan
- [PATCH] Staging: rtl8192u: r819xU_cmdpkt: checking NULL value after doing dev_alloc_skb, Iker Pedrosa
- [PATCH 1/5] staging: rtl8187se: Remove redundant pci_set_drvdata,
Sachin Kamat
- [PATCH] drivers: staging: netlogic.h: removed WARNING: extern prototypes should be avoided in .h files, avi . kp . 137
- [PATCH 5/10] staging: lustre: Cocci spatch "noderef", Thomas Meyer
- [PATCH 8/10] staging: r8188eu: Add files for new drive: Cocci spatch "noderef", Thomas Meyer
- [PATCH 6/10] staging: octeon-usb: Cocci spatch "noderef", Thomas Meyer
- [PATCH 9/10] staging: r8188eu: Cocci spatch "noderef",
Thomas Meyer
- [PATCH 7/10] staging: r8188eu: Add files for new drive: Cocci spatch "noderef",
Thomas Meyer
- [PATCH 00/51] DMA mask changes,
Russell King - ARM Linux
- [PATCH 08/51] DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handling, Russell King
- [PATCH 07/51] DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handling, Russell King
- [PATCH 05/51] DMA-API: net: intel/igbvf: fix 32-bit DMA mask handling, Russell King
- [PATCH 04/51] DMA-API: net: intel/igb: fix 32-bit DMA mask handling, Russell King
- [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks, Russell King
- [PATCH 06/51] DMA-API: net: intel/ixgb: fix 32-bit DMA mask handling, Russell King
- [PATCH 17/51] DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 35/51] DMA-API: parport: parport_pc.c: use dma_coerce_mask_and_coherent(), Russell King
- [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks, Russell King
- [PATCH 51/51] ARM: 7805/1: mm: change max*pfn to include the physical offset of memory, Russell King
- [PATCH 50/51] ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculations, Russell King
- [PATCH 49/51] ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations, Russell King
- [PATCH 48/51] ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function, Russell King
- [PATCH 47/51] ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit(), Russell King
- [PATCH 45/51] DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks, Russell King
- [PATCH 44/51] DMA-API: dcdbas: update DMA mask handing, Russell King
- [PATCH 46/51] ARM: DMA-API: better handing of DMA masks for coherent allocations, Russell King
- [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize DMA masks, Russell King
- [PATCH 41/51] DMA-API: crypto: remove last references to 'static struct device *dev', Russell King
- [PATCH 39/51] DMA-API: others: use dma_set_coherent_mask(), Russell King
- [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask, Russell King
- [PATCH 24/51] DMA-API: dma: pl330: add dma_set_mask_and_coherent() call, Russell King
- [PATCH 11/51] DMA-API: net: emulex/benet: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 13/51] DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 18/51] DMA-API: staging: et131x: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 12/51] DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 19/51] DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 10/51] DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 15/51] DMA-API: net: b43legacy: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 20/51] DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 25/51] DMA-API: video: clcd: add dma_set_mask_and_coherent() call, Russell King
- [PATCH 21/51] DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 26/51] DMA-API: usb: ohci-sa1111: add a note about DMA masks, Russell King
- [PATCH 27/51] DMA-API: provide a helper to setup DMA masks, Russell King
- [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers, Russell King
- [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent(), Russell King
- [PATCH 30/51] DMA-API: dma: dw_dmac.c: convert to use dma_coerce_mask_and_coherent(), Russell King
- [PATCH 31/51] DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent(), Russell King
- [PATCH 33/51] DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent(), Russell King
- [PATCH 14/51] DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 32/51] DMA-API: mmc: sdhci-acpi: use dma_coerce_mask_and_coherent(), Russell King
- [PATCH 34/51] DMA-API: net: octeon: use dma_coerce_mask_and_coherent(), Russell King
- [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask(), Russell King
- [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent(), Russell King
- [PATCH 38/51] DMA-API: staging: use dma_set_coherent_mask(), Russell King
- [PATCH 09/51] DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- [PATCH 03/51] DMA-API: net: intel/e1000e: fix 32-bit DMA mask handling, Russell King
- [PATCH 02/51] DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling, Russell King
- [PATCH 40/51] DMA-API: crypto: fix ixp4xx crypto platform device support, Russell King
- [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call, Russell King
- [PATCH 16/51] DMA-API: ppc: vio.c: replace dma_set_mask()+dma_set_coherent_mask() with new helper, Russell King
- Re: [PATCH 00/51] DMA mask changes, Rafał Miłecki
- [PATCH 0/7] staging: usbip: Extend crypto support,
Dominik Paulus
- [PATCH] staging: usbip: Fix build with --with-tcp-wrappers, Dominik Paulus
- [PATCHv5] staging/iio/adc: change the MXS touchscreen driver implementation,
Juergen Beisert
- [PATCH] staging: usbip: Fix build on Debian ppc,
Dominik Paulus
- [PATCH 7/9] staging: comedi: adl_pci6208: remove board attach noise, H Hartley Sweeten
- [PATCH 9/9] staging: comedi: adl_pci6208: change MODULE_DESCRIPTION, H Hartley Sweeten
- [PATCH 8/9] staging: comedi: adl_pci6208: tidy up multi-line comments, H Hartley Sweeten
- [PATCH 6/9] staging: comedi: adl_pci6208: tidy up pci6208_ao_rinsn(), H Hartley Sweeten
- [PATCH 5/9] staging: comedi: adl_pci6208: tidy up pci6208_ao_winsn(), H Hartley Sweeten
- [PATCH 4/9] staging: comedi: adl_pci6208: use comedi_offset_munge(), H Hartley Sweeten
- [PATCH 3/9] staging: comedi: core: introduce comedi_offset_munge(), H Hartley Sweeten
- [PATCH 2/9] staging: comedi: adl_pci6208: don't deadlock while waiting to write ao data, H Hartley Sweeten
- [PATCH 1/9] staging: comedi: adl_pci6208: save raw data for analog output readback, H Hartley Sweeten
- [PATCH 0/9] staging: comedi: adl_pci6208: cleanup driver,
H Hartley Sweeten
- [PATCH V2 1/1] Drivers: input: serio: New driver to support Hyper-V synthetic keyboard,
K. Y. Srinivasan
- [PATCH] Staging: lustre: fix switch case statement indenting, Jon Bernard
- [PATCH v4] imx-drm: Fix probe failure,
Fabio Estevam
- [PATCH] Staging: bcm: PHSModule.c: Matching the function definition with function declaration,
Shalin Mehta
- [PATCH] Staging: lustre: remove assignment in if conditions, Jon Bernard
- [patch] hv: vmbus: fix vmbus_recvpacket_raw() return code,
Dan Carpenter
- [v3.11][Regression] HID: hyperv: convert alloc+memcpy to memdup,
Joseph Salisbury
- [PATCH v2 00/24] Staging: winbond: Fixed some coding style issues,
Iker Pedrosa
- [PATCH v2 17/24] Staging: winbond: wb35reg_s: deleted space before tabulation, Iker Pedrosa
- [PATCH v2 16/24] Staging: winbond: wb35reg_f: fixed lines over 80 characters, Iker Pedrosa
- [PATCH v2 21/24] Staging: winbond: wb35tx: Replace printk with netdev_err, Iker Pedrosa
- [PATCH v2 18/24] Staging: winbond: wb35rx: changed sleep function from msleep to usleep, Iker Pedrosa
- [PATCH v2 20/24] Staging: winbond: wb35tx: changed sleep function from msleep to usleep, Iker Pedrosa
- [PATCH v2 24/24] Staging: winbond: wbusb: changed sleep function from msleep to usleep, Iker Pedrosa
- [PATCH v2 22/24] Staging: winbond: wb35tx_s: erased the spaces after opening a '[', Iker Pedrosa
- [PATCH v2 01/24] Staging: winbond: mto: removed function declaration, Iker Pedrosa
- [PATCH v2 23/24] Staging: winbond: wbusb: fixed some lines over 80 characters, Iker Pedrosa
- [PATCH v2 07/24] Staging: winbond: reg: white space deleted, Iker Pedrosa
- [PATCH v2 13/24] Staging: winbond: reg: fifth of the patches that fixes lines over 80 characters, Iker Pedrosa
- [PATCH v2 03/24] Staging: winbond: mto: deleted extern functions, Iker Pedrosa
- [PATCH v2 05/24] Staging: winbond: phy_calibration: second of the patches that fixes lines over 80 characters, Iker Pedrosa
- [PATCH v2 12/24] Staging: winbond: reg: fourth of the patches that fixes lines over 80 characters, Iker Pedrosa
- [PATCH v2 02/24] Staging: winbond: mto: avoided use of extern functions, Iker Pedrosa
- [PATCH v2 19/24] Staging: winbond: wb35rx: fixed some lines over 80 characters, Iker Pedrosa
- [PATCH v2 10/24] Staging: winbond: reg: second of the patches that fixes lines over 80 characters, Iker Pedrosa
[PATCH 1/1] Drivers: input: serio: New driver to support Hyper-V synthetic keyboard,
K. Y. Srinivasan
[PATCH] staging: octeon: Fix typo in staging/octeon,
Masanari Iida
[PATCH] staging: rtl8192e: Fix typo in rtl8192e/dot11d.h, Masanari Iida
[PATCH] staging: vt6655: vt6656: Fix typo in comments, Masanari Iida
[PATCH/v2] staging: lustre: Fix typo in lustre/libcfs, Masanari Iida
[PATCH] staging: lustre: lustre/libcfs, Masanari Iida
[PATCH/v2] staging: lustre: Fix typo in lustre/llite, Masanari Iida
[PATCH] staging: lustre: Fix typo in lustre/llite,
Masanari Iida
(X)Ubuntu Bug 1218995: Hyper-V Synthetic Video Frame Buffer Driver not working, Jan Henke
[PATCH] Staging: android: Fix timed_gpio_probe() 'ret' value in case of NULL platform_data,
Elad Wexler
[PATCH 00/13] hv: clean up dev_attr usage,
Greg Kroah-Hartman
- [PATCH 02/13] hv: move "state" bus attribute to dev_groups, Greg Kroah-Hartman
- [PATCH 04/13] hv: move "modalias" bus attribute to dev_groups, Greg Kroah-Hartman
- [PATCH 05/13] hv: move "class_id" bus attribute to dev_groups, Greg Kroah-Hartman
- [PATCH 06/13] hv: move "device_id" bus attribute to dev_groups, Greg Kroah-Hartman
- [PATCH 08/13] hv: move "client/server_monitor_pending" bus attributes to dev_groups, Greg Kroah-Hartman
- [PATCH 07/13] hv: make "monitor_pages" a "real" pointer array, Greg Kroah-Hartman
- [PATCH 10/13] hv: move "client/server_monitor_conn_id" bus attributes to dev_groups, Greg Kroah-Hartman
- [PATCH 11/13] hv: delete vmbus_get_debug_info(), Greg Kroah-Hartman
- [PATCH 12/13] hv: delete struct hv_dev_port_info, Greg Kroah-Hartman
- [PATCH 13/13] hv: move ringbuffer bus attributes to dev_groups, Greg Kroah-Hartman
- [PATCH 09/13] hv: move "client/server_monitor_latency" bus attributes to dev_groups, Greg Kroah-Hartman
- [PATCH 01/13] hv: use dev_groups for device attributes, Greg Kroah-Hartman
- [PATCH 03/13] hv: move "monitor_id" bus attribute to dev_groups, Greg Kroah-Hartman
- RE: [PATCH 00/13] hv: clean up dev_attr usage, KY Srinivasan
- RE: [PATCH 00/13] hv: clean up dev_attr usage, KY Srinivasan
[PATCH] Staging: lustre: remove unnecessary braces, Jon Bernard
[PATCH] staging: dgnc: Fix typo in staging/dgnc, Masanari Iida
[PATCH] staging: dgap: Fix typo in staging/dgap, Masanari Iida
[PATCH] staging: rtl8712: re-use native mac_pton() helper, Andy Shevchenko
[PATCH] staging: dwc2: Fix typo in staging/dwc2, Masanari Iida
[PATCH 0/4] Hyper-V TRIM support,
Andy Whitcroft
[PATCHv2 0/11] staging: usbip: Userland crypto and ACLs,
Dominik Paulus
- [PATCHv2 10/11] staging: usbip: Separate protocol/program version, Dominik Paulus
- [PATCHv2 07/11] staging: usbip: Add proper error reporting, Dominik Paulus
- [PATCHv2 02/11] staging: usbip: Add support for client authentication, Dominik Paulus
- [PATCHv2 04/11] staging: usbip: Add CIDR matching helper functions, Dominik Paulus
- [PATCHv2 08/11] staging: usbip: Handle usbip being started as user, Dominik Paulus
- [PATCHv2 06/11] staging: usbip: Add support for ACLs in usbipd, Dominik Paulus
- [PATCHv2 03/11] staging: usbip: Add kernel support for client ACLs, Dominik Paulus
- [PATCHv2 09/11] staging: usbip: Improve debug output, Dominik Paulus
- [PATCHv2 01/11] staging: usbip: Fix IPv6 support in usbipd, Dominik Paulus
- [PATCHv2 05/11] staging: usbip: Add ACL support to usbip bind, Dominik Paulus
- [PATCHv2 11/11] staging: usbip: Increment version to 1.2.0, Dominik Paulus
- Re: [PATCHv2 0/11] staging: usbip: Userland crypto and ACLs, Greg Kroah-Hartman
- Re: [PATCHv2 0/11] staging: usbip: Userland crypto and ACLs, Dominik Paulus
- [PATCHv3 01/16] staging: usbip: Add support for client authentication, Dominik Paulus
- [PATCHv3 02/16] staging: usbip: Add kernel support for client ACLs, Dominik Paulus
- [PATCHv3 04/16] staging: usbip: Add ACL support to usbip bind, Dominik Paulus
- [PATCHv3 03/16] staging: usbip: Add CIDR matching helper functions, Dominik Paulus
- [PATCHv3 06/16] staging: usbip: Add proper error reporting, Dominik Paulus
- [PATCHv3 05/16] staging: usbip: Add support for ACLs in usbipd, Dominik Paulus
- [PATCHv3 09/16] staging: usbip: Separate protocol/program version, Dominik Paulus
- [PATCHv3 12/16] staging: usbip: Pass session keys to the kernel, Dominik Paulus
- [PATCHv3 10/16] staging: usbip: TLS for all userspace communication, Dominik Paulus
- [PATCHv3 14/16] staging: usbip: Add encryption support to kernel, Dominik Paulus
- Re: [PATCHv3 14/16] staging: usbip: Add encryption support to kernel, Dan Carpenter
- [PATCHv4 00/16] staging: usbip: Add kernel support for client ACLs, Dominik Paulus
- [PATCHv4 03/16] staging: usbip: Add CIDR matching helper functions, Dominik Paulus
- [PATCHv4 08/16] staging: usbip: Improve debug output, Dominik Paulus
- [PATCHv4 01/16] staging: usbip: Add support for client authentication, Dominik Paulus
- [PATCHv4 05/16] staging: usbip: Add support for ACLs in usbipd, Dominik Paulus
- [PATCHv4 06/16] staging: usbip: Add proper error reporting, Dominik Paulus
- [PATCHv4 07/16] staging: usbip: Handle usbip being started as user, Dominik Paulus
- [PATCHv4 04/16] staging: usbip: Add ACL support to usbip bind, Dominik Paulus
- [PATCHv4 09/16] staging: usbip: Separate protocol/program version, Dominik Paulus
- [PATCHv4 13/16] staging: usbip: Wrap kernel_sendmsg()/recvmsg(), Dominik Paulus
- [PATCHv4 12/16] staging: usbip: Pass session keys to the kernel, Dominik Paulus
- [PATCHv4 14/16] staging: usbip: Add encryption support to kernel, Dominik Paulus
- [PATCHv4 15/16] staging: usbip: Update documentation, Dominik Paulus
- [PATCHv4 02/16] staging: usbip: Add kernel support for client ACLs, Dominik Paulus
- [PATCHv4 11/16] staging: usbip: Exchange session keys in userspace, Dominik Paulus
- [PATCHv4 10/16] staging: usbip: TLS for all userspace communication, Dominik Paulus
- [PATCHv4 16/16] staging: usbip: Increment version number to 1.2.1, Dominik Paulus
- [PATCHv3 11/16] staging: usbip: Exchange session keys in userspace, Dominik Paulus
- [PATCHv3 16/16] staging: usbip: Increment version number to 1.2.1, Dominik Paulus
- [PATCHv3 15/16] staging: usbip: Update documentation, Dominik Paulus
- [PATCHv3 08/16] staging: usbip: Improve debug output, Dominik Paulus
- [PATCHv3 07/16] staging: usbip: Handle usbip being started as user, Dominik Paulus
- [PATCHv3 13/16] staging: usbip: Wrap kernel_sendmsg()/recvmsg(), Dominik Paulus
[PATCH v4] mfd: rtsx: Modify rts5249_optimize_phy,
wei_wang
[patch] staging: line6: add bounds check in snd_toneport_source_put(),
Dan Carpenter
[PATCH, resend] staging: silicom: introduce bp_dev_get_idx_bsf() and use it, Andy Shevchenko
[PATCH] Staging: lustre: fix assignment in if condition in fsfilt.c, Jon Bernard
[PATCH] Staging: lustre: fix a brace coding style issue in fsfilt.c, Jon Bernard
[PATCH] Staging: lustre: fix formatting mistake in Kconfig, Jon Bernard
[PATCH 1/4 RESEND] staging: et131x: Remove unused spinlock,
Mark Einon
[PATCH] Drivers: hv: vmbus: fix error return code in vmbus_connect(),
Wei Yongjun
[RFCv4] staging/iio/adc: change the MXS touchscreen driver implementation,
Juergen Beisert
[Index of Archives]
[Linux Driver Backports]
[Linux USB Devel]
[DMA Engine]
[Linux GPIO]
[Linux SPI]
[Linux SCSI]
[Yosemite Forum]