index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-12
tpm: disable hwrng for fTPM on some AMD designs
Mario Limonciello
2
-1
/
+132
2023-03-12
tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
Morten Linderud
1
-1
/
+5
2023-03-06
cpumask: fix incorrect cpumask scanning result checks
Linus Torvalds
1
-1
/
+1
2023-02-24
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-17
/
+21
2023-02-24
Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-10
/
+8
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+2
2023-02-22
Merge tag 'for-linus-6.3-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
2
-59
/
+56
2023-02-21
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
3
-0
/
+404
2023-02-20
Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+6
2023-02-13
char/agp: consolidate {alloc,free}_gatt_pages()
Mike Rapoport
1
-0
/
+6
2023-02-13
tpm: add vendor flag to command code validation
Julien Gomes
1
-1
/
+3
2023-02-13
tpm: Add reserved memory event log
Eddie James
1
-1
/
+31
2023-02-13
tpm: Use managed allocation for bios event log
Eddie James
4
-10
/
+12
2023-02-13
tpm: tis_i2c: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2023-02-13
tpm: tpm_i2c_nuvoton: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2023-02-13
tpm: tpm_i2c_infineon: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2023-02-13
tpm: tpm_i2c_atmel: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2023-02-13
tpm: st33zp24: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2023-02-13
tpm_crb: Add support for CRB devices based on Pluton
Matthew Garrett
1
-10
/
+90
2023-02-10
ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'
Christophe JAILLET
1
-1
/
+1
2023-02-10
ipmi:ssif: Add a timer between request retries
Corey Minyard
1
-7
/
+27
2023-02-10
ipmi:ssif: Remove rtc_us_timer
Corey Minyard
1
-9
/
+0
2023-02-10
ipmi_ssif: Rename idle state and check
Corey Minyard
1
-23
/
+23
2023-02-10
ipmi:ssif: resend_msg() cannot fail
Corey Minyard
1
-21
/
+7
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-03
hwrng: starfive - Enable compile testing
Herbert Xu
1
-2
/
+1
2023-01-27
hwrng: starfive - Add TRNG driver for StarFive SoC
Jia Jie Ho
3
-0
/
+405
2023-01-20
virtio_console: Use strscpy() to instead of strncpy()
Bo Liu
1
-3
/
+2
2023-01-20
applicom: Fix PCI device refcount leak in applicom_init()
Xiongfeng Wang
1
-1
/
+4
2023-01-19
Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_prot...
Duoming Zhou
1
-2
/
+4
2023-01-19
pcmcia: synclink_cs: remove kernel-doc notation
Randy Dunlap
1
-11
/
+11
2023-01-19
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
1
-3
/
+3
2023-01-19
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
1
-2
/
+2
2023-01-19
tty: Convert ->carrier_raised() and callchains to bool
Ilpo Järvinen
1
-5
/
+3
2023-01-19
tty: Cleanup tty_port_set_initialized() bool parameter
Ilpo Järvinen
1
-2
/
+2
2023-01-18
mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...
David Hildenbrand
1
-1
/
+1
2023-01-12
Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2023-01-06
tpm: Allow system suspend to continue when TPM suspend fails
Jason A. Donenfeld
1
-1
/
+3
2022-12-20
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
3
-0
/
+3
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+3
2022-12-16
Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-34
/
+62
2022-12-15
xen: make remove callback of xen driver void returned
Dawei Li
1
-2
/
+1
2022-12-14
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
12
-36
/
+62
2022-12-14
Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-89
/
+27
2022-12-13
Merge tag 'for-linus-6.2-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
9
-23
/
+948
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-123
/
+182
2022-12-12
Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-5
/
+2
2022-12-12
Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2022-12-12
Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'
Rafael J. Wysocki
2
-5
/
+2
[next]