summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-124-50/+57
|\
| * atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-273-33/+33
| * atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-10/+0
| * atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0
| * s390: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-14/+33
* | s390/uaccess, locking/static_keys: employ static_branch_likely()Heiko Carstens2015-08-031-6/+6
* | locking/static_keys: Add a new static_key interfacePeter Zijlstra2015-08-031-2/+17
* | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
* | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov2015-08-031-2/+2
* | s390/cachinfo: add missing facility check to init_cache_level()Heiko Carstens2015-07-281-0/+2
* | s390/bpf: clear correct BPF accumulator registerMichael Holzheu2015-07-271-7/+7
|/
* s390: adapt entry.S to the move of thread_structMartin Schwidefsky2015-07-203-14/+18
* mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
* s390/hugetlb: add hugepages_supported defineDominik Dingel2015-07-171-0/+1
* revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel2015-07-173-8/+4
* revert "s390/mm: change HPAGE_SHIFT type to int"Dominik Dingel2015-07-172-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-07-156-23/+48
|\
| * s390/nmi: fix vector register corruptionHeiko Carstens2015-07-132-22/+34
| * s390/process: fix sfpc inline assemblyHeiko Carstens2015-07-131-1/+1
| * s390/sclp: clear upper register halves in _sclp_print_earlyMartin Schwidefsky2015-07-071-0/+4
| * s390/oprofile: fix compile errorSebastian Ott2015-07-012-0/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-6/+1
|\ \
| * | make simple_positive() publicAl Viro2015-06-231-6/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-8/+4
|\ \ \
| * | | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-8/+4
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-06-3013-139/+145
|\ \ \ \
| * | | | s390/kdump: fix compile for !SMPHeiko Carstens2015-06-292-23/+22
| * | | | s390/kdump: fix nosmt kernel parameterMichael Holzheu2015-06-256-60/+63
| * | | | s390: new default configurationHeiko Carstens2015-06-254-26/+30
| * | | | s390/smp: cleanup core vs. cpu in the SCLP interfaceMartin Schwidefsky2015-06-253-35/+34
| * | | | s390/smp: fix sigp cpu detection loopMartin Schwidefsky2015-06-251-1/+2
| * | | | s390/kdump: fix REGSET_VX_LOW vector register ELF notesMichael Holzheu2015-06-251-1/+1
| * | | | s390/bpf: Fix backward jumpsMichael Holzheu2015-06-251-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-266-69/+13
|\ \ \ \ \
| * | | | | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-251-1/+1
| * | | | | s390/mm: change HPAGE_SHIFT type to intDominik Dingel2015-06-252-2/+2
| * | | | | s390/mm: forward check for huge pmds to pmd_large()Dominik Dingel2015-06-251-4/+1
| * | | | | s390/hugetlb: remove dead code for sw emulated huge pagesDominik Dingel2015-06-252-60/+3
| * | | | | s390/mm: make hugepages_supported a boot time decisionDominik Dingel2015-06-253-4/+8
| |/ / / /
* | | | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-245-19/+37
|\ \ \ \
| * | | | mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-241-2/+3
| * | | | mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-12/+12
| * | | | powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V2015-06-241-0/+8
| * | | | mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen2015-06-241-1/+0
| * | | | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
| * | | | mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0