Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | misc: hmc6352: fix potential Spectre v1 | Gustavo A. R. Silva | 1 | -0/+2 |
2018-09-12 | misc: ibmvsm: Fix wrong assignment of return code | Bryant G. Ly | 1 | -1/+1 |
2018-09-12 | mei: bus: need to unlink client before freeing | Tomas Winkler | 1 | -5/+4 |
2018-09-12 | mei: bus: fix hw module get/put balance | Tomas Winkler | 1 | -2/+1 |
2018-09-12 | mei: fix use-after-free in mei_cl_write | John Hubbard | 1 | -1/+1 |
2018-09-12 | mei: ignore not found client in the enumeration | Alexander Usyskin | 1 | -3/+6 |
2018-08-26 | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -18/+5 |
2018-08-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -4/+10 |
2018-08-22 | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko | 2 | -4/+10 |
2018-08-22 | cb710: Convert to new IDA API | Matthew Wilcox | 1 | -18/+5 |
2018-08-22 | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+17 |
2018-08-18 | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 35 | -379/+673 |
2018-08-18 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -2/+3 |
2018-08-18 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 2 | -2/+3 |
2018-08-17 | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 18 | -728/+103 |
2018-08-16 | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -68/+222 |
2018-08-14 | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -18/+4 |
2018-08-10 | cxl: remove a dead branch | Mathieu Malaterre | 1 | -5/+0 |
2018-08-07 | misc: cxl: changed asterisk position | Parth Y Shah | 1 | -1/+1 |
2018-08-05 | misc: mic: SCIF Fix scif_get_new_port() error handling | Dan Carpenter | 1 | -11/+9 |
2018-08-05 | misc: cxl: changed asterisk position | Parth Y Shah | 1 | -1/+1 |
2018-08-05 | genwqe: card_base: Use true and false for boolean values | Gustavo A. R. Silva | 1 | -1/+1 |
2018-08-05 | misc: eeprom: assignment outside the if statement | Parth Y Shah | 1 | -1/+2 |
2018-08-02 | eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistency | Dan Carpenter | 1 | -1/+1 |
2018-08-02 | misc: ti-st: Fix memory leak in the error path of probe() | Anton Vasilyev | 1 | -2/+2 |
2018-08-02 | mei: define dma ring buffer sizes for PCH12 HW and newer | Alexander Usyskin | 2 | -0/+17 |
2018-08-02 | mei: restrict dma ring support to hbm version 2.1 | Tomas Winkler | 4 | -0/+16 |
2018-08-02 | mei: hbm: introduce dma bit in the message header | Tomas Winkler | 4 | -6/+16 |
2018-08-02 | mei: hbm: define dma ring setup protocol | Tomas Winkler | 1 | -0/+49 |
2018-08-02 | mei: add support for variable length mei headers. | Tomas Winkler | 6 | -64/+102 |
2018-07-25 | eeprom: at24: Add support for address-width property | Alan Chiang | 1 | -0/+17 |
2018-07-24 | mei: add mei_msg_hdr_init wrapper. | Tomas Winkler | 2 | -15/+20 |
2018-07-24 | mei: move hbuf_depth from the mei device to the hw modules | Tomas Winkler | 5 | -49/+58 |
2018-07-24 | mei: cleanup slots to data conversions | Tomas Winkler | 4 | -12/+14 |
2018-07-22 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -4/+4 |
2018-07-19 | cxl: Fix wrong comparison in cxl_adapter_context_get() | Vaibhav Jain | 1 | -1/+1 |
2018-07-19 | pci_endpoint_test: Add 2 ioctl commands | Gustavo Pimentel | 1 | -47/+159 |
2018-07-19 | pci-epf-test/pci_endpoint_test: Add MSI-X support | Gustavo Pimentel | 1 | -8/+21 |
2018-07-19 | pci-epf-test/pci_endpoint_test: Use irq_type module parameter | Gustavo Pimentel | 1 | -9/+19 |
2018-07-19 | pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace | Gustavo Pimentel | 1 | -31/+50 |
2018-07-19 | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 3 | -37/+16 |
2018-07-16 | misc: vexpress/syscfg: Use devm_ioremap_resource() to map memory | Sudeep Holla | 1 | -7/+3 |
2018-07-16 | drivers/misc: Aspeed LPC snoop output using misc chardev | Robert Lippert | 1 | -10/+74 |
2018-07-16 | mei: bus: suppress sign-compare warnings | Tomas Winkler | 1 | -3/+3 |
2018-07-16 | Merge 4.18-rc5 into char-misc-next | Greg Kroah-Hartman | 3 | -27/+9 |
2018-07-16 | powerpc/64s: Remove POWER9 DD1 support | Nicholas Piggin | 3 | -37/+16 |
2018-07-12 | mei: fix ssize_t to int assignment in read and write ops. | Tomas Winkler | 3 | -17/+17 |
2018-07-12 | mei: use correct type for counter variable in for loops | Tomas Winkler | 3 | -3/+3 |
2018-07-12 | mei: check for error returned from mei_hbuf_empty_slots() | Tomas Winkler | 4 | -12/+32 |
2018-07-12 | cxl_getfile(): switch to alloc_file_pseudo() | Al Viro | 1 | -17/+4 |