aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-22kbuild: remove "rpm" target, which is alias of "rpm-pkg"Masahiro Yamada1-4/+0
2018-08-22kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txtMichal Suchanek1-1/+1
2018-08-22kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada1-0/+5
2018-08-22kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada1-2/+3
2018-08-22kbuild: Add a space after `!` to prevent parsing as file patternMichael Forney1-1/+1
2018-08-22scripts: modpost: check memory allocation resultsRandy Dunlap1-4/+4
2018-08-22kconfig: improve the recursive dependency reportMasahiro Yamada2-17/+37
2018-08-22kconfig: report recursive dependency involving 'imply'Masahiro Yamada4-20/+33
2018-08-22kconfig: error out when seeing recursive dependencyMasahiro Yamada5-12/+10
2018-08-22kconfig: add build-only configurator targetsRandy Dunlap1-1/+10
2018-08-22scripts/dtc: consolidate include path options in MakefileMasahiro Yamada1-14/+4
2018-08-21microblaze/PCI: Remove stale pcibios_align_resource() commentLorenzo Pieralisi1-13/+0
2018-08-20Raise the minimum required gcc version to 4.6Joe Perches2-69/+19
2018-08-20ia64: Fix kernel BUG at lib/ioremap.c:72!Tony Luck1-0/+1
2018-08-20i2c: rcar: implement STOP and REP_START according to docsWolfram Sang1-14/+20
2018-08-20i2c: rcar: refactor private flagsWolfram Sang1-3/+4
2018-08-20i2c: core: ACPI: Make acpi_gsb_i2c_read_bytes() check i2c_transfer return valueHans de Goede1-3/+5
2018-08-20i2c: core: ACPI: Properly set status byte to 0 for multi-byte writesHans de Goede1-3/+8
2018-08-20dt-bindings: i2c: rcar: Add r8a774a1 supportFabrizio Castro1-1/+3
2018-08-20dt-bindings: i2c: sh_mobile: Add r8a774a1 supportFabrizio Castro1-1/+3
2018-08-20i2c: imx: Simplify stopped state trackingEsben Haabendal1-8/+7
2018-08-20i2c: imx: Fix race condition in dma readEsben Haabendal1-4/+4
2018-08-20i2c: pasemi: remove hardcoded bus numbers on smbusDarren Stevens1-2/+1
2018-08-20i2c: designware: Add SPDX license tagAndy Shevchenko7-94/+7
2018-08-19ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan1-0/+2
2018-08-19ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan1-1/+2
2018-08-19r8169: don't use MSI-X on RTL8106eJian-Hong Pan1-3/+6
2018-08-19net: lan743x_ptp: convert to ktime_get_clocktai_ts64Arnd Bergmann1-2/+1
2018-08-19net: sched: always disable bh when taking tcf_lockVlad Buslov7-44/+47
2018-08-18ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan1-11/+3
2018-08-18pcmcia: remove long deprecated pcmcia_request_exclusive_irq() functionLinus Torvalds3-49/+0
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds3-28/+2
2018-08-17mm/hmm.c: remove unused variables align_start and align_endColin Ian King1-4/+1
2018-08-17fs/userfaultfd.c: remove redundant pointer uwqColin Ian King1-3/+0
2018-08-17mm, vmacache: hash addresses based on pmdDavid Rientjes2-15/+29
2018-08-17mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior3-6/+42
2018-08-17mm/list_lru.c: pass struct list_lru_node* as an argument to __list_lru_walk_one()Sebastian Andrzej Siewior1-6/+6
2018-08-17mm/list_lru.c: move locking from __list_lru_walk_one() to its callerSebastian Andrzej Siewior1-5/+13
2018-08-17mm/list_lru.c: use list_lru_walk_one() in list_lru_walk_node()Sebastian Andrzej Siewior1-2/+2
2018-08-17mm, swap: make CONFIG_THP_SWAP depend on CONFIG_SWAPHuang Ying1-2/+3
2018-08-17mm/sparse: delete old sparse_init and enable new onePavel Tatashin4-267/+1
2018-08-17mm/sparse: add new sparse_init_nid() and sparse_init()Pavel Tatashin1-0/+85
2018-08-17mm/sparse: move buffer init/fini to the common placePavel Tatashin3-12/+7
2018-08-17mm/sparse: use the new sparse buffer functions in non-vmemmapPavel Tatashin1-27/+14
2018-08-17mm/sparse: abstract sparse buffer allocationsPavel Tatashin3-35/+54
2018-08-17mm/hugetlb.c: don't zero 1GiB bootmem pagesCannon Matthews1-1/+2
2018-08-17mm, page_alloc: double zone's batchsizeAaron Lu1-5/+4
2018-08-17mm/oom_kill.c: document oom_lockMichal Hocko1-0/+8
2018-08-17mm/hugetlb: remove gigantic page support for HIGHMEMMike Kravetz2-11/+1
2018-08-17mm, oom: remove sleep from under oom_lockMichal Hocko1-7/+1