summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/bitops: use generic find bit functions / reimplement _left variantHeiko Carstens2013-10-246-604/+126Star
* s390/s390dbf: use debug_level_enabled() where applicableHendrik Brueckner2013-10-2410-43/+13Star
* s390/s390dbf: add debug_level_enabled() functionHendrik Brueckner2013-10-242-0/+15
* s390/bitops: optimize set_bit() for constant valuesHeiko Carstens2013-10-242-1/+37
* s390/bitops: remove CONFIG_SMP / simplify non-atomic bitopsHeiko Carstens2013-10-242-217/+65Star
* s390/atomic: various small cleanupsHeiko Carstens2013-10-241-18/+24
* s390/atomic: optimize atomic_add() for constant valuesHeiko Carstens2013-10-241-8/+40
* s390/qdio: fix atomic_sub() misusageHeiko Carstens2013-10-241-1/+1
* s390/kprobes: allow kprobes only on known instructionsHeiko Carstens2013-10-243-1/+9
* s390/kprobes: use insn_length helper functionHeiko Carstens2013-10-241-4/+5
* s390/dis: move disassembler function prototypes to proper header fileHeiko Carstens2013-10-245-6/+7
* s390/dis: move common definitions to a header fileSuzuki K. Poulose2013-10-242-28/+43
* s390/dis: rename structures for unique typesSuzuki K. Poulose2013-10-241-28/+28
* s390/atomic: make use of interlocked-access facility 1 instructionsHeiko Carstens2013-10-241-12/+65
* s390/atomic: implement atomic_sub_return() with atomic_add_return()Heiko Carstens2013-10-241-21/+2Star
* s390/kprobes: have more correct if statement in s390_get_insn_slot()Heiko Carstens2013-10-241-1/+1
* s390: always set -march compiler optionHeiko Carstens2013-10-241-7/+7
* s390/bitops: make use of interlocked-access facility 1 instructionsHeiko Carstens2013-10-241-17/+49
* Merge tag 'md/3.12-fixes' of git://neil.brown.name/mdLinus Torvalds2013-10-244-2/+25
|\
| * raid5: avoid finding "discard" stripeShaohua Li2013-10-241-0/+8
| * raid5: set bio bi_vcnt 0 for discard requestShaohua Li2013-10-241-0/+12
| * md: avoid deadlock when md_set_badblocks.Bian Yu2013-10-241-2/+3
| * md: Fix skipping recovery for read-only arrays.Lukasz Dorau2013-10-242-0/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-10-244-10/+19
|\ \ | |/ |/|
| * [SCSI] sd: call blk_pm_runtime_init before add_diskAaron Lu2013-10-231-1/+1
| * [SCSI] qla2xxx: Fix request queue null dereference.Chad Dupuis2013-10-232-1/+10
| * [SCSI] BusLogic: Fix an oops when intializing multimaster adapterKhalid Aziz2013-10-161-8/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-10-2311-65/+111
|\ \
| * | s390/time: correct use of store clock fastMartin Schwidefsky2013-10-227-34/+34
| * | s390/vmlogrdr: fix array access in vmlogrdr_open()Heiko Carstens2013-10-151-1/+1
| * | s390/compat,signal: fix return value of copy_siginfo_(to|from)_user32()Heiko Carstens2013-10-151-2/+2
| * | s390/dasd: check for availability of prefix command during formatStefan Haberland2013-10-151-27/+71
| * | s390/mm,kvm: fix software dirty bits vs. kvm for old machinesMartin Schwidefsky2013-10-151-1/+3
* | | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2013-10-238-21/+60
|\ \ \
| * \ \ Merge branch 'x86_pkg_temp' of .git into for-rcZhang Rui2013-10-211-6/+8
| |\ \ \
| | * | | Thermal: x86_pkg_temp: change spin lockSrinivas Pandruvada2013-09-251-6/+8
| * | | | Revert "drivers: thermal: parent virtual hwmon with thermal zone"Zhang Rui2013-10-211-1/+1
| * | | | drivers: thermal: allow ti-soc-thermal run without pcb zoneEduardo Valentin2013-10-151-0/+1
| * | | | thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos...Lukasz Majewski2013-10-154-0/+13
| * | | | thermal: exynos: Provide separate TMU data for Exynos4412Lukasz Majewski2013-10-154-12/+37
| * | | | thermal: exynos: Remove check for thermal device pointer at exynos_report_tri...Lukasz Majewski2013-10-151-2/+0Star
| |/ / /
* | | | platform/x86: fix asus-wmi build errorRandy Dunlap2013-10-231-0/+1
* | | | bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet2013-10-231-1/+1
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-2316-65/+158
|\ \ \ \
| * | | | [media] saa7134: Fix crash when device is closed before streamoffSimon Farnsworth2013-10-141-0/+1
| * | | | [media] adv7511: fix error return code in adv7511_probe()Wei Yongjun2013-10-141-0/+2
| * | | | [media] ths8200: fix compilation with GCC < 4.4.6Gianluca Gennari2013-10-141-8/+4Star
| * | | | [media] ad9389b: fix compilation with GCC < 4.4.6Gianluca Gennari2013-10-141-9/+6Star
| * | | | [media] adv7511: fix compilation with GCC < 4.4.6Gianluca Gennari2013-10-141-9/+7Star
| * | | | [media] adv7842: fix compilation with GCC < 4.4.6Gianluca Gennari2013-10-141-18/+12Star