Age | Commit message (Expand) | Author | Files | Lines |
2025-05-28 | Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel |  Linus Torvalds | 1 | -0/+55 |
2025-05-27 | Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu |  Linus Torvalds | 1 | -4/+5 |
2025-05-27 | Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -0/+136 |
2025-05-27 | Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+3 |
2025-05-26 | Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -19/+2 |
2025-05-26 | Merge tag 'tpmdd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd |  Linus Torvalds | 2 | -28/+53 |
2025-05-26 | Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 |  Linus Torvalds | 5 | -33/+110 |
2025-05-23 | tpm_crb: ffa_tpm: fix/update comments describing the CRB over FFA ABI |  Stuart Yoder | 1 | -4/+7 |
2025-05-23 | tpm_crb_ffa: use dev_xx() macro to print log |  Yeoreum Yun | 1 | -4/+4 |
2025-05-23 | tpm_ffa_crb: access tpm service over FF-A direct message request v2 |  Yeoreum Yun | 1 | -15/+40 |
2025-05-23 | tpm: remove kmalloc failure error message |  Colin Ian King | 1 | -5/+2 |
2025-05-21 | Merge tag 'v6.15-rc7' into x86/core, to pick up fixes |  Ingo Molnar | 3 | -18/+10 |
2025-05-15 | tpm: tis: Double the timeout B to 4s |  Michal Suchanek | 1 | -1/+1 |
2025-05-15 | char: tpm: tpm-buf: Add sanity check fallback in read helpers |  Purva Yeshi | 1 | -3/+3 |
2025-05-15 | tpm: Mask TPM RC in tpm2_start_auth_session() |  Jarkko Sakkinen | 1 | -14/+6 |
2025-05-13 | Merge branch 'x86/msr' into x86/core, to resolve conflicts |  Ingo Molnar | 1 | -0/+1 |
2025-05-13 | Merge branch 'x86/mm' into x86/core, to resolve conflicts |  Ingo Molnar | 1 | -18/+0 |
2025-05-12 | crypto: lib/chacha - add strongly-typed state zeroization |  Eric Biggers | 1 | -2/+2 |
2025-05-12 | crypto: lib/chacha - strongly type the ChaCha state |  Eric Biggers | 1 | -20/+21 |
2025-05-08 | random: Avoid open-coded use of ratelimit_state structure's ->missed field |  Paul E. McKenney | 1 | -4/+5 |
2025-05-08 | treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack() |  Ingo Molnar | 1 | -1/+1 |
2025-05-08 | treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try() |  Ingo Molnar | 1 | -2/+2 |
2025-05-06 | Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts |  Ingo Molnar | 2 | -4/+5 |
2025-05-06 | BackMerge tag 'v6.15-rc5' into drm-next |  Dave Airlie | 2 | -4/+5 |
2025-05-05 | hwrng: rockchip - add support for RK3576's RNG |  Nicolas Frattaroli | 1 | -0/+73 |
2025-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5 |  Herbert Xu | 2 | -4/+5 |
2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> |  Xin Li (Intel) | 1 | -0/+1 |
2025-05-01 | x86/devmem: Remove duplicate range_is_allowed() definition |  Dan Williams | 1 | -18/+0 |
2025-04-25 | Merge tag 'char-misc-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc |  Linus Torvalds | 1 | -1/+1 |
2025-04-18 | virtio_console: fix order of fields cols and rows |  Maximilian Immanuel Brandtner | 1 | -1/+1 |
2025-04-18 | virtio_console: fix missing byte order handling for cols and rows |  Halil Pasic | 1 | -3/+4 |
2025-04-16 | hwrng: npcm - Add struct device pointer to device context struct |  Sakari Ailus | 1 | -4/+5 |
2025-04-16 | hwrng: mtk - Add struct device pointer to device context struct |  Sakari Ailus | 1 | -4/+5 |
2025-04-16 | hwrng: atmel - Add struct device pointer to device context struct |  Sakari Ailus | 1 | -5/+6 |
2025-04-15 | char: misc: register chrdev region with all possible minors |  Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
2025-04-15 | Merge tag 'drm-intel-next-2025-04-11' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next |  Dave Airlie | 1 | -0/+55 |
2025-04-14 | x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h> |  Ingo Molnar | 1 | -1/+1 |
2025-04-10 | tpm: Add SNP SVSM vTPM driver |  Stefano Garzarella | 3 | -0/+136 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() |  Thomas Gleixner | 12 | -20/+20 |
2025-04-02 | agp/intel-gtt: Add intel_gmch_gtt_read_entry() |  Ville Syrjälä | 1 | -0/+55 |
2025-04-01 | Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc |  Linus Torvalds | 2 | -30/+11 |
2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 |  Linus Torvalds | 3 | -55/+285 |
2025-03-27 | tpm: Make chip->{status,cancel,req_canceled} opt |  Jarkko Sakkinen | 2 | -23/+27 |
2025-03-27 | tpm: End any active auth session before shutdown |  Jonathan McDowell | 1 | -0/+1 |
2025-03-27 | tpm_crb: Add support for the ARM FF-A start method |  Stuart Yoder | 1 | -5/+66 |
2025-03-27 | tpm_crb: Clean-up and refactor check for idle support |  Stuart Yoder | 1 | -15/+21 |
2025-03-27 | tpm_crb: ffa_tpm: Implement driver compliant to CRB over FF-A |  Stuart Yoder | 4 | -0/+383 |
2025-03-27 | tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentation |  Stefano Garzarella | 1 | -1/+0 |
2025-03-27 | tpm, tpm_tis: Workaround failed command reception on Infineon devices |  Jonathan McDowell | 2 | -3/+15 |
2025-03-27 | tpm, tpm_tis: Fix timeout handling when waiting for TPM status |  Jonathan McDowell | 1 | -2/+1 |