| Commit message (Expand) | Author | Age | Files | Lines |
* | parisc: Fix random data corruption from exception handler | Helge Deller | 2024-02-23 | 1 | -1/+0 |
* | parisc: Reduce size of the bug_table on 64-bit kernel by half | Helge Deller | 2023-12-13 | 1 | -2/+5 |
* | parisc: fix mmap_base calculation when stack grows upwards | Helge Deller | 2023-11-28 | 1 | -3/+3 |
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-08-29 | 1 | -23/+11 |
|\ |
|
| * | parisc/kexec: refactor for kernel/Kconfig.kexec | Eric DeVolder | 2023-08-18 | 1 | -23/+11 |
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-08-29 | 1 | -0/+1 |
|\ \ |
|
| * | | parisc: mm: convert to GENERIC_IOREMAP | Baoquan He | 2023-08-18 | 1 | -0/+1 |
| |/ |
|
* | | parisc: Wire up eBPF JIT compiler | Helge Deller | 2023-08-22 | 1 | -0/+2 |
* | | parisc: Use generic mmap top-down layout and brk randomization | Helge Deller | 2023-08-22 | 1 | -0/+17 |
|/ |
|
* | parisc: Default to 8 CPUs for 64-bit kernel | Helge Deller | 2023-06-30 | 1 | -1/+1 |
* | parisc: Move TLB_PTLOCK option to Kconfig.debug | Helge Deller | 2023-06-30 | 1 | -10/+0 |
* | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2023-06-26 | 1 | -0/+1 |
|\ |
|
| * | parisc: Switch to hotplug core state synchronization | Thomas Gleixner | 2023-05-15 | 1 | -0/+1 |
* | | parisc: Enable LOCKDEP support | Helge Deller | 2023-05-24 | 1 | -0/+4 |
|/ |
|
* | Kconfig: introduce HAS_IOPORT option and select it as necessary | Niklas Schnelle | 2023-04-05 | 1 | -0/+1 |
* | parisc: Allow CONFIG_64BIT with ARCH=parisc | Helge Deller | 2022-09-15 | 1 | -1/+11 |
* | parisc: Make CONFIG_64BIT available for ARCH=parisc64 only | Helge Deller | 2022-08-22 | 1 | -15/+6 |
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-08-05 | 1 | -1/+0 |
|\ |
|
| * | arch/*/: remove CONFIG_VIRT_TO_BUS | Arnd Bergmann | 2022-06-28 | 1 | -1/+0 |
* | | parisc: Enable ARCH_HAS_STRICT_MODULE_RWX | Helge Deller | 2022-06-26 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-05-31 | 1 | -4/+0 |
|\ |
|
| * | arch: Add SYSVIPC_COMPAT for all architectures | Guo Ren | 2022-04-26 | 1 | -4/+0 |
* | | parisc: Re-enable GENERIC_CPU_DEVICES for !SMP | Helge Deller | 2022-05-08 | 1 | -0/+1 |
|/ |
|
* | parisc: Implement __cpu_die() and __cpu_disable() for CPU hotplugging | Helge Deller | 2022-03-29 | 1 | -0/+1 |
* | parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGY | Helge Deller | 2022-03-29 | 1 | -9/+2 |
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2022-03-25 | 1 | -0/+1 |
|\ |
|
| * | asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS | Christophe Leroy | 2022-02-16 | 1 | -0/+1 |
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-23 | 1 | -0/+1 |
|\ \ |
|
| * | | uaccess: generalize access_ok() | Arnd Bergmann | 2022-02-25 | 1 | -0/+1 |
| |/ |
|
* | | parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLE | Helge Deller | 2022-03-17 | 1 | -0/+1 |
* | | parisc: Always use the self-extracting kernel feature | Helge Deller | 2022-03-11 | 1 | -12/+0 |
* | | parisc: Add vDSO support | Helge Deller | 2022-03-11 | 1 | -0/+1 |
|/ |
|
* | parisc: Default to 16 CPUs on 32-bit kernel | Helge Deller | 2022-01-11 | 1 | -1/+2 |
* | parisc: Enable TOC (transfer of contents) feature unconditionally | Helge Deller | 2022-01-11 | 1 | -14/+0 |
* | parisc: remove ARCH_DEFCONFIG | Masahiro Yamada | 2021-12-22 | 1 | -5/+0 |
* | parisc: Move thread_info into task struct | Helge Deller | 2021-11-01 | 1 | -0/+1 |
* | parisc: add support for TOC (transfer of control) | Sven Schnelle | 2021-11-01 | 1 | -0/+14 |
* | parisc: Add KFENCE support | Helge Deller | 2021-10-30 | 1 | -2/+3 |
* | parisc: Switch to ARCH_STACKWALK implementation | Helge Deller | 2021-10-30 | 1 | -0/+2 |
* | firmware: include drivers/firmware/Kconfig unconditionally | Arnd Bergmann | 2021-10-07 | 1 | -2/+0 |
* | parisc: Implement __get/put_kernel_nofault() | Helge Deller | 2021-09-09 | 1 | -1/+0 |
* | parisc: Drop strnlen_user() in favour of generic version | Helge Deller | 2021-09-09 | 1 | -1/+0 |
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2021-09-05 | 1 | -0/+1 |
|\ |
|
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in Kconfig | Masahiro Yamada | 2021-08-16 | 1 | -0/+1 |
* | | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-09-01 | 1 | -1/+1 |
|\ \ |
|
| * | | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols | Arnd Bergmann | 2021-07-30 | 1 | -1/+1 |
| |/ |
|
* / | arch: Kconfig: clean up obsolete use of HAVE_IDE | Lukas Bulwahn | 2021-07-30 | 1 | -1/+0 |
|/ |
|
* | mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS) | Anshuman Khandual | 2021-05-05 | 1 | -4/+1 |
* | parisc: Enable -mlong-calls gcc option with CONFIG_COMPILE_TEST | Helge Deller | 2021-03-02 | 1 | -2/+5 |
* | Merge tag 'clang-lto-v5.12-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-02-26 | 1 | -0/+1 |
|\ |
|