index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-10
xdp: double protect netdev->xdp_flags with netdev->lock
Jakub Kicinski
2
-1
/
+2
2025-04-10
netdev: add "ops compat locking" helpers
Jakub Kicinski
1
-0
/
+16
2025-04-10
net: designate XSK pool pointers in queues as "ops protected"
Jakub Kicinski
2
-3
/
+4
2025-04-10
net: avoid potential race between netdev_get_by_index_lock() and netns switch
Jakub Kicinski
1
-1
/
+5
2025-04-09
PCI: Remove pcim_iounmap_regions()
Philipp Stanner
1
-1
/
+0
2025-04-09
cpufreq: Pass policy pointer to ->update_limits()
Rafael J. Wysocki
1
-1
/
+1
2025-04-09
cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release()
Rafael J. Wysocki
1
-2
/
+0
2025-04-09
cpufreq: Add and use cpufreq policy locking guards
Rafael J. Wysocki
1
-0
/
+6
2025-04-09
hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function
Nam Cao
1
-1
/
+1
2025-04-09
genirq/msi: Rename msi_[un]lock_descs()
Thomas Gleixner
1
-4
/
+4
2025-04-09
genirq/msi: Use lock guards for MSI descriptor locking
Thomas Gleixner
2
-0
/
+5
2025-04-09
cleanup: Provide retain_and_null_ptr()
Thomas Gleixner
1
-0
/
+19
2025-04-09
RDMA/rxe: Enable ODP in ATOMIC WRITE operation
Daisuke Matsuda
1
-0
/
+1
2025-04-09
ACPI: Add missing prototype for non CONFIG_SUSPEND/CONFIG_X86 case
Mario Limonciello
1
-1
/
+8
2025-04-09
stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
Joel Granados
1
-2
/
+0
2025-04-09
tracing: Move trace sysctls into trace.c
Joel Granados
1
-7
/
+0
2025-04-09
Merge tag 'gpiod-is-equal-for-v6.16-rc1' of gitolite.kernel.org:pub/scm/linux...
Bartosz Golaszewski
1
-0
/
+9
2025-04-09
gpio: provide gpiod_is_equal()
Bartosz Golaszewski
1
-0
/
+9
2025-04-09
fscrypt: add support for hardware-wrapped keys
Eric Biggers
1
-2
/
+4
2025-04-09
Merge branch '6.15/scsi-queue' into 6.15/scsi-fixes
Martin K. Petersen
2
-2
/
+10
2025-04-09
net: Drop unused @sk of __skb_try_recv_from_queue()
Michal Luczaj
1
-2
/
+1
2025-04-09
udp_tunnel: use static call for GRO hooks when possible
Paolo Abeni
1
-0
/
+4
2025-04-09
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
4
-0
/
+40
2025-04-09
Merge tag 'linux_kselftest-kunit-6.15-rc2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+1
2025-04-09
drm: Add UAPI for the Asahi driver
Alyssa Rosenzweig
1
-0
/
+1194
2025-04-08
kunit: Spelling s/slowm/slow/
Geert Uytterhoeven
1
-1
/
+1
2025-04-08
drm/amdgpu: add UAPI to query if user queues are supported
Alex Deucher
1
-0
/
+3
2025-04-08
drm/amdgpu: add new AMDGPU_INFO subquery for userq objects
Shashank Sharma
1
-0
/
+40
2025-04-08
drm/amdgpu: Modify userq signal/wait struct field names
Arunpravin Paneer Selvam
1
-66
/
+36
2025-04-08
drm/amdgpu: fix userqueue UAPI comments
Shashank Sharma
1
-30
/
+24
2025-04-08
drm/amdgpu: Add input fence to sync bo map/unmap
Arvind Yadav
1
-0
/
+4
2025-04-08
drm/amdgpu: Add separate array of read and write for BO handles
Arunpravin Paneer Selvam
1
-16
/
+34
2025-04-08
drm/amdgpu: update userqueue BOs and PDs
Arvind Yadav
1
-0
/
+9
2025-04-08
drm/amdgpu: Add wait IOCTL timeline syncobj support
Arunpravin Paneer Selvam
1
-1
/
+15
2025-04-08
drm/amdgpu: UAPI headers for userqueue Secure semaphore
Arunpravin Paneer Selvam
1
-0
/
+115
2025-04-08
drm/amdgpu: enable compute/gfx usermode queue
Shashank Sharma
1
-0
/
+10
2025-04-08
drm/amdgpu: enable SDMA usermode queues
Arvind Yadav
1
-0
/
+10
2025-04-08
drm/amdgpu: enable GFX-V11 userqueue support
Shashank Sharma
1
-0
/
+19
2025-04-08
drm/amdgpu: UAPI for user queue management
Alex Deucher
1
-0
/
+90
2025-04-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2025-04-08
net: rps: remove kfree_rcu_mightsleep() use
Eric Dumazet
1
-2
/
+3
2025-04-08
Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-1
/
+2
2025-04-08
perf/x86/intel: Support auto counter reload
Kan Liang
1
-0
/
+1
2025-04-08
perf: Extend the bit width of the arch-specific flag
Kan Liang
1
-1
/
+1
2025-04-08
perf/x86: Add dynamic constraint
Kan Liang
1
-0
/
+1
2025-04-08
perf: Make perf_pmu_unregister() useable
Peter Zijlstra
1
-5
/
+10
2025-04-08
perf: Fix hang while freeing sigtrap event
Frederic Weisbecker
1
-1
/
+0
2025-04-08
drm/tests: helpers: Create kunit helper to destroy a drm_display_mode
Maxime Ripard
1
-0
/
+3
2025-04-08
RDMA/rxe: Enable ODP in RDMA FLUSH operation
Daisuke Matsuda
1
-0
/
+1
2025-04-08
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo CaƱuelo Navarro
1
-1
/
+2
[prev]
[next]