Quantcast
Channel: Serverphorums.com - Linux Kernel
Browsing all 24115 articles
Browse latest View live
↧

introduction of www.xrefs.info (no replies)

hello, I made http://www.xrefs.info available to open source community in the hope of making open source developers more productive. The site hosts many open source code projects' cross references...

View Article


[Patch v2 1/5] ACPI: rename acpi_evaluate_hotplug_ost to acpi_evaluate_ost...

Rename acpi_evaluate_hotplug_ost() to acpi_evaluate_ost() for later resue. Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> --- drivers/acpi/utils.c | 14 ++++----------...

View Article


[Patch Part2 V2 00/17] Enhance DMAR drivers to handle PCI/memory hotplug...

Intel DMA/interrupt remapping drivers scan available PCI/memory devices at startup and cache discovered hardware topologies. They don't update cached information if PCI/memory hotplug event happens at...

View Article

[PATCH] ata: libahci: replace obselete simple_strtoul() with kstrtouint() (no...

From a6ff4eec0b80ff6596a278623a02e3ed462c49ed Mon Sep 17 00:00:00 2001 From: Daeseok Youn <daeseok.youn@gmail.com> Date: Wed, 19 Feb 2014 13:44:24 +0900 Subject: [PATCH] ata: libahci: replace...

View Article

How could we get rid of saved_max_pfn for calgary iommu? (no replies)

Hi, All arch/x86/kernel/pci-calgary.c is the only user of saved_max_pfn today: int __init detect_calgary(void) { [..] specified_table_size = determine_tce_table_size((is_kdump_kernel() ? saved_max_pfn...

View Article


[PATCH v2 2/3] sh: remove unused do_fpu_error (no replies)

This does not appear to have been used since commit 74d99a5e262229ee865f6f68528d10b82471ead6 (sh: SH-2A FPU support) in 2007. Signed-off-by: Bobby Bingham <koorogi@koorogi.info> ---...

View Article

[PATCH v2 3/3] sh: don't pass saved userspace state to exception handlers (no...

The compiler is permitted to generate code which overwrites the parameters to a function. If those parameters include the only saved copy we have of userspace's registers, we're in trouble....

View Article

[PATCH v2 0/3] Don't let system calls clobber userspace registers (1 reply)

When invoking syscall handlers on sh32, the saved userspace registers are at the top of the stack. This seems to have been intentional, as it is an easy way to pass r0, r1, ... to the handler as...

View Article


[PATCH V2 0/2] Add support for clocks in S5M8767 (2 replies)

S5M8767 chip has 3 crystal oscillators which are operated in the same as the crystal oscillators in S2MPS11. Extend s2mps11-clk driver to support clocks in S5M8767. The patches are rebased on top of...

View Article


[PATCH 0/4] Add audio card support for Vybird-TWR board (11 replies)

Add audio card support for Vybird-TWR board Xiubo Li (4): ARM: dts: Add Freescale SAI ALSA SoC Digital Audio Interface node for VF610. ARM: dts: Enable SAI ALSA SoC DAI device for Vybrid VF610 TOWER...

View Article

mm: OS boot failed when set command-line kmemcheck=1 (1 reply)

Hi all, CONFIG_KMEMCHECK=y and set command-line "kmemcheck=1", I find OS boot failed. The kernel is v3.14.0-rc3 If set "kmemcheck=1 nowatchdog", OS will boot successfully. Here is the boot failed log:...

View Article

[PATCH] gcov: fix memory allocation problem in gcov_info_dup (1 reply)

From: Yuan Pengfei <coolypf@qq.com> If -fprofile-values option is used, ctr->num and sci_ptr->num may be zero, resulting in zero size and cv_size, which will cause ENOMEM when opening gcov...

View Article

[BISECTED] Xen HVM guest hangs since 3.12-rc5 (no replies)

I've been running into problems on an Xen HVM domU. I've got a guest with NUMA enabled, 60GB of RAM, and 3 disks attached (including root volume). 2 of the disks are in an MD RAID0 in the guest, with...

View Article


[PATCH 1/4] Staging: comedi: addi-data: cleanup comments in hwdrv_apci1564.c...

hwdrv_apci1564.c had a lot of commented out conditional statements that were often identical to other un-commented out statements nearby, so it should be safe to just delete all of these commented out...

View Article

[PATCH 1/3 v2] regulator: tps65218: Add terminate entry for of_device_id...

Fixes below build error: FATAL: drivers/regulator/tps65218-regulator: struct of_device_id is not terminated with a NULL entry! Signed-off-by: Axel Lin <axel.lin@ingics.com> ---...

View Article


[PATCH 1/3 v2] regulator: tps65218: Add terminate entry for of_device_id...

Fixes below build error: FATAL: drivers/regulator/tps65218-regulator: struct of_device_id is not terminated with a NULL entry! Signed-off-by: Axel Lin <axel.lin@ingics.com> --- I'm sorry that I...

View Article

[PATCH v2 0/4] Add audio card DT node support for Vybird-TWR board (4 replies)

Add audio card DT node support for Vybird-TWR board. Xiubo Li (4): ARM: dts: vf610: Add edma mux Tx and Rx support for SAI node. ARM: dts: vf610-twr: Enable SAI ALSA SoC DAI device ARM: dts:...

View Article


[PATCH 1/9] cciss: Fallback to MSI rather than to INTx if MSI-X failed (no...

Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Cc: Mike Miller <mike.miller@hp.com> Cc: iss_storagedev@hp.com Cc: linux-pci@vger.kernel.org --- drivers/block/cciss.c | 5 +++-- 1...

View Article

[PATCH 8/9] skd: Use unified access to skdev->msix_entries throughout the...

Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Cc: Kyungmin Park...

View Article

[PATCH 9/9] skd: Use pci_enable_msix_range() instead of pci_enable_msix() (no...

As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range()...

View Article
Browsing all 24115 articles
Browse latest View live