summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: kbtab - constify usb_device_idArvind Yadav2017-08-081-1/+1
* Input: acecad - constify usb_device_idi and fix space before '[' errorArvind Yadav2017-08-081-1/+1
* Input: synaptics_usb - constify usb_device_idArvind Yadav2017-08-081-1/+1
* Input: appletouch - constify usb_device_idArvind Yadav2017-08-081-1/+1
* Input: powermate - constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-081-1/+1
* Input: keyspan_remote - constify usb_device_idArvind Yadav2017-08-081-1/+1
* Input: iforce - constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-081-1/+1
* Input: mousedev - fix implicit conversion warningNick Desaulniers2017-07-251-28/+34
* ARM: pxa/raumfeld: mark rotary encoder properties as __initconstDmitry Torokhov2017-07-251-1/+1
* Input: add power key driver for Rockchip RK805 PMICJoseph Chen2017-07-253-0/+123
* Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-251174-6924/+10863
|\
| * Input: axp20x-pek - switch to using devm_device_add_group()Dmitry Torokhov2017-07-221-17/+1
| * Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01Dmitry Torokhov2017-07-221-8/+3
| * Input: gpio_keys - use devm_device_add_group() for attributesDmitry Torokhov2017-07-221-14/+2
| * driver core: add devm_device_add_group() and friendsDmitry Torokhov2017-07-222-0/+139
| * driver core: add device_{add|remove}_group() helpersDmitry Torokhov2017-07-221-0/+16
| * driver core: make device_{add|remove}_groups() publicDmitry Torokhov2017-07-223-5/+7
| * driver core: emit uevents when device is bound to a driverDmitry Torokhov2017-07-223-0/+8
| * Linux 4.12v4.12Linus Torvalds2017-07-031-1/+1
| * moduleparam: fix doc: hwparam_irq configures an IRQSylvain 'ythier' Hitier2017-07-031-1/+1
| * Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-027-16/+33
| |\
| | * MIPS: Avoid accidental raw backtraceJames Hogan2017-06-301-0/+2
| | * MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton2017-06-301-5/+18
| | * MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton2017-06-301-0/+3
| | * MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton2017-06-301-8/+1
| | * MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic2017-06-282-2/+8
| | * MIPS: head: Reorder instructions missing a delay slotKarl Beldan2017-06-271-1/+1
| * | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-021-4/+4
| |\ \
| | * | ARM: 8685/1: ensure memblock-limit is pmd-alignedDoug Berger2017-06-301-4/+4
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-016-10/+15
| |\ \ \
| | * | | x86/intel_rdt: Fix memory leak on mount failureVikas Shivappa2017-06-301-1/+3
| | * | | x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He2017-06-303-7/+2
| | * | | x86/boot/KASLR: Add checking for the offset of kernel virtual address randomi...Baoquan He2017-06-301-0/+2
| | * | | perf/x86/intel/uncore: Fix wrong box pointer checkKan Liang2017-06-291-1/+1
| | * | | x86/mm/hotplug: Fix BUG_ON() after hot-remove by not freeing PUDJérôme Glisse2017-06-261-1/+7
| | | |/ | | |/|
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-011-4/+6
| |\ \ \
| | * \ \ Merge tag 'perf-urgent-for-mingo-4.12-20170626' of git://git.kernel.org/pub/s...Ingo Molnar2017-06-271-4/+6
| | |\ \ \ | | | |/ / | | |/| |
| | | * | perf machine: Fix segfault for kernel.kptr_restrict=2Jiri Olsa2017-06-261-4/+6
| * | | | Merge tag 'pinctrl-v4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-011-40/+4
| |\ \ \ \
| | * | | | Revert "pinctrl: rockchip: avoid hardirq-unsafe functions in irq_chip"Brian Norris2017-06-291-40/+4
| | |/ / /
| * | | | Merge tag 'gpio-v4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-012-2/+3
| |\ \ \ \
| | * | | | gpio: acpi: Skip _AEI entries without a handler rather then aborting the scanHans de Goede2017-06-291-1/+1
| | * | | | gpiolib: fix filtering out unwanted eventsBartosz Golaszewski2017-06-291-1/+2
| | |/ / /
| * | | | Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-015-14/+24
| |\ \ \ \
| | * | | | tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-06-301-9/+5
| | * | | | ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)2017-06-294-5/+19
| * | | | | uapi/linux/a.out.h: don't use deprecated system-specific predefines.Zack Weinberg2017-06-301-25/+1
| * | | | | hashtable: remove repeated phrase from a commentJakub Kicinski2017-06-301-1/+0
| * | | | | Merge tag 'powerpc-4.12-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-06-307-54/+58
| |\ \ \ \ \
| | * | | | | powerpc/32: Avoid miscompilation w/GCC 4.6.3 - don't inline copy_to/from_user()Michael Ellerman2017-06-261-7/+1