kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-26 00:42:02 to 2016-10-01 19:46:32 UTC [more...]

[PATCH 00/15] improve function-level documentation
 2016-10-01 19:46 UTC  (16+ messages)
` [PATCH 01/15] UBIFS: "
` [PATCH 02/15] netlink: "
` [PATCH 03/15] fscrypto: "
` [PATCH 04/15] lru_cache: "
` [PATCH 05/15] dma-buf/sw_sync: "
` [PATCH 06/15] mfd: tc3589x: "
` [PATCH 07/15] clk: sunxi: mod0: "
` [PATCH 08/15] power: "
` [PATCH 09/15] gma500: "
` [PATCH 10/15] clk: keystone: "
` [PATCH 11/15] kobject: "
` [PATCH 12/15] clk: tegra: dfll: "
` [PATCH 13/15] irqchip: vic: "
` [PATCH 14/15] irqchip/metag-ext: "
` [PATCH 15/15] drm/omap: "

Source code review around jump label usage
 2016-10-01 15:00 UTC  (134+ messages)
` [PATCH 00/24] ste_dma40: Fine-tuning for several function implementations
` [PATCH 0/5] ISDN-Gigaset: Fine-tuning for three "
  ` [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
      `  "
            ` [Gigaset307x-common] ISDN-Gigaset: Release memory in gigaset_initcs() after an allocation failur
  ` [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 00/16] md/bitmap: Fine-tuning for several "
  ` [PATCH 01/16] md/bitmap: Use kmalloc_array() in bitmap_storage_alloc()
  ` [PATCH 02/16] md/bitmap: Move an assignment for the variable "offset" "
  ` [PATCH 03/16] md/bitmap: Delete an unnecessary variable initialisation "
  ` [PATCH 04/16] md/bitmap: Improve another size determination "
  ` [PATCH 05/16] md/bitmap: Return directly after a failed bitmap_storage_alloc() in bitmap_resize()
  ` [PATCH 06/16] md/bitmap: Return directly after a failed kzalloc() "
  ` [PATCH 07/16] md/bitmap: Replace a kzalloc() call by kcalloc() "
  ` [PATCH 08/16] md/bitmap: Rename a jump label in location_store()
  ` [PATCH 09/16] md/bitmap: Rename a jump label in bitmap_copy_from_slot()
  ` [PATCH 10/16] md/bitmap: Rename a jump label in bitmap_create()
  ` [PATCH 11/16] md/bitmap: Rename a jump label in bitmap_init_from_disk()
  ` [PATCH 12/16] md/bitmap: One check less in read_page() at the end
  ` [PATCH 13/16] md/bitmap: Adjust checks for null pointers in 11 functions
  ` [PATCH 14/16] md/bitmap: Delete unnecessary braces in bitmap_resize()
  ` [PATCH 15/16] md/bitmap: Add spaces around three comparison operators
  ` [PATCH 16/16] md/bitmap: Delete an unwanted space in read_sb_page()
` [PATCH 00/10] md/dm-crypt: Fine-tuning for five function implementations
  ` [PATCH 01/10] md/dm-crypt: Use kcalloc() in crypt_alloc_tfms()
  ` [PATCH 02/10] md/dm-crypt: Reduce the scope for a variable "
  ` [PATCH 03/10] md/dm-crypt: Rename a jump label in crypt_message()
    ` [dm-devel] "
          ` md/dm-crypt: Rename a jump label in crypt_message() ?
  ` [PATCH 04/10] md/dm-crypt: Delete an unnecessary variable initialisation in crypt_message()
  ` [PATCH 05/10] md/dm-crypt: Rename a jump label in crypt_set_key()
    ` [dm-devel] "
  ` [PATCH 06/10] md/dm-crypt: Delete an unnecessary variable initialisation "
  ` [PATCH 07/10] md/dm-crypt: Rename a jump label in crypt_iv_tcw_whitening()
  ` [PATCH 08/10] md/dm-crypt: Return directly after a failed crypto_alloc_ahash() in crypt_iv_essiv_ctr
  ` [PATCH 09/10] md/dm-crypt: Two checks and one function call less in crypt_iv_essiv_ctr() after error
  ` [PATCH 10/10] md/dm-crypt: Delete unnecessary variable initialisations in crypt_iv_essiv_ctr()
` [PATCH 00/10] dm snapshot: Fine-tuning for several function implementations
  ` [PATCH 01/10] dm snapshot: Use kmalloc_array() in init_origin_hash()
                            ` dm snapshot: Use kmalloc_array() in init_origin_hash() ?
      ` dm snapshot: Use kmalloc_array() in init_origin_hash()
  ` [PATCH 02/10] dm snapshot: Delete two error messages for a failed memory allocation
  ` [PATCH 03/10] dm snapshot: Delete an unnecessary variable initialisation in snapshot_map()
  ` [PATCH 04/10] dm snapshot: Rename a jump label in pending_complete()
  ` [PATCH 05/10] dm snapshot: Delete unnecessary variable initialisations "
  ` [PATCH 06/10] dm snapshot: Delete an unnecessary variable initialisation in snapshot_ctr()
  ` [PATCH 07/10] dm snapshot: Delete an unnecessary variable initialisation in merge_callback()
  ` [PATCH 08/10] dm snapshot: Delete an unnecessary variable initialisation in remove_single_exception_
  ` [PATCH 09/10] dm snapshot: Combine substrings for seven error messages
  ` [PATCH 10/10] dm snapshot: Delete five unwanted spaces behind "list_for_each_entry"
` [PATCH 00/15] md-cluster: Fine-tuning for ten function implementations
  ` [PATCH 01/15] md-cluster: Use kcalloc() in lock_all_bitmaps()
  ` [PATCH 02/15] md-cluster: Improve another size determination in resync_info_update()
  ` [PATCH 03/15] md-cluster: Improve another size determination in join()
  ` [PATCH 04/15] md-cluster: Improve another size determination in __sendmsg()
  ` [PATCH 05/15] md-cluster: Improve another size determination in recv_daemon()
  ` [PATCH 06/15] md-cluster: Rename a jump label "
  ` [PATCH 07/15] md-cluster: Improve another size determination in process_suspend_info()
  ` [PATCH 08/15] md-cluster: Improve determination of sizes in read_resync_info()
  ` [PATCH 09/15] md-cluster: Improve another size determination in lockres_init()
  ` [PATCH 10/15] md-cluster: Delete an unnecessary variable initialisation "
  ` [PATCH 11/15] md-cluster: Delete four error messages for a failed memory allocation
  ` [PATCH 12/15] md-cluster: Rename a jump label in area_resyncing()
  ` [PATCH 13/15] md-cluster: Less function calls in join() after error detection
  ` [PATCH 14/15] md-cluster: Less function calls in lockres_init() "
  ` [PATCH 15/15] md-cluster: Delete unnecessary braces in unlock_all_bitmaps()

[PATCH 0/9] md/dm-table: Fine-tuning for several function implementations
 2016-10-01  7:53 UTC  (10+ messages)
` [PATCH 1/9] md/dm-table: Use kmalloc_array() in realloc_argv()
` [PATCH 2/9] md/dm-table: Reduce the scope for a variable in dm_table_verify_integrity()
` [PATCH 3/9] md/dm-table: Delete an unnecessary variable initialisation in dm_table_register_integrit
` [PATCH 4/9] md/dm-table: Delete an unnecessary variable initialisation in dm_split_args()
` [PATCH 5/9] md/dm-table: Move an assignment for the variable "end" "
` [PATCH 6/9] md/dm-table: Combine substrings for ten messages
` [PATCH 7/9] md/dm-table: Adjust one function call together with a variable assignment
` [PATCH 8/9] md/dm-table: Delete an unwanted space in high()
` [PATCH 9/9] md/dm-table: Delete an unwanted space in dm_table_get_integrity_disk()

[PATCH] md/dm-stats: Use kmalloc_array() in parse_histogram()
 2016-10-01  4:06 UTC 

[bug report] i40e: Fix kernel panic on enable/disable LLDP
 2016-09-30 16:43 UTC  (2+ messages)

[bug report] qed*: Add support for VFs over legacy PFs
 2016-09-30 12:05 UTC  (2+ messages)

[bug report] net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
 2016-09-30  9:55 UTC 

[PATCH 00/26] constify local structures
 2016-09-30  0:07 UTC  (7+ messages)
` [PATCH 04/26] matroxfb: "
` [PATCH 17/26] intel_telemetry_debugfs: "

[PATCH] spmi: pmic-arb: Return an error code if sanity check fails
 2016-09-27 22:15 UTC  (2+ messages)

[PATCH] greybus: manifest: style fix missing space before '('
 2016-09-27  9:48 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structures
 2016-09-27  8:17 UTC  (2+ messages)

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

[PATCH 0/3] drm/vmwgfx: Fine-tuning for 13 function implementations
 2016-09-26 22:20 UTC  (3+ messages)
` [PATCH 3/3] drm/vmwgfx: Adjust checks for null pointers in 13 functions

[PATCH 0/5] ISDN-CAPI: Fine-tuning for several function implementations
 2016-09-26 19:55 UTC  (10+ messages)
` [PATCH 3/5] ISDN-CAPI: Adjust 17 function calls together with variable assignments
    `  "
` [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  (2+ messages)
` [PATCH 04/11] staging: dgnc: kfree for board structure in dgnc_found_board()


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).