aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-15mfd: motmdm: Add Motorola TS 27.010 serdev driver for devices like droid4Tony Lindgren1-0/+109
2019-01-15tty: n_gsm: Add support for serdevTony Lindgren1-0/+209
2019-01-07hack: old mice: [patch] Mouse button glitching/debouncingPavel1-0/+1
2019-01-07leds: add TI LMU backlight driverPavel1-0/+3
2019-01-07n950: touchscreen configPavel1-1/+2
2019-01-07n950: add bh1770 driver.Pavel1-0/+2
2019-01-07n9?: support for twl5031 charger and ACIPavel2-1/+162
2019-01-07n9: sound support.Pavel1-0/+17
2019-01-07n900: ECI support.Pavel1-0/+96
2019-01-07n900: periodically try attaching usb gadget. Useful for nfsroot?Pavel1-0/+4
2019-01-07n900: camera focus: add userland interface with full controls.Pavel2-0/+22
2019-01-07d4: finegrained charging controlPavel1-0/+1
2019-01-07hack: enable printf() in kernel.Pavel1-0/+2
2019-01-07bcache: allow in-place creation of bcached areaPavel1-3/+4
2019-01-07leds: RGB supportPavel1-1/+26
2019-01-07[PATCH] mfd/ti-lmu: fix typoPavel1-1/+1
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds7-27/+19
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-156/+195
2019-01-06Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+4
2019-01-06fscrypt: add Adiantum supportEric Biggers1-1/+3
2019-01-05Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+7
2019-01-05Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds2-3/+1
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-3/+24
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2-1/+18
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-2/+0
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada6-25/+19
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds5-125/+90
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2019-01-05Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds3-0/+36
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds2-0/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-57/+34
2019-01-04Merge branch 'next/drivers' into next/lateOlof Johansson21-830/+1865
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov2-3/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-7/+6
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang2-0/+2
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian1-1/+1
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov1-0/+1
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang1-0/+2
2019-01-04fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir1-2/+0
2019-01-04fat: remove FAT_FIRST_ENT macroCarmeli Tamir1-3/+0
2019-01-04include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label sizeCarmeli Tamir1-2/+2
2019-01-04autofs: add strictexpire mount optionIan Kent1-1/+1
2019-01-04lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov1-6/+7
2019-01-04fls: change parameter to unsigned intMatthew Wilcox2-2/+2
2019-01-04include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Alexey Dobriyan1-1/+1
2019-01-04build_bug.h: remove most of dummy BUILD_BUG_ON stubs for SparseMasahiro Yamada1-15/+7
2019-01-04build_bug.h: remove negative-array fallback for BUILD_BUG_ON()Masahiro Yamada1-14/+0
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds1-1/+1
2019-01-04dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMAChristoph Hellwig1-91/+164
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig1-19/+0
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig1-7/+13
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig2-49/+28
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds4-16/+13
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-32/+84
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe1-1/+7
2019-01-03Merge branches 'for-4.20/upstream-fixes', 'for-4.21/core', 'for-4.21/hid-asus...Jiri Kosina107-572/+1647
2019-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-42/+1
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-111/+184
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+21
2019-01-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-289/+289
2019-01-02Merge tag 'mailbox-v4.21' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds3-0/+21
2019-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-7/+15
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-195/+314
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-13/+23
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann1-0/+10
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann1-6/+1
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann1-1/+2
2019-01-02bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann1-0/+2
2019-01-02Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-0/+1
2019-01-02Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+1
2019-01-02Merge branch 'pci/switchtec'Bjorn Helgaas1-0/+16
2019-01-02Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds1-4/+7
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+43
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+49
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan1-2/+2
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever1-0/+28
2019-01-02SUNRPC: Simplify defining common RPC trace eventsChuck Lever1-103/+69
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever1-0/+136
2019-01-02xprtrdma: Add trace points for calls to transport switch methodsChuck Lever1-4/+6
2019-01-02xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever1-16/+26
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever1-1/+1
2019-01-01PCI/IOV: Add flag so platforms can skip VF scanningSebastian Ott1-0/+1
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-72/+122
2019-01-01Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-32/+81
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-9/+15
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-9/+8
2019-01-01Merge tag 'pinctrl-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-7/+3127
2019-01-01Merge tag 'linux-watchdog-4.21-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds1-3/+0
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn1-0/+20
2019-01-01ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()Cong Wang1-0/+2
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-3/+35
2018-12-31Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2-0/+50
2018-12-31Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds15-278/+1187
2018-12-31tty: serial: Add RDA8810PL UART driverManivannan Sadhasivam1-0/+3
2018-12-31Merge tag 'imx8mq-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson1-0/+395
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds3-22/+38
2018-12-31nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin1-0/+9
2018-12-31Merge branch 'topic/sprd' into for-linusVinod Koul1-3/+59
2018-12-31Merge branch 'topic/sh' into for-linusVinod Koul1-5/+2
2018-12-31Merge branch 'topic/sa11x0' into for-linusVinod Koul1-24/+0
2018-12-30csky: define syscall_get_arch()Dmitry V. Levin1-0/+1
2018-12-30elf-em.h: add EM_CSKYDmitry V. Levin1-0/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-2/+13
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-7/+2
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-14/+17
2018-12-29Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds1-28/+27
2018-12-29Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-0/+1
2018-12-29Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-0/+2
2018-12-29Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-53/+48
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-23/+601
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+1
2018-12-28Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-1/+6
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-3/+75
2018-12-28Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-12/+420
2018-12-28Merge tag 'for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds3-1/+26
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+19
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds3-10/+49
2018-12-28Merge tag 'drm-next-2018-12-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+10
2018-12-28Merge tag 'hwmon-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-2/+67
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso1-1/+0
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal1-15/+3
2018-12-28Merge branch 'next' into for-linusDmitry Torokhov2-42/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds31-188/+437
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds9-41/+296
2018-12-28Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+74
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds19-406/+793
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-34/+151
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds8-310/+186
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds31-604/+664
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds8-70/+60
2018-12-28include/linux/gfp.h: fix typoKyle Spiers1-1/+1
2018-12-28mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2-32/+24
2018-12-28include/linux/vmstat.h: remove unused page state adjustment macroWei Yang1-5/+0
2018-12-28mm/page_alloc.c: allow error injectionBenjamin Poirier1-0/+1
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara1-2/+1
2018-12-28mm: migrate: provide buffer_migrate_page_norefs()Jan Kara1-0/+4
2018-12-28mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu1-1/+2
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko1-1/+12
2018-12-28include/linux/memory_hotplug.h: remove duplicate declaration of offline_pages()Wei Yang1-1/+0
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2-31/+62
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse1-5/+9
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon1-0/+5
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga1-0/+6
2018-12-28mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang1-2/+2
2018-12-28mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang1-2/+2
2018-12-28mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang1-2/+1
2018-12-28mm: remove pte_lock_deinit()Yu Zhao1-9/+2
2018-12-28mm/memblock.c: skip kmemleak for kasan_init()Qian Cai1-0/+1
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-2/+2
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang1-2/+0
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins1-0/+2
2018-12-28mm, oom: add oom victim's memcg to the oom context informationyuzhoujian1-2/+9
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian1-0/+10
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan1-1/+1
2018-12-28mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan1-1/+1
2018-12-28mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan1-1/+1
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2-4/+8
2018-12-28mm: move zone watermark accesses behind an accessorMel Gorman1-4/+5
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand1-1/+1
2018-12-28memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport1-3/+2
2018-12-28mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams1-3/+1
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams1-0/+2
2018-12-28mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu1-1/+10
2018-12-28vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang1-6/+0
2018-12-28mm: remove managed_page_count_lock spinlockArun KS1-6/+0
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS3-4/+52
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS1-2/+7
2018-12-28xxHash: create arch dependent 32/64-bit xxhash()Timofey Titovets1-0/+23
2018-12-28mm: only report isolation failures when offlining memoryMichal Hocko1-2/+9
2018-12-28writeback: don't decrement wb->refcnt if !wb->bdiAnders Roxell1-0/+8
2018-12-28mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson1-1/+0
2018-12-28include/linux/slab.h: fix sparse warning in kmalloc_type()Vlastimil Babka1-12/+12
2018-12-28kasan: add __must_check annotations to kasan hooksAndrey Konovalov1-6/+10
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2-0/+39
2018-12-28kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov1-0/+3
2018-12-28mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov1-0/+13
2018-12-28kasan: add tag related helper functionsAndrey Konovalov1-0/+13
2018-12-28kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov1-0/+8
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov1-6/+6
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov4-18/+23
2018-12-28kasan, mm: change hooks signaturesAndrey Konovalov2-16/+31
2018-12-28clk: imx8qxp: make the name of clock ID genericAisheng Dong2-289/+289
2018-12-27Merge miscellaneous libnvdimm updates for 4.21Dan Williams16-42/+109
2018-12-27Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo34-62/+166
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2-2/+0
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin1-1/+0
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2-7/+5
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin2-3/+8
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2-12/+17
2018-12-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-3/+24
2018-12-27Merge tag 'fsnotify_for_v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-30/+49
2018-12-27Merge tag 'for-4.21-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds3-1/+5
2018-12-27include/linux/phy/phy.h: fix minor kerneldoc errorsRobert P. J. Day1-1/+1
2018-12-27phy.h: fix obvious errors in doc and kerneldoc contentRobert P. J. Day1-5/+8
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds18-452/+521
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds128-1054/+3093
2018-12-27Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2018-12-27Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+2