summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...Ingo Molnar2017-09-244-7/+7
* Merge tag 'acpi-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-234-20/+36
|\
| *---. Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties'Rafael J. Wysocki2017-09-223-20/+24
| |\ \ \
| | | | * ACPI: properties: Return _DSD hierarchical extension (data) sub-nodes correctlySakari Ailus2017-09-191-5/+6
| | | * | ACPI / watchdog: properly initialize resourcesArnd Bergmann2017-09-191-1/+1
| | | |/
| | * / ACPI / bus: Make ACPI_HANDLE() work for non-GPL code againJohn Hubbard2017-09-192-14/+17
| | |/
| * / ACPI / PMIC: Add code reviewers to MAINTAINERSRafael Wysocki2017-09-181-0/+12
| |/
* | Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-237-13/+30
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2017-09-223-3/+17
| |\ \ \
| | | * | ARM: cpuidle: Avoid memleak if init failStefan Wahren2017-09-191-2/+4
| | | |/
| | * | cpufreq: ti-cpufreq: Support additional am43xx platformsDave Gerlach2017-09-201-1/+1
| | * | cpufreq: dt-platdev: Add some missing platforms to the blacklistViresh Kumar2017-09-191-0/+12
| | |/
| | |
| | \
| *-. \ Merge branches 'pm-core', 'pm-qos' and 'pm-docs'Rafael J. Wysocki2017-09-223-7/+7
| |\ \ \
| | | * | PM: docs: Drop an excess character from devices.rstRafael J. Wysocki2017-09-191-1/+1
| | | * | driver core: Fix link to device power management documentationGeert Uytterhoeven2017-09-181-1/+1
| | | |/
| | * / PM / QoS: Use the correct variable to check the QoS request typeJan H. Schönherr2017-09-181-5/+5
| | |/
| * / PM: core: Fix device_pm_check_callbacks()Rafael J. Wysocki2017-09-191-3/+6
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-09-234-22/+51
|\ \
| * | Input: elan_i2c - extend Flash-Write delayKT Liao2017-09-221-1/+1
| * | Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov2017-09-221-18/+21
| * | Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2017-09-223-3/+29
* | | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-2310-129/+1006
|\ \ \
| * | | samples: Unrename SECCOMP_RET_KILLKees Cook2017-08-172-3/+3
| * | | selftests/seccomp: Test thread vs process killingKees Cook2017-08-141-60/+168
| * | | seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook2017-08-143-3/+14
| * | | seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook2017-08-142-14/+26
| * | | seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook2017-08-147-32/+39
| * | | seccomp: Action to log before allowingTyler Hicks2017-08-144-6/+125
| * | | seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks2017-08-144-8/+91
| * | | seccomp: Selftest for detection of filter flag supportTyler Hicks2017-08-141-0/+60
| * | | seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks2017-08-143-8/+187
| * | | seccomp: Operation for checking if an action is availableTyler Hicks2017-08-143-2/+65
| * | | seccomp: Sysctl to display available actionsTyler Hicks2017-08-143-0/+68
| * | | seccomp: Provide matching filter for introspectionKees Cook2017-08-141-3/+15
| * | | selftests/seccomp: Refactor RET_ERRNO testsKees Cook2017-08-141-37/+58
| * | | selftests/seccomp: Add simple seccomp overhead benchmarkKees Cook2017-08-142-5/+112
| * | | selftests/seccomp: Add tests for basic ptrace actionsKees Cook2017-08-141-7/+34
* | | | Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.s...Linus Torvalds2017-09-236-15/+66
|\ \ \ \
| * | | | SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2017-09-231-0/+7
| * | | | SMB3: handle new statx fieldsSteve French2017-09-231-0/+15
| * | | | SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-09-211-5/+12
| * | | | cifs: release auth_key.response for reconnect.Shu Wang2017-09-211-0/+8
| * | | | cifs: release cifs root_cred after exit_cifsShu Wang2017-09-211-1/+1
| * | | | CIFS: make arrays static const, reduces object code sizeColin Ian King2017-09-211-4/+8
| * | | | [SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French2017-09-201-2/+7
| * | | | cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg2017-09-201-0/+2
| * | | | SMB3: Warn user if trying to sign connection that authenticated as guestSteve French2017-09-201-0/+2
| * | | | SMB3: Fix endian warningSteve French2017-09-201-2/+3
| * | | | Fix SMB3.1.1 guest authentication to SambaSteve French2017-09-201-1/+1
* | | | | Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2017-09-233-13/+32
|\ \ \ \ \