messages from 2017-04-22 02:49:36 to 2017-04-28 08:09:39 UTC [more...]
[PATCH] gpio: f7188x: Add a missing break
2017-04-28 8:09 UTC (2+ messages)
[PATCH] HSI: ssi_protocol: double free in ssip_pn_xmit()
2017-04-28 7:56 UTC (2+ messages)
[PATCH v4] NFC: trf7970a: Correct register settings for 27MHz clock
2017-04-28 7:17 UTC (3+ messages)
[PATCH] staging: speakup: Replace simple_strtoul by kstrtoul
2017-04-28 5:26 UTC (4+ messages)
[PATCH v2] [media] vb2: Fix an off by one error in 'vb2_plane_vaddr'
2017-04-28 4:51 UTC
[PATCH] ASoC: Intel: Skylake: use dev in dev_err rather than skl pointer
2017-04-27 22:38 UTC (2+ messages)
[PATCH] ASoC: Intel: Skylake: Uninitialized variable in probe_codec()
2017-04-27 22:36 UTC (3+ messages)
` [PATCH] ASoC: Intel: Skylake: uninitialized variable in error message
[PATCH 0/2] hwtracing-coresight: Fine-tuning for two function implementations
2017-04-27 19:47 UTC (3+ messages)
` [PATCH 1/2] coresight-stm: Use devm_kcalloc() in stm_probe()
` [PATCH 2/2] of_coresight: Use devm_kcalloc() in of_coresight_alloc_memory()
[PATCH 0/7] HID: Fine-tuning for some function implementations
2017-04-27 18:16 UTC (10+ messages)
` [PATCH 1/7] HID: sensor-hub: Use devm_kcalloc() in sensor_hub_probe()
` [PATCH 2/7] HID: sensor-hub: Delete error messages for failed memory allocations in sensor_hub_probe
` HID: sensor-hub: Delete error messages for failed memory allocations in sensor_hub_probe()
` [PATCH 3/7] HID: sensor-hub: Adjust two checks for null pointers "
` [PATCH 4/7] HID: debug: Replace five seq_printf() calls by seq_putc()
` [PATCH 5/7] HID: debug: Replace 12 seq_printf() calls by seq_puts()
` [PATCH 6/7] HID: debug: Combine two seq_printf() calls into one call in hid_dump_device()
` [PATCH 7/7] HID: picoLCD: Replace two seq_printf() calls by seq_puts() in picolcd_debug_reset_show()
` [PATCH 7/7] HID: picoLCD: Replace two seq_printf() calls by seq_puts() in picolcd_debug_reset_sh
[PATCH] igb: make a few local functions static
2017-04-27 17:59 UTC
[PATCH] goldfish_pipe: make pipe_dev static
2017-04-27 17:41 UTC
[PATCH v3] NFC: trf7970a: Correct register settings for 27MHz clock
2017-04-27 17:19 UTC (2+ messages)
[PATCH] IB/rdmavt: restore IRQs on error path in rvt_create_ah()
2017-04-27 17:14 UTC (3+ messages)
[PATCH 0/3] TI-SoC-thermal: Fine-tuning for two functions
2017-04-27 16:20 UTC (5+ messages)
` [PATCH 1/3] ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()
` [PATCH 2/3] ti-soc-thermal: Delete error messages for failed memory allocations in ti_bandgap_build(
` [PATCH 3/3] ti-soc-thermal: Fix a typo in a comment line
[PATCH] fpga: region: Fix some error handling
2017-04-27 14:34 UTC (2+ messages)
[PATCH] usb: gadget: udc-xilinx: clean up a variable name
2017-04-27 14:04 UTC (2+ messages)
[PATCH 0/4] hwmon-NCT: Fine-tuning for four function implementations
2017-04-27 13:23 UTC (7+ messages)
` [PATCH 1/4] hwmon-nct6683: Use devm_kcalloc() in nct6683_create_attr_group()
` [PATCH 2/4] hwmon-nct6683: Adjust five checks for null pointers
` [PATCH 3/4] hwmon-nct6775: Use devm_kcalloc() in nct6775_create_attr_group()
` [PATCH 4/4] hwmon-nct6775: Adjust seven checks for null pointers
` hwmon-NCT: Fine-tuning for four function implementations
[PATCH] drm/nouveau/fifo/gk104-: Silence a locking warning
2017-04-27 9:12 UTC
[PATCH] drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()
2017-04-27 9:12 UTC
[PATCH 2/2] input: touchscreen: mxs-lradc: || vs && typos
2017-04-27 8:03 UTC (3+ messages)
[PATCH] iio: adc: mxs-lradc: Checking IS_ERR() instead of NULL
2017-04-27 6:21 UTC (2+ messages)
[PATCH] iio: hid-sensor: fix return of -EINVAL on invalid values in ret or value
2017-04-27 6:17 UTC (4+ messages)
[PATCH v2] NFC: trf7970a: Correct register settings for 27MHz clock
2017-04-27 4:02 UTC (2+ messages)
[PATCH 1/2] input: touchscreen: mxs-lradc: Checking for ERR_PTR instead of NULL in probe
2017-04-26 21:08 UTC (2+ messages)
[PATCH 0/3] SCSI-UFSHCD: Fine-tuning for two function implementations
2017-04-26 19:14 UTC (12+ messages)
` [PATCH 1/3] scsi: ufs: Use devm_kcalloc() in ufshcd_memory_alloc()
` [PATCH 2/3] scsi: ufs: Delete an error message for a failed memory allocation in ufshcd_memory_alloc
` [PATCH 2/3] scsi: ufs: Delete an error message for a failed memory allocation in ufshcd_memory_a
` scsi: ufs: Delete an error message for a failed memory allocation in ufshcd_memory_alloc()
` Checking error messages for failed memory allocations
` [PATCH 3/3] scsi: ufs: Delete an unnecessary return statement in ufshcd_exception_event_handler()
` [PATCH 3/3] scsi: ufs: Delete an unnecessary return statement in ufshcd_exception_event_handler(
[PATCH] NFC: trf7970a: Correct register settings for 27MHz clock
2017-04-26 17:04 UTC (3+ messages)
[PATCH] soc: mediatek: Use devm_kcalloc() in init_scp()
2017-04-26 16:52 UTC
[PATCH] gpio: f7188x: add missing break in switch statement
2017-04-26 15:05 UTC
[PATCH 0/3] ASoC: simple-card: Fine-tuning for three function implementations
2017-04-26 13:06 UTC (4+ messages)
` [PATCH 1/3] ASoC: simple-card: Use devm_kcalloc() in asoc_simple_card_parse_aux_devs()
` [PATCH 2/3] ASoC: simple-card: Use devm_kcalloc() in asoc_simple_card_probe()
` [PATCH 3/3] ASoC: simple-scu-card: "
[PATCH] reset: sti: Use devm_kcalloc() in syscfg_reset_controller_register()
2017-04-26 11:00 UTC (3+ messages)
` reset: Use devm_kcalloc() in ti_syscon_reset_probe()?
[PATCH] ASoC: hdmi-codec: Use devm_kcalloc() in hdmi_codec_probe()
2017-04-26 10:48 UTC
[PATCH] omapfb: Use devm_kcalloc() in vrfb_probe()
2017-04-26 9:20 UTC
[PATCH 0/3] Extcon: Fine-tuning for three functions
2017-04-26 8:01 UTC (7+ messages)
` [PATCH 1/3] extcon: Use devm_kcalloc() in extcon_dev_register()
` [PATCH 2/3] extcon: Fix a typo in three comment lines
` [PATCH 3/3] extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs()
` "
[PATCH] iio: adc: Max9611: checking for ERR_PTR instead of NULL in probe
2017-04-26 6:25 UTC (2+ messages)
[PATCH] lockd: remove redundant check on block
2017-04-25 20:56 UTC (2+ messages)
[PATCH] crypto: sha512-mb - add some missing unlock on error
2017-04-25 17:37 UTC (2+ messages)
[PATCH v2 00/12] InfiniBand-OCRDMA: Fine-tuning for several function implementations
2017-04-25 17:02 UTC (24+ messages)
` [PATCH v2 01/12] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()
` [PATCH v2 02/12] IB/ocrdma: Use kcalloc() in five functions
` [PATCH v2 03/12] IB/ocrdma: Improve size determinations in ten functions
` "
` [PATCH v2 04/12] IB/ocrdma: Delete unnecessary variable initialisations in ocrdma_mbx_get_dcbx_confi
` [PATCH v2 05/12] IB/ocrdma: Delete unnecessary braces
` [PATCH v2 06/12] IB/ocrdma: Use kmalloc_array() in ocrdma_create_srq()
` [PATCH v2 07/12] IB/ocrdma: Adjust 21 checks for null pointers
` [PATCH v2 08/12] IB/ocrdma: Delete an error message for a failed memory allocation in ocrdma_add()
` [PATCH v2 09/12] IB/ocrdma: Delete an unnecessary variable assignment in ocrdma_alloc_mr()
` [PATCH v2 10/12] IB/ocrdma: Returning only value constants in ocrdma_resize_cq()
` [PATCH v2 11/12] IB/ocrdma: Delete an unnecessary variable in ocrdma_dealloc_pd()
` [PATCH v2 12/12] IB/ocrdma: One jump label less in ocrdma_alloc_ucontext_pd()
[PATCH 0/3] HID-Wacom: Fine-tuning for seven function implementations
2017-04-25 15:15 UTC (4+ messages)
` [PATCH 1/3] HID: Wacom: Use devm_kcalloc() in two functions
` [PATCH 2/3] HID: Wacom: Improve size determinations in three functions
` [PATCH 3/3] HID: Wacom: Delete two unnecessary return statements
[PATCH] NFC: trf7970a: fix check of clock frequencies, use && instead of ||
2017-04-25 13:18 UTC (2+ messages)
[PATCH 1/2] [media] vb2: Fix an off by one error in 'vb2_plane_vaddr'
2017-04-25 12:57 UTC (6+ messages)
[PATCH 0/2] HSI: Fine-tuning for three function implementations
2017-04-25 12:46 UTC (3+ messages)
` [PATCH 1/2] HSI: Use kcalloc() in hsi_register_board_info()
` [PATCH 2/2] HSI: core: Use kcalloc() in two functions
[PATCH 0/3] HSI: omap_ssi: Fine-tuning for two function implementations
2017-04-25 12:32 UTC (6+ messages)
` [PATCH 1/3] HSI: omap_ssi: Use devm_kcalloc() in ssi_add_controller()
` [PATCH 2/3] HSI: omap_ssi: Fix a typo in a comment line
` [PATCH 3/3] HSI: omap_ssi: Delete an error message for a failed memory allocation in ssi_add_control
` [PATCH 3/3] HSI: omap_ssi: Delete an error message for a failed memory allocation in ssi_add_con
[PATCH] rtc: hid-sensor-time: remove some dead code
2017-04-25 10:50 UTC (2+ messages)
[PATCH] mtd: oxnas_nand: Allocating more than necessary in probe()
2017-04-25 9:42 UTC (2+ messages)
[bug report] esp4: Reorganize esp_output
2017-04-25 9:31 UTC (3+ messages)
[PATCH 0/3] HSI: nokia-modem: Fine-tuning for two function implementations
2017-04-25 8:43 UTC (4+ messages)
` [PATCH 1/3] HSI: nokia-modem: Use devm_kcalloc() in nokia_modem_gpio_probe()
` [PATCH 2/3] HSI: nokia-modem: Delete error messages for a failed memory allocation in two functions
` [PATCH 3/3] HSI: nokia-modem: Add a space character for better code readability in nokia_modem_probe
[PATCH 2/2] [media] vb2: Fix error handling in '__vb2_buf_mem_alloc'
2017-04-24 20:39 UTC (4+ messages)
EXTREMELY IMPORTANT
2017-04-24 18:48 UTC
[PATCH] ASoC: wm5100: fix spelling mistake: "micropone" -> "microphone"
2017-04-24 18:20 UTC (4+ messages)
` Applied "ASoC: wm5100: fix spelling mistake: "micropone" -> "microphone"" to the asoc tree
[PATCH] net: netcp: fix spelling mistake: "memomry" -> "memory"
2017-04-24 17:59 UTC (2+ messages)
[PATCH net] ravb: Double free on error in ravb_start_xmit()
2017-04-24 17:59 UTC (3+ messages)
[PATCH] net: tc35815: move free after the dereference
2017-04-24 16:38 UTC (2+ messages)
[PATCH] ARM: at91/at91-pinctrl documentation: fix spelling mistake: "contoller" -> "controller"
2017-04-24 16:33 UTC (3+ messages)
[PATCH] ext4: set an error code in ext4_quota_off()
2017-04-24 14:46 UTC (2+ messages)
[PATCH] fsnotify: remove a stray unlock
2017-04-24 14:41 UTC (2+ messages)
[PATCH] clk: x86: pmc-atom: Checking for IS_ERR() instead of NULL
2017-04-24 13:45 UTC (2+ messages)
[PATCH 1/2] lightnvm: potential underflow in pblk_read_rq()
2017-04-24 11:01 UTC (4+ messages)
[PATCH] crypto: crypto4xx: rename ce_ring_contol to ce_ring_control
2017-04-24 10:22 UTC (2+ messages)
[PATCH 0/2] dmaengine: s3c24xx: Fine-tuning for s3c24xx_dma_probe()
2017-04-23 12:36 UTC (9+ messages)
` [PATCH 1/2] dmaengine: s3c24xx: Use devm_kcalloc() in s3c24xx_dma_probe()
` "
` [PATCH 2/2] dmaengine: s3c24xx: Fix a typo in a comment line
[PATCH 0/2] dmaengine: k3dma: Fine-tuning for five function implementations
2017-04-23 9:09 UTC (3+ messages)
` [PATCH 1/2] dmaengine: k3dma: Use devm_kcalloc() in k3_dma_probe()
` [PATCH 2/2] dmaengine: k3dma: Adjust six checks for null pointers
[PATCH 0/2] dmaengine: zx: Fine-tuning for two function implementations
2017-04-22 20:32 UTC (3+ messages)
` [PATCH 1/2] dmaengine: zx: Use devm_kcalloc() in zx_dma_probe()
` [PATCH 2/2] dmaengine: zx: Fix a typo in a comment line
[PATCH] drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"
2017-04-22 12:35 UTC
[PATCH] staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()
2017-04-22 10:47 UTC
[PATCH] iwlwifi: pcie: off by one in iwl_trans_pcie_dyn_txq_alloc()
2017-04-22 9:42 UTC (5+ messages)
[PATCH 0/5] clk-mvebu: Fine-tuning for four function implementations
2017-04-22 2:49 UTC (3+ messages)
` [PATCH 3/5] clk: mvebu: Use kcalloc() in two functions
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).