index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
2017-09-24
4
-7
/
+7
*
Merge tag 'acpi-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2017-09-23
4
-20
/
+36
|
\
|
*
-
-
-
.
Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties'
Rafael J. Wysocki
2017-09-22
3
-20
/
+24
|
|
\
\
\
|
|
|
|
*
ACPI: properties: Return _DSD hierarchical extension (data) sub-nodes correctly
Sakari Ailus
2017-09-19
1
-5
/
+6
|
|
|
*
|
ACPI / watchdog: properly initialize resources
Arnd Bergmann
2017-09-19
1
-1
/
+1
|
|
|
|
/
|
|
*
/
ACPI / bus: Make ACPI_HANDLE() work for non-GPL code again
John Hubbard
2017-09-19
2
-14
/
+17
|
|
|
/
|
*
/
ACPI / PMIC: Add code reviewers to MAINTAINERS
Rafael Wysocki
2017-09-18
1
-0
/
+12
|
|
/
*
|
Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2017-09-23
7
-13
/
+30
|
\
\
|
|
\
|
|
\
|
*
-
.
\
Merge branches 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
2017-09-22
3
-3
/
+17
|
|
\
\
\
|
|
|
*
|
ARM: cpuidle: Avoid memleak if init fail
Stefan Wahren
2017-09-19
1
-2
/
+4
|
|
|
|
/
|
|
*
|
cpufreq: ti-cpufreq: Support additional am43xx platforms
Dave Gerlach
2017-09-20
1
-1
/
+1
|
|
*
|
cpufreq: dt-platdev: Add some missing platforms to the blacklist
Viresh Kumar
2017-09-19
1
-0
/
+12
|
|
|
/
|
|
|
|
|
\
|
*
-
.
\
Merge branches 'pm-core', 'pm-qos' and 'pm-docs'
Rafael J. Wysocki
2017-09-22
3
-7
/
+7
|
|
\
\
\
|
|
|
*
|
PM: docs: Drop an excess character from devices.rst
Rafael J. Wysocki
2017-09-19
1
-1
/
+1
|
|
|
*
|
driver core: Fix link to device power management documentation
Geert Uytterhoeven
2017-09-18
1
-1
/
+1
|
|
|
|
/
|
|
*
/
PM / QoS: Use the correct variable to check the QoS request type
Jan H. Schönherr
2017-09-18
1
-5
/
+5
|
|
|
/
|
*
/
PM: core: Fix device_pm_check_callbacks()
Rafael J. Wysocki
2017-09-19
1
-3
/
+6
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2017-09-23
4
-22
/
+51
|
\
\
|
*
|
Input: elan_i2c - extend Flash-Write delay
KT Liao
2017-09-22
1
-1
/
+1
|
*
|
Input: uinput - avoid crash when sending FF request to device going away
Dmitry Torokhov
2017-09-22
1
-18
/
+21
|
*
|
Input: uinput - avoid FF flush when destroying device
Dmitry Torokhov
2017-09-22
3
-3
/
+29
*
|
|
Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-09-23
10
-129
/
+1006
|
\
\
\
|
*
|
|
samples: Unrename SECCOMP_RET_KILL
Kees Cook
2017-08-17
2
-3
/
+3
|
*
|
|
selftests/seccomp: Test thread vs process killing
Kees Cook
2017-08-14
1
-60
/
+168
|
*
|
|
seccomp: Implement SECCOMP_RET_KILL_PROCESS action
Kees Cook
2017-08-14
3
-3
/
+14
|
*
|
|
seccomp: Introduce SECCOMP_RET_KILL_PROCESS
Kees Cook
2017-08-14
2
-14
/
+26
|
*
|
|
seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD
Kees Cook
2017-08-14
7
-32
/
+39
|
*
|
|
seccomp: Action to log before allowing
Tyler Hicks
2017-08-14
4
-6
/
+125
|
*
|
|
seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
Tyler Hicks
2017-08-14
4
-8
/
+91
|
*
|
|
seccomp: Selftest for detection of filter flag support
Tyler Hicks
2017-08-14
1
-0
/
+60
|
*
|
|
seccomp: Sysctl to configure actions that are allowed to be logged
Tyler Hicks
2017-08-14
3
-8
/
+187
|
*
|
|
seccomp: Operation for checking if an action is available
Tyler Hicks
2017-08-14
3
-2
/
+65
|
*
|
|
seccomp: Sysctl to display available actions
Tyler Hicks
2017-08-14
3
-0
/
+68
|
*
|
|
seccomp: Provide matching filter for introspection
Kees Cook
2017-08-14
1
-3
/
+15
|
*
|
|
selftests/seccomp: Refactor RET_ERRNO tests
Kees Cook
2017-08-14
1
-37
/
+58
|
*
|
|
selftests/seccomp: Add simple seccomp overhead benchmark
Kees Cook
2017-08-14
2
-5
/
+112
|
*
|
|
selftests/seccomp: Add tests for basic ptrace actions
Kees Cook
2017-08-14
1
-7
/
+34
*
|
|
|
Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.s...
Linus Torvalds
2017-09-23
6
-15
/
+66
|
\
\
\
\
|
*
|
|
|
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
Steve French
2017-09-23
1
-0
/
+7
|
*
|
|
|
SMB3: handle new statx fields
Steve French
2017-09-23
1
-0
/
+15
|
*
|
|
|
SMB: Validate negotiate (to protect against downgrade) even if signing off
Steve French
2017-09-21
1
-5
/
+12
|
*
|
|
|
cifs: release auth_key.response for reconnect.
Shu Wang
2017-09-21
1
-0
/
+8
|
*
|
|
|
cifs: release cifs root_cred after exit_cifs
Shu Wang
2017-09-21
1
-1
/
+1
|
*
|
|
|
CIFS: make arrays static const, reduces object code size
Colin Ian King
2017-09-21
1
-4
/
+8
|
*
|
|
|
[SMB3] Update session and share information displayed for debugging SMB2/SMB3
Steve French
2017-09-20
1
-2
/
+7
|
*
|
|
|
cifs: show 'soft' in the mount options for hard mounts
Ronnie Sahlberg
2017-09-20
1
-0
/
+2
|
*
|
|
|
SMB3: Warn user if trying to sign connection that authenticated as guest
Steve French
2017-09-20
1
-0
/
+2
|
*
|
|
|
SMB3: Fix endian warning
Steve French
2017-09-20
1
-2
/
+3
|
*
|
|
|
Fix SMB3.1.1 guest authentication to Samba
Steve French
2017-09-20
1
-1
/
+1
*
|
|
|
|
Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
2017-09-23
3
-13
/
+32
|
\
\
\
\
\
[next]