summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | tmpfs: don't interrupt fallocate with EINTRMikulas Patocka2024-06-031-3/+6
| * | fs: don't block i_writecount during execChristian Brauner2024-06-035-45/+9
| * | readdir: Add missing quote in macro commentThorsten Blum2024-06-031-1/+1
| * | readdir: Remove unused header includeThorsten Blum2024-06-031-2/+0
| * | vfs: replace WARN(down_read_trylock, ...) abuse with proper assertsMateusz Guzik2024-06-032-7/+3
| * | fhandle: relax open_by_handle_at() permission checksChristian Brauner2024-05-286-42/+152
| * | fs: fsconfig: intercept non-new mount API in advance for FSCONFIG_CMD_CREATE_...Hongbo Li2024-05-271-4/+1
| * | fs: switch timespec64 fields in inode to discrete integersJeff Layton2024-05-271-16/+32
| * | fs: remove accidental overflow during wraparound checkJustin Stitt2024-05-271-2/+6
| |/
* | Merge tag 'drm-fixes-2024-07-12' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-07-1514-60/+122
|\ \
| * \ Merge tag 'amd-drm-fixes-6.10-2024-07-11' of https://gitlab.freedesktop.org/a...Dave Airlie2024-07-124-2/+30
| |\ \
| | * | Revert "drm/amd/display: Reset freesync config before update new state"Leo Li2024-07-121-1/+0
| | * | drm/amdgpu: reject gang submit on reserved VMIDsChristian König2024-07-103-1/+30
| * | | Merge tag 'drm-xe-fixes-2024-07-11' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-07-124-25/+45
| |\ \ \
| | * | | drm/xe/display/xe_hdcp_gsc: Free arbiter on driver removalNirmoy Das2024-07-111-4/+8
| | * | | drm/xe: Use write-back caching mode for system memory on DGFXThomas Hellström2024-07-113-21/+37
| | |/ /
| * | | Merge tag 'drm-misc-fixes-2024-07-11' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-07-116-33/+47
| |\ \ \ | | |/ / | |/| |
| | * | drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modesMa Ke2024-07-091-0/+3
| | * | drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modesMa Ke2024-07-091-0/+3
| | * | drm/meson: fix canvas release in bind functionYao Zi2024-07-091-19/+18
| | * | drm/bridge: adv7511: Fix Intermittent EDID failuresAdam Ford2024-07-083-14/+23
| |/ /
* | | Merge branch 'link_path_walk'Linus Torvalds2024-07-151-47/+94
|\ \ \
| * | | vfs: link_path_walk: move more of the name hashing into hash_name()Linus Torvalds2024-07-071-19/+32
| * | | vfs: link_path_walk: improve may_lookup() code generationLinus Torvalds2024-07-071-10/+19
| * | | vfs: link_path_walk: do '.' and '..' detection while hashingLinus Torvalds2024-06-191-22/+46
| * | | vfs: link_path_walk: clarify and improve name hashing interfaceLinus Torvalds2024-06-191-8/+12
| * | | vfs: link_path_walk: simplify name hash flowLinus Torvalds2024-06-191-16/+13
* | | | Merge branch 'arm64-uaccess' (early part)Linus Torvalds2024-07-154-53/+132
|\ \ \ \
| * | | | arm64: start using 'asm goto' for put_user()Linus Torvalds2024-06-192-34/+39
| * | | | arm64: start using 'asm goto' for get_user() when availableLinus Torvalds2024-06-193-30/+104
| |/ / /
* | | | Merge branch 'word-at-a-time'Linus Torvalds2024-07-152-42/+26
|\ \ \ \
| * | | | arm64: word-at-a-time: improve byte count calculations for LELinus Torvalds2024-06-191-8/+3
| * | | | x86-64: word-at-a-time: improve byte count calculationsLinus Torvalds2024-06-191-34/+23
| |/ / /
* | | | Merge branch 'runtime-constants'Linus Torvalds2024-07-158-4/+192
|\ \ \ \
| * | | | arm64: add 'runtime constant' supportLinus Torvalds2024-07-092-0/+91
| * | | | runtime constants: add x86 architecture supportLinus Torvalds2024-06-192-0/+64
| * | | | runtime constants: add default dummy infrastructureLinus Torvalds2024-06-194-1/+34
| * | | | vfs: dcache: move hashlen_hash() from callers into d_hash()Linus Torvalds2024-06-191-4/+4
| |/ / /
* | | | Linux 6.10v6.10Linus Torvalds2024-07-151-1/+1
* | | | Merge tag 'kbuild-fixes-v6.10-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-153-4/+9
|\ \ \ \
| * | | | fortify: fix warnings in fortify tests with KASANMasahiro Yamada2024-07-141-0/+4
| * | | | kbuild: rpm-pkg: avoid the warnings with dtb's listed twiceJose Ignacio Tornos Martinez2024-07-141-1/+0
| * | | | kbuild: Make ld-version.sh more robust against version string changesNathan Chancellor2024-07-141-3/+5
* | | | | Merge tag 'sched_urgent_for_v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-146-20/+39
|\ \ \ \ \
| * | | | | sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz2024-07-014-10/+30
| * | | | | sched/deadline: Fix task_struct reference leakWander Lairson Costa2024-07-011-1/+6
| * | | | | Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don2024-07-011-9/+3
* | | | | | Merge tag 'x86_urgent_for_v6.10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-141-4/+10
|\ \ \ \ \ \
| * | | | | | x86/bhi: Avoid warning in #DB handler due to BHI mitigationAlexandre Chartre2024-07-031-4/+10
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'i2c-for-6.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-145-29/+31
|\ \ \ \ \ \