| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | parisc: Switch from DISCONTIGMEM to SPARSEMEM | Helge Deller | 2019-05-03 | 3 | -59/+17 |
| * | | parisc: remove kprobes.h from generic-y | Sven Schnelle | 2019-05-03 | 1 | -1/+0 |
| * | | parisc: Implement kprobes | Sven Schnelle | 2019-05-03 | 1 | -0/+55 |
| * | | parisc: add functions required by KPROBE_EVENTS | Sven Schnelle | 2019-05-03 | 1 | -0/+13 |
| * | | parisc: add KGDB support | Sven Schnelle | 2019-05-03 | 1 | -0/+68 |
| * | | parisc: add parisc code patching | Sven Schnelle | 2019-05-03 | 1 | -0/+11 |
| * | | parisc: add set_fixmap()/clear_fixmap() | Sven Schnelle | 2019-05-03 | 1 | -1/+18 |
* | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-05-07 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | syscall_get_arch: add "struct task_struct *" argument | Dmitry V. Levin | 2019-03-20 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2019-05-06 | 2 | -2/+1 |
|\ \ \ |
|
| * | | | arch: Remove dummy mmiowb() definitions from arch code | Will Deacon | 2019-04-08 | 1 | -2/+0 |
| * | | | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon | 2019-04-08 | 1 | -0/+1 |
* | | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-05-06 | 1 | -18/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | arch/tlb: Clean up simple architectures | Peter Zijlstra | 2019-04-03 | 1 | -13/+0 |
| * | | | asm-generic/tlb, arch: Provide generic VIPT cache flush | Peter Zijlstra | 2019-04-03 | 1 | -5/+0 |
| |/ / |
|
* | | | parisc: also set iaoq_b in instruction_pointer_set() | Sven Schnelle | 2019-04-06 | 1 | -1/+2 |
* | | | parisc: regs_return_value() should return gpr28 | Sven Schnelle | 2019-04-06 | 1 | -1/+1 |
* | | | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 2019-04-05 | 1 | -22/+8 |
|/ / |
|
* / | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported | Masahiro Yamada | 2019-03-28 | 1 | -0/+1 |
|/ |
|
* | kbuild: warn redundant generic-y | Masahiro Yamada | 2019-03-17 | 1 | -2/+0 |
* | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-06 | 1 | -0/+9 |
|\ |
|
| * | parisc: iomap: introduce io{read|write}64 | Logan Gunthorpe | 2019-01-22 | 1 | -0/+9 |
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-03-05 | 1 | -7/+6 |
|\ \ |
|
| * | | y2038: rename old time and utime syscalls | Arnd Bergmann | 2019-02-07 | 1 | -3/+6 |
| * | | syscalls: remove obsolete __IGNORE_ macros | Arnd Bergmann | 2019-02-07 | 1 | -1/+0 |
| * | | arch: add pkey and rseq syscall numbers everywhere | Arnd Bergmann | 2019-01-25 | 1 | -3/+0 |
| |/ |
|
* | | Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-03-05 | 5 | -49/+7 |
|\ \ |
|
| * | | parisc: Add constant for PDC_PAT_COMPLEX firmware call | Helge Deller | 2019-02-21 | 1 | -0/+4 |
| * | | parisc: Show machine product number during boot | Helge Deller | 2019-02-21 | 1 | -0/+1 |
| * | | parisc: remove the HBA_DATA macro | Christoph Hellwig | 2019-02-21 | 1 | -2/+0 |
| * | | parisc: properly type the iommu field in struct pci_hba_data | Christoph Hellwig | 2019-02-21 | 1 | -1/+1 |
| * | | parisc: move internal implementation details out of <asm/dma-mapping.h> | Christoph Hellwig | 2019-02-21 | 1 | -44/+0 |
| * | | parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h> | Christoph Hellwig | 2019-02-21 | 1 | -2/+0 |
| * | | parisc: Count IPI function call interrupts | Helge Deller | 2019-02-21 | 1 | -0/+1 |
| |/ |
|
* / | get rid of legacy 'get_ds()' function | Linus Torvalds | 2019-03-04 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-01-05 | 2 | -3/+3 |
|\ |
|
| * | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2019-01-04 | 1 | -2/+2 |
| * | fls: change parameter to unsigned int | Matthew Wilcox | 2019-01-04 | 1 | -1/+1 |
* | | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-03 | 2 | -2/+2 |
|/ |
|
* | parisc: generate uapi header and system call table files | Firoz Khan | 2018-12-10 | 1 | -0/+3 |
* | parisc: add __NR_syscalls along with __NR_Linux_syscalls | Firoz Khan | 2018-12-10 | 1 | -0/+2 |
* | parisc: move __IGNORE* entries to non uapi header | Firoz Khan | 2018-12-10 | 1 | -0/+6 |
* | parisc: Split out alternative live patching code | Helge Deller | 2018-12-10 | 1 | -0/+4 |
* | Merge branch 'parisc-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-11-14 | 1 | -2/+2 |
|\ |
|
| * | parisc: Revert "Release spinlocks using ordered store" | John David Anglin | 2018-11-06 | 1 | -2/+2 |
* | | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2018-11-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | mm: make the __PAGETABLE_PxD_FOLDED defines non-empty | Martin Schwidefsky | 2018-11-02 | 1 | -1/+1 |
* | | treewide: remove current_text_addr | Nick Desaulniers | 2018-10-31 | 1 | -11/+0 |
* | | hugetlb: introduce generic version of huge_ptep_get | Alexandre Ghiti | 2018-10-26 | 1 | -5/+0 |
* | | hugetlb: introduce generic version of huge_ptep_set_access_flags() | Alexandre Ghiti | 2018-10-26 | 1 | -0/+1 |