summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-1927-59/+625
|\
| * dt-bindings: interrupt-controller: SiFive Plaform Level Interrupt ControllerPalmer Dabbelt2018-08-131-0/+58
| * dt-bindings: interrupt-controller: RISC-V local interrupt controllerPalmer Dabbelt2018-08-131-0/+44
| * RISC-V: Fix !CONFIG_SMP compilation errorAtish Patra2018-08-132-1/+1
| * irqchip: add a SiFive PLIC driverChristoph Hellwig2018-08-134-0/+274
| * RISC-V: Add the directive for alignment of stvec's valueZong Li2018-08-131-0/+2
| * clocksource: new RISC-V SBI timer driverPalmer Dabbelt2018-08-138-12/+122
| * RISC-V: implement low-level interrupt handlingChristoph Hellwig2018-08-132-11/+45
| * RISC-V: add a definition for the SIE SEIE bitChristoph Hellwig2018-08-131-0/+1
| * RISC-V: remove INTERRUPT_CAUSE_* defines from asm/irq.hChristoph Hellwig2018-08-131-4/+0
| * RISC-V: simplify software interrupt / IPI codeChristoph Hellwig2018-08-133-7/+3
| * RISC-V: remove timer leftoversChristoph Hellwig2018-08-131-21/+0
| * RISC-V: Add early printk support via the SBI consolePalmer Dabbelt2018-08-131-0/+27
| * RISC-V: Don't increment sepc after breakpoint.Jim Wilson2018-08-131-1/+0
| * RISC-V: implement __lshrti3.Alex Guo2018-08-133-0/+46
| * RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSOPalmer Dabbelt2018-08-131-2/+2
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-191-6/+2
|\ \
| * | Revert "uio: use request_threaded_irq instead"Xiubo Li2018-08-121-6/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-1999-967/+1468
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2018-08-16488-2894/+6367
| |\ \ \
| | * | | Input: do not use WARN() in input_alloc_absinfo()Dmitry Torokhov2018-08-081-4/+12
| | * | | Input: mark expected switch fall-throughsGustavo A. R. Silva2018-08-088-2/+14
| | * | | Input: raydium_i2c_ts - use true and false for boolean valuesGustavo A. R. Silva2018-08-081-2/+2
| | * | | Input: evdev - switch to bitmap APIAndy Shevchenko2018-08-021-9/+7
| | * | | Input: gpio-keys - switch to bitmap_zalloc()Andy Shevchenko2018-08-021-4/+4
| | * | | Merge branch 'ib/4.17-bitmap' into nextDmitry Torokhov2018-08-0212-304/+316
| | |\ \ \
| | | * | | bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko2018-08-022-0/+28
| | | * | | md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-029-294/+278
| | | * | | dm: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-021-10/+10
| | * | | | Input: pm8941-pwrkey - add resin entryVinod Koul2018-07-312-0/+9
| | * | | | Input: pm8941-pwrkey - abstract register offsets and event codeVinod Koul2018-07-312-13/+58
| | * | | | Input: iforce - reorganize joystick configuration listsTim Schumacher2018-07-281-14/+5
| | * | | | Input: atmel_mxt_ts - move completion to after config crc is updatedNick Dyer2018-07-271-2/+2
| | * | | | Input: atmel_mxt_ts - don't report zero pressure from T9Nick Dyer2018-07-271-0/+4
| | * | | | Input: atmel_mxt_ts - zero terminate config firmware fileNick Dyer2018-07-271-10/+24
| | * | | | Input: atmel_mxt_ts - refactor config update code to add context structNick Dyer2018-07-271-52/+56
| | * | | | Input: atmel_mxt_ts - config CRC may start at T71Nick Dyer2018-07-271-12/+22
| | * | | | Input: atmel_mxt_ts - remove unnecessary debug on ENOMEMNick Dyer2018-07-271-6/+2
| | * | | | Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURENick Dyer2018-07-271-6/+0
| | * | | | Input: atmel_mxt_ts - use BIT() macro everywhereNick Dyer2018-07-271-18/+18
| | * | | | Input: atmel_mxt_ts - only use first T9 instanceNick Dyer2018-07-271-3/+4
| | * | | | Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai2018-07-271-1/+1
| | * | | | Input: appletouch - replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-271-3/+3
| | * | | | Input: yealink - replace GFP_ATOMIC with GFP_KERNEL in usb_probe()Jia-Ju Bai2018-07-271-2/+2
| | * | | | Input: powermate - replace GFP_ATOMIC with GFP_KERNEL in powermate_alloc_buff...Jia-Ju Bai2018-07-271-1/+1
| | * | | | Input: keyspan_remote - replace GFP_ATOMIC with GFP_KERNEL in keyspan_probe()Jia-Ju Bai2018-07-271-1/+1
| | * | | | Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume()Jia-Ju Bai2018-07-271-1/+1
| | * | | | Input: iforce - assign BTN_DEAD only for specific devicesTim Schumacher2018-07-271-5/+6
| | * | | | Input: iforce - reformat the packet dump outputTim Schumacher2018-07-274-11/+7
| | * | | | Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-2747-188/+0