summary refs log tree commit diff
AgeCommit message (Expand)Author
2019-03-19HID: intel-ish-hid: Use the new interface functions in HID ish clientSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Move functions related to bus and deviceSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Add interface functions for struct ishtp_clSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Move the common functions from client.hSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Store ishtp_cl_device instance in deviceSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Move driver registry functionsSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Simplify ishtp_cl_link()Srinivas Pandruvada
2019-03-19HID: intel-ish-hid: Hide members of struct ishtp_cl_deviceSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Add match callback to ishtp bus typeHong Liu
2019-03-18HID: intel-ish: enable raw interface to HID devices on ISHHyungwoo Yang
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds
2019-03-08Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-07samples/mic/mpssd/mpssd.h: remove duplicate headerBrajeswar Ghosh
2019-03-07kernel/fork.c: remove duplicated includeYueHaibing
2019-03-07include/linux/relay.h: fix percpu annotation in struct rchanLuc Van Oostenryck
2019-03-07arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta
2019-03-07unicore32: stop printing the virtual memory layoutGeert Uytterhoeven
2019-03-07MAINTAINERS: fix GTA02 entry and mark as orphanJann Horn
2019-03-07mm: create the new vm_fault_t typeSouptick Joarder
2019-03-07arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Mike Rapoport
2019-03-07arch: simplify several early memory allocationsMike Rapoport
2019-03-07openrisc: simplify pte_alloc_one_kernel()Mike Rapoport
2019-03-07sh: prefer memblock APIs returning virtual addressMike Rapoport
2019-03-07microblaze: prefer memblock API returning virtual addressMike Rapoport
2019-03-07powerpc: prefer memblock APIs returning virtual addressMike Rapoport
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman
2019-03-07lib/lzo: implement run-length encodingDave Rodgman
2019-03-07lib/lzo: fast 8-byte copy on arm64Matt Sealey
2019-03-07lib/lzo: 64-bit CTZ on arm64Matt Sealey
2019-03-07lib/lzo: tidy-up ifdefsDave Rodgman
2019-03-07ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva
2019-03-07ipc: annotate implicit fall throughMathieu Malaterre
2019-03-07init/initramfs.c: provide more details in error messagesDavid Engraf
2019-03-07lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell
2019-03-07scripts/gdb: replace flags (MS_xyz -> SB_xyz)Jackie Liu
2019-03-07kcov: convert kcov.refcount to refcount_tElena Reshetova
2019-03-07kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-07kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin
2019-03-07kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-03-07sysctl: handle overflow for file-maxChristian Brauner
2019-03-07sysctl: handle overflow in proc_get_longChristian Brauner
2019-03-07rapidio/mport_cdev: mark expected switch fall-throughGustavo A. R. Silva
2019-03-07drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen()Dan Carpenter
2019-03-07kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner
2019-03-07exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov
2019-03-07fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta
2019-03-07fat: enable .splice_write to support splice on O_DIRECT fileHou Tao