index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
parisc: Default to 16 CPUs on 32-bit kernel
Helge Deller
2022-01-11
1
-1
/
+2
*
parisc: Re-use toc_stack as hpmc_stack
Helge Deller
2022-01-11
1
-4
/
+2
*
parisc: Enable TOC (transfer of contents) feature unconditionally
Helge Deller
2022-01-11
5
-41
/
+30
*
parisc: io: Improve the outb(), outw() and outl() macros
Bart Van Assche
2022-01-07
1
-3
/
+3
*
parisc: Add kgdb io_module to read chars via PDC
Helge Deller
2022-01-07
1
-0
/
+21
*
parisc: Fix pdc_toc_pim_11 and pdc_toc_pim_20 definitions
Helge Deller
2022-01-07
1
-9
/
+23
*
parisc: Add lws_atomic_xchg and lws_atomic_store syscalls
John David Anglin
2022-01-07
1
-1
/
+392
*
parisc: Rewrite light-weight syscall and futex code
John David Anglin
2022-01-07
3
-212
/
+231
*
parisc: Enhance page fault termination message
John David Anglin
2022-01-07
1
-4
/
+10
*
parisc: Don't call faulthandler_disabled() in do_page_fault()
John David Anglin
2022-01-07
1
-3
/
+0
*
parisc: Switch user access functions to signal errors in r29 instead of r8
Helge Deller
2022-01-07
2
-7
/
+11
*
parisc: Avoid calling faulthandler_disabled() twice
John David Anglin
2022-01-07
1
-1
/
+1
*
parisc: Fix lpa and lpa_user defines
John David Anglin
2022-01-07
1
-20
/
+24
*
parisc: Define depi_safe macro
John David Anglin
2022-01-07
1
-0
/
+10
*
parisc: decompressor: do not copy source files while building
Masahiro Yamada
2022-01-05
4
-10
/
+4
*
parisc: remove ARCH_DEFCONFIG
Masahiro Yamada
2021-12-22
1
-5
/
+0
*
parisc: Fix mask used to select futex spinlock
John David Anglin
2021-12-21
1
-2
/
+2
*
parisc: Correct completer in lws start
John David Anglin
2021-12-21
1
-1
/
+1
*
parisc: Clear stale IIR value on instruction access rights trap
Helge Deller
2021-12-20
1
-0
/
+2
*
parisc: Mark cr16 CPU clocksource unstable on all SMP machines
Helge Deller
2021-12-04
1
-22
/
+8
*
parisc: Fix "make install" on newer debian releases
Helge Deller
2021-12-04
1
-0
/
+1
*
parisc: Enable sata sil, audit and usb support on 64-bit defconfig
Helge Deller
2021-11-30
1
-1
/
+13
*
parisc: Fix KBUILD_IMAGE for self-extracting kernel
Helge Deller
2021-11-30
1
-0
/
+5
*
Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2021-11-25
1
-1
/
+0
|
\
|
*
Add linux/cacheflush.h
Matthew Wilcox (Oracle)
2021-11-17
1
-1
/
+0
*
|
Revert "parisc: Fix backtrace to always include init funtion names"
Helge Deller
2021-11-22
1
-2
/
+1
*
|
parisc: Convert PTE lookup to use extru_safe() macro
Helge Deller
2021-11-22
1
-11
/
+3
*
|
parisc: Fix extraction of hash lock bits in syscall.S
John David Anglin
2021-11-22
1
-2
/
+2
*
|
parisc: Provide an extru_safe() macro to extract unsigned bits
Helge Deller
2021-11-22
1
-0
/
+11
*
|
parisc: Enable CONFIG_PRINTK_TIME=y in 32bit defconfig
Helge Deller
2021-11-18
1
-0
/
+1
*
|
Revert "parisc: Reduce sigreturn trampoline to 3 instructions"
Helge Deller
2021-11-18
3
-8
/
+9
*
|
parisc: Wrap assembler related defines inside __ASSEMBLY__
Helge Deller
2021-11-18
1
-20
/
+24
*
|
parisc: Wire up futex_waitv
Helge Deller
2021-11-18
1
-0
/
+1
*
|
parisc: Include stringify.h to avoid build error in crypto/api.c
Helge Deller
2021-11-18
1
-0
/
+1
|
/
*
parisc/entry: fix trace test in syscall exit path
Sven Schnelle
2021-11-13
1
-1
/
+1
*
parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...
John David Anglin
2021-11-13
2
-4
/
+10
*
parisc: Fix implicit declaration of function '__kernel_text_address'
Helge Deller
2021-11-13
1
-0
/
+1
*
parisc: Fix backtrace to always include init funtion names
Helge Deller
2021-11-13
1
-1
/
+2
*
Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-11-08
2
-6
/
+4
|
\
|
*
kbuild: use more subdir- for visiting subdirectories while cleaning
Masahiro Yamada
2021-10-24
2
-6
/
+4
*
|
parisc: move CPU field back into thread_info
Ard Biesheuvel
2021-11-04
4
-24
/
+5
*
|
parisc: Don't disable interrupts in cmpxchg and futex operations
Dave Anglin
2021-11-04
2
-23
/
+11
*
|
parisc: don't enable irqs unconditionally in handle_interruption()
Sven Schnelle
2021-11-04
1
-1
/
+1
*
|
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-02
1
-0
/
+2
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-15
1
-2
/
+0
|
|
\
\
|
*
|
|
fix up for "net: add new socket option SO_RESERVE_MEM"
Stephen Rothwell
2021-10-01
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-02
2
-8
/
+13
|
\
\
\
|
*
|
|
audit: add support for the openat2 syscall
Richard Guy Briggs
2021-10-01
2
-0
/
+4
|
*
|
|
audit: replace magic audit syscall class numbers with macros
Richard Guy Briggs
2021-10-01
2
-8
/
+9
*
|
|
|
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-11-02
2
-11
/
+3
|
\
\
\
\
[next]