index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "parisc: Increase parisc_cache_flush_threshold setting"
Helge Deller
2022-05-08
1
-15
/
+3
*
parisc: Mark cr16 clock unstable on all SMP machines
Helge Deller
2022-05-08
1
-23
/
+4
*
parisc: Fix typos in comments
Julia Lawall
2022-05-08
2
-2
/
+2
*
parisc: Merge model and model name into one line in /proc/cpuinfo
Helge Deller
2022-05-08
1
-2
/
+1
*
parisc: Only list existing CPUs in cpu_possible_mask
Helge Deller
2022-05-08
1
-0
/
+8
*
Revert "parisc: Fix patch code locking and flushing"
Helge Deller
2022-05-08
1
-11
/
+14
*
Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"
Helge Deller
2022-05-08
2
-3
/
+6
*
Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines"
Helge Deller
2022-05-08
1
-8
/
+22
*
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
1
-2
/
+1
|
\
|
*
arch: syscalls: simplify uapi/kapi directory creation
Masahiro Yamada
2022-03-31
1
-2
/
+1
*
|
Merge tag 'for-5.18/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-03-30
12
-142
/
+217
|
\
\
|
*
|
parisc: Fix patch code locking and flushing
John David Anglin
2022-03-29
1
-14
/
+11
|
*
|
parisc: Find a new timesync master if current CPU is removed
Helge Deller
2022-03-29
2
-1
/
+9
|
*
|
parisc: Move common_stext into .text section when CONFIG_HOTPLUG_CPU=y
Helge Deller
2022-03-29
1
-2
/
+9
|
*
|
parisc: Rewrite arch_cpu_idle_dead() for CPU hotplugging
Helge Deller
2022-03-29
1
-3
/
+24
|
*
|
parisc: Implement __cpu_die() and __cpu_disable() for CPU hotplugging
Helge Deller
2022-03-29
1
-15
/
+87
|
*
|
parisc: Add PDC locking functions for rendezvous code
Helge Deller
2022-03-29
1
-0
/
+37
|
*
|
parisc: Move disable_sr_hashing_asm() into .text section
Helge Deller
2022-03-29
1
-1
/
+1
|
*
|
parisc: Move CPU startup-related functions into .text section
Helge Deller
2022-03-29
4
-4
/
+4
|
*
|
parisc: Move store_cpu_topology() into text section
Helge Deller
2022-03-29
1
-2
/
+3
|
*
|
parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGY
Helge Deller
2022-03-29
3
-59
/
+19
|
*
|
parisc: Ensure set_firmware_width() is called only once
Helge Deller
2022-03-29
1
-1
/
+6
|
*
|
parisc: Clean up cpu_check_affinity() and drop cpu_set_affinity_irq()
Helge Deller
2022-03-29
1
-21
/
+2
|
*
|
Revert "parisc: Fix invalidate/flush vmap routines"
Helge Deller
2022-03-29
1
-19
/
+5
*
|
|
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-03-28
2
-6
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
2022-03-10
1
-2
/
+2
|
*
|
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
2022-03-10
1
-4
/
+3
|
|
/
*
|
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-03-25
1
-21
/
+0
|
\
\
|
*
|
asm-generic: Refactor dereference_[kernel]_function_descriptor()
Christophe Leroy
2022-02-16
1
-21
/
+0
|
|
/
*
|
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-03-23
1
-2
/
+2
|
\
\
|
*
|
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
2022-02-25
1
-2
/
+2
|
|
/
*
|
parisc: Fix invalidate/flush vmap routines
John David Anglin
2022-03-21
1
-5
/
+19
*
|
parisc: Avoid flushing cache on cache-less machines
Helge Deller
2022-03-18
1
-0
/
+4
*
|
parisc: Avoid using hardware single-step in kprobes
Helge Deller
2022-03-18
2
-17
/
+21
*
|
parisc: Improve CPU socket and core bootup info text
Helge Deller
2022-03-17
1
-2
/
+2
*
|
parisc: Avoid calling SMP cache flush functions on cache-less machines
Helge Deller
2022-03-16
2
-24
/
+35
*
|
parisc: Increase parisc_cache_flush_threshold setting
John David Anglin
2022-03-11
1
-3
/
+15
*
|
parisc/unaligned: Enhance user-space visible output
Helge Deller
2022-03-11
1
-26
/
+10
*
|
parisc/unaligned: Rewrite 32-bit inline assembly of emulate_sth()
Helge Deller
2022-03-11
1
-8
/
+7
*
|
parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd()
Helge Deller
2022-03-11
1
-15
/
+13
*
|
parisc/unaligned: Rewrite inline assembly of emulate_ldw()
Helge Deller
2022-03-11
1
-12
/
+11
*
|
parisc/unaligned: Rewrite inline assembly of emulate_ldh()
Helge Deller
2022-03-11
1
-6
/
+5
*
|
parisc/unaligned: Use EFAULT fixup handler in unaligned handlers
Helge Deller
2022-03-11
1
-105
/
+55
*
|
parisc: Use constants to encode the space registers like SR_KERNEL
Helge Deller
2022-03-11
2
-6
/
+6
*
|
parisc: Add vDSO support
Helge Deller
2022-03-11
20
-138
/
+1051
*
|
parisc: Simplify fast path for non-access data TLB faults
John David Anglin
2022-03-11
1
-67
/
+5
*
|
parisc: Fix handling off probe non-access faults
John David Anglin
2022-03-11
1
-0
/
+2
*
|
parisc: Fix non-access data TLB cache flush faults
John David Anglin
2022-03-11
1
-27
/
+1
*
|
parisc/unaligned: Fix ldw() and stw() unalignment handlers
Helge Deller
2022-02-23
1
-3
/
+3
*
|
parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel
Helge Deller
2022-02-23
1
-4
/
+4
|
/
[next]