[PATCH] m68k/setup: Use pr_*() instead of plain printk() (1 reply)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> --- arch/m68k/kernel/setup_mm.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git...
View Article[PATCH] m68k: Mark functions only called from setup_arch() __init (no replies)
Some functions that are only called (indirectly) from setup_arch() lack __init annotations. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> --- v2: - Added various *_parse_bootinfo() -...
View Article[PATCH] m68knommu: Mark functions only called from setup_arch() __init (no...
Some functions that are only called (indirectly) from setup_arch() lack __init annotations. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> --- This is sort of a v2 of "m68knommu: Mark...
View Article[PATCH] m68k/mac: Fix comment about iop_*_present flags setup timing (no...
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> --- arch/m68k/mac/iop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/m68k/mac/iop.c b/arch/m68k/mac/iop.c...
View Article[PATCH] m68k/mac: Allocate IOP message pool and queues dynamically (no replies)
Currently the IOP message pool and queues are allocated statically, wasting ca. 5 KiB when running a Mac or multi-platform kernel on a machine not having a Mac IOP. Convert them to conditional dynamic...
View Article[PATCH] mac: Make cuda_init_via() __init (no replies)
cuda_init_via() is called from find_via_cuda() only, which is __init. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> --- drivers/macintosh/via-cuda.c | 2 +- 1 file changed, 1...
View ArticleCongratulations!!! (no replies)
Dear E-mail User, This is to immediately inform you that your email address with Micros ID: IDJT-32238-EHI-676GI-8ED has won you $750,000.00 USD and a brand new Range Rover SUV from the Wenzhou...
View Article[PATCH 0/4] Minor selftests cleanups (4 replies)
Just ran a few of them. Unsure about [4/4] because of aabccae6 and a58130d. Thanks. Ramkumar Ramachandra (4): selftests: add .gitignore for vm selftests: fix clean target in kcmp Makefile selftests:...
View Articlecommit 8d2f8cd424 breaks parallel port, regression since 3.9-rc3 / backported...
Hi all, the following commit: commit 8d2f8cd424ca0b99001f3ff4f5db87c4e525f366 Author: Wang YanQing <udknight@gmail.com> Date: Fri Mar 1 11:47:20 2013 +0800 serial: 8250_pci: add support for...
View ArticleContact The Western Union Money Transfer for Your Compensation Fund (no replies)
Good day, We the DIAMOND BANK / WESTERN UNOIN PAYMENT DEPARTMENT, have concluded to Send your payment through western union Money Transfer $5,000.00 daily until the ( US $2.5MILLION ) is completely...
View Article[drm] WARNING: at kernel/workqueue.c:1432 __queue_delayed_work() (no replies)
Greetings, I got the below warning and the first bad commit is commit be37835619fce22d3f46c5a591bbf0bbcb2288e4 Author: Daniel Vetter <daniel.vetter@ffwll.ch> Date: Thu Jun 6 00:17:25 2013 +0200...
View Article[PATCH] cpufreq: Fix cpufreq regression after suspend/resume (1 reply)
On 06/30/2013 10:35 PM, Toralf Förster wrote: > On 06/30/2013 06:33 PM, Srivatsa S. Bhat wrote: >> Toralf, can you please >> try out the below patch and see if it improves anything?...
View Article[PATCH 2/2] Input: bcm5974 - Add support for the 2013 MacBook Air (no replies)
The June 2013 Macbook Air (13'') has a new trackpad protocol; four new values are inserted in the header, and the mode switch is no longer needed. This patch adds support for the new devices. Cc:...
View Article[PATCH 1/2] HID: apple: Add support for the 2013 Macbook Air (no replies)
This patch adds keyboard support for MacbookAir6,2 as WELLSPRING8 (0x0291, 0x0292, 0x0293). The touchpad is handled in a separate bcm5974 patch, as usual. Cc: stable@vger.kernel.org...
View Article[PATCH 0/2] Support for 2013 Macbook Air (1 reply)
Hi Dmitry, Jiri, Please find enclosed two patches yielding support for the MacbookAir6,2. As usual, there is one HID and one Input patch. Given the closeness to the merge window, I suppose we could...
View ArticleLinux 3.10 (1 reply)
So I delayed this by a day, considering whether to do another -rc, but decided that there wasn't enough upside. Sure, it hasn't been as quiet as I'd like, and we had this long discussion about an...
View Article[GIT PULL] (xen) stable/for-linus-3.11-rc0-tag (1 reply)
Hey Linus, Since the merge window opened merely three hours ago and I am sure you are addictively refreshing your email for the next set of GIT PULLs and can't wait for them - I figured I would offer...
View Article[PATCH 00/12] cdrom: neatening (12 replies)
Joe Perches (12): cdrom: convert cdinfo to cd_dbg cdrom: Remove unused CHECKAUDIO macro cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macros cdrom: Remove prototype for open_for_data cdrom: Remove...
View Article[PATCH RFC] Add FAT_IOCTL_GET_VOLUME_ID (2 replies)
From: Mike Lockwood <lockwood@android.com> This patch, originally from Android kernel, adds vfat directory ioctl command FAT_IOCTL_GET_VOLUME_ID, with this command we can get the vfat volume ID...
View Article[PATCH] percpu_counter: __this_cpu_write doesn't need to be protected by...
__this_cpu_write doesn't need to be protected by spinlock, AS we are doing per cpu write with preempt disabled. And another reason to remove __this_cpu_write outside of spinlock: __percpu_counter_sum...
View Article