kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-22 15:05:37 to 2016-09-27 05:46:52 UTC [more...]

[patch] KVM: PPC: fix a sanity check
 2016-09-27  5:46 UTC  (2+ messages)

Source code review around jump label usage
 2016-09-27  5:32 UTC  (115+ messages)
` [PATCH 00/24] ste_dma40: Fine-tuning for several function implementations
` [PATCH 00/10] firewire-net: "
  ` [PATCH 01/] firewire-net: Use kmalloc_array() in fwnet_broadcast_start()
      ` [PATCH 01/10] "
  ` [PATCH 02/10] firewire-net: Rename a jump label "
  ` [PATCH 10/10] firewire-net: Adjust checks for null pointers in five functions
` [PATCH 0/4] GPU-DRM-TILCDC: Fine-tuning for two function implementations
  ` [PATCH 1/4] GPU-DRM-TILCDC: Use kmalloc_array() in kfree_table_init()
  ` [PATCH 2/4] GPU-DRM-TILCDC: Return directly after a failed kfree_table_init() in tilcdc_convert_slav
    ` [PATCH 2/4] GPU-DRM-TILCDC: Return directly after a failed kfree_table_init() in tilcdc_convert_
      ` GPU-DRM-TILCDC: Return directly after a failed kfree_table_init() in tilcdc_convert_slave_node()
  ` [PATCH 3/4] GPU-DRM-TILCDC: Less function calls in tilcdc_convert_slave_node() after error detection
    ` [PATCH 3/4] GPU-DRM-TILCDC: Less function calls in tilcdc_convert_slave_node() after error detec
      ` GPU-DRM-TILCDC: Less function calls in tilcdc_convert_slave_node() after error detection
` [PATCH 00/14] GPU-DRM-TTM: Fine-tuning for several function implementations
  ` [PATCH 01/14] GPU-DRM-TTM: Use kmalloc_array() in two functions
  ` [PATCH 02/14] GPU-DRM-TTM: Rename a jump label in ttm_alloc_new_pages()
  ` [PATCH 03/14] GPU-DRM-TTM: Rename jump labels in ttm_page_pool_free()
  ` [PATCH 04/14] GPU-DRM-TTM: Rename a jump label in ttm_page_pool_get_pages()
  ` [PATCH 05/14] GPU-DRM-TTM: Use kmalloc_array() in two more functions
  ` [PATCH 06/14] GPU-DRM-TTM: Rename a jump label in ttm_dma_pool_alloc_new_pages()
  ` [PATCH 07/14] GPU-DRM-TTM: Rename jump labels in ttm_dma_page_pool_free()
  ` [PATCH 08/14] GPU-DRM-TTM: Rename a jump label in ttm_dma_pool_shrink_scan()
  ` [PATCH 09/14] GPU-DRM-TTM: Return directly after a failed kzalloc() in ttm_dma_page_alloc_init()
  ` [PATCH 10/14] GPU-DRM-TTM: Return directly after a failed kobject_init_and_add() in ttm_dma_page_all
  ` [PATCH 11/14] GPU-DRM-TTM: Return an error code only as a constant in ttm_dma_pool_init()
  ` [PATCH 12/14] GPU-DRM-TTM: Less function calls in ttm_dma_pool_init() after error detection
  ` [PATCH 13/14] GPU-DRM-TTM: Delete unnecessary variable initialisations in ttm_dma_pool_init()
  ` [PATCH 14/14] GPU-DRM-TTM: Mark an array of text strings as "const" "
    ` GPU-DRM-TTM: Fine-tuning for several function implementations
