| Commit message (Expand) | Author | Age | Files | Lines |
* | blk-mq: factor out a helper to iterate all tags for a request_queue | Christoph Hellwig | 2015-10-01 | 4 | -20/+25 |
* | blk-mq: fix racy updates of rq->errors | Christoph Hellwig | 2015-10-01 | 8 | -34/+32 |
* | blk-mq: fix deadlock when reading cpu_list | Akinobu Mita | 2015-09-29 | 2 | -4/+7 |
* | blk-mq: avoid inserting requests before establishing new mapping | Akinobu Mita | 2015-09-29 | 3 | -19/+52 |
* | blk-mq: fix q->mq_usage_counter access race | Akinobu Mita | 2015-09-29 | 1 | -3/+4 |
* | blk-mq: Fix use after of free q->mq_map | Akinobu Mita | 2015-09-29 | 1 | -5/+3 |
* | blk-mq: fix sysfs registration/unregistration race | Akinobu Mita | 2015-09-29 | 4 | -12/+27 |
* | blk-mq: avoid setting hctx->tags->cpumask before allocation | Akinobu Mita | 2015-09-29 | 1 | -1/+8 |
* | NVMe: Set affinity after allocating request queues | Keith Busch | 2015-09-23 | 1 | -19/+17 |
* | Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern... | Jens Axboe | 2015-09-23 | 1 | -18/+20 |
|\ |
|
| * | xen/blkback: free requests on disconnection | Roger Pau Monne | 2015-09-23 | 1 | -18/+20 |
* | | Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-09-22 | 5 | -51/+110 |
|\ \ |
|
| * | | Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp... | Tejun Heo | 2015-09-16 | 5 | -45/+83 |
| * | | Revert "cgroup: simplify threadgroup locking" | Tejun Heo | 2015-09-16 | 1 | -12/+33 |
* | | | Merge tag 'renesas-sh-drivers-for-v4.3' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2015-09-21 | 1 | -14/+5 |
|\ \ \ |
|
| * | | | drivers: sh: Disable PM runtime for multi-platform ARM with genpd | Geert Uytterhoeven | 2015-09-14 | 1 | -13/+5 |
| * | | | drivers: sh: Disable legacy default PM Domain on emev2 | Geert Uytterhoeven | 2015-09-14 | 1 | -2/+1 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-09-21 | 11 | -181/+149 |
|\ \ \ |
|
| * | | | s390: wire up separate socketcalls system calls | Heiko Carstens | 2015-09-18 | 4 | -21/+42 |
| * | | | s390/compat: remove superfluous compat wrappers | Heiko Carstens | 2015-09-18 | 2 | -102/+51 |
| * | | | s390/compat: do not trace compat wrapper functions | Heiko Carstens | 2015-09-18 | 1 | -6/+6 |
| * | | | s390/s390x: allocate sys_membarrier system call number | Mathieu Desnoyers | 2015-09-17 | 2 | -1/+3 |
| * | | | s390/configs//zfcpdump_defconfig: Remove CONFIG_MEMSTICK | Michael Holzheu | 2015-09-17 | 1 | -5/+0 |
| * | | | s390: wire up userfaultfd system call | Heiko Carstens | 2015-09-17 | 3 | -1/+5 |
| * | | | s390/vtime: correct scaled cputime for SMT | Martin Schwidefsky | 2015-09-17 | 1 | -4/+8 |
| * | | | s390/cpum_cf: Corrected return code for unauthorized counter sets | Hendrik Brueckner | 2015-09-17 | 1 | -4/+8 |
| * | | | s390/compat: correct uc_sigmask of the compat signal frame | Martin Schwidefsky | 2015-09-17 | 1 | -4/+23 |
| * | | | s390: fix floating point register corruption | Heiko Carstens | 2015-09-17 | 1 | -0/+2 |
| * | | | s390/hibernate: fix save and restore of vector registers | Martin Schwidefsky | 2015-09-17 | 1 | -35/+3 |
* | | | | security: fix typo in security_task_prctl | Jann Horn | 2015-09-21 | 1 | -1/+1 |
* | | | | Linux 4.3-rc2v4.3-rc2 | Linus Torvalds | 2015-09-20 | 1 | -1/+1 |
* | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-20 | 3 | -10/+17 |
|\ \ \ \ |
|
| * | | | | ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpoints | Doug Anderson | 2015-09-17 | 1 | -3/+5 |
| * | | | | ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definition | Andre Przywara | 2015-09-17 | 1 | -1/+3 |
| * | | | | ARM: get rid of needless #if in signal handling code | Russell King | 2015-09-17 | 1 | -4/+2 |
| * | | | | ARM: fix Thumb2 signal handling when ARMv6 is enabled | Russell King | 2015-09-16 | 1 | -5/+10 |
* | | | | | Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-09-20 | 9 | -34/+52 |
|\ \ \ \ \ |
|
| * | | | | | selftests: exec: revert to default emit rule | Bamvor Jian Zhang | 2015-09-15 | 1 | -3/+1 |
| * | | | | | selftests: change install command to rsync | Bamvor Jian Zhang | 2015-09-15 | 2 | -8/+5 |
| * | | | | | selftests: mqueue: simplify the Makefile | Bamvor Jian Zhang | 2015-09-15 | 1 | -5/+3 |
| * | | | | | selftests: mqueue: allow extra cflags | Bamvor Jian Zhang | 2015-09-15 | 1 | -1/+1 |
| * | | | | | selftests: rename jump label to static_keys | Bamvor Jian Zhang | 2015-09-15 | 1 | -1/+1 |
| * | | | | | selftests/seccomp: add support for s390 | Kees Cook | 2015-09-15 | 2 | -6/+38 |
| * | | | | | seltests/zram: fix syntax error | Zhang Zhen | 2015-09-15 | 2 | -10/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-09-20 | 12 | -46/+73 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'acpi-bus' | Rafael J. Wysocki | 2015-09-18 | 4 | -16/+11 |
| |\ \ \ \ \ |
|
| | * | | | | | ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED() | Sudeep Holla | 2015-09-15 | 4 | -16/+11 |
| | * | | | | | ACPI: int340x_thermal: add missing CONFIG_ prefix | Sudeep Holla | 2015-09-15 | 1 | -1/+1 |
| | |/ / / / |
|
| | | | | | | |
| | \ \ \ \ | |
| *-. \ \ \ \ | Merge branches 'pm-cpufreq' and 'pm-devfreq' | Rafael J. Wysocki | 2015-09-18 | 8 | -30/+62 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | | * | | | | Merge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/... | Rafael J. Wysocki | 2015-09-15 | 5 | -26/+54 |
| | |/| | | |
| |/| | | | | |
|