index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
kernel
/
entry.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
parisc/pgtable: Do not drop upper 5 address bits of physical address
Helge Deller
2023-11-07
1
-4
/
+3
*
parisc: Add nop instructions after TLB inserts
John David Anglin
2023-10-30
1
-29
/
+52
*
parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock checks
Helge Deller
2023-08-14
1
-24
/
+23
*
parisc: Fix userspace graphics card breakage due to pgtable special bit
Helge Deller
2022-10-14
1
-0
/
+8
*
parisc: Optimize tmpalias function calls
Helge Deller
2022-05-23
1
-9
/
+4
*
parisc: Don't hardcode assembler bit definitions in tmpalias code
John David Anglin
2022-05-23
1
-5
/
+6
*
parisc: Simplify fast path for non-access data TLB faults
John David Anglin
2022-03-11
1
-67
/
+5
*
parisc: Convert PTE lookup to use extru_safe() macro
Helge Deller
2021-11-22
1
-11
/
+3
*
parisc/entry: fix trace test in syscall exit path
Sven Schnelle
2021-11-13
1
-1
/
+1
*
parisc: Move thread_info into task struct
Helge Deller
2021-11-01
1
-28
/
+22
*
parisc: move virt_map macro to assembly.h
Sven Schnelle
2021-11-01
1
-24
/
+0
*
parisc: Fix ptrace check on syscall return
Helge Deller
2021-11-01
1
-1
/
+1
*
parisc: Use PRIV_USER instead of 3 in entry.S
Helge Deller
2021-10-30
1
-6
/
+6
*
parisc: fix preempt_count() check in entry.S
Sven Schnelle
2021-10-30
1
-2
/
+2
*
parisc: Optimize per-pagetable spinlocks
Helge Deller
2021-02-12
1
-65
/
+51
*
parisc: Enable -mlong-calls gcc option by default when !CONFIG_MODULES
Helge Deller
2021-01-26
1
-3
/
+10
*
parisc: Use _TIF_USER_WORK_MASK in entry.S
Helge Deller
2020-11-11
1
-2
/
+2
*
parisc: Fix comments and enable interrupts later
John David Anglin
2020-10-15
1
-7
/
+7
*
parisc: Do not use an ordered store in pa_tlb_lock()
John David Anglin
2020-07-28
1
-2
/
+7
*
Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"
Helge Deller
2020-07-28
1
-23
/
+20
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
sched/rt, parisc: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-12-08
1
-5
/
+5
*
parisc: fix frame pointer in ftrace_regs_caller()
Sven Schnelle
2019-10-30
1
-1
/
+1
*
parisc/ftrace: Add KPROBES_ON_FTRACE
Sven Schnelle
2019-08-03
1
-0
/
+99
*
parisc: Wire up clone3 syscall
Helge Deller
2019-07-17
1
-0
/
+1
*
parisc: add dynamic ftrace
Sven Schnelle
2019-06-08
1
-0
/
+64
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
parisc: Use per-pagetable spinlock
Mikulas Patocka
2019-05-03
1
-6
/
+2
*
parisc: Use ldcw instruction for SMP spinlock release barrier
John David Anglin
2019-05-03
1
-20
/
+23
*
parisc: Use LINUX_GATEWAY_SPACE constant in entry.S
Helge Deller
2018-10-26
1
-2
/
+3
*
parisc: Drop two instructions from pte lookup code
Helge Deller
2018-10-19
1
-3
/
+1
*
parisc: Add alternative coding infrastructure
Helge Deller
2018-10-17
1
-3
/
+7
*
parisc: Fix address in HPMC IVA
John David Anglin
2018-10-17
1
-1
/
+1
*
parisc: Purge TLB entries after updating page table entry and set page access...
John David Anglin
2018-10-17
1
-3
/
+1
*
parisc: Remove PTE load and fault check from L2_ptep macro
John David Anglin
2018-10-17
1
-6
/
+6
*
parisc: Use PARISC_ITLB_TRAP constant in entry.S
Helge Deller
2018-10-17
1
-1
/
+1
*
parisc: Fix boot failure of 64-bit kernel
Helge Deller
2018-08-21
1
-16
/
+11
*
parisc: Restore possibility to execute 64-bit applications
Helge Deller
2018-08-17
1
-24
/
+28
*
parisc: Fix and improve kernel stack unwinding
Helge Deller
2018-08-13
1
-32
/
+21
*
parisc: Define mb() and add memory barriers to assembler unlock sequences
John David Anglin
2018-08-08
1
-0
/
+2
*
parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel
Helge Deller
2018-01-02
1
-2
/
+11
*
Revert "parisc: Re-enable interrupts early"
John David Anglin
2017-12-17
1
-3
/
+9
*
scripts/spelling.txt: add regsiter -> register spelling mistake
Stephen Boyd
2017-05-09
1
-1
/
+1
*
parisc: Re-enable interrupts early
Helge Deller
2016-12-12
1
-9
/
+3
*
parisc: Add cfi_startproc and cfi_endproc to assembly code
Helge Deller
2016-10-05
1
-22
/
+24
*
parisc: Use long jump to reach ftrace_return_to_handler()
Helge Deller
2016-05-23
1
-1
/
+10
*
parisc: Merge ftrace C-helper and assembler functions into .text.hot section
Helge Deller
2016-05-22
1
-1
/
+1
*
parisc: Fix ftrace function tracer
Helge Deller
2016-04-14
1
-19
/
+74
*
parisc: Add Huge Page and HUGETLBFS support
Helge Deller
2015-11-22
1
-14
/
+31
[next]