| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-17 | 3 | -28/+24 |
|\ |
|
| * | misc: rtsx: Avoid mangling IRQ during runtime PM | Kai-Heng Feng | 2021-12-03 | 1 | -4/+0 |
| * | nvmem: eeprom: at25: fix FRAM byte_len | Ralph Siemsen | 2021-12-03 | 1 | -20/+18 |
| * | misc: fastrpc: fix improper packet size calculation | Jeya R | 2021-12-03 | 1 | -4/+6 |
* | | mei: bus: add client dma interface | Alexander Usyskin | 2021-11-26 | 3 | -3/+72 |
|/ |
|
* | Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-11-10 | 1 | -18/+27 |
|\ |
|
| * | at24: Support probing while in non-zero ACPI D state | Sakari Ailus | 2021-11-03 | 1 | -18/+27 |
* | | Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 2021-11-08 | 1 | -5/+4 |
|\ \ |
|
| * | | mfd: hi6421-spmi-pmic: Cleanup drvdata to only include regmap | Mauro Carvalho Chehab | 2021-10-05 | 1 | -5/+4 |
* | | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 2021-11-08 | 1 | -12/+1 |
|\ \ \ |
|
| * | | | ocxl: Use pci core's DVSEC functionality | Ben Widawsky | 2021-10-29 | 1 | -12/+1 |
| |/ / |
|
* | | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-06 | 2 | -24/+41 |
|\ \ \ |
|
| * | | | cxl: Use to_pci_driver() instead of pci_dev->driver | Uwe Kleine-König | 2021-10-18 | 2 | -4/+4 |
| * | | | cxl: Factor out common dev->driver expressions | Bjorn Helgaas | 2021-10-18 | 2 | -24/+41 |
| |/ / |
|
* | | | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-11-04 | 46 | -406/+1453 |
|\ \ \ |
|
| * | | | dma-buf: move dma-buf symbols into the DMA_BUF module namespace | Greg Kroah-Hartman | 2021-10-25 | 2 | -0/+3 |
| * | | | lkdtm/bugs: Check that a per-task stack canary exists | Kees Cook | 2021-10-25 | 3 | -0/+79 |
| * | | | misc: enclosure: replace snprintf in show functions with sysfs_emit | Ye Guojin | 2021-10-22 | 1 | -8/+8 |
| * | | | habanalabs: refactor fence handling in hl_cs_poll_fences | Dani Liberman | 2021-10-18 | 1 | -35/+36 |
| * | | | habanalabs: context cleanup cosmetics | Omer Shpigelman | 2021-10-18 | 1 | -7/+1 |
| * | | | habanalabs: simplify wait for interrupt with timestamp flow | Yuri Nudelman | 2021-10-18 | 3 | -10/+7 |
| * | | | habanalabs: initialize hpriv fields before adding new node | Moti Haimovski | 2021-10-18 | 1 | -8/+15 |
| * | | | habanalabs: Unify frequency set/get functionality | Rajaravi Krishna Katta | 2021-10-18 | 9 | -65/+38 |
| * | | | habanalabs: select CRC32 | Vegard Nossum | 2021-10-18 | 1 | -0/+1 |
| * | | | habanalabs: add support for dma-buf exporter | Tomer Tayar | 2021-10-18 | 5 | -3/+535 |
| * | | | habanalabs: fix NULL pointer dereference | Dani Liberman | 2021-10-18 | 1 | -2/+11 |
| * | | | habanalabs: fix race condition in multi CS completion | Dani Liberman | 2021-10-18 | 2 | -1/+23 |
| * | | | habanalabs: use only u32 | Oded Gabbay | 2021-10-18 | 1 | -1/+1 |
| * | | | habanalabs: update firmware files | Oded Gabbay | 2021-10-18 | 4 | -78/+130 |
| * | | | habanalabs: bypass reset for continuous h/w error event | Bharat Jauhari | 2021-10-18 | 5 | -36/+111 |
| * | | | habanalabs: take timestamp on wait for interrupt | Yuri Nudelman | 2021-10-18 | 3 | -3/+21 |
| * | | | habanalabs: prevent race between fd close/open | Oded Gabbay | 2021-10-18 | 1 | -7/+23 |
| * | | | habanalabs: refactor reset log message | Oded Gabbay | 2021-10-18 | 1 | -1/+8 |
| * | | | habanalabs: define soft-reset as inference op | Oded Gabbay | 2021-10-18 | 4 | -8/+12 |
| * | | | habanalabs: fix debugfs device memory MMU VA translation | Yuri Nudelman | 2021-10-18 | 1 | -14/+16 |
| * | | | habanalabs: add support for a long interrupt target value | Ofir Bitton | 2021-10-18 | 1 | -4/+4 |
| * | | | habanalabs: remove redundant cs validity checks | Ofir Bitton | 2021-10-18 | 1 | -3/+2 |
| * | | | habanalabs: enable power info via HWMON framework | Rajaravi Krishna Katta | 2021-10-18 | 3 | -0/+108 |
| * | | | habanalabs: generalize COMMS message sending procedure | Alon Mizrahi | 2021-10-18 | 1 | -10/+18 |
| * | | | habanalabs: create static map of f/w hwmon enums | Rajaravi Krishna Katta | 2021-10-18 | 2 | -9/+97 |
| * | | | habanalabs: add debugfs node for configuring CS timeout | Ofir Bitton | 2021-10-18 | 1 | -0/+51 |
| * | | | Merge 5.15-rc6 into char-misc-next | Greg Kroah-Hartman | 2021-10-18 | 10 | -19/+60 |
| |\ \ \ |
|
| * | | | | misc: ad525x_dpot: Make ad_dpot_remove() return void | Uwe Kleine-König | 2021-10-13 | 4 | -6/+6 |
| * | | | | misc: lis3lv02d: Make lis3lv02d_remove_fs() return void | Uwe Kleine-König | 2021-10-13 | 3 | -4/+5 |
| * | | | | misc: fastrpc: copy to user only for non-DMA-BUF heap buffers | Jeya R | 2021-10-05 | 1 | -8/+10 |
| * | | | | misc: fastrpc: Update number of max fastrpc sessions | Jeya R | 2021-10-05 | 1 | -1/+1 |
| * | | | | Merge 5.15-rc3 into char-misc next | Greg Kroah-Hartman | 2021-09-27 | 7 | -78/+138 |
| |\ \ \ \ |
|
| * | | | | | mei: Remove usage of the deprecated "pci-dma-compat.h" API | Christophe JAILLET | 2021-09-21 | 1 | -2/+2 |
| * | | | | | tifm: Remove usage of the deprecated "pci-dma-compat.h" API | Christophe JAILLET | 2021-09-21 | 2 | -3/+4 |
| * | | | | | misc: genwqe: Remove usage of the deprecated "pci-dma-compat.h" API | Christophe JAILLET | 2021-09-21 | 1 | -5/+5 |