` [PATCH 0/4] i2c-dev: Fine-tuning for four "
  ` [PATCH 1/4] i2c-dev: Use kmalloc_array() in i2cdev_ioctl_rdwr()
  ` [PATCH 2/4] i2c-dev: Improve another size determination "
  ` [PATCH 3/4] i2c-dev: Rename jump labels in i2cdev_attach_adapter()
  ` [PATCH 4/4] i2c-dev: Adjust checks for null pointers in three functions
` [PATCH 0/7] iio: Fine-tuning for several function implementations
  ` [PATCH 1/7] iio: Use kmalloc_array() in iio_scan_mask_set()
  ` [PATCH 2/7] iio: Rename a jump label in iio_buffer_store_watermark()
      `  "
  ` [PATCH 3/7] iio: Rename a jump label in iio_buffer_store_enable()
  ` [PATCH 4/7] iio: Rename a jump label in iio_buffer_write_length()
  ` [PATCH 5/7] iio: Rename a jump label in iio_scan_el_ts_store()
  ` [PATCH 6/7] iio: Rename a jump label in iio_scan_el_store()
  ` [PATCH 7/7] iio: Adjust checks for null pointers in six functions
      `  "
` [PATCH 0/2] Input-evdev: Fine-tuning for three function implementations
  ` [PATCH 1/2] Input-evdev: Use kmalloc_array() in evdev_handle_get_val()
      `  "
  ` [PATCH 2/2] Input-evdev: Rename a jump label in two functions
` [PATCH 0/5] ISDN-Gigaset: Fine-tuning for three function implementations
  ` [PATCH 1/5] ISDN-Gigaset: Use kmalloc_array() in two functions
  ` [PATCH 2/5] ISDN-Gigaset: Improve another size determination in gigaset_initcs()
  ` [PATCH 3/5] ISDN-Gigaset: Delete an error message for a failed memory allocation
  ` [PATCH 4/5] ISDN-Gigaset: Release memory in gigaset_initcs() after an allocation failure
      `  "
  ` [PATCH 5/5] ISDN-Gigaset: Enclose two expressions for the sizeof operator by parentheses
        ` [PATCH v2 "
      `  "
    ` ISDN-Gigaset: Fine-tuning for three function implementations

[PATCH 0/3] drm/vmwgfx: Fine-tuning for 13 function implementations
 2016-09-26 22:20 UTC  (5+ messages)
` [PATCH 1/3] drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()
` [PATCH 2/3] drm/vmwgfx: Use memdup_user() rather than duplicating its implementation
` [PATCH 3/3] drm/vmwgfx: Adjust checks for null pointers in 13 functions

[PATCH] spmi: pmic-arb: Return an error code if sanity check fails
 2016-09-26 20:24 UTC 

[PATCH 0/5] ISDN-CAPI: Fine-tuning for several function implementations
 2016-09-26 19:55 UTC  (13+ messages)
` [PATCH 1/5] ISDN-CAPI: Use kmalloc_array() in capidrv_addcontr()
` [PATCH 2/5] ISDN-CAPI: Delete error messages for a failed memory allocation in four functions
` [PATCH 3/5] ISDN-CAPI: Adjust 17 function calls together with variable assignments
    `  "
` [PATCH 4/5] ISDN-CAPI: Adjust checks for null pointers in four functions
` [PATCH 5/5] ISDN-CAPI: Delete unnecessary braces

[PATCH 2/3] hostap: Delete an unnecessary jump label in prism2_ioctl_priv_hostapd()
 2016-09-26 18:43 UTC  (8+ messages)
` [2/3] "
  `  "

[PATCH 1/3] hostap: Use memdup_user() rather than duplicating its implementation
 2016-09-26 14:19 UTC  (2+ messages)
` [1/3] "

[PATCH 11/11 RESEND] staging: dgnc: introduce find_board_by_major()
 2016-09-26  0:47 UTC 

[PATCH 10/11 RESEND] staging: dgnc: remove useless variables
 2016-09-26  0:46 UTC 

[PATCH 09/11 V2 RESEND] staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()
 2016-09-26  0:46 UTC 

[PATCH 08/11 RESEND] staging: dgnc: introduce the dgnc_free_irq()
 2016-09-26  0:45 UTC 

[PATCH 07/11 V2 RESEND] staging: dgnc: rename dgnc_finalize_board_init() to dgnc_request_irq()
 2016-09-26  0:44 UTC 

[PATCH 06/11 RESEND] staging: dgnc: introduce the dgnc_tty_unregister()
 2016-09-26  0:43 UTC 

[PATCH 05/11 V2 RESEND] staging: dgnc: move functions unrelated with dgnc_found_board()
 2016-09-26  0:43 UTC 

[PATCH 04/11] staging: dgnc: kfree for board structure in
 2016-09-26  0:42 UTC  (4+ messages)
` [PATCH 04/11] staging: dgnc: kfree for board structure in dgnc_found_board()

