Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | dma-mapping: use obj-y instead of lib-y for generic dma ops | Christoph Hellwig | 2018-06-14 | 1 | -3/+3 | |
* | | | | | | proc: fix missing final NUL in get_mm_cmdline() rewrite | Linus Torvalds | 2018-06-20 | 1 | -5/+23 | |
* | | | | | | Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2018-06-19 | 1 | -4/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | jfs: Fix inconsistency between memory allocation and ea_buf->max_size | Shankara Pailoor | 2018-06-05 | 1 | -4/+6 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2018-06-19 | 13 | -265/+282 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | s390/dasd: only use preallocated requests | Sebastian Ott | 2018-06-12 | 4 | -77/+8 | |
| * | | | | | | | s390/dasd: reshuffle struct dasd_ccw_req | Sebastian Ott | 2018-06-12 | 1 | -11/+3 | |
| * | | | | | | | s390/dasd: remove dasd_kmalloc_set_cda | Sebastian Ott | 2018-06-12 | 1 | -6/+0 | |
| * | | | | | | | s390/dasd: move dasd_ccw_req to per request data | Sebastian Ott | 2018-06-12 | 5 | -47/+57 | |
| * | | | | | | | s390/dasd: simplify locking in process_final_queue | Sebastian Ott | 2018-06-12 | 1 | -27/+32 | |
| * | | | | | | | s390/cio: sanitize css_general_characteristics definition | Sebastian Ott | 2018-06-12 | 1 | -30/+32 | |
| * | | | | | | | Merge tag 'vfio-ccw-20180529' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Martin Schwidefsky | 2018-06-12 | 5 | -67/+150 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vfio: ccw: add tracepoints for interesting error paths | Halil Pasic | 2018-05-29 | 3 | -1/+71 | |
| | * | | | | | | | vfio: ccw: set ccw->cda to NULL defensively | Dong Jia Shi | 2018-05-29 | 1 | -11/+20 | |
| | * | | | | | | | vfio: ccw: refactor and improve pfn_array_alloc_pin() | Dong Jia Shi | 2018-05-29 | 1 | -46/+36 | |
| | * | | | | | | | vfio: ccw: shorten kernel doc description for pfn_array_pin() | Dong Jia Shi | 2018-05-29 | 1 | -8/+6 | |
| | * | | | | | | | vfio: ccw: push down unsupported IDA check | Halil Pasic | 2018-05-29 | 1 | -3/+16 | |
| | * | | | | | | | vfio: ccw: fix error return in vfio_ccw_sch_event | Dong Jia Shi | 2018-05-29 | 1 | -1/+4 | |
| | * | | | | | | | s390/archrandom: Rework arch random implementation. | Harald Freudenberger | 2018-05-25 | 2 | -14/+102 | |
| | * | | | | | | | s390/net: add pnetid support | Ursula Braun | 2018-05-25 | 4 | -0/+103 | |
* | | | | | | | | | revert "mm/memblock: add missing include <linux/bootmem.h>" | Andrew Morton | 2018-06-19 | 1 | -1/+0 | |
* | | | | | | | | | MAINTAINERS: Add me as an x86 entry code maintainer | Andy Lutomirski | 2018-06-19 | 1 | -1/+8 | |
* | | | | | | | | | Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2018-06-18 | 20 | -279/+753 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cifs: Fix invalid check in __cifs_calc_signature() | Paulo Alcantara | 2018-06-16 | 1 | -9/+6 | |
| * | | | | | | | | | cifs: Use correct packet length in SMB2_TRANSFORM header | Paulo Alcantara | 2018-06-16 | 4 | -23/+24 | |
| * | | | | | | | | | smb3: fix corrupt path in subdirs on smb311 with posix | Steve French | 2018-06-15 | 1 | -1/+2 | |
| * | | | | | | | | | smb3: do not display empty interface list | Steve French | 2018-06-15 | 1 | -1/+3 | |
| * | | | | | | | | | smb3: Fix mode on mkdir on smb311 mounts | Steve French | 2018-06-15 | 6 | -3/+175 | |
| * | | | | | | | | | cifs: Fix kernel oops when traceSMB is enabled | Paulo Alcantara | 2018-06-15 | 1 | -5/+5 | |
| * | | | | | | | | | CIFS: dump every session iface info | Aurelien Aptel | 2018-06-15 | 1 | -0/+27 | |
| * | | | | | | | | | CIFS: parse and store info on iface queries | Aurelien Aptel | 2018-06-15 | 1 | -15/+155 | |
| * | | | | | | | | | CIFS: add iface info to struct cifs_ses | Aurelien Aptel | 2018-06-15 | 2 | -0/+23 | |
| * | | | | | | | | | CIFS: complete PDU definitions for interface queries | Aurelien Aptel | 2018-06-15 | 1 | -3/+20 | |
| * | | | | | | | | | CIFS: move default port definitions to cifsglob.h | Aurelien Aptel | 2018-06-15 | 2 | -3/+3 | |
| * | | | | | | | | | cifs: Fix encryption/signing | Paulo Alcantara | 2018-06-15 | 1 | -2/+2 | |
| * | | | | | | | | | cifs: update __smb_send_rqst() to take an array of requests | Ronnie Sahlberg | 2018-06-15 | 1 | -35/+44 | |
| * | | | | | | | | | cifs: remove smb2_send_recv() | Ronnie Sahlberg | 2018-06-15 | 3 | -42/+116 | |
| * | | | | | | | | | cifs: push rfc1002 generation down the stack | Ronnie Sahlberg | 2018-06-15 | 6 | -135/+99 | |
| * | | | | | | | | | smb3: increase initial number of credits requested to allow write | Steve French | 2018-06-15 | 1 | -2/+3 | |
| * | | | | | | | | | cifs: minor documentation updates | Steve French | 2018-06-15 | 3 | -11/+16 | |
| * | | | | | | | | | cifs: add lease tracking to the cached root fid | Ronnie Sahlberg | 2018-06-15 | 6 | -20/+58 | |
| * | | | | | | | | | smb3: note that smb3.11 posix extensions mount option is experimental | Steve French | 2018-06-15 | 1 | -1/+4 | |
* | | | | | | | | | | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-06-18 | 3 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | firmware: dmi: Add access to the SKU ID string | Simon Glass | 2018-06-17 | 3 | -0/+4 | |
* | | | | | | | | | | | Fix Documentation build due to rename of main.c to mtrr.c | Randy Dunlap | 2018-06-18 | 1 | -1/+1 | |
* | | | | | | | | | | | Linux 4.18-rc1v4.18-rc1 | Linus Torvalds | 2018-06-17 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-16 | 16 | -275/+174 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | bsg: fix race of bsg_open and bsg_unregister | Anatoliy Glagolev | 2018-06-15 | 1 | -11/+11 | |
| * | | | | | | | | | | | block: remov blk_queue_invalidate_tags | Christoph Hellwig | 2018-06-15 | 3 | -38/+1 | |
| * | | | | | | | | | | | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 2018-06-15 | 11 | -224/+154 | |
| |\ \ \ \ \ \ \ \ \ \ \ |