summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: Remove kernel map/unmap hooksDaniel Vetter2019-11-261-25/+0
* dma-buf: Drop dma_buf_k(un)mapDaniel Vetter2019-11-251-2/+0
* drm/tegra: Delete host1x_bo_ops->k(un)mapDaniel Vetter2019-11-251-13/+0
* fbdev: Unexport unlink_framebuffer()Thomas Zimmermann2019-11-191-1/+0
* Revert "dma-buf: Add dma-buf heaps framework"Sean Paul2019-10-301-59/+0
* dma-buf: Add dma-buf heaps frameworkAndrew F. Davis2019-10-251-0/+59
* dma-buf: change DMA-buf locking convention v3Christian König2019-10-241-6/+57
* Merge v5.4-rc4 into drm-nextDaniel Vetter2019-10-2319-26/+126
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-193-6/+7
| |\
| | * net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut2019-10-171-1/+1
| | * net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-2/+3
| | * tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-3/+3
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-10-171-0/+1
| |\ \
| | * | Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon2019-10-177-5/+94
| | |\|
| | * | arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry2019-10-161-0/+1
| * | | Merge tag 'gpio-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-10-171-0/+8
| |\ \ \
| | * | | gpiolib: Initialize the hardware with a callbackAndy Shevchenko2019-10-151-0/+8
| * | | | xarray.h: fix kernel-doc warningRandy Dunlap2019-10-141-2/+2
| * | | | bitmap.h: fix kernel-doc warning and typoRandy Dunlap2019-10-141-1/+2
| * | | | mm, page_owner: rename flag indicating that page is allocatedVlastimil Babka2019-10-141-1/+1
| * | | | mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka2019-10-141-0/+8
| |/ / /
| * | | Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-131-1/+1
| |\ \ \
| | * | | hwmon: Fix HWMON_P_MIN_ALARM maskNuno Sá2019-10-021-1/+1
| | |/ /
| * | | Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-121-0/+2
| |\ \ \
| | * | | driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede2019-10-071-0/+2
| | |/ /
| * | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-121-4/+12
| |\ \ \
| | * | | efi/tpm: Only set 'efi_tpm_final_log_size' after successful event log parsingJerry Snitselaar2019-10-071-1/+1
| | * | | efi/tpm: Don't access event->count when it isn't mappedPeter Jones2019-10-071-3/+11
| | | |/ | | |/|
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-121-1/+20
| |\ \ \
| | * | | lib/string: Make memzero_explicit() inline instead of externalArvind Sankar2019-10-081-1/+20
| | |/ /
| * | | Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-10-111-0/+1
| |\ \ \
| | * | | SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington2019-10-101-0/+1
| | | |/ | | |/|
| * | | Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-10-111-5/+5
| |\ \ \
| | * | | module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflictMasahiro Yamada2019-10-071-3/+3
| | * | | module: swap the order of symbol.namespaceMasahiro Yamada2019-10-071-2/+2
| | |/ /
| * | | compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case useJoe Perches2019-10-111-0/+17
| * | | Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-081-3/+2
| |\ \ \
| | * | | leds: core: Fix leds.h structure documentationDan Murphy2019-10-081-3/+2
| | |/ /
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-10-072-0/+33
| |\ \ \
| | * | | mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka2019-10-071-0/+4
| | * | | mm, memcg: make scan aggression always exclude protectionChris Down2019-10-071-13/+12
| | * | | mm, memcg: make memory.emin the baseline for utilisation determinationChris Down2019-10-071-6/+13
| | * | | mm, memcg: proportional memory.{low,min} reclaimChris Down2019-10-071-0/+20
| | * | | memcg: only record foreign writebacks with dirty pages when memcg is not disa...Baoquan He2019-10-071-0/+3
| * | | | uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds2019-10-071-2/+4
| | |_|/ | |/| |
* | | | Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-10-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-03367-6176/+9308
| |\ \ \ | | | |/ | | |/|
| * | | fbdev: drop res_id parameter from remove_conflicting_pci_framebuffersGerd Hoffmann2019-08-231-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-054-5/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: phy: extract pause modeRussell King2019-10-041-0/+1