Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2017-05-10 | 20 | -125/+207 | |
|\ | ||||||
| * | virtio_net: tidy a couple debug statements | Dan Carpenter | 2017-05-09 | 1 | -2/+2 | |
| * | virtio_net: don't reset twice on XDP on/off | Michael S. Tsirkin | 2017-05-09 | 1 | -1/+0 | |
| * | virtio_net: fix support for small rings | Michael S. Tsirkin | 2017-05-09 | 1 | -4/+26 | |
| * | virtio_net: reduce alignment for buffers | Michael S. Tsirkin | 2017-05-09 | 1 | -12/+1 | |
| * | virtio_net: rework mergeable buffer handling | Michael S. Tsirkin | 2017-05-09 | 1 | -46/+43 | |
| * | virtio_net: allow specifying context for rx | Michael S. Tsirkin | 2017-05-09 | 1 | -1/+14 | |
| * | virtio: allow extra context per descriptor | Michael S. Tsirkin | 2017-05-02 | 1 | -13/+57 | |
| * | virtio: add context flag to find vqs | Michael S. Tsirkin | 2017-05-02 | 10 | -30/+56 | |
| * | virtio: wrap find_vqs | Michael S. Tsirkin | 2017-05-02 | 10 | -20/+12 | |
* | | Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 2017-05-10 | 17 | -0/+4360 | |
|\ \ | ||||||
| * \ | Merge tag 'tee-drv-for-4.12' of git://git.linaro.org:/people/jens.wiklander/l... | Arnd Bergmann | 2017-03-30 | 17 | -0/+4360 | |
| |\ \ | ||||||
| | * | | tee: add OP-TEE driver | Jens Wiklander | 2017-03-10 | 11 | -0/+2809 | |
| | * | | tee: generic TEE subsystem | Jens Wiklander | 2017-03-09 | 8 | -0/+1551 | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-10 | 4 | -4/+4 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2017-04-23 | 3 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney | 2017-04-18 | 3 | -3/+3 | |
* | | | | | | Merge tag 'acpi-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-10 | 52 | -220/+812 | |
|\ \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ | Merge branches 'acpi-soc', 'acpi-bus', 'acpi-pmic' and 'acpi-power' | Rafael J. Wysocki | 2017-05-09 | 10 | -25/+164 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | ACPI / power: Delay turning off unused power resources after suspend | Hans de Goede | 2017-05-01 | 3 | -0/+12 | |
| | | | * | | | | | | | ACPI / PMIC: xpower: Fix power_table addresses | Hans de Goede | 2017-04-28 | 1 | -25/+25 | |
| | | * | | | | | | | | ACPI / bus: Add INT0002 to list of always-present devices | Hans de Goede | 2017-04-27 | 1 | -0/+5 | |
| | | * | | | | | | | | ACPI / bus: Introduce a list of ids for "always present" devices | Hans de Goede | 2017-04-27 | 3 | -0/+91 | |
| | * | | | | | | | | | ACPI / LPSS: Call pwm_add_table() for Bay Trail PWM device | Hans de Goede | 2017-04-28 | 1 | -0/+17 | |
| | * | | | | | | | | | i2c: designware: Add ACPI HID for Hisilicon Hip07/08 I2C controller | Hanjun Guo | 2017-04-27 | 1 | -0/+2 | |
| | * | | | | | | | | | ACPI / APD: Add clock frequency for Hisilicon Hip07/08 I2C controller | Hanjun Guo | 2017-04-27 | 1 | -0/+12 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'acpica' | Rafael J. Wysocki | 2017-05-09 | 42 | -195/+648 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ACPICA: iasl: add ASL conversion tool | Bob Moore | 2017-04-28 | 15 | -18/+488 | |
| | * | | | | | | | | | ACPICA: Local cache support: Allow small cache objects | Bob Moore | 2017-04-27 | 1 | -1/+1 | |
| | * | | | | | | | | | ACPICA: Disassembler: Do not unconditionally remove temporary names | David E. Box | 2017-04-27 | 1 | -3/+4 | |
| | * | | | | | | | | | ACPICA: Cleanup AML opcode definitions, no functional change | Bob Moore | 2017-04-27 | 24 | -122/+114 | |
| | * | | | | | | | | | ACPICA: Debugger: Add interpreter blocking mark for single-step mode | Lv Zheng | 2017-04-27 | 1 | -0/+3 | |
| | * | | | | | | | | | ACPICA: debugger: fix memory leak on Pathname | Colin Ian King | 2017-04-27 | 1 | -0/+1 | |
| | * | | | | | | | | | ACPICA: Update for automatic repair code for objects returned by evaluate_object | Bob Moore | 2017-04-27 | 2 | -18/+4 | |
| | * | | | | | | | | | ACPICA: Namespace: fix operand cache leak | Seunghun Han | 2017-04-27 | 1 | -14/+9 | |
| | * | | | | | | | | | ACPICA: Fix several incorrect invocations of ACPICA return macro | Bob Moore | 2017-04-27 | 1 | -4/+4 | |
| | * | | | | | | | | | ACPICA: Fix a module for excessive debug output | Bob Moore | 2017-04-27 | 1 | -7/+7 | |
| | * | | | | | | | | | ACPICA: Update some function headers, no funtional change | Bob Moore | 2017-04-27 | 1 | -10/+6 | |
| | * | | | | | | | | | ACPICA: Disassembler: Enhance resource descriptor detection | Bob Moore | 2017-04-27 | 1 | -0/+9 | |
| | * | | | | | | | | | Merge back ACPICA changes for v4.12. | Rafael J. Wysocki | 2017-04-15 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | ACPICA: Add non-linux host build support | Lv Zheng | 2017-04-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge tag 'pm-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-10 | 9 | -34/+69 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'pm-domains', 'pm-cpuidle', 'pm-sleep' and 'powercap' | Rafael J. Wysocki | 2017-05-09 | 9 | -34/+69 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | powercap: intel_rapl: Add support for Gemini Lake | David E. Box | 2017-04-28 | 1 | -0/+1 | |
| | | | | | |_|/ / / / / / / / | | | | | |/| | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle | Rafael J. Wysocki | 2017-05-05 | 6 | -15/+46 | |
| | | | * | | | | | | | | | | | PM / wakeup: Integrate mechanism to abort transitions in progress | Rafael J. Wysocki | 2017-05-05 | 1 | -18/+18 | |
| | | | | |_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | | x86/intel_idle: add Gemini Lake support | David E. Box | 2017-05-01 | 1 | -0/+2 | |
| | | * | | | | | | | | | | | cpuidle: check dev before usage in cpuidle_use_deepest_state() | Li, Fei | 2017-05-01 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-05-10 | 1 | -144/+215 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | rbd: exclusive map option | Ilya Dryomov | 2017-05-04 | 1 | -10/+73 |