aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-08s390/mm: uninline ptep_xxx functions from pgtable.hMartin Schwidefsky3-353/+318
2016-03-07s390/pci: add ioctl interface for CLPMartin Schwidefsky4-39/+293
2016-03-07s390: Use pr_warn instead of pr_warningJoe Perches21-114/+88
2016-03-07s390/dasd: remove casts to dasd_*_privateSebastian Ott5-181/+106
2016-03-07s390/dasd: Refactor dasd format functionsJan Höppner1-12/+46
2016-03-07s390/dasd: Simplify code in format logicJan Höppner1-27/+6
2016-03-07s390/dasd: Improve dasd format codeJan Höppner2-58/+59
2016-03-02s390/percpu: remove this_cpu_cmpxchg_double_4Heiko Carstens1-1/+0
2016-03-02s390/cpumf: Improve guest detection heuristicsChristian Borntraeger2-3/+7
2016-03-02s390/fault: merge report_user_fault implementationsHeiko Carstens3-26/+12
2016-03-02s390/dis: use correct escape sequence for '%' characterHeiko Carstens1-12/+5
2016-03-02s390/kvm: simplify set_guest_storage_keyMartin Schwidefsky1-17/+0
2016-02-24s390/oprofile: add z13/z13s model numbersHeiko Carstens1-0/+1
2016-02-24s390: add z13s model number to z13 elf platformHeiko Carstens2-4/+5
2016-02-23s390/mm: correct comment about segment table entriesMartin Schwidefsky1-5/+5
2016-02-23s390/dumpstack: merge all four stack tracersHeiko Carstens7-218/+89
2016-02-23s390/mm: remove unnecessary indirection with pgste_update_allMartin Schwidefsky1-13/+12
2016-02-23s390/dasd: fix incorrect locking order for LCU device add/removeStefan Haberland1-83/+152
2016-02-23s390/dumpstack: use bit fields to decode psw mask in show_registers()Heiko Carstens1-13/+4
2016-02-23s390/dumpstack: add missing ri bit to show_registers() outputHeiko Carstens1-1/+2
2016-02-23s390: add current_stack_pointer() helper functionHeiko Carstens4-16/+20
2016-02-23s390/stacktrace: use nosched instead of savesched parameterHeiko Carstens1-6/+6
2016-02-23s390/pageattr: do a single TLB flush for change_page_attrMartin Schwidefsky1-5/+3
2016-02-23s390/xor: optimized xor routing using the XC instructionMartin Schwidefsky3-2/+155
2016-02-23s390/pci: remove pdev pointer from arch dataSebastian Ott6-23/+33
2016-02-22s390/fpu: signals vs. floating point control registerMartin Schwidefsky1-0/+2
2016-02-22s390/compat: correct restore of high gprs on signal returnMartin Schwidefsky1-1/+1
2016-02-20Linux 4.5-rc5Linus Torvalds1-1/+1
2016-02-20kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-19arm64: mm: allow the kernel to handle alignment faults on user accessesEunTaik Lee1-1/+8
2016-02-19arm64: kbuild: make "make install" not depend on vmlinuxMasahiro Yamada3-3/+17
2016-02-19ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2016-02-19ext4: fix bh->b_state corruptionJan Kara1-2/+30
2016-02-19drm/nouveau: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst4-55/+48
2016-02-18clk: gpio: Really allow an optional clock= DT propertyStephen Boyd1-1/+1
2016-02-18mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov5-27/+29
2016-02-18ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov1-10/+43
2016-02-18MAINTAINERS: update Kselftest Framework mailing listShuah Khan1-1/+1
2016-02-18devm_memremap_release(): fix memremap'd addr handlingToshi Kani1-1/+1
2016-02-18mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar1-2/+4
2016-02-18mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins1-1/+1
2016-02-18fsnotify: turn fsnotify reaper thread into a workqueue jobJeff Layton1-31/+18
2016-02-18Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton2-18/+53
2016-02-18mm: fix regression in remap_file_pages() emulationKirill A. Shutemov1-5/+29
2016-02-18thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov1-1/+2
2016-02-18ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai1-2/+14
2016-02-18x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani1-4/+11
2016-02-17ftrace/module: remove ftrace module notifierJessica Yu3-37/+9
2016-02-17blk: fix overflow in queue_discard_max_hw_showAlan1-3/+2