| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-07-01 | 1 | -1/+3 |
|\ |
|
| * | Merge branch 'acpi-pnp' | Rafael J. Wysocki | 2015-06-24 | 1 | -1/+3 |
| |\ |
|
| | * | ACPI / resources: free memory on error in add_region_before() | Dan Carpenter | 2015-06-24 | 1 | -1/+3 |
* | | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-06-29 | 5 | -3/+1819 |
|\ \ \ |
|
| * | | | libnvdimm: Add sysfs numa_node to NVDIMM devices | Toshi Kani | 2015-06-26 | 1 | -0/+1 |
| * | | | libnvdimm: Set numa_node to NVDIMM devices | Toshi Kani | 2015-06-26 | 1 | -0/+6 |
| * | | | acpi: Add acpi_map_pxm_to_online_node() | Toshi Kani | 2015-06-26 | 1 | -3/+47 |
| * | | | libnvdimm, nfit: handle unarmed dimms, mark namespaces read-only | Dan Williams | 2015-06-26 | 2 | -0/+34 |
| * | | | tools/testing/nvdimm: libnvdimm unit test infrastructure | Dan Williams | 2015-06-26 | 2 | -4/+14 |
| * | | | libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory | Ross Zwisler | 2015-06-26 | 2 | -14/+484 |
| * | | | nd_btt: atomic sector updates | Vishal Verma | 2015-06-26 | 1 | -0/+1 |
| * | | | libnvdimm, nfit: add interleave-set state-tracking infrastructure | Dan Williams | 2015-06-25 | 1 | -2/+91 |
| * | | | libnvdimm: support for legacy (non-aliasing) nvdimms | Dan Williams | 2015-06-25 | 1 | -0/+1 |
| * | | | libnvdimm, nfit: regions (block-data-window, persistent memory, volatile memory) | Dan Williams | 2015-06-25 | 1 | -1/+147 |
| * | | | libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructure | Dan Williams | 2015-06-25 | 1 | -3/+10 |
| * | | | libnvdimm: control (ioctl) messages for nvdimm_bus and nvdimm devices | Dan Williams | 2015-06-25 | 3 | -2/+229 |
| * | | | libnvdimm, nfit: dimm/memory-devices | Dan Williams | 2015-06-25 | 2 | -1/+161 |
| * | | | libnvdimm: control character device and nvdimm_bus sysfs attributes | Dan Williams | 2015-06-25 | 2 | -0/+34 |
| * | | | libnvdimm, nfit: initial libnvdimm infrastructure and NFIT support | Dan Williams | 2015-06-25 | 4 | -0/+586 |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2015-06-26 | 1 | -3/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Zhang Rui | 2015-06-11 | 1 | -3/+6 |
| |\ \ \ |
|
| | * | | | thermal: of: fix cooling device weights in device tree | Kapileshwar Singh | 2015-05-05 | 1 | -3/+6 |
* | | | | | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-06-23 | 40 | -791/+1225 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'acpi-cca' | Rafael J. Wysocki | 2015-06-19 | 4 | -1/+44 |
| |\ \ \ \ \ |
|
| | * | | | | | ACPI / scan: Parse _CCA and setup device coherency | Suthikulpanit, Suravee | 2015-06-15 | 4 | -1/+44 |
| | * | | | | | Merge branch 'acpi-scan' into acpi-cca | Rafael J. Wysocki | 2015-06-15 | 3 | -37/+49 |
| | |\ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Merge branch 'acpi-video' | Rafael J. Wysocki | 2015-06-19 | 7 | -422/+359 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ACPI / video: Make acpi_video_unregister_backlight() private | Hans de Goede | 2015-06-19 | 2 | -1/+2 |
| | * | | | | | | acpi-video-detect: Remove old API | Hans de Goede | 2015-06-19 | 1 | -31/+0 |
| | * | | | | | | ACPI / video: Fix acpi_video _register vs _unregister_backlight race | Hans de Goede | 2015-06-19 | 1 | -22/+21 |
| | * | | | | | | ACPI / video: Move dmi_check_system from module_init to acpi_video_register | Hans de Goede | 2015-06-19 | 1 | -5/+5 |
| | * | | | | | | ACPI / video: Move backlight notifier to video_detect.c | Hans de Goede | 2015-06-19 | 2 | -57/+29 |
| | * | | | | | | ACPI / video: Port to new backlight interface selection API | Hans de Goede | 2015-06-19 | 2 | -165/+137 |
| | * | | | | | | acpi-video-detect: Unregister acpi_video backlight when dmi quirks are added | Hans de Goede | 2015-06-19 | 1 | -0/+3 |
| | * | | | | | | acpi-video-detect: Rewrite backlight interface selection logic | Hans de Goede | 2015-06-19 | 1 | -88/+83 |
| | * | | | | | | acpi-video-detect: video: Make video_detect code part of the video module | Hans de Goede | 2015-06-19 | 4 | -27/+30 |
| | * | | | | | | acpi-video-detect: Move acpi_osi_is_win8 to osl.c | Hans de Goede | 2015-06-19 | 3 | -13/+6 |
| | * | | | | | | acpi-video-detect: Move acpi_is_video_device() to acpi/scan.c | Hans de Goede | 2015-06-19 | 2 | -60/+56 |
| | * | | | | | | acpi-video-detect: Make acpi_video_get_capabilities a private function | Hans de Goede | 2015-06-19 | 1 | -2/+1 |
| | * | | | | | | acpi-video-detect: Remove the unused acpi_video_dmi_demote_vendor() function | Hans de Goede | 2015-06-19 | 1 | -9/+0 |
| | * | | | | | | Merge branch 'acpi-scan' into acpi-video | Rafael J. Wysocki | 2015-06-16 | 3 | -37/+49 |
| | |\ \ \ \ \ \
| | | | |/ / / /
| | | |/| | | | |
|
| | * | | | | | | ACPI / video: constify ACPI and DMI id tables | Mathias Krause | 2015-06-15 | 1 | -2/+2 |
| | * | | | | | | ACPI / video: Add a parameter to not register the backlight sysfs interface | Hans de Goede | 2015-06-15 | 1 | -4/+39 |
| | * | | | | | | ACPI / video: Add enable_native_backlight quirk for MacbookPro12,1 | Hans de Goede | 2015-06-15 | 1 | -0/+9 |
| | | |/ / / /
| | |/| | | | |
|
| | | | | | | | |
| | \ \ \ \ \ | |
| *-. \ \ \ \ \ | Merge branches 'acpi-battery' and 'acpi-processor' | Rafael J. Wysocki | 2015-06-19 | 5 | -44/+41 |
| |\ \ \ \ \ \ \ |
|
| | | * | | | | | | ACPI / processor: constify DMI system id table | Mathias Krause | 2015-06-15 | 1 | -1/+1 |
| | | * | | | | | | ACPI / processor: Introduce invalid_phys_cpuid() | Hanjun Guo | 2015-05-13 | 2 | -4/+4 |
| | | * | | | | | | ACPI / processor: return specific error instead of -1 | Hanjun Guo | 2015-05-13 | 1 | -3/+3 |
| | | * | | | | | | ACPI / processor: remove phys_id in acpi_processor_get_info() | Hanjun Guo | 2015-05-13 | 1 | -4/+3 |
| | | * | | | | | | ACPI / processor: remove cpu_index in acpi_processor_get_info() | Hanjun Guo | 2015-05-13 | 1 | -6/+4 |