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
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-3
/
+3
*
kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables
Denis Efremov
2020-06-11
1
-1
/
+1
*
maccess: always use strict semantics for probe_kernel_read
Christoph Hellwig
2020-06-09
1
-1
/
+1
*
maccess: unify the probe kernel arch hooks
Christoph Hellwig
2020-06-09
1
-8
/
+4
*
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
2
-7
/
+7
*
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
2
-29
/
+5
*
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
2020-06-09
1
-5
/
+1
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
5
-5
/
+5
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
7
-7
/
+6
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
5
-5
/
+0
*
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2020-06-09
1
-7
/
+1
*
parisc: add show_stack_loglvl()
Dmitry Safonov
2020-06-09
1
-11
/
+17
*
Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2020-06-06
1
-1
/
+1
|
\
|
*
kbuild: add variables for compression tools
Denis Efremov
2020-06-06
1
-1
/
+1
*
|
parisc/kmap: remove duplicate kmap code
Ira Weiny
2020-06-04
1
-26
/
+2
*
|
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-04
1
-3
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-03
2
-29
/
+3
|
\
\
|
*
|
mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()
Anshuman Khandual
2020-06-03
1
-4
/
+0
|
*
|
mm/hugetlb: define a generic fallback for is_hugepage_only_range()
Anshuman Khandual
2020-06-03
1
-6
/
+0
|
*
|
parisc: simplify detection of memory zone boundaries
Mike Rapoport
2020-06-03
1
-19
/
+3
*
|
|
Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-03
6
-7
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
parisc: module: Update references to parisc website
Helge Deller
2020-06-01
1
-2
/
+2
|
*
|
parisc: hardware: Update references to parisc website
Helge Deller
2020-06-01
1
-1
/
+2
|
*
|
parisc: firmware: Update references to parisc website
Helge Deller
2020-06-01
1
-1
/
+2
|
*
|
parisc: Kconfig: Update references to parisc website
Helge Deller
2020-06-01
1
-1
/
+1
|
*
|
parisc: use -fno-strict-aliasing for decompressor
Arnd Bergmann
2020-05-10
1
-0
/
+1
|
*
|
parisc: suppress error messages for 'make clean'
Helge Deller
2020-05-10
1
-2
/
+2
|
|
/
*
|
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-02
1
-9
/
+10
|
\
\
|
*
|
floppy: use symbolic register names in the parisc port
Willy Tarreau
2020-05-12
1
-7
/
+8
|
*
|
floppy: split the base port from the register in I/O accesses
Willy Tarreau
2020-05-12
1
-6
/
+6
|
|
/
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-02
1
-2
/
+0
|
\
\
|
*
|
arch/parisc/include/asm/pgtable.h: remove unused `old_pte'
Andrew Morton
2020-06-02
1
-2
/
+0
*
|
|
Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-06-01
1
-0
/
+1
|
\
\
\
|
*
|
|
vfs: add faccessat2 syscall
Miklos Szeredi
2020-05-14
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-01
2
-27
/
+0
|
\
\
\
|
*
|
|
take the dummy csum_and_copy_from_user() into net/checksum.h
Al Viro
2020-05-29
2
-22
/
+0
|
*
|
|
parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()
Al Viro
2020-05-29
2
-10
/
+5
|
|
/
/
*
|
|
Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-06-01
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
parisc/perf: open access for CAP_PERFMON privileged process
Alexey Budankov
2020-04-16
1
-1
/
+1
|
|
/
*
/
parisc: Fix kernel panic in mem_init()
Helge Deller
2020-05-29
1
-1
/
+1
|
/
*
mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
Anshuman Khandual
2020-04-10
1
-2
/
+0
*
mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
Anshuman Khandual
2020-04-10
1
-3
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-04-07
1
-1
/
+1
|
\
|
*
asm-generic: fix unistd_32.h generation format
Michal Simek
2020-04-07
1
-1
/
+1
*
|
parisc: remove nargs from __SYSCALL
Firoz Khan
2020-04-05
2
-3
/
+3
*
|
parisc: Refactor alternative code to accept multiple conditions
Helge Deller
2020-04-05
1
-18
/
+19
*
|
parisc: Rework arch_rw locking functions
Helge Deller
2020-04-05
2
-82
/
+67
*
|
parisc: Improve interrupt handling in arch_spin_lock_flags()
Helge Deller
2020-04-05
1
-8
/
+17
*
|
parisc: Replace setup_irq() by request_irq()
afzal mohammed
2020-04-05
1
-16
/
+6
|
/
[next]