index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-23
remoteproc: qcom_q6v5: Use devm_qcom_smem_state_get() to fix missing put()
Stephan Gerhold
1
-1
/
+1
2021-06-23
soc: qcom: smem_state: Add devm_qcom_smem_state_get()
Stephan Gerhold
2
-0
/
+44
2021-06-23
Merge tag 'spi-fix-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
2
-6
/
+10
2021-06-23
cifs: remove two cases where rc is set unnecessarily in sid_to_id
Steve French
1
-2
/
+0
2021-06-23
x86/fpu/signal: Handle #PF in the direct restore path
Thomas Gleixner
1
-34
/
+33
2021-06-23
SMB3: Add new info level for query directory
Steve French
2
-3
/
+38
2021-06-23
x86/fpu: Return proper error codes from user access functions
Thomas Gleixner
1
-7
/
+12
2021-06-23
cifs: fix NULL dereference in smb2_check_message()
Dan Carpenter
1
-3
/
+2
2021-06-23
x86/fpu/signal: Split out the direct restore code
Thomas Gleixner
1
-54
/
+58
2021-06-23
x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()
Thomas Gleixner
1
-20
/
+14
2021-06-23
x86/fpu/signal: Sanitize the xstate check on sigframe
Thomas Gleixner
1
-37
/
+33
2021-06-23
x86/fpu/signal: Remove the legacy alignment check
Thomas Gleixner
1
-3
/
+0
2021-06-23
x86/fpu/signal: Move initial checks into fpu__restore_sig()
Thomas Gleixner
1
-35
/
+41
2021-06-23
x86/fpu: Mark init_fpstate __ro_after_init
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/pkru: Remove xstate fiddling from write_pkru()
Thomas Gleixner
3
-28
/
+7
2021-06-23
x86/fpu: Don't store PKRU in xstate in fpu_reset_fpstate()
Thomas Gleixner
1
-18
/
+4
2021-06-23
x86/fpu: Remove PKRU handling from switch_fpu_finish()
Thomas Gleixner
1
-30
/
+4
2021-06-23
Merge tag 'iwlwifi-next-for-kalle-2021-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
Kalle Valo
47
-782
/
+1635
2021-06-23
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
4
-3
/
+14
2021-06-23
brcmfmac: Silence error messages about unsupported firmware features
Dmitry Osipenko
3
-6
/
+25
2021-06-23
cfg80211: Add wiphy_info_once()
Dmitry Osipenko
1
-0
/
+2
2021-06-23
x86/fpu: Hook up PKRU into ptrace()
Dave Hansen
3
-14
/
+23
2021-06-23
cpufreq: Make cpufreq_online() call driver->offline() on errors
Rafael J. Wysocki
1
-1
/
+10
2021-06-23
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
4
-22
/
+17
2021-06-23
RDMA/hns: Fix incorrect vlan enable bit in QPC
Weihang Li
1
-2
/
+2
2021-06-23
MAINTAINERS: Update Broadcom RDMA maintainers
Selvin Xavier
1
-2
/
+0
2021-06-23
x86/fpu: Add PKRU storage outside of task XSAVE buffer
Dave Hansen
3
-0
/
+41
2021-06-23
software node: Handle software node injection to an existing device properly
Heikki Krogerus
1
-4
/
+12
2021-06-23
ACPI: PM: postpone bringing devices to D0 unless we need them
Dmitry Torokhov
1
-1
/
+31
2021-06-23
x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
Thomas Gleixner
3
-2
/
+35
2021-06-23
ACPI: tables: Add custom DSDT file as makefile prerequisite
Richard Fitzgerald
1
-0
/
+5
2021-06-23
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
5
-17
/
+26
2021-06-23
ACPI: bgrt: Use sysfs_emit
Nathan Chancellor
1
-1
/
+1
2021-06-23
ACPI: bgrt: Fix CFI violation
Nathan Chancellor
1
-38
/
+17
2021-06-23
x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
Thomas Gleixner
2
-24
/
+28
2021-06-23
x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
Thomas Gleixner
3
-6
/
+4
2021-06-23
x86/fpu: Clean up the fpu__clear() variants
Andy Lutomirski
2
-37
/
+86
2021-06-23
x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
Thomas Gleixner
3
-4
/
+5
2021-06-23
x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
Thomas Gleixner
4
-24
/
+1
2021-06-23
x86/cpu: Write the default PKRU value when enabling PKE
Thomas Gleixner
1
-0
/
+2
2021-06-23
x86/pkru: Provide pkru_write_default()
Thomas Gleixner
1
-0
/
+8
2021-06-23
x86/pkru: Provide pkru_get_init_value()
Thomas Gleixner
1
-0
/
+2
2021-06-23
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
7
-23
/
+21
2021-06-23
x86/fpu: Rename and sanitize fpu__save/copy()
Thomas Gleixner
5
-16
/
+17
2021-06-23
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
7
-56
/
+67
2021-06-23
x86/fpu/xstate: Sanitize handling of independent features
Thomas Gleixner
3
-55
/
+54
2021-06-23
x86/fpu: Rename "dynamic" XSTATEs to "independent"
Andy Lutomirski
3
-45
/
+45
2021-06-23
Merge tag 'pm-5.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-3
/
+13
2021-06-23
x86/fpu: Rename initstate copy functions
Thomas Gleixner
1
-3
/
+3
2021-06-23
x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()
Thomas Gleixner
3
-7
/
+7
[prev]
[next]