messages from 2016-09-04 05:59:39 to 2016-09-10 09:56:15 UTC [more...]
[PATCH 00/30] ACPI-processor: Fine-tuning for several function implementations
2016-09-10 9:56 UTC (16+ messages)
` [PATCH 1/30] ACPI-processor: Use kmalloc_array() in acpi_processor_get_performance_states()
` [PATCH 2/30] ACPI-processor: Improve two size determinations in acpi_processor_get_performance_state
` [PATCH 03/30] ACPI-processor: Rename jump labels in acpi_processor_get_performance_states()
` [PATCH 04/30] ACPI-processor: Delete two unnecessary initialisations in acpi_processor_get_performan
` [PATCH 05/30] ACPI-processor: Rename jump labels in acpi_processor_preregister_performance()
` [PATCH 06/30] ACPI-processor: Move a success indication "
` [PATCH 07/30] ACPI-processor: Rename jump labels in acpi_processor_get_psd()
` [PATCH 08/30] ACPI-processor: Delete two unnecessary initialisations "
` [PATCH 09/30] ACPI-processor: Improve a size determination "
` [PATCH 10/30] ACPI-processor: Rename jump labels in acpi_processor_get_performance_control()
` [PATCH 11/30] ACPI-processor: Delete two unnecessary initialisations in acpi_processor_get_performan
` [PATCH 12/30] ACPI-processor: Rename jump labels in acpi_processor_ppc_notifier()
` [PATCH 13/30] ACPI-processor: Delete an unnecessary initialisation "
` [PATCH 14/30] ACPI-processor: Delete an unnecessary initialisation in acpi_processor_get_performance
[PATCH 0/4] ATM-ZeitNet: Fine-tuning for three function implementations
2016-09-10 9:03 UTC (5+ messages)
` [PATCH 1/4] ATM-ZeitNet: Use kmalloc_array() in start_tx()
` [PATCH 2/4] ATM-ZeitNet: Improve a size determination in zatm_open()
` [PATCH 3/4] ATM-ZeitNet: Replace one kzalloc() call by kcalloc()
` [PATCH 4/4] ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()
[PATCH 0/5] ATM-nicstar: Fine-tuning for three function implementations
2016-09-10 7:21 UTC (6+ messages)
` [PATCH 1/5] ATM-nicstar: Use kmalloc_array() in get_scq()
` [PATCH 2/5] ATM-nicstar: Improve another size determination "
` [PATCH 3/5] ATM-nicstar: Improve another size determination in ns_init_card()
` [PATCH 4/5] ATM-nicstar: Refactor a kmalloc() call "
` [PATCH 5/5] ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()
[PATCH] ARM: pxa: ssp: Fix resources release
2016-09-10 5:49 UTC
[PATCH] ATM-iphase: Use kmalloc_array() in tx_init()
2016-09-10 4:01 UTC (2+ messages)
[PATCH] ATM-ForeRunnerHE: Use kmalloc_array() in he_init_group()
2016-09-10 2:27 UTC (2+ messages)
[PATCH] ATM-ENI: Use kmalloc_array() in eni_start()
2016-09-10 2:26 UTC (2+ messages)
Source code review around jump label usage
2016-09-09 16:50 UTC (91+ messages)
` [PATCH 00/17] s390/debug: Fine-tuning for several function implementations
` "
` [PATCH 0/4] sparc: bpf_jit: Fine-tuning for bpf_jit_compile()
` [PATCH 2/4] sparc: bpf_jit: Move four assignments in bpf_jit_compile()
` "
` [PATCH 4/4] sparc: bpf_jit: Rename jump labels "
` "
` Clarification for source code formatting around jump labels
` [PATCH 0/2] tile-module: Fine-tuning for module_alloc()
` [PATCH 0/4] perf/x86/cqm: Fine-tuning for two function implementations
` [PATCH 1/4] perf/x86/cqm: Use kmalloc_array() in intel_mbm_init()
` [PATCH 2/4] perf/x86/cqm: Replace two kmalloc() calls by "
` [PATCH 3/4] perf/x86/cqm: One check and another variable less "
` [PATCH 4/4] perf/x86/cqm: Rename jump labels in intel_cqm_init()
` [PATCH 00/21] ACPI-video: Fine-tuning for several function implementations
` [PATCH 01/21] ACPI-video: Use kmalloc_array() in acpi_video_get_levels()
` [PATCH 02/21] ACPI-video: Return directly after a failed device query
` [PATCH 03/21] ACPI-video: Delete an error message for a failed kzalloc() call
` [PATCH 04/21] ACPI-video: Rename jump labels in acpi_video_get_levels()
` [PATCH 05/21] ACPI-video: Delete an unnecessary initialisation "
` [PATCH 06/21] ACPI-video: Move four assignments "
` [PATCH 07/21] ACPI-video: Rename jump labels in acpi_video_bus_add()
` [PATCH 08/21] ACPI-video: Improve a size determination "
` [PATCH 09/21] ACPI-video: Rename jump labels in acpi_video_register()
` [PATCH 10/21] ACPI-video: Return directly after a failed input_allocate_device()
` [PATCH 11/21] ACPI-video: Rename jump labels in acpi_video_bus_add_notify_handler()
` [PATCH 12/21] ACPI-video: Delete unnecessary if statement in acpi_video_switch_brightness()
` [PATCH 13/21] ACPI-video: Improve a jump target "
` [PATCH 14/21] ACPI-video: Improve a size determination in acpi_video_device_enumerate()
` [PATCH 15/21] ACPI-video: Delete an unnecessary initialisation "
` [PATCH 16/21] ACPI-video: Rename jump labels "
` [PATCH 17/21] ACPI-video: Delete an unnecessary initialisation in acpi_video_init_brightness()
` [PATCH 18/21] ACPI-video: Rename jump labels "
` [PATCH 19/21] ACPI-video: Rename a jump label in acpi_video_device_lcd_query_levels()
` [PATCH 20/21] ACPI-video: Improve a size determination in acpi_video_dev_register_backlight()
` [PATCH 21/21] ACPI-video: Improve a size determination in acpi_video_bus_get_one_device()
` ACPI-video: Fine-tuning for several function implementations
` [PATCH 0/7] ACPI-APEI-HEST: Fine-tuning for three "
` [PATCH 1/7] ACPI-APEI-HEST: Fix a typo in a comment line
` [PATCH 2/7] ACPI-APEI-HEST: Use kmalloc_array() in hest_ghes_dev_register()
` [PATCH 3/7] ACPI-APEI-HEST: Move an assignment "
` [PATCH 4/7] ACPI-APEI-HEST: Rename jump labels "
` [PATCH 5/7] ACPI-APEI-HEST: Rename jump labels in acpi_hest_init()
` [PATCH 6/7] ACPI-APEI-HEST: Reduce the scope for a variable "
` [PATCH 7/7] ACPI-APEI-HEST: Rename jump labels in hest_parse_ghes()
` ACPI-APEI-HEST: Fine-tuning for three function implementations
[PATCH] [media] platform: constify vb2_ops structures
2016-09-09 16:03 UTC (5+ messages)
[PATCH] [media] pci: constify vb2_ops structures
2016-09-09 15:23 UTC (7+ messages)
[bug report] x86/sfi: Enable enumeration of SD devices
2016-09-09 11:30 UTC (14+ messages)
` [PATCH 1/1] intel-mid: Fix sfi get_platform_data() return value issues
` [PATCH v2 "
` [PATCH v3 1/3] "
` [PATCH v3 2/3] intel-mid: Add valid error messages on init failure
` [PATCH v3 3/3] intel-mid: Move boundry check to the start of init code
[PATCH] bnx2fc: Simplify code
2016-09-09 11:06 UTC (3+ messages)
[PATCH] mwifiex: scan: Simplify code
2016-09-09 9:21 UTC (2+ messages)
` "
[PATCH] [media] usb: constify vb2_ops structures
2016-09-09 8:43 UTC (2+ messages)
[PATCH 0/2] constify watchdog_ops structures
2016-09-09 4:29 UTC (6+ messages)
` [PATCH 1/2] watchdog: tegra: "
` [PATCH 2/2] watchdog: "
[PATCH] watchdog: iTCO_wdt: constify iTCO_wdt_pm structure
2016-09-09 4:27 UTC (2+ messages)
[PATCH] ALSA: usb: constify snd_pcm_ops structures
2016-09-08 6:54 UTC (2+ messages)
` [alsa-devel] "
[PATCH] [media] pci: constify snd_pcm_ops structures
2016-09-08 3:08 UTC (3+ messages)
[PATCH] [media] usb: constify snd_pcm_ops structures
2016-09-08 0:59 UTC
[PATCH] ASoC: constify snd_pcm_ops structures
2016-09-08 0:35 UTC
[PATCH 0/3] constify pinctrl_ops and pinmux_ops structures
2016-09-07 20:41 UTC (7+ messages)
` [PATCH 1/3] pinctrl: ns2: "
` [PATCH 2/3] pinctrl: nsp: "
` [PATCH 3/3] pinctrl: bcm281xx: "
[PATCH] x86-ksysfs: Use kmalloc_array() in create_setup_data_nodes()
2016-09-07 17:01 UTC (11+ messages)
` "
[PATCH] sctp: Remove some redundant code
2016-09-07 15:19 UTC (4+ messages)
[PATCH] crypto: ccp - add missing release in ccp_dmaengine_register
2016-09-07 13:21 UTC (2+ messages)
[bug report] x86/sfi: Enable enumeration of SD devices
2016-09-07 12:00 UTC (3+ messages)
[PATCH] jfs: Simplify code
2016-09-06 17:24 UTC (2+ messages)
[PATCH v2 0/2] add omitted release in qat_common
2016-09-06 10:18 UTC (3+ messages)
` [PATCH v2 2/2] crypto: qat - fix resource release omissions
[PATCH] RDS: Simplify code
2016-09-06 0:22 UTC (6+ messages)
[PATCH] x86/efi: Use kmalloc_array() in efi_call_phys_prolog()
2016-09-05 13:47 UTC (2+ messages)
[PATCH] s390/cpum_cf: Use kmalloc_array() in merge_attr()
2016-09-05 11:34 UTC (2+ messages)
[PATCH 0/4] x86/smpboot: Fine-tuning for smp_init_package_map()
2016-09-05 9:29 UTC (8+ messages)
` [PATCH 1/4] x86/smpboot: Use kmalloc_array() in smp_init_package_map()
` [PATCH 2/4] x86/smpboot: Return directly after a failed kmalloc_array()
` [PATCH 3/4] x86/smpboot: Replace one kzalloc() call by kcalloc()
` [PATCH 4/4] x86/smpboot: Return directly after a failed kcalloc()
[PATCH] drm/imx: Fix of_node ref counting
2016-09-05 8:06 UTC (3+ messages)
[PATCH] perf/x86: Use kmalloc_array() in merge_attr()
2016-09-05 7:51 UTC (2+ messages)
[PATCH] x86/hpet: Use kmalloc_array() in hpet_enable()
2016-09-04 19:45 UTC
[PATCH] x86/amd_nb: Use kmalloc_array() in amd_cache_gart()
2016-09-04 19:23 UTC (2+ messages)
[PATCH 1/2] IB/hfi1: Fix a parameter of find_first_bit
2016-09-04 9:04 UTC (8+ messages)
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