summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix potential overflow in cifs_compose_mount_optionsInsu Yun2016-02-101-1/+1
* cifs: remove redundant check for null string pointerColin Ian King2016-02-101-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-02-109-21/+33
|\
| * Input: colibri-vf50-ts - add missing #include <linux/of.h>Geert Uytterhoeven2016-02-091-0/+1
| * Input: adp5589 - fix row 5 handling for adp5589Lars-Peter Clausen2016-02-091-3/+4
| * Input: edt-ft5x06 - fix setting gain, offset, and threshold via device treePhilipp Zabel2016-02-091-6/+12
| * Input: vmmouse - fix absolute device registrationDmitry Torokhov2016-01-271-6/+7
| * Input: serio - drop warnings in case of EPROBE_DEFER from serio_find_driver()Grygorii Strashko2016-01-271-1/+1
| * Input: cap11xx - add missing of_node_putAmitoj Kaur Chawla2016-01-271-2/+6
| * Input: sirfsoc-onkey - allow modular buildArnd Bergmann2016-01-272-2/+2
| * Input: xpad - remove unused functionArnd Bergmann2016-01-271-1/+0
* | Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-107-25/+61
|\ \
| * | ahci: Intel DNV device IDs SATAAlexandra Yates2016-02-101-0/+20
| * | libata: fix sff host state machine locking while pollingTejun Heo2016-02-011-21/+11
| * | libata-sff: use WARN instead of BUG on illegal host state machine stateTejun Heo2016-01-291-1/+2
| * | libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo2016-01-251-2/+2
| * | libata: blacklist a Viking flash model for MWDMA corruptionShikha Jain2016-01-251-0/+1
| * | drivers: ata: wake port before DMA stop for ALPMDanesh Petigara2016-01-254-1/+25
* | | Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-105-31/+85
|\ \ \
| * | | Documentation: cgroup: Fix 'cgroup-legacy' -> 'cgroup-v1'W. Trevor King2016-01-291-1/+1
| * | | cgroup: make sure a parent css isn't freed before its childrenTejun Heo2016-01-221-3/+4
| * | | cgroup: make sure a parent css isn't offlined before its childrenTejun Heo2016-01-222-5/+23
| * | | cpuset: make mm migration asynchronousTejun Heo2016-01-223-22/+57
* | | | Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-104-11/+98
|\ \ \ \
| * | | | workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo2016-02-101-0/+10
| * | | | workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo2016-02-093-2/+47
| * | | | workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUsMike Galbraith2016-02-091-2/+32
| * | | | Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo2016-02-091-4/+4
| * | | | workqueue: skip flush dependency checks for legacy workqueuesTejun Heo2016-01-292-5/+7
| | |/ / | |/| |
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-092-54/+85
|\ \ \ \
| * | | | modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-02-032-52/+79
| * | | | module: wrapper for symbol name.Rusty Russell2016-02-031-11/+15
| * | | | modules: fix modparam async_probe requestLuis R. Rodriguez2016-02-031-1/+1
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-02-094-51/+60
|\ \ \ \ \
| * | | | | crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON2016-02-061-1/+1
| * | | | | crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen2016-02-061-5/+13
| * | | | | crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen2016-02-061-7/+0
| * | | | | crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu2016-02-061-2/+3
| * | | | | crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu2016-02-061-4/+11
| * | | | | crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu2016-02-061-32/+28
| * | | | | crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-061-1/+5
* | | | | | scripts: add "prune-kernel" script to clean up old kernel imagesJ. Bruce Fields2016-02-091-0/+20
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-02-085-12/+52
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-085-12/+52
| |\ \ \ \ \ \
| | * | | | | | arm64: KVM: Fix guest dead loop when register accessor returns falseShannon Zhao2016-01-241-3/+2
| | * | | | | | arm64: KVM: Fix comments of the CP handlerShannon Zhao2016-01-241-2/+2
| | * | | | | | arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guestsShannon Zhao2016-01-241-2/+6
| | * | | | | | arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin2016-01-242-2/+7
| | * | | | | | arm64: KVM: Fix AArch64 guest userspace exception injectionMarc Zyngier2016-01-241-3/+35
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-0810-8/+17
|\ \ \ \ \ \ \