forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'akpm' (patches from Andrew)
Merge yet more updates from Andrew Morton: - Almost all of the rest of MM (memcg, slab-generic, slab, pagealloc, gup, hugetlb, pagemap, memremap) - Various other things (hfs, ocfs2, kmod, misc, seqfile) * akpm: (34 commits) ipc/util.c: sysvipc_find_ipc() should increase position index kernel/gcov/fs.c: gcov_seq_next() should increase position index fs/seq_file.c: seq_read(): add info message about buggy .next functions drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings change email address for Pali Rohár selftests: kmod: test disabling module autoloading selftests: kmod: fix handling test numbers above 9 docs: admin-guide: document the kernel.modprobe sysctl fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() kmod: make request_module() return an error when autoloading is disabled mm/memremap: set caching mode for PCI P2PDMA memory to WC mm/memory_hotplug: add pgprot_t to mhp_params powerpc/mm: thread pgprot_t through create_section_mapping() x86/mm: introduce __set_memory_prot() x86/mm: thread pgprot_t through init_memory_mapping() mm/memory_hotplug: rename mhp_restrictions to mhp_params mm/memory_hotplug: drop the flags field from struct mhp_restrictions mm/special: create generic fallbacks for pte_special() and pte_mkspecial() mm/vma: introduce VM_ACCESS_FLAGS mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS ...
- Loading branch information
Showing
130 changed files
with
706 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,6 +210,7 @@ Oleksij Rempel <[email protected]> <[email protected]> | |
Oleksij Rempel <[email protected]> <[email protected]> | ||
Oleksij Rempel <[email protected]> <[email protected]> | ||
Oleksij Rempel <[email protected]> <[email protected]> | ||
Pali Rohár <[email protected]> <[email protected]> | ||
Paolo 'Blaisorblade' Giarrusso <[email protected]> | ||
Patrick Mochel <[email protected]> | ||
Paul Burton <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ What: /sys/class/leds/dell::kbd_backlight/als_enabled | |
Date: December 2014 | ||
KernelVersion: 3.19 | ||
Contact: Gabriele Mazzotta <[email protected]>, | ||
Pali Rohár <pali[email protected]> | ||
Pali Rohár <pali@kernel.org> | ||
Description: | ||
This file allows to control the automatic keyboard | ||
illumination mode on some systems that have an ambient | ||
|
@@ -13,7 +13,7 @@ What: /sys/class/leds/dell::kbd_backlight/als_setting | |
Date: December 2014 | ||
KernelVersion: 3.19 | ||
Contact: Gabriele Mazzotta <[email protected]>, | ||
Pali Rohár <pali[email protected]> | ||
Pali Rohár <pali@kernel.org> | ||
Description: | ||
This file allows to specifiy the on/off threshold value, | ||
as reported by the ambient light sensor. | ||
|
@@ -22,7 +22,7 @@ What: /sys/class/leds/dell::kbd_backlight/start_triggers | |
Date: December 2014 | ||
KernelVersion: 3.19 | ||
Contact: Gabriele Mazzotta <[email protected]>, | ||
Pali Rohár <pali[email protected]> | ||
Pali Rohár <pali@kernel.org> | ||
Description: | ||
This file allows to control the input triggers that | ||
turn on the keyboard backlight illumination that is | ||
|
@@ -45,7 +45,7 @@ What: /sys/class/leds/dell::kbd_backlight/stop_timeout | |
Date: December 2014 | ||
KernelVersion: 3.19 | ||
Contact: Gabriele Mazzotta <[email protected]>, | ||
Pali Rohár <pali[email protected]> | ||
Pali Rohár <pali@kernel.org> | ||
Description: | ||
This file allows to specify the interval after which the | ||
keyboard illumination is disabled because of inactivity. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -727,7 +727,7 @@ L: [email protected] | |
F: arch/alpha/ | ||
|
||
ALPS PS/2 TOUCHPAD DRIVER | ||
R: Pali Rohár <pali[email protected]> | ||
R: Pali Rohár <pali@kernel.org> | ||
F: drivers/input/mouse/alps.* | ||
|
||
ALTERA I2C CONTROLLER DRIVER | ||
|
@@ -4774,23 +4774,23 @@ F: drivers/net/fddi/defza.* | |
|
||
DELL LAPTOP DRIVER | ||
M: Matthew Garrett <[email protected]> | ||
M: Pali Rohár <pali[email protected]> | ||
M: Pali Rohár <pali@kernel.org> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/platform/x86/dell-laptop.c | ||
|
||
DELL LAPTOP FREEFALL DRIVER | ||
M: Pali Rohár <pali[email protected]> | ||
M: Pali Rohár <pali@kernel.org> | ||
S: Maintained | ||
F: drivers/platform/x86/dell-smo8800.c | ||
|
||
DELL LAPTOP RBTN DRIVER | ||
M: Pali Rohár <pali[email protected]> | ||
M: Pali Rohár <pali@kernel.org> | ||
S: Maintained | ||
F: drivers/platform/x86/dell-rbtn.* | ||
|
||
DELL LAPTOP SMM DRIVER | ||
M: Pali Rohár <pali[email protected]> | ||
M: Pali Rohár <pali@kernel.org> | ||
S: Maintained | ||
F: drivers/hwmon/dell-smm-hwmon.c | ||
F: include/uapi/linux/i8k.h | ||
|
@@ -4802,7 +4802,7 @@ S: Maintained | |
F: drivers/platform/x86/dell_rbu.c | ||
|
||
DELL SMBIOS DRIVER | ||
M: Pali Rohár <pali[email protected]> | ||
M: Pali Rohár <pali@kernel.org> | ||
M: Mario Limonciello <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -4835,7 +4835,7 @@ F: drivers/platform/x86/dell-wmi-descriptor.c | |
|
||
DELL WMI NOTIFICATIONS DRIVER | ||
M: Matthew Garrett <[email protected]> | ||
M: Pali Rohár <pali[email protected]> | ||
M: Pali Rohár <pali@kernel.org> | ||
S: Maintained | ||
F: drivers/platform/x86/dell-wmi.c | ||
|
||
|
@@ -11950,7 +11950,7 @@ F: drivers/media/i2c/et8ek8 | |
F: drivers/media/i2c/ad5820.c | ||
|
||
NOKIA N900 POWER SUPPLY DRIVERS | ||
R: Pali Rohár <pali[email protected]> | ||
R: Pali Rohár <pali@kernel.org> | ||
F: include/linux/power/bq2415x_charger.h | ||
F: include/linux/power/bq27xxx_battery.h | ||
F: drivers/power/supply/bq2415x_charger.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Copyright (C) 2011 Texas Instruments, Inc. | ||
* Santosh Shilimkar <[email protected]> | ||
* Copyright (C) 2012 Ivaylo Dimitrov <[email protected]> | ||
* Copyright (C) 2013 Pali Rohár <pali[email protected]> | ||
* Copyright (C) 2013 Pali Rohár <pali@kernel.org> | ||
*/ | ||
|
||
#include <linux/arm-smccc.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Copyright (C) 2011 Texas Instruments, Inc. | ||
* Santosh Shilimkar <[email protected]> | ||
* Copyright (C) 2012 Ivaylo Dimitrov <[email protected]> | ||
* Copyright (C) 2013 Pali Rohár <pali[email protected]> | ||
* Copyright (C) 2013 Pali Rohár <pali@kernel.org> | ||
*/ | ||
#ifndef OMAP_ARCH_OMAP_SECURE_H | ||
#define OMAP_ARCH_OMAP_SECURE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Written by Santosh Shilimkar <[email protected]> | ||
* | ||
* Copyright (C) 2012 Ivaylo Dimitrov <[email protected]> | ||
* Copyright (C) 2013 Pali Rohár <pali[email protected]> | ||
* Copyright (C) 2013 Pali Rohár <pali@kernel.org> | ||
*/ | ||
|
||
#include <linux/linkage.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.