index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-02
thermal: amlogic: Make amlogic_thermal_disable() return void
Uwe Kleine-König
1
-4
/
+4
2024-01-02
thermal/thermal_of: Allow rebooting after critical temp
Fabio Estevam
1
-0
/
+6
2024-01-02
reboot: Introduce thermal_zone_device_critical_reboot()
Fabio Estevam
4
-11
/
+30
2024-01-02
thermal/core: Prepare for introduction of thermal reboot
Fabio Estevam
3
-9
/
+20
2024-01-02
dt-bindings: thermal-zones: Document critical-action
Fabio Estevam
1
-0
/
+16
2024-01-02
dt-bindings: thermal: qcom-tsens: document the SM8650 Temperature Sensor
Neil Armstrong
1
-0
/
+1
2024-01-02
drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment
Binbin Zhou
1
-1
/
+1
2024-01-02
dt-bindings: thermal: loongson,ls2k-thermal: Fix binding check issues
Binbin Zhou
1
-1
/
+9
2024-01-02
dt-bindings: thermal: convert Mediatek Thermal to the json-schema
Rafał Miłecki
2
-52
/
+99
2023-12-21
thermal: cpuidle_cooling: fix kernel-doc warning and a spello
Randy Dunlap
1
-2
/
+2
2023-12-15
thermal: core: Fix NULL pointer dereference in zone registration error path
Rafael J. Wysocki
1
-1
/
+0
2023-12-13
thermal/core: Check get_temp ops is present when registering a tz
Daniel Lezcano
1
-6
/
+1
2023-12-13
thermal: trip: Send trip change notifications on all trip updates
Rafael J. Wysocki
5
-8
/
+27
2023-12-13
thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()
Rafael J. Wysocki
1
-12
/
+8
2023-12-13
thermal: helpers: Use for_each_trip() in __thermal_zone_get_temp()
Rafael J. Wysocki
1
-7
/
+5
2023-12-13
thermal: trip: Use for_each_trip() in __thermal_zone_set_trips()
Rafael J. Wysocki
1
-11
/
+7
2023-12-13
thermal: trip: Drop redundant __thermal_zone_get_trip() header
Rafael J. Wysocki
1
-2
/
+0
2023-12-12
thermal: core: Rework thermal zone availability check
Rafael J. Wysocki
1
-3
/
+12
2023-12-12
thermal: Drop redundant and confusing device_is_registered() checks
Rafael J. Wysocki
4
-72
/
+7
2023-12-11
thermal: core: Make thermal_zone_device_unregister() return after freeing the zone
Rafael J. Wysocki
2
-1
/
+7
2023-12-06
thermal: sysfs: Rework the reading of trip point attributes
Rafael J. Wysocki
1
-27
/
+25
2023-12-06
thermal: sysfs: Rework the handling of trip point updates
Rafael J. Wysocki
4
-56
/
+47
2023-11-30
thermal: trip: Drop a redundant check from thermal_zone_set_trip()
Rafael J. Wysocki
1
-3
/
+0
2023-11-28
thermal: gov_power_allocator: Rearrange initialization of local variables
Lukasz Luba
1
-9
/
+6
2023-11-28
thermal: gov_power_allocator: Remove excessive local variables
Lukasz Luba
1
-6
/
+5
2023-11-28
thermal: gov_power_allocator: Use shorter paths to access data when possible
Lukasz Luba
1
-3
/
+3
2023-11-28
thermal: gov_power_allocator: Rearrange local variables
Lukasz Luba
1
-19
/
+20
2023-11-28
thermal: gov_power_allocator: Check the cooling devices only for trip_max
Lukasz Luba
1
-2
/
+7
2023-11-28
thermal: gov_power_allocator: Set up trip points earlier
Lukasz Luba
1
-10
/
+17
2023-11-28
thermal: gov_power_allocator: Rename trip_max_desired_temperature
Lukasz Luba
1
-22
/
+18
2023-11-20
thermal: core: Add trip thresholds for trip crossing detection
Rafael J. Wysocki
2
-7
/
+38
2023-11-19
Linux 6.7-rc2
Linus Torvalds
1
-1
/
+1
2023-11-18
prctl: Disable prctl(PR_SET_MDWE) on parisc
Helge Deller
1
-0
/
+4
2023-11-18
parisc/power: Fix power soft-off when running on qemu
Helge Deller
1
-1
/
+1
2023-11-18
parisc: Replace strlcpy() with strscpy()
Kees Cook
1
-1
/
+1
2023-11-17
NFSD: Fix checksum mismatches in the duplicate reply cache
Chuck Lever
3
-24
/
+54
2023-11-17
NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()
Chuck Lever
1
-1
/
+3
2023-11-17
NFSD: Update nfsd_cache_append() to use xdr_stream
Chuck Lever
1
-15
/
+8
2023-11-17
nfsd: fix file memleak on client_opens_release
Mahmoud Adam
1
-1
/
+1
2023-11-17
dm-crypt: start allocating with MAX_ORDER
Mikulas Patocka
1
-1
/
+1
2023-11-17
dm-verity: don't use blocking calls from tasklets
Mikulas Patocka
3
-14
/
+15
2023-11-17
dm-bufio: fix no-sleep mode
Mikulas Patocka
1
-25
/
+62
2023-11-17
dm-delay: avoid duplicate logic
Mikulas Patocka
1
-44
/
+21
2023-11-17
dm-delay: fix bugs introduced by kthread mode
Mikulas Patocka
1
-26
/
+35
2023-11-17
dm-delay: fix a race between delay_presuspend and delay_bio
Mikulas Patocka
1
-5
/
+11
2023-11-17
drm/amdgpu/gmc9: disable AGP aperture
Alex Deucher
1
-1
/
+1
2023-11-17
drm/amdgpu/gmc10: disable AGP aperture
Alex Deucher
1
-1
/
+1
2023-11-17
drm/amdgpu/gmc11: disable AGP aperture
Alex Deucher
1
-1
/
+1
2023-11-17
drm/amdgpu: add a module parameter to control the AGP aperture
Alex Deucher
5
-3
/
+15
2023-11-17
drm/amdgpu/gmc11: fix logic typo in AGP check
Alex Deucher
1
-1
/
+1
[next]