summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parisc: Use __ro_after_init in head.SHelge Deller2019-05-101-1/+1
* parisc: Use __ro_after_init in firmware.cHelge Deller2019-05-101-1/+1
* parisc: Use __ro_after_init in drivers.cHelge Deller2019-05-101-1/+1
* parisc: Use __ro_after_init in cache.cHelge Deller2019-05-101-8/+8
* parisc: Enable the ro_after_init featureHelge Deller2019-05-103-38/+35
* parisc: Drop LDCW barrier in CAS code when running UPHelge Deller2019-05-101-4/+8
* parisc: Add static branch and JUMP_LABEL featureHelge Deller2019-05-065-0/+104
* parisc: Use PA_ASM_LEVEL in boot codeHelge Deller2019-05-061-3/+3
* parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-063-6/+6
* parisc: Update huge TLB page support to use per-pagetable spinlockJohn David Anglin2019-05-031-9/+10
* parisc: Use per-pagetable spinlockMikulas Patocka2019-05-039-49/+108
* parisc: Allow live-patching of __meminit functionsHelge Deller2019-05-031-1/+1
* parisc: Add memory barrier to asm pdc and sync instructionsHelge Deller2019-05-031-2/+2
* parisc: Add memory clobber to TLB purgesJohn David Anglin2019-05-031-3/+3
* parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin2019-05-033-24/+39
* parisc: Remove lock code to serialize TLB operations in pacache.SJohn David Anglin2019-05-031-43/+0
* parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller2019-05-036-128/+68
* parisc: enable wide mode earlySven Schnelle2019-05-031-0/+13
* parisc: update feature listsSven Schnelle2019-05-032-2/+2
* parisc: Show n/a if product number not availableHelge Deller2019-05-031-1/+2
* parisc: remove unused flags parameter in __patch_text()Sven Schnelle2019-05-031-5/+4
* doc: update kprobes supported architecture listSven Schnelle2019-05-032-1/+2
* parisc: Implement kretprobesSven Schnelle2019-05-032-1/+110
* parisc: remove kprobes.h from generic-ySven Schnelle2019-05-031-1/+0
* parisc: Implement kprobesSven Schnelle2019-05-035-0/+254
* parisc: add functions required by KPROBE_EVENTSSven Schnelle2019-05-032-0/+48
* parisc: PA-Linux requires at least 32 MB RAMHelge Deller2019-05-031-11/+20
* parisc: Skip registering LED when running in QEMUHelge Deller2019-05-031-0/+3
* parisc: Tune LASI LAN for QEMUHelge Deller2019-05-031-2/+3
* parisc: Export running_on_qemu symbol for modulesHelge Deller2019-05-031-0/+1
* parisc: add KGDB supportSven Schnelle2019-05-035-0/+296
* parisc: add parisc code patchingSven Schnelle2019-05-033-1/+91
* parisc: add set_fixmap()/clear_fixmap()Sven Schnelle2019-05-034-7/+69
* parisc: Consider stack randomization for mmap base only when necessaryAlexandre Ghiti2019-05-031-1/+2
* Linux 5.1-rc7v5.1-rc7Linus Torvalds2019-04-291-1/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-04-284-6/+20
|\
| * ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel2019-04-231-1/+15
| * ARM: 8856/1: NOMMU: Fix CCR register faulty initialization when MPU is disabledTigran Tadevosyan2019-04-231-1/+1
| * ARM: fix function graph tracer and unwinder dependenciesRussell King2019-04-232-4/+4
* | Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-04-283-40/+60
|\ \
| * | powerpc/mm_iommu: Allow pinning large regionsAlexey Kardashevskiy2019-04-171-4/+20
| * | powerpc/mm_iommu: Fix potential deadlockAlexey Kardashevskiy2019-04-171-36/+39
| * | powerpc/mm/radix: Make Radix require HUGETLB_PAGEMichael Ellerman2019-04-172-1/+2
* | | Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-281-16/+26
|\ \ \
| * | | io_uring: remove 'state' argument from io_{read,write} pathJens Axboe2019-04-231-13/+12
| * | | io_uring: fix poll full SQ detectionStefan Bühler2019-04-221-1/+2
| * | | io_uring: fix race condition when sq threads goes sleepingStefan Bühler2019-04-221-1/+2
| * | | io_uring: fix race condition reading SQ entriesStefan Bühler2019-04-221-1/+2
| * | | io_uring: fail io_uring_register(2) on a dying io_uring instanceJens Axboe2019-04-221-0/+8
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-04-287-20/+76
|\ \ \ \