summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru2018-06-201-7/+4
| | * | qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru2018-06-201-2/+10
| | * | qed: Fix possible memory leak in Rx error path handling.Sudarsana Reddy Kalluru2018-06-201-2/+9
| |/ /
| * | net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-06-171-1/+1
| * | bluetooth: hci_nokia: Don't include linux/unaligned/le_struct.h directly.David S. Miller2018-06-171-1/+1
| * | atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse2018-06-178-14/+23
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-1712-72/+195
| |\ \
| | * | xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-154-17/+46
| | * | Merge branch 'bpf-fixes'Alexei Starovoitov2018-06-153-38/+106
| | |\ \
| | | * | bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-153-32/+87
| | | * | bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-153-6/+19
| | |/ /
| | * | bpf, selftests: delete xfrm tunnel when test exits.William Tu2018-06-151-11/+13
| | * | bpf, selftest: check tunnel type more accuratelyJian Wang2018-06-151-1/+1
| | * | Merge branch 'bpf-misc-fixes'Daniel Borkmann2018-06-152-3/+13
| | |\ \
| | | * | selftests/bpf: test offloads even with BPF programs presentJakub Kicinski2018-06-151-2/+10
| | | * | tools: bpftool: improve accuracy of load timeJakub Kicinski2018-06-151-1/+3
| | |/ /
| | * | selftests: bpf: config: add config fragmentsAnders Roxell2018-06-131-0/+10
| | * | tools/bpftool: fix a bug in bpftool perfYonghong Song2018-06-131-2/+3
| | * | xsk: re-add queue id check for XDP_SKB pathBjörn Töpel2018-06-121-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-06-205-20/+23
|\ \ \ \
| * | | | HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke2018-06-201-0/+8
| * | | | HID: intel_ish-hid: ipc: register more pm callbacks to support hibernationEven Xu2018-06-201-15/+7
| * | | | HID: steam: use hid_device.driver_data instead of hid_set_drvdata()Rodrigo Rivas Costa2018-06-201-5/+5
| * | | | HID: google: Add support for whiskersNicolas Boichat2018-06-112-0/+3
* | | | | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-2018-72/+69
|\ \ \ \ \
| * | | | | dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-1418-72/+69
| * | | | | dma-mapping: use obj-y instead of lib-y for generic dma opsChristoph Hellwig2018-06-141-3/+3
* | | | | | proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds2018-06-201-5/+23
* | | | | | Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2018-06-191-4/+6
|\ \ \ \ \ \
| * | | | | | jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor2018-06-051-4/+6
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-06-1913-265/+282
|\ \ \ \ \ \ \
| * | | | | | | s390/dasd: only use preallocated requestsSebastian Ott2018-06-124-77/+8
| * | | | | | | s390/dasd: reshuffle struct dasd_ccw_reqSebastian Ott2018-06-121-11/+3
| * | | | | | | s390/dasd: remove dasd_kmalloc_set_cdaSebastian Ott2018-06-121-6/+0
| * | | | | | | s390/dasd: move dasd_ccw_req to per request dataSebastian Ott2018-06-125-47/+57
| * | | | | | | s390/dasd: simplify locking in process_final_queueSebastian Ott2018-06-121-27/+32
| * | | | | | | s390/cio: sanitize css_general_characteristics definitionSebastian Ott2018-06-121-30/+32
| * | | | | | | Merge tag 'vfio-ccw-20180529' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2018-06-125-67/+150
| |\ \ \ \ \ \ \
| | * | | | | | | vfio: ccw: add tracepoints for interesting error pathsHalil Pasic2018-05-293-1/+71
| | * | | | | | | vfio: ccw: set ccw->cda to NULL defensivelyDong Jia Shi2018-05-291-11/+20
| | * | | | | | | vfio: ccw: refactor and improve pfn_array_alloc_pin()Dong Jia Shi2018-05-291-46/+36
| | * | | | | | | vfio: ccw: shorten kernel doc description for pfn_array_pin()Dong Jia Shi2018-05-291-8/+6
| | * | | | | | | vfio: ccw: push down unsupported IDA checkHalil Pasic2018-05-291-3/+16
| | * | | | | | | vfio: ccw: fix error return in vfio_ccw_sch_eventDong Jia Shi2018-05-291-1/+4
| | * | | | | | | s390/archrandom: Rework arch random implementation.Harald Freudenberger2018-05-252-14/+102
| | * | | | | | | s390/net: add pnetid supportUrsula Braun2018-05-254-0/+103
* | | | | | | | | revert "mm/memblock: add missing include <linux/bootmem.h>"Andrew Morton2018-06-191-1/+0
* | | | | | | | | MAINTAINERS: Add me as an x86 entry code maintainerAndy Lutomirski2018-06-191-1/+8
* | | | | | | | | Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-06-1820-279/+753
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cifs: Fix invalid check in __cifs_calc_signature()Paulo Alcantara2018-06-161-9/+6