aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek2-2/+2
2020-05-28input: i8042 - Remove special PowerPC handlingNathan Chancellor2-59/+0
2020-05-28macintosh/ams-input: switch to using input device polling modeDmitry Torokhov3-22/+20
2020-05-20ocxl: Fix misleading commentAndrew Donnellan1-1/+1
2020-05-20Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman1-2/+3
2020-05-19ps3disk: use the default segment boundaryEmmanuel Nicolet1-1/+0
2020-05-19net/ps3_gelic_net: Remove duplicate error messageMarkus Elfring1-2/+0
2020-05-19drivers/ps3: Remove duplicate error messagesMarkus Elfring2-3/+0
2020-05-15drivers/macintosh: Fix memleak in windfarm_pm112 driverMichael Ellerman1-8/+13
2020-05-11drivers/powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy3-6/+6
2020-05-04powerpc/ps3: Move static keyword to the front of declarationXiongfeng Wang1-2/+2
2020-05-01drm/i915/gem: Replace user_access_begin by user_write_access_beginChristophe Leroy1-2/+3
2020-04-30powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy1-9/+6
2020-04-30powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy1-29/+7
2020-04-20crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni1-1/+0
2020-04-20crypto/nx: Enable and setup GZIP compression typeHaren Myneni1-6/+40
2020-04-20crypto/nx: Make enable code generic to add new GZIP compression typeHaren Myneni1-60/+101
2020-04-20crypto/nx: Rename nx-842-powernv file name to nx-common-powernvHaren Myneni2-3/+3
2020-04-20crypto/nx: Initialize coproc entry with kzallocHaren Myneni1-1/+1
2020-04-19Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds5-41/+35
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-17/+49
2020-04-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-9/+10
2020-04-18Merge tag 'hwmon-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds5-12/+96
2020-04-18Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds4-34/+38
2020-04-18Merge tag 'drm-fixes-2020-04-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-94/+85
2020-04-18hwmon: (jc42) Fix name to have no illegal charactersSascha Hauer1-1/+1
2020-04-17Merge tag 'mtd/fixes-for-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-0/+2
2020-04-17Merge tag 'linux-watchdog-5.7-rc2' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+4
2020-04-17Merge tag 'devicetree-fixes-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds3-13/+40
2020-04-17Merge tag 'for-linus-5.7-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+8
2020-04-17Merge tag 'block-5.7-2020-04-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-04-17Merge tag 'libata-5.7-2020-04-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-04-17Merge tag 'pm-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+14
2020-04-17s390/dasd: remove IOSCHED_DEADLINE from DASD KconfigStefan Haberland1-1/+0
2020-04-17of: unittest: kmemleak in duplicate property updateFrank Rowand2-10/+25
2020-04-17of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand1-0/+2
2020-04-17of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand1-1/+4
2020-04-17of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand1-2/+5
2020-04-17of: unittest: kmemleak on changeset destroyFrank Rowand1-0/+4
2020-04-17Merge branch 'irq/gic-v4.1-fixes-5.7' into irq/irqchip-5.7Marc Zyngier2-4/+27
2020-04-17irqchip/irq-bcm7038-l1: Make bcm7038_l1_of_init() staticJason Yan1-1/+1
2020-04-17irqchip/irq-mvebu-icu: Make legacy_bindings staticJason Yan1-1/+1
2020-04-17irqchip/meson-gpio: Fix HARDIRQ-safe -> HARDIRQ-unsafe lock orderMarc Zyngier1-8/+10
2020-04-17irqchip/sifive-plic: Fix maximum priority threshold valueAtish Patra1-1/+1
2020-04-17irqchip/ti-sci-inta: Fix processing of masked irqsGrygorii Strashko1-1/+2
2020-04-17irqchip/mbigen: Free msi_desc on device teardownZenghui Yu1-1/+7
2020-04-16Merge tag 'tag-chrome-platform-fixes-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-4/+4
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds41-297/+419
2020-04-16amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior1-1/+1
2020-04-16mISDN: make dmril and dmrim staticJason Yan1-2/+2