| Commit message (Expand) | Author | Age | Files | Lines |
* | EDAC, amd64_edac: Update copyright and remove changelog | Aravind Gopalakrishnan | 2015-09-29 | 1 | -55/+1 |
* | EDAC, amd64_edac: Extend scrub rate support to F15hM60h | Aravind Gopalakrishnan | 2015-09-29 | 2 | -10/+27 |
* | EDAC: Don't allow empty DIMM labels | Toshi Kani | 2015-09-28 | 1 | -2/+2 |
* | EDAC: Fix sysfs dimm_label store operation | Toshi Kani | 2015-09-25 | 1 | -10/+24 |
* | EDAC: Fix sysfs dimm_label show operation | Toshi Kani | 2015-09-25 | 1 | -2/+2 |
* | arm64, EDAC: Add L3/SoC DT subnodes to the APM X-Gene SoC EDAC node | Loc Ho | 2015-09-25 | 1 | -0/+10 |
* | EDAC, xgene: Add SoC support | Loc Ho | 2015-09-25 | 1 | -0/+498 |
* | EDAC, xgene: Fix possible sprintf() overflow issue | Loc Ho | 2015-09-25 | 1 | -2/+2 |
* | EDAC, xgene: Add L3 support | Loc Ho | 2015-09-25 | 1 | -195/+474 |
* | EDAC, Documentation: Update X-Gene EDAC binding for L3/SoC subnodes | Loc Ho | 2015-09-25 | 1 | -0/+23 |
* | EDAC, sb_edac: Fix TAD presence check for sbridge_mci_bind_devs() | Seth Jennings | 2015-09-24 | 1 | -4/+4 |
* | EDAC, ghes_edac: Remove redundant memory_type array | Aravind Gopalakrishnan | 2015-09-23 | 1 | -21/+1 |
* | EDAC, xgene: Convert to debugfs wrappers | Borislav Petkov | 2015-09-23 | 1 | -13/+13 |
* | EDAC, i5100: Convert to debugfs wrappers | Borislav Petkov | 2015-09-22 | 1 | -18/+19 |
* | EDAC, altera: Convert to debugfs wrappers | Borislav Petkov | 2015-09-22 | 2 | -14/+8 |
* | EDAC: Add debugfs wrappers | Borislav Petkov | 2015-09-22 | 2 | -6/+88 |
* | EDAC: Carve out debugfs functionality | Borislav Petkov | 2015-09-22 | 6 | -111/+110 |
* | Linux 4.3-rc2v4.3-rc2 | Linus Torvalds | 2015-09-20 | 1 | -1/+1 |
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-20 | 3 | -10/+17 |
|\ |
|
| * | ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpoints | Doug Anderson | 2015-09-17 | 1 | -3/+5 |
| * | ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definition | Andre Przywara | 2015-09-17 | 1 | -1/+3 |
| * | ARM: get rid of needless #if in signal handling code | Russell King | 2015-09-17 | 1 | -4/+2 |
| * | ARM: fix Thumb2 signal handling when ARMv6 is enabled | Russell King | 2015-09-16 | 1 | -5/+10 |
* | | Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-09-20 | 9 | -34/+52 |
|\ \ |
|
| * | | selftests: exec: revert to default emit rule | Bamvor Jian Zhang | 2015-09-15 | 1 | -3/+1 |
| * | | selftests: change install command to rsync | Bamvor Jian Zhang | 2015-09-15 | 2 | -8/+5 |
| * | | selftests: mqueue: simplify the Makefile | Bamvor Jian Zhang | 2015-09-15 | 1 | -5/+3 |
| * | | selftests: mqueue: allow extra cflags | Bamvor Jian Zhang | 2015-09-15 | 1 | -1/+1 |
| * | | selftests: rename jump label to static_keys | Bamvor Jian Zhang | 2015-09-15 | 1 | -1/+1 |
| * | | selftests/seccomp: add support for s390 | Kees Cook | 2015-09-15 | 2 | -6/+38 |
| * | | seltests/zram: fix syntax error | Zhang Zhen | 2015-09-15 | 2 | -10/+3 |
* | | | Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-09-20 | 12 | -46/+73 |
|\ \ \ |
|
| * \ \ | Merge branch 'acpi-bus' | Rafael J. Wysocki | 2015-09-18 | 4 | -16/+11 |
| |\ \ \ |
|
| | * | | | ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED() | Sudeep Holla | 2015-09-15 | 4 | -16/+11 |
| | * | | | ACPI: int340x_thermal: add missing CONFIG_ prefix | Sudeep Holla | 2015-09-15 | 1 | -1/+1 |
| | |/ / |
|
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branches 'pm-cpufreq' and 'pm-devfreq' | Rafael J. Wysocki | 2015-09-18 | 8 | -30/+62 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | | * | | Merge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/... | Rafael J. Wysocki | 2015-09-15 | 5 | -26/+54 |
| | |/| |
| |/| | | |
|
| | | * | | PM / devfreq: Fix incorrect type issue. | Xiaolong Ye | 2015-09-11 | 1 | -1/+1 |
| | | * | | PM / devfreq: tegra: Update governor to use devfreq_update_stats() | MyungJoo Ham | 2015-09-11 | 1 | -3/+5 |
| | | * | | PM / devfreq: comments for get_dev_status usage updated | MyungJoo Ham | 2015-09-11 | 1 | -1/+8 |
| | | * | | PM / devfreq: drop comment about thermal setting max_freq | Javi Merino | 2015-09-11 | 1 | -3/+3 |
| | | * | | PM / devfreq: cache the last call to get_dev_status() | Javi Merino | 2015-09-11 | 2 | -15/+33 |
| | | * | | PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar | 2015-09-11 | 1 | -2/+2 |
| | | * | | PM / devfreq: exynos-ppmu: bit-wise operation bugfix. | MyungJoo Ham | 2015-09-11 | 1 | -1/+2 |
| | | * | | PM / devfreq: exynos-ppmu: Update documentation to support PPMUv2 | Chanwoo Choi | 2015-09-11 | 1 | -2/+40 |
| | | * | | PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433 | Chanwoo Choi | 2015-09-11 | 2 | -7/+233 |
| | | * | | PM / devfreq: event: Remove incorrect property in exynos-ppmu DT binding | Javier Martinez Canillas | 2015-09-11 | 1 | -1/+0 |
| | * | | | cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get() | Rafael J. Wysocki | 2015-09-16 | 3 | -4/+8 |
| |/ / / |
|
* | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-09-20 | 5 | -12/+25 |
|\ \ \ \ |
|
| * | | | | drivers: clk: st: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_x | Gabriel Fernandez | 2015-09-17 | 2 | -10/+10 |