summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-21hwmon: (adt7475) Use device_property APIs when configuring polarityChris Packham1-3/+3
2023-04-21hwmon: (aquacomputer_d5next) Add support for Aquacomputer Aquastream XTAleksa Savic2-1/+118
2023-04-21hwmon: (it87) Disable/enable SMBus access for IT8622E chipsetFrank Crawford1-0/+1
2023-04-21hwmon: (it87) Add calls to smbus_enable/smbus_disable as requiredFrank Crawford1-46/+135
2023-04-21hwmon: (it87) Test for error in it87_update_deviceFrank Crawford1-2/+52
2023-04-21posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner3-20/+82
2023-04-21m68k: kexec: Include <linux/reboot.h>Simon Horman1-0/+1
2023-04-21fuse_dev_ioctl(): switch to fdget()Al Viro1-20/+21
2023-04-21cgroup_get_from_fd(): switch to fdget_raw()Al Viro1-6/+4
2023-04-21bpf: switch to fdget_raw()Al Viro1-23/+15
2023-04-21build_mount_idmapped(): switch to fdget()Al Viro1-6/+6
2023-04-21kill the last remaining user of proc_ns_fget()Al Viro3-31/+11
2023-04-21SVM-SEV: convert the rest of fget() uses to fdget() in thereAl Viro1-12/+14
2023-04-21convert sgx_set_attribute() to fdget()/fdput()Al Viro1-6/+5
2023-04-21convert setns(2) to fdget()/fdput()Al Viro1-9/+8
2023-04-21x86: rewrite '__copy_user_nocache' functionLinus Torvalds3-214/+243
2023-04-21docs: clk: add documentation to log which clocks have been disabledBrian Masney1-0/+5
2023-04-21docs: trace: Fix typo in ftrace.rstLin Yu Chen1-1/+1
2023-04-21Documentation/process: always CC responsible listsKrzysztof Kozlowski1-11/+8
2023-04-21docs: kmemleak: adjust to config renamingLukas Bulwahn1-1/+1
2023-04-21ELF: document some de-facto PT_* ABI quirksAlexey Dobriyan2-0/+35
2023-04-21Documentation: arm: remove stih415/stih416 related entriesAlain Volmat4-36/+3
2023-04-21docs: turn off "smart quotes" in the HTML buildJonathan Corbet1-3/+4
2023-04-21btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov1-7/+12
2023-04-21btrfs: set default discard iops_limit to 1000Boris Burkov1-1/+1
2023-04-21wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen1-3/+1
2023-04-20PCI: Restrict device disabled status check to DTRob Herring3-12/+30
2023-04-20KVM: arm64: Ensure CPU PMU probes before pKVM host de-privilegeWill Deacon2-45/+47
2023-04-20Revert "block: Merge bio before checking ->cached_rq"Ming Lei1-4/+3
2023-04-20arm64: kexec: include reboot.hSimon Horman1-0/+1
2023-04-20arm64: delete dead code in this_cpu_set_vectors()Dan Carpenter1-3/+0
2023-04-20net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean1-0/+11
2023-04-20ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBookAndy Chi1-0/+1
2023-04-20x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds4-8/+6
2023-04-20Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski4-20/+1
2023-04-20MAINTAINERS: Resume MPTCP co-maintainer roleMat Martineau1-0/+1
2023-04-20mailmap: add entries for Mat MartineauMatthieu Baerts1-0/+2
2023-04-20e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-04-20bnxt_en: fix free-runnig PHC modeVadim Fedorenko1-1/+1
2023-04-19rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONTBjorn Andersson1-33/+13
2023-04-19rpmsg: glink: Propagate TX failures in intentless mode as wellBjorn Andersson1-4/+6
2023-04-19rpmsg: glink: Wait for intent, not just request ackBjorn Andersson1-3/+15
2023-04-19rpmsg: glink: Transition intent request signaling to wait queueBjorn Andersson1-9/+12
2023-04-19net: dsa: microchip: ksz8795: Correctly handle huge frame configurationChristophe JAILLET1-1/+1
2023-04-19rust: allow to use INIT_STACK_ALL_ZEROAndrea Righi1-0/+14
2023-04-19rust: fix regexp in scripts/is_rust_module.shAndrea Righi1-1/+1
2023-04-19bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann1-0/+15
2023-04-19KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()Dan Carpenter1-0/+2
2023-04-19drm/i915/dp_mst: Fix active port PLL selection for secondary MST streamsImre Deak3-7/+30
2023-04-19hwmon: (it87) Disable SMBus access for environmental controller registers.Frank Crawford1-2/+56