index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
parisc: elf.h: delete a duplicated word
Randy Dunlap
2020-07-28
1
-1
/
+1
|
*
|
|
|
|
parisc: Report bad pages as HardwareCorrupted
Helge Deller
2020-07-28
1
-0
/
+3
|
*
|
|
|
|
parisc: Convert to BIT_MASK() and BIT_WORD()
Helge Deller
2020-07-21
2
-34
/
+19
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-08-04
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
dma-mapping: make support for dma ops optional
Christoph Hellwig
2020-07-19
1
-0
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-04
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
arch: wire-up close_range()
Christian Brauner
2020-06-17
1
-0
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...
Linus Torvalds
2020-08-04
2
-2
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-07-04
1
-1
/
+1
|
*
|
|
|
|
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
2020-07-04
1
-1
/
+0
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'linus' into locking/core, to resolve conflict
Ingo Molnar
2020-07-31
3
-0
/
+16
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
parisc: Add atomic64_set_release() define to avoid CPU soft lockups
John David Anglin
2020-07-21
1
-0
/
+2
|
*
|
|
parisc: add support for cmpxchg on u8 pointers
Liam Beguin
2020-07-21
2
-0
/
+14
|
|
/
/
*
|
|
Merge branch 'locking/header'
Peter Zijlstra
2020-07-29
1
-2
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
2020-07-29
1
-2
/
+0
|
|
/
*
|
maccess: make get_kernel_nofault() check for minimal type compatibility
Linus Torvalds
2020-06-18
1
-1
/
+1
*
|
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
2020-06-18
1
-1
/
+1
*
|
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-17
3
-4
/
+4
|
/
*
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
|
\
\
[prev]
[next]