[PATCH v2] x86/boot: add BIT() to boot/bitops.h
The boot/bitops.h has guards against including the regular bitops (include/asm-generic/bitops.h), it only implements what we need at early boot. We'll
View Article[PATCH] Platform: goldfish: goldfish_pipe.c: Add DMA support using managed...
setup_access_params_addr has 2 goals- -Initialize the access_params field so that it can be used to send and read commands from the device in access_
View Article[PATCH 1/2] f2fs: split drop_inmem_pages from commit_inmem_pages
Split drop_inmem_pages from commit_inmem_pages for code readability, and prepare for the following modification. Signed-off-by: Chao Yu <chao2.yu@sam
View Article[PATCH 2/2] f2fs: support revoking atomic written pages
f2fs support atomic write with following semantics: 1. open db file 2. ioctl start atomic write 3. (write db file) * n 4. ioctl commit atomic write 5.
View Article[PATCH 0/2] Lustre debugfs fixes
From: Oleg Drokin <green@linuxhacker.ru> These two patches tie some loose ends from the Lustre debugfs conversion, but while investigating them I als
View Article[PATCH 1/2] staging/lustre/libcfs: Properly handle debugfs read- and...
From: Oleg Drokin <green@linuxhacker.ru> It turns out that unlike procfs, debugfs does not really enforce permissions for root (similar to regular fi
View Article[PATCH 2/2] staging/lustre/obdclass: export debugfs functionality for GPL only.
From: Oleg Drokin <green@linuxhacker.ru> Turns out we mistakenly export some pretty-wide-reaching debugfs functions as EXPORT_SYMBOL instead of EXPOR
View Article[PATCH] arm64: defconfig: add spmi and usb related configs
This patch adds kconfigs for spmi bus support, pinctrl drivers and usb related to get USB working on Qualcomm DB410C board. Signed-off-by: Srinivas K
View Article[PATCH] acpi/ec: Deny write access unless requested by module param
From: Oleg Drokin <green@linuxhacker.ru> In debugfs it's not enough to just set file mode to read-only to deny write access to a file, instead just d
View Article[PATCH] staging/lustre/lnet: Don't call roundup_pow_of_two on zero in...
From: Oleg Drokin <green@linuxhacker.ru> roundup_pow_of_two return when called on a zero argument is undefined, so don't call it like that. This fix
View Article[PATCH] audit: Fix typo in comment
Signed-off-by: Weiyuan <weiyuan.wei@huawei.com> --- kernel/audit_watch.c | 2 +- kernel/auditfilter.c | 6 +++--- 2 files changed, 4 insertions(+), 4
View Article[PATCH] clocksource: introduce clocksource_freq2mult()
The clocksource_khz2mult() and clocksource_hz2mult() share similar code wihch calculates a mult from the given frequency. Both implementations in diff
View Article[PATCH] eCryptfs: fix typos in comment
Signed-off-by: Weiyuan <weiyuan.wei@huawei.com> --- fs/ecryptfs/crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/e
View Article[PATCH] jiffies: use CLOSKOURCE_MASK instead of constant
The CLOCKSOURCE_MASK(32) macro expands to the same value, but makes code more readable. Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> --
View Article[PATCH v2] jiffies: use CLOCKSOURCE_MASK instead of constant
The CLOCKSOURCE_MASK(32) macro expands to the same value, but makes code more readable. Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> --
View ArticleHave some confusion about the pfn_valid() ?
Hi In my opinion, pfn_valid() is meant to be able to tell if a given PFN has valid section, and That section can contain corresponding mem_map. but,
View Article4.5 Regression - mouse not working after resume from suspend
There seems to be a regression in resuming my laptop from a suspend to RAM or disk. The symptom is that my bluetooth mouse doesn't work after the resu
View Article[PATCH] tools/vm/page-types.c: add memory cgroup dumping and filtering
This adds two command line keys: -c|--cgroup path|@inode Walk only pages owned by this memory cgroup -C|--list-cgroup Show mem
View Articlepossible irq lock inversion dependency detected
Hi! I see this message in my dmesg log. I don't know how this information is useful for developer. But I want helps to do Linux kernel better. [ 1401
View Article[PATCH V3 0/6] Introduce CoreSight STM support
This patchset adds support for CoreSight STM IP block. It also makes a little modification to the generic STM framework to cover the CoreSight STM req
View Article