summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hpfs: fix spelling mistake "partion" -> "partition"Colin Ian King2019-03-121-4/+4
* Merge tag 'tag-chrome-platform-for-v5.1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-03-1227-312/+1148
|\
| * platform/chrome: fix wilco-ec dependenciesArnd Bergmann2019-03-051-1/+1
| * platform/chrome: wilco_ec: Add RTC driverNick Crews2019-02-215-0/+209
| * platform/chrome: wilco_ec: Add support for raw commands in debugfsNick Crews2019-02-216-0/+289
| * platform/chrome: Add new driver for Wilco ECNick Crews2019-02-217-0/+499
| * platform/chrome: cros_ec: Remove cros_ec dependency in lpc_mecNick Crews2019-02-113-59/+83
| * MAINTAINERS: chrome-platform: change the git tree to a chrome-platform group ...Enric Balletbo i Serra2019-02-061-1/+1
| * platform/chrome: cros_ec_sysfs: remove pr_fmt() defineEnric Balletbo i Serra2019-02-011-2/+0
| * platform/chrome: cros_ec_lightbar: remove pr_fmt() defineEnric Balletbo i Serra2019-02-011-2/+0
| * platform/chrome: cros_kbd_led_backlight: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-15/+4
| * platform/chrome: cros_ec_spi: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-15/+5
| * platform/chrome: cros_ec_proto: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-15/+4
| * platform/chrome: cros_ec_lpc: switch to SPDX identifierEnric Balletbo i Serra2019-02-015-102/+24
| * platform/chrome: cros_ec_i2c: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-16/+6
| * platform/chrome: cros_ec_vbc: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-19/+5
| * platform/chrome: cros_ec_sysfs: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-19/+5
| * platform/chrome: cros_ec_lightbar: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-18/+4
| * platform/chrome: cros_ec_debugfs: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-18/+4
| * platform/chrome: cromeos_pstore: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-11/+6
* | Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-125-46/+145
|\ \
| * | perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)2019-03-062-3/+77
| * | x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)2019-03-062-0/+7
| * | perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)2019-03-061-21/+30
| * | perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)2019-03-063-22/+31
* | | Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-117-260/+561
|\ \ \
| * | | XArray: Fix xa_reserve for 2-byte aligned entriesMatthew Wilcox2019-02-212-3/+15
| * | | XArray: Fix xa_erase of 2-byte aligned entriesMatthew Wilcox2019-02-212-2/+16
| * | | XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox2019-02-203-59/+3
| * | | XArray: Fix xa_release in allocating arraysMatthew Wilcox2019-02-203-22/+48
| * | | XArray: Mark xa_insert and xa_reserve as must_checkMatthew Wilcox2019-02-092-16/+17
| * | | XArray: Add cyclic allocationMatthew Wilcox2019-02-064-1/+208
| * | | XArray: Redesign xa_alloc APIMatthew Wilcox2019-02-063-60/+135
| * | | XArray: Add support for 1s-based allocationMatthew Wilcox2019-02-064-37/+86
| * | | XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-065-9/+9
| * | | XArray: Update xa_erase family descriptionsMatthew Wilcox2019-02-042-15/+14
| * | | XArray tests: RCU lock prohibits GFP_KERNELMatthew Wilcox2019-02-041-0/+3
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-03-113-2/+98
|\ \ \ \
| * | | | m68k: add ColdFire mcf5441x eDMA platform supportAngelo Dureghello2019-02-253-2/+98
* | | | | Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-1118-119/+85
|\ \ \ \ \
| * | | | | xen: fix dom0 boot on huge systemsJuergen Gross2019-03-081-7/+6
| * | | | | xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter2019-03-081-1/+1
| * | | | | xen: remove pre-xen3 fallback handlersArnd Bergmann2019-03-053-93/+2
| * | | | | xen/ACPI: Switch to bitmap_zalloc()Andy Shevchenko2019-03-041-11/+11
| * | | | | x86/xen: dont add memory above max allowed allocationJuergen Gross2019-02-183-0/+28
| * | | | | x86: respect memory size limiting via mem= parameterJuergen Gross2019-02-183-0/+13
| * | | | | xen/gntdev: Check and release imported dma-bufs on closeOleksandr Andrushchenko2019-02-181-0/+9
| * | | | | xen/gntdev: Do not destroy context while dma-bufs are in useOleksandr Andrushchenko2019-02-183-3/+13
| * | | | | xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk2019-02-181-2/+0
| * | | | | xen-scsiback: mark expected switch fall-throughGustavo A. R. Silva2019-02-181-1/+1