aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-04hwspinlock: sprd: Change to use devm_platform_ioremap_resource()Gravatar Baolin Wang 1-3/+1
2019-10-04hwspinlock: u8500_hsem: Use devm_hwspin_lock_register() to register hwlock co...Gravatar Baolin Wang 1-9/+2
2019-10-04hwspinlock: u8500_hsem: Use devm_kzalloc() to allocate memoryGravatar Baolin Wang 1-9/+6
2019-10-04hwspinlock: u8500_hsem: Change to use devm_platform_ioremap_resource()Gravatar Baolin Wang 1-15/+5
2019-10-04MAINTAINERS: hwspinlock: update git tree locationGravatar Bjorn Andersson 1-1/+1
2019-09-30Linux 5.4-rc1v5.4-rc1Gravatar Linus Torvalds 1-2/+2
2019-09-30Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-18/+58
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxGravatar Linus Torvalds 17-212/+291
2019-09-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 9-81/+66
2019-09-30Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 5-11/+30
2019-09-30Merge tag 'mmc-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 9-35/+410
2019-09-30csky: Move static keyword to the front of declarationGravatar Krzysztof Wilczynski 1-1/+1
2019-09-30csky: entry: Remove unneeded need_resched() loopGravatar Valentin Schneider 1-4/+0
2019-09-29Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+34
2019-09-29Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-10/+2
2019-09-29Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 14-26/+194
2019-09-30csky: Fixup csky_pmu.max_period assignmentGravatar Mao Han 1-1/+1
2019-09-30csky: Fixup add zero_fp fixup perf backtrace panicGravatar Guo Ren 2-21/+31
2019-09-30csky: Use generic free_initrd_mem()Gravatar Mike Rapoport 1-16/+0
2019-09-29Merge branch 'entropy'Gravatar Linus Torvalds 2-1/+64
2019-09-29Revert "Revert "ext4: make __ext4_get_inode_loc plug""Gravatar Linus Torvalds 1-0/+3
2019-09-29random: try to actively add entropy rather than passively wait for itGravatar Linus Torvalds 1-1/+61
2019-09-29Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Olof Johansson 6-79/+64
2019-09-29Merge tag 'scmi-fixes-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Olof Johansson 17-202/+982
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 15-51/+110
2019-09-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 5-463/+114
2019-09-29Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-7/+21
2019-09-29Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-94/+139
2019-09-29Documentation/process: Clarify disclosure rulesGravatar Thomas Gleixner 1-7/+33
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 169-1307/+1225
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Gravatar Linus Torvalds 6-42/+92
2019-09-28selftests/ftrace: Fix same probe error testGravatar Steven Rostedt (VMware) 1-1/+1
2019-09-28mm, tracing: Print symbol name for call_site in trace eventsGravatar Changbin Du 1-3/+4
2019-09-28tracing: Have error path in predicate_parse() free its allocated memoryGravatar Navid Emamdoost 1-2/+4
2019-09-28tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroGravatar Nathan Chancellor 1-5/+5
2019-09-28tracing/probe: Fix to check the difference of nr_args before adding probeGravatar Masami Hiramatsu 1-0/+16
2019-09-28mm, page_alloc: allow hugepage fallback to remote nodes when madvisedGravatar David Rientjes 1-0/+11
2019-09-28mm, page_alloc: avoid expensive reclaim when compaction may not succeedGravatar David Rientjes 1-0/+22
2019-09-28Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...Gravatar David Rientjes 4-22/+51
2019-09-28Revert "Revert "mm, thp: restore node-local hugepage allocations""Gravatar David Rientjes 3-29/+17
2019-09-28Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 28-93/+1476
2019-09-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 17-250/+375
2019-09-28i2c: slave-eeprom: Add read only modeGravatar Björn Ardö 1-3/+11
2019-09-28i2c: i801: Bring back Block Process Call support for certain platformsGravatar Jarkko Nikula 1-0/+1
2019-09-28i2c: riic: Clear NACK in tend isrGravatar Chris Brandt 1-0/+1
2019-09-28i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630Gravatar Lee Jones 1-4/+8
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 58-76/+861
2019-09-28iommu/amd: Lock code paths traversing protection_domain->dev_listGravatar Joerg Roedel 1-1/+24
2019-09-28iommu/amd: Lock dev_data in attach/detach code pathsGravatar Joerg Roedel 2-0/+12