| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'char-misc-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-07-16 | 1 | -1/+2 |
|\ |
|
| * | virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial | Alexander Lobakin | 2020-07-10 | 1 | -1/+2 |
* | | Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102") | Jarkko Sakkinen | 2020-07-07 | 1 | -0/+8 |
* | | tpm_tis: Remove the HID IFX0102 | Jarkko Sakkinen | 2020-07-02 | 1 | -1/+0 |
* | | tpm_tis_spi: Prefer async probe | Douglas Anderson | 2020-07-02 | 1 | -0/+1 |
* | | tpm: ibmvtpm: Wait for ready buffer before probing for TPM2 attributes | David Gibson | 2020-07-02 | 1 | -7/+7 |
* | | tpm/st33zp24: fix spelling mistake "drescription" -> "description" | Binbin Zhou | 2020-07-02 | 3 | -4/+4 |
* | | tpm_tis: extra chip->ops check on error path in tpm_tis_core_init | Vasily Averin | 2020-07-02 | 1 | -1/+1 |
* | | tpm_tis_spi: Don't send anything during flow control | Douglas Anderson | 2020-07-02 | 1 | -5/+4 |
* | | tpm: Fix TIS locality timeout problems | James Bottomley | 2020-07-02 | 1 | -10/+9 |
|/ |
|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2020-06-21 | 1 | -0/+1 |
|\ |
|
| * | hwrng: ks-sa - Fix runtime PM imbalance on error | Dinghao Liu | 2020-06-15 | 1 | -0/+1 |
* | | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 2020-06-17 | 1 | -1/+1 |
|/ |
|
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 5 | -63/+63 |
* | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2020-06-10 | 1 | -1/+1 |
|\ |
|
| * | random: fix an incorrect __user annotation on proc_do_entropy | Christoph Hellwig | 2020-06-08 | 1 | -1/+1 |
* | | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 4 | -4/+0 |
* | | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-06-07 | 2 | -9/+109 |
|\ \ |
|
| * | | /dev/mem: Revoke mappings when a driver claims the region | Dan Williams | 2020-05-27 | 1 | -2/+99 |
| * | | Merge 5.7-rc3 into char-misc-next | Greg Kroah-Hartman | 2020-04-27 | 5 | -65/+83 |
| |\ \ |
|
| * | | | drivers: char: tlclk.c: Avoid data race between init and interrupt handler | Madhuparna Bhowmik | 2020-04-23 | 1 | -7/+10 |
* | | | | Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmi | Linus Torvalds | 2020-06-05 | 4 | -38/+18 |
|\ \ \ \ |
|
| * | | | | ipmi:ssif: Remove dynamic platform device handing | Corey Minyard | 2020-05-27 | 1 | -22/+1 |
| * | | | | Try to load acpi_ipmi when an SSIF ACPI IPMI interface is added | Corey Minyard | 2020-05-18 | 1 | -0/+1 |
| * | | | | ipmi_si: Load acpi_ipmi when ACPI IPMI interface added | Stuart Hayes | 2020-05-18 | 1 | -0/+2 |
| * | | | | ipmi:bt-bmc: Fix error handling and status check | Tang Bin | 2020-05-18 | 1 | -6/+6 |
| * | | | | ipmi: Replace guid_copy() with import_guid() where it makes sense | Andy Shevchenko | 2020-05-18 | 1 | -1/+1 |
| * | | | | ipmi: use vzalloc instead of kmalloc for user creation | Feng Tang | 2020-05-18 | 1 | -3/+4 |
| * | | | | ipmi:bt-bmc: Fix some format issue of the code | Tang Bin | 2020-05-18 | 1 | -3/+3 |
| * | | | | ipmi:bt-bmc: Avoid unnecessary check | Tang Bin | 2020-05-18 | 1 | -3/+0 |
* | | | | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2020-06-05 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | powerpc: Remove Xilinx PPC405/PPC440 support | Michal Simek | 2020-05-28 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-06-03 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-24 | 1 | -2/+2 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann | 2020-04-28 | 1 | -1/+1 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | /
| | | |_|/
| | |/| | |
|
| | * | | | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 2020-04-27 | 1 | -1/+1 |
| | | |/
| | |/| |
|
* | | | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2020-06-03 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | fs: rename pipe_buf ->steal to ->try_steal | Christoph Hellwig | 2020-05-20 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2020-06-02 | 1 | -8/+13 |
|\ \ \ \ |
|
| * | | | | drm/i915: Refactor setting dma info to a common helper | Michael J. Ruhl | 2020-04-18 | 1 | -7/+10 |
| * | | | | Merge drm/drm-next into drm-intel-next-queued | Joonas Lahtinen | 2020-04-16 | 34 | -1942/+390 |
| |\| | | |
|
| * | | | | agp/intel: Reinforce the barrier after GTT updates | Chris Wilson | 2020-04-10 | 1 | -1/+3 |
* | | | | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-06-01 | 2 | -18/+0 |
|\ \ \ \ \ |
|
| * | | | | | cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok() | Al Viro | 2020-05-29 | 1 | -14/+0 |
| * | | | | | nvram: drop useless access_ok() | Al Viro | 2020-05-29 | 1 | -4/+0 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds | 2020-06-01 | 3 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | docs: fix references for ipmi.rst file | Mauro Carvalho Chehab | 2020-05-15 | 3 | -3/+3 |
| |/ / / / |
|
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2020-06-01 | 8 | -12/+828 |
|\ \ \ \ \ |
|
| * | | | | | crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h | Eric Biggers | 2020-05-08 | 1 | -1/+1 |