summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-03-03crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells1-0/+7
2025-03-03crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells1-0/+9
2025-03-03crypto/krb5: Implement Kerberos crypto coreDavid Howells1-0/+54
2025-03-03crypto: Add 'krb5enc' hash and cipher AEAD algorithmDavid Howells1-0/+2
2025-03-03crypto/krb5: Add some constants out of sunrpc headersDavid Howells1-0/+51
2025-03-02hwmon: (k10temp) add support for cyan skillfishMikhail Paulyshka1-0/+1
2025-03-02cred: Fix RCU warnings in override/revert_credsHerbert Xu1-8/+2
2025-03-02crypto: skcipher - Use restrict rather than hand-rolling accessesHerbert Xu1-6/+8
2025-03-02crypto: scatterwalk - don't split at page boundaries when !HIGHMEMEric Biggers1-22/+57
2025-03-02crypto: scatterwalk - remove obsolete functionsEric Biggers1-25/+0
2025-03-02crypto: scatterwalk - add scatterwalk_get_sglist()Eric Biggers1-0/+17
2025-03-02crypto: scatterwalk - add new functions for copying dataEric Biggers1-2/+22
2025-03-02crypto: scatterwalk - add new functions for iterating through dataEric Biggers1-6/+63
2025-03-02crypto: scatterwalk - add new functions for skipping dataEric Biggers1-0/+18
2025-03-02crypto: scatterwalk - move to next sg entry just in timeEric Biggers1-9/+10
2025-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+4
2025-03-01io.h: drop unused headersRaag Jadav1-3/+0
2025-03-01asm-generic/io.h: rework split ioread64/iowrite64 helpersArnd Bergmann3-28/+40
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar27-43/+181
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+34
2025-03-01dt-bindings: clock: add clock definitions and documentation for exynos7870 CMUKaustabh Chakraborty1-0/+324
2025-03-01dt-bindings: clock: add Exynos2200 SoCIvaylo Ivanov1-0/+431
2025-03-01fs: place f_ref to 3rd cache line in struct file to resolve false sharingPan Deng1-4/+4
2025-03-01gpu: ipu-v3 ipu-cpmem: Remove unused functionsDr. David Alan Gilbert1-2/+0
2025-03-01gpu: ipu-v3: ipu-csi: Remove unused functionsDr. David Alan Gilbert1-5/+0
2025-03-01gpu: ipu-v3: Remove unused ipu_vdi_unsetupDr. David Alan Gilbert1-1/+0
2025-03-01gpu: ipu-v3: Remove unused ipu_image_convert_* functionsDr. David Alan Gilbert1-32/+0
2025-03-01gpu: ipu-v3: Remove unused ipu_rot_mode_to_degreesDr. David Alan Gilbert1-2/+0
2025-03-01gpu: ipu-v3: ipu-ic: Remove unused ipu_ic_task_graphics_initDr. David Alan Gilbert1-4/+0
2025-03-01kvm: retry nx_huge_page_recovery_thread creationKeith Busch1-13/+34
2025-03-01perf: arm_pmu: Move PMUv3-specific dataMark Rutland1-6/+7
2025-03-01io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos1-2/+2
2025-03-01io_uring: convert cmd_to_io_kiocb() macro to functionCaleb Sander Mateos1-1/+5
2025-03-01io_uring/uring_cmd: specify io_uring_cmd_import_fixed() pointer typeCaleb Sander Mateos1-4/+6
2025-03-01Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2025-03-01Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+6
2025-03-01pwm: Check for CONFIG_PWM using IS_REACHABLE() in main headerUwe Kleine-König1-2/+2
2025-03-01Merge branch 'v6.15-shared/clkids' into v6.15-clk/nextHeiko Stuebner2-0/+737
2025-03-01dt-bindings: clock: Add RK3562 cruKever Yang2-0/+737
2025-03-01driver core: Introduce device_{add,remove}_of_node()Herve Codina1-0/+2
2025-02-28nilfs2: Mark on-disk strings as nonstringKees Cook1-1/+2
2025-02-28uapi: stddef.h: Introduce __kernel_nonstringKees Cook1-0/+6
2025-02-28mm: security: Check early if HARDENED_USERCOPY is enabledMel Gorman1-1/+8
2025-02-28uaccess: Introduce ucopysize.hKees Cook4-50/+58
2025-02-28net: stmmac: provide set_clk_tx_rate() hookRussell King (Oracle)1-0/+4
2025-02-28Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linuxLinus Torvalds1-3/+5
2025-02-28uapi: Revert "bitops: avoid integer overflow in GENMASK(_ULL)"I Hsin Cheng1-6/+2
2025-02-28Convert regulator drivers to useMark Brown4-120/+133
2025-02-28Convert sound drivers to use devm_kmemdup_array()Mark Brown4-120/+133
2025-02-28Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel2-40/+71