aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-22ARM: omap1: move plat/dma.c to mach/omap-dma.cArnd Bergmann3-2/+2
2022-04-22ARM: omap1: dma: remove omap2 specific bitsArnd Bergmann1-160/+53
2022-04-22dma: omap: hide legacy interfaceArnd Bergmann2-28/+13
2022-04-21ARM: omap: dma: make usb support optionalArnd Bergmann3-25/+27
2022-04-21ARM: omap: remove debug-leds driverArnd Bergmann3-185/+0
2022-04-21ARM: omap1: move 32k counter from plat-omap to mach-omap1Arnd Bergmann6-136/+110
2022-04-21ARM: omap1: innovator: move ohci phy power handling to board fileArnd Bergmann3-26/+26
2022-04-21input: omap: void using mach/*.h headersArnd Bergmann1-0/+1
2022-04-21serial: 8250/omap1: include linux/soc/ti/omap1-soc.hArnd Bergmann1-0/+1
2022-04-21clocksource: ti-dmtimer: avoid using mach/hardware.hArnd Bergmann1-1/+1
2022-04-21usb: omap: avoid mach/*.h headersArnd Bergmann6-9/+11
2022-04-21fbdev: omap: avoid using mach/*.h filesArnd Bergmann10-13/+16
2022-04-21ARM: omap1: move CF chipselect setup to board fileArnd Bergmann3-37/+42
2022-04-21ARM: omap1: move perseus spi pinconf to board fileArnd Bergmann3-13/+10
2022-04-21ARM: omap1: move some headers to include/linux/socArnd Bergmann9-449/+467
2022-04-21ARM: omap1: move mach/usb.h to include/linux/socArnd Bergmann19-38/+52
2022-04-21ARM: omap1: ams-delta: remove camera leftoversArnd Bergmann1-11/+0
2022-04-21fbdev: omap: pass irqs as resourceArnd Bergmann5-6/+39
2022-04-21ARM: omap1: declare a dummy omap_set_dma_priorityArnd Bergmann1-0/+3
2022-04-21ARM: omap1: move lcd_dma code into omapfb driverArnd Bergmann10-55/+48
2022-04-21ARM: omap1: innovator: pass lcd control address as pdataArnd Bergmann2-2/+8
2022-04-21video: fbdev: omapfb: lcd_ams_delta: fix unused variable warningArnd Bergmann1-2/+2
2022-04-03Linux 5.18-rc1Linus Torvalds1-2/+2
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds15-167/+44
2022-04-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-136/+14
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-187/+200
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-68/+0
2022-04-03Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-142/+16
2022-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-11/+12
2022-04-02Revert "clk: Drop the rate range on clk_put()"Stephen Boyd2-136/+14
2022-04-02Merge tag 'perf-tools-for-v5.18-2022-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds31-88/+180
2022-04-02Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds5-17/+2
2022-04-02Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds7-45/+72
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds49-412/+615
2022-04-03modpost: restore the warning message for missing symbol versionsMasahiro Yamada1-1/+1
2022-04-02Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+12
2022-04-02Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+0
2022-04-02Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds7-152/+186
2022-04-02Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe1-12/+12
2022-04-02watch_queue: Free the page array when watch_queue is dismantledEric Dumazet1-0/+1
2022-04-02tracing: mark user_events as BROKENSteven Rostedt (Google)3-0/+6
2022-04-02tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)2-0/+5
2022-04-02ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy2-15/+18
2022-04-02tracing: Set user_events to BROKENSteven Rostedt (Google)1-0/+1
2022-04-02tracing/user_events: Remove eBPF interfacesBeau Belgrave3-136/+4
2022-04-02tracing/user_events: Hold event_mutex during dyn_event_addBeau Belgrave1-2/+6
2022-04-02proc: bootconfig: Add null pointer checkLv Ruyi1-0/+2
2022-04-02tracing: Rename the staging files for trace_eventsSteven Rostedt (Google)9-14/+14
2022-04-02KVM: x86: fix sending PV IPILi RongQing1-1/+1
2022-04-02KVM: x86/mmu: do compare-and-exchange of gPTE via the user addressPaolo Bonzini1-38/+32