[PATCH 03/11 V2 RESEND] staging: dgnc: missing NULL check for ioremap in dgnc_do_remap()
 2016-09-26  0:40 UTC 

[PATCH 02/11 RESEND] staging: dgnc: remove useless message buffer
 2016-09-26  0:38 UTC 

[PATCH 01/11 V2 RESEND] staging: dgnc: remove redundant initialization for channel array
 2016-09-26  0:37 UTC 

[PATCH 01/11 V2] staging: dgnc: remove redundant initialization for channel array
 2016-09-26  0:32 UTC  (3+ messages)

[PATCH] Fix few small typos in lpfc_scsi.c
 2016-09-25 18:44 UTC  (2+ messages)

[PATCH v2] clk: at91: Fix a return value in case of error
 2016-09-25 11:53 UTC 

[PATCH] drm/nouveau/secboot/gm20b: Fix return value in case of error
 2016-09-25  9:36 UTC  (2+ messages)
` [Nouveau] "

[PATCH 0/4] Input-gameport: Fine-tuning for joydump_connect()
 2016-09-25  7:45 UTC  (23+ messages)
` [PATCH 1/4] Input-gameport: Use kmalloc_array() in joydump_connect()
    `  "
` [PATCH 2/4] Input-gameport: Delete an error message for a failed memory allocation
` [PATCH 3/4] Input-gameport: Add the macro "pr_fmt" for module "joydump"
        `  "
` [PATCH 4/4] Input-gameport: Replace some printk() calls by pr_info() in joydump_connect()
        `  "
    ` [PATCH v2 3/3] "

[PATCH] clk: at91: Fix a return value in case of error
 2016-09-24 21:57 UTC 

[PATCH] drm/tegra: sor: No need to free devm_ allocated memory
 2016-09-24 20:07 UTC 

[PATCH] ide: Use kmalloc_array() in hwif_init()
 2016-09-24  7:49 UTC 

[PATCH] [media] VPU: mediatek: Fix return value in case of error
 2016-09-23 21:19 UTC 

[PATCH 0/4] GPU-DRM-QXL: Fine-tuning for three function implementations
 2016-09-23 14:23 UTC  (15+ messages)
` [PATCH 2/4] GPU-DRM-QXL: Move three assignments in qxl_device_init()
    `  "

[PATCH 09/11 V2] staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()
 2016-09-23  1:32 UTC 

[PATCH 07/11 V2] staging: dgnc: rename dgnc_finalize_board_init() to dgnc_request_irq()
 2016-09-23  1:31 UTC 

[PATCH 05/11 V2] staging: dgnc: move functions unrelated with dgnc_found_board()
 2016-09-23  1:30 UTC 

[PATCH 04/11 V2] staging: dgnc: kfree for board structure in dgnc_found_board()
 2016-09-23  1:29 UTC 

[PATCH 03/11 V2] staging: dgnc: missing NULL check for ioremap in dgnc_do_remap()
 2016-09-23  1:26 UTC 

"CodingStyle: Clarify and complete chapter 7" in docs-next (was Re: [PATCH 03/47] block-rbd: Adjust
 2016-09-22 19:47 UTC  (14+ messages)
` "CodingStyle: Clarify and complete chapter 7" in docs-next (was Re: [PATCH 03/47] block-rbd: Adj
        ` "CodingStyle: Clarify and complete chapter 7" in docs-next


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).