summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana2016-02-161-0/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-1914-66/+150
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov2016-02-185-27/+29
| * | | | | | | | | | | | | ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov2016-02-181-10/+43
| * | | | | | | | | | | | | MAINTAINERS: update Kselftest Framework mailing listShuah Khan2016-02-181-1/+1
| * | | | | | | | | | | | | devm_memremap_release(): fix memremap'd addr handlingToshi Kani2016-02-181-1/+1
| * | | | | | | | | | | | | mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar2016-02-181-2/+4
| * | | | | | | | | | | | | mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins2016-02-181-1/+1
| * | | | | | | | | | | | | fsnotify: turn fsnotify reaper thread into a workqueue jobJeff Layton2016-02-181-31/+18
| * | | | | | | | | | | | | Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton2016-02-182-18/+53
| * | | | | | | | | | | | | mm: fix regression in remap_file_pages() emulationKirill A. Shutemov2016-02-181-5/+29
| * | | | | | | | | | | | | thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov2016-02-181-1/+2
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-02-1912-45/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | arm64: mm: allow the kernel to handle alignment faults on user accessesEunTaik Lee2016-02-191-1/+8
| * | | | | | | | | | | | | arm64: kbuild: make "make install" not depend on vmlinuxMasahiro Yamada2016-02-193-3/+17
| * | | | | | | | | | | | | arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski2016-02-171-0/+4
| * | | | | | | | | | | | | arm64/efi: Make strnlen() available to the EFI namespaceThierry Reding2016-02-162-1/+2
| * | | | | | | | | | | | | arm/arm64: crypto: assure that ECB modes don't require an IVJeremy Linton2016-02-152-4/+4
| * | | | | | | | | | | | | arm64: make irq_stack_ptr more robustYang Shi2016-02-122-8/+16
| * | | | | | | | | | | | | arm64: debug: re-enable irqs before sending breakpoint SIGTRAPWill Deacon2016-02-101-26/+22
| * | | | | | | | | | | | | arm64: disable kasan when accessing frame->fp in unwind_frameYang Shi2016-02-091-2/+2
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-02-197-29/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | s390/dasd: fix performance dropStefan Haberland2016-02-171-0/+1
| * | | | | | | | | | | | | s390/maccess: reduce stnsm instructionsHeiko Carstens2016-02-171-4/+6
| * | | | | | | | | | | | | s390/diag: avoid lockdep recursionHeiko Carstens2016-02-111-0/+3
| * | | | | | | | | | | | | s390/dasd: fix refcount for PAV reassignmentStefan Haberland2016-02-111-5/+16
| * | | | | | | | | | | | | s390/dasd: prevent incorrect length error under z/VM after PAV changesStefan Haberland2016-02-111-1/+1
| * | | | | | | | | | | | | s390: fix DAT off memory access, e.g. on kdumpChristian Borntraeger2016-02-111-1/+3
| * | | | | | | | | | | | | s390/oprofile: fix address range for asynchronous stackHeiko Carstens2016-02-101-3/+5
| * | | | | | | | | | | | | s390/perf_event: fix address range for asynchronous stackHeiko Carstens2016-02-101-3/+5
| * | | | | | | | | | | | | s390/stacktrace: add save_stack_trace_regs()Pratyush Anand2016-02-101-0/+11
| * | | | | | | | | | | | | s390/stacktrace: save full stack tracesHeiko Carstens2016-02-101-9/+12
| * | | | | | | | | | | | | s390/stacktrace: add missing end markerHeiko Carstens2016-02-101-0/+2
| * | | | | | | | | | | | | s390/stacktrace: fix address ranges for asynchronous and panic stackHeiko Carstens2016-02-101-5/+6
| * | | | | | | | | | | | | s390/stacktrace: fix save_stack_trace_tsk() for current taskHeiko Carstens2016-02-101-0/+4
* | | | | | | | | | | | | | Merge tag 'pinctrl-v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-02-196-18/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pinctrl: samsung: fix SMP race conditionYoungmin Nam2016-02-151-13/+35
| * | | | | | | | | | | | | | pinctrl: mvebu: fix num_settings in mpp group assignmentSebastian Hesselbarth2016-02-131-3/+6
| * | | | | | | | | | | | | | pinctrl: sunxi: H3 requires irq_read_needs_muxKrzysztof Adamski2016-02-111-0/+1
| * | | | | | | | | | | | | | pinctrl: mediatek: fix direction control issueBiao Huang2016-02-051-0/+2
| * | | | | | | | | | | | | | pinctrl: nomadik: hide unused functionsArnd Bergmann2016-01-281-2/+3
| * | | | | | | | | | | | | | pinctrl: pxa: export pxa2xx_pinctrl_init()Masahiro Yamada2016-01-271-0/+1
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'sound-4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-02-194-13/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai2016-02-181-2/+14
| * | | | | | | | | | | | | ALSA: seq: Fix double port list deletionTakashi Iwai2016-02-161-5/+8
| * | | | | | | | | | | | | ALSA: hda - Cancel probe work instead of flush at removeTakashi Iwai2016-02-151-2/+2
| * | | | | | | | | | | | | ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai2016-02-151-4/+9
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-02-185-39/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ftrace/module: remove ftrace module notifierJessica Yu2016-02-173-37/+9
| * | | | | | | | | | | | | | livepatch: change the error message in asm/livepatch.h header filesMiroslav Benes2016-01-182-2/+2