summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | net: phy: Fix mask value write on gmii2rgmii converter speed registerFahad Kunnathadi2017-09-191-1/+1
| * | | | | | | ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2017-09-181-10/+11
| * | | | | | | udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-09-181-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-2324-137/+2088
|\ \ \ \ \ \ \
| * | | | | | | apparmor: fix apparmorfs DAC access permissionsJohn Johansen2017-09-221-4/+4
| * | | | | | | apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen2017-09-221-1/+4
| * | | | | | | apparmor: fix incorrect type assignment when freeing proxiesJohn Johansen2017-09-221-1/+1
| * | | | | | | apparmor: ensure unconfined profiles have dfas initializedJohn Johansen2017-09-221-0/+2
| * | | | | | | apparmor: fix race condition in null profile creationJohn Johansen2017-09-221-3/+11
| * | | | | | | apparmor: move new_null_profile to after profile lookup fns()John Johansen2017-09-221-79/+79
| * | | | | | | apparmor: add base infastructure for socket mediationJohn Johansen2017-09-2212-16/+840
| * | | | | | | apparmor: add more debug asserts to apparmorfsJohn Johansen2017-09-221-0/+17
| * | | | | | | apparmor: make policy_unpack able to audit different info messagesJohn Johansen2017-09-222-16/+40
| * | | | | | | apparmor: add support for absolute root view based labelsJohn Johansen2017-09-222-1/+10
| * | | | | | | apparmor: cleanup conditional check for label in label_printJohn Johansen2017-09-221-14/+8Star
| * | | | | | | apparmor: add mount mediationJohn Johansen2017-09-229-4/+841
| * | | | | | | apparmor: add the ability to mediate signalsJohn Johansen2017-09-227-0/+231
| * | | | | | | apparmor: Redundant condition: prev_ns. in [label.c:1498]John Johansen2017-09-221-1/+1
| * | | | | | | apparmor: Fix an error code in aafs_create()Dan Carpenter2017-09-221-1/+3
| * | | | | | | apparmor: Fix logical error in verify_header()Christos Gkekas2017-09-221-1/+1
| * | | | | | | apparmor: Fix shadowed local variable in unpack_trans_table()Geert Uytterhoeven2017-09-221-2/+2
* | | | | | | | 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