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

[PATCH v2 0/6] rtc: make the pm8xxx RTC driver usable (7 replies)

This patchset is based on Stephen Boyd's PM8921 modernization/cleanups[1], and allows for this RTC driver to be usable again. Changes since v1: * Further style cleanups as suggested by Stephen Boyd *...

View Article


[PATCHv3 0/8] at91_adc: documentation and device tree cleanups (8 replies)

The first patch synchronise the documentation with the actual code and correct the example. The second patch move the documentation to the correct location (under iio/adc) The remaining patches...

View Article


[PATCH] staging: dgap: Fixed sparse error: same symbol redeclared with...

sparse reported dgap_do_fep_load is redeclared with different type. while fixing, I noticed __user attribute is used incorrectly in declaration. There is no need to define __user for firware->data....

View Article

[PATCH/RFC] serial_core: Fix pm imbalance on unbind (no replies)

From: Geert Uytterhoeven <geert+renesas@linux-m68k.org> When a serial port is closed, uart_close() takes care of shutting down the hardware, and powering it down. When a serial port is unbound...

View Article

[PATCH] Revert "ALSA: emu10k1: Fix warning: "CCR" redefined" (no replies)

This reverts commit 83fc3bc09518d42e8f5073e2a65884701dfadf19. sh-specific "CCR" and "CCR2" have been prefixed by "SH_" in commit a5f6ea29f9a918403629f8369ae55fac6b09cb53 ('sh: prefix sh-specific "CCR"...

View Article


[PATCH 1/3] x86, boot: Use the usual -y -n mechanism for objects in vmlinux...

Switch VMLINUX_OBJS to vmlinux-objs-y, to eliminate Makefile conditionals in favor of vmlinux-objs-$(CONFIG_*) constructs. This does not change the generated code at all. Signed-off-by: Josh Triplett...

View Article

[PATCH v3 01/52] CPU hotplug: Add lockdep annotations to...

From: Gautham R. Shenoy <ego@linux.vnet.ibm.com> Add lockdep annotations for get/put_online_cpus() and cpu_hotplug_begin()/cpu_hotplug_end(). Cc: Ingo Molnar <mingo@kernel.org>...

View Article

[PATCH v3 00/52] CPU hotplug: Fix issues with callback registration (51 replies)

Hi, Many subsystems and drivers have the need to register CPU hotplug callbacks from their init routines and also perform initialization for the CPUs that are already online. But unfortunately there...

View Article


[PATCH] x86, kaslr: fix module lock ordering problem (no replies)

There was a potential lock ordering problem with the module kASLR patch ("x86, kaslr: randomize module base load address"). This patch removes the usage of the module_mutex and creates a new mutex to...

View Article


[PATCH 1/1] fs/bfs/inode.c: add __init to init_inodecache() (no replies)

init_inodecache is only called by __init init_bfs_fs Signed-off-by: Fabian Frederick <fabf@skynet.be> --- fs/bfs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git...

View Article

[PATCH 1/1] CODA: add __init to init_inodecache() (no replies)

init_inodecache is only called by __init init_coda Signed-off-by: Fabian Frederick <fabf@skynet.be> --- fs/coda/coda_int.h | 2 +- fs/coda/inode.c | 2 +- 2 files changed, 2 insertions(+), 2...

View Article

[PATCH 1/1] HFSPLUS: add __init to hfsplus_create_attr_tree_cache() (no replies)

hfsplus_create_attr_tree_cache is only called by __init init_hfsplus_fs Signed-off-by: Fabian Frederick <fabf@skynet.be> --- fs/hfsplus/attributes.c | 2 +- fs/hfsplus/hfsplus_fs.h | 2 +- 2 files...

View Article

[PATCH 1/1] fs/isofs/inode.c add __init to init_inodecache() (no replies)

init_inodecache is only called by __init init_iso9660_fs Signed-off-by: Fabian Frederick <fabf@skynet.be> --- fs/isofs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git...

View Article


[PATCH 3/3] perf machine: Use map as success in ip__resolve_ams (no replies)

From: Don Zickus <dzickus@redhat.com> When trying to map a bunch of instruction addresses to their respective threads, I kept getting a lot of bogus entries [I forget the exact reason as I...

View Article

[PATCH 1/3] perf trace: Decode architecture-specific signal numbers (no replies)

From: Ben Hutchings <ben@decadent.org.uk> SIGSTKFLT is not defined on alpha, mips or sparc. SIGEMT and SIGSWI are defined on some architectures and should be decoded here if so. Signed-off-by:...

View Article


[GIT PULL 0/3] perf/urgent fixes (1 reply)

From: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit af76815a31adc75dd9526230affdd678e65ac59f: Merge tag...

View Article

PLEASE TAKE NOTE OF THIS INFORMATION AND REPLY URGENTLY. (no replies)

Greetings!! Please, I would respectfully request that you keep the contents of this e-mail confidential and respect the integrity of the information you come by as result of this e-mail. I contact you...

View Article


[PATCH 0/5] PCI: Allocation regression fix and misc cleanups (7 replies)

The first patch (Don't check resource_size() in pci_bus_alloc_resource()) fixes a regression reported by Paul Bolle, so I intend to ask Linus to pull it before releasing v3.14. The others are minor...

View Article

On trying to drop X86_PPRO_FENCE.. (1 reply)

On Tue, Mar 11, 2014 at 3:11 AM, Ingo Molnar <mingo@kernel.org> wrote: > > But ... when PPro was common our parallelization sucked, so I'd not be > surprised if it triggered more...

View Article

[PATCH] PCI: INTx disable fix (1 reply)

My earlier "Enable INTx if BIOS left them disabled" patch fixed a problem with EHCI devices on Intel Baytrail platforms, but had the unintended consequence of breaking pciehp surprise removal. This...

View Article
Browsing all 24115 articles
Browse latest View live