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
...
|
*
|
tmpfs: don't interrupt fallocate with EINTR
Mikulas Patocka
2024-06-03
1
-3
/
+6
|
*
|
fs: don't block i_writecount during exec
Christian Brauner
2024-06-03
5
-45
/
+9
|
*
|
readdir: Add missing quote in macro comment
Thorsten Blum
2024-06-03
1
-1
/
+1
|
*
|
readdir: Remove unused header include
Thorsten Blum
2024-06-03
1
-2
/
+0
|
*
|
vfs: replace WARN(down_read_trylock, ...) abuse with proper asserts
Mateusz Guzik
2024-06-03
2
-7
/
+3
|
*
|
fhandle: relax open_by_handle_at() permission checks
Christian Brauner
2024-05-28
6
-42
/
+152
|
*
|
fs: fsconfig: intercept non-new mount API in advance for FSCONFIG_CMD_CREATE_...
Hongbo Li
2024-05-27
1
-4
/
+1
|
*
|
fs: switch timespec64 fields in inode to discrete integers
Jeff Layton
2024-05-27
1
-16
/
+32
|
*
|
fs: remove accidental overflow during wraparound check
Justin Stitt
2024-05-27
1
-2
/
+6
|
|
/
*
|
Merge tag 'drm-fixes-2024-07-12' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-07-15
14
-60
/
+122
|
\
\
|
*
\
Merge tag 'amd-drm-fixes-6.10-2024-07-11' of https://gitlab.freedesktop.org/a...
Dave Airlie
2024-07-12
4
-2
/
+30
|
|
\
\
|
|
*
|
Revert "drm/amd/display: Reset freesync config before update new state"
Leo Li
2024-07-12
1
-1
/
+0
|
|
*
|
drm/amdgpu: reject gang submit on reserved VMIDs
Christian König
2024-07-10
3
-1
/
+30
|
*
|
|
Merge tag 'drm-xe-fixes-2024-07-11' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
2024-07-12
4
-25
/
+45
|
|
\
\
\
|
|
*
|
|
drm/xe/display/xe_hdcp_gsc: Free arbiter on driver removal
Nirmoy Das
2024-07-11
1
-4
/
+8
|
|
*
|
|
drm/xe: Use write-back caching mode for system memory on DGFX
Thomas Hellström
2024-07-11
3
-21
/
+37
|
|
|
/
/
|
*
|
|
Merge tag 'drm-misc-fixes-2024-07-11' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
2024-07-11
6
-33
/
+47
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes
Ma Ke
2024-07-09
1
-0
/
+3
|
|
*
|
drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes
Ma Ke
2024-07-09
1
-0
/
+3
|
|
*
|
drm/meson: fix canvas release in bind function
Yao Zi
2024-07-09
1
-19
/
+18
|
|
*
|
drm/bridge: adv7511: Fix Intermittent EDID failures
Adam Ford
2024-07-08
3
-14
/
+23
|
|
/
/
*
|
|
Merge branch 'link_path_walk'
Linus Torvalds
2024-07-15
1
-47
/
+94
|
\
\
\
|
*
|
|
vfs: link_path_walk: move more of the name hashing into hash_name()
Linus Torvalds
2024-07-07
1
-19
/
+32
|
*
|
|
vfs: link_path_walk: improve may_lookup() code generation
Linus Torvalds
2024-07-07
1
-10
/
+19
|
*
|
|
vfs: link_path_walk: do '.' and '..' detection while hashing
Linus Torvalds
2024-06-19
1
-22
/
+46
|
*
|
|
vfs: link_path_walk: clarify and improve name hashing interface
Linus Torvalds
2024-06-19
1
-8
/
+12
|
*
|
|
vfs: link_path_walk: simplify name hash flow
Linus Torvalds
2024-06-19
1
-16
/
+13
*
|
|
|
Merge branch 'arm64-uaccess' (early part)
Linus Torvalds
2024-07-15
4
-53
/
+132
|
\
\
\
\
|
*
|
|
|
arm64: start using 'asm goto' for put_user()
Linus Torvalds
2024-06-19
2
-34
/
+39
|
*
|
|
|
arm64: start using 'asm goto' for get_user() when available
Linus Torvalds
2024-06-19
3
-30
/
+104
|
|
/
/
/
*
|
|
|
Merge branch 'word-at-a-time'
Linus Torvalds
2024-07-15
2
-42
/
+26
|
\
\
\
\
|
*
|
|
|
arm64: word-at-a-time: improve byte count calculations for LE
Linus Torvalds
2024-06-19
1
-8
/
+3
|
*
|
|
|
x86-64: word-at-a-time: improve byte count calculations
Linus Torvalds
2024-06-19
1
-34
/
+23
|
|
/
/
/
*
|
|
|
Merge branch 'runtime-constants'
Linus Torvalds
2024-07-15
8
-4
/
+192
|
\
\
\
\
|
*
|
|
|
arm64: add 'runtime constant' support
Linus Torvalds
2024-07-09
2
-0
/
+91
|
*
|
|
|
runtime constants: add x86 architecture support
Linus Torvalds
2024-06-19
2
-0
/
+64
|
*
|
|
|
runtime constants: add default dummy infrastructure
Linus Torvalds
2024-06-19
4
-1
/
+34
|
*
|
|
|
vfs: dcache: move hashlen_hash() from callers into d_hash()
Linus Torvalds
2024-06-19
1
-4
/
+4
|
|
/
/
/
*
|
|
|
Linux 6.10
v6.10
Linus Torvalds
2024-07-15
1
-1
/
+1
*
|
|
|
Merge tag 'kbuild-fixes-v6.10-4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-15
3
-4
/
+9
|
\
\
\
\
|
*
|
|
|
fortify: fix warnings in fortify tests with KASAN
Masahiro Yamada
2024-07-14
1
-0
/
+4
|
*
|
|
|
kbuild: rpm-pkg: avoid the warnings with dtb's listed twice
Jose Ignacio Tornos Martinez
2024-07-14
1
-1
/
+0
|
*
|
|
|
kbuild: Make ld-version.sh more robust against version string changes
Nathan Chancellor
2024-07-14
1
-3
/
+5
*
|
|
|
|
Merge tag 'sched_urgent_for_v6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-07-14
6
-20
/
+39
|
\
\
\
\
\
|
*
|
|
|
|
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
John Stultz
2024-07-01
4
-10
/
+30
|
*
|
|
|
|
sched/deadline: Fix task_struct reference leak
Wander Lairson Costa
2024-07-01
1
-1
/
+6
|
*
|
|
|
|
Revert "sched/fair: Make sure to try to detach at least one movable task"
Josh Don
2024-07-01
1
-9
/
+3
*
|
|
|
|
|
Merge tag 'x86_urgent_for_v6.10' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-14
1
-4
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86/bhi: Avoid warning in #DB handler due to BHI mitigation
Alexandre Chartre
2024-07-03
1
-4
/
+10
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'i2c-for-6.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-07-14
5
-29
/
+31
|
\
\
\
\
\
\
[prev]
[next]