index
:
linux-dev
for-cryptodev-2.6
for-next
jd/arm-thumb-sym
jd/big-key-gcm
jd/big-key-gcm-split
jd/broken-netlink-dump
jd/chacha-stack-validation
jd/clang-aarch64
jd/cleaner-add-random-ready
jd/fast-ti-aarch64
jd/fix-tishift-modules
jd/hsiphash128
jd/hsiphash128-2
jd/hsiphash128-3
jd/icmp-conntrack
jd/kasan-stack-frame
jd/kconfig-assembler-support
jd/memcmp-wpa
jd/netdev-pub
jd/netlink-dump-size
jd/netlink-dump-size-v2
jd/random-zinc
jd/re-zinc-it-up
jd/rmk-toolcheck
jd/rng-blocker
jd/skb_memzero_explicit
jd/timekeeping
jd/um-fixups
jd/variable-time-memcmp
jd/wireguard
jd/wireguard-azinc
jd/with-cryptoapi-port
jd/zinc-light
jn/rhashtable
jn/rhashtable-api
jn/rhashtable-next
master
tg/skb_memzero
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-23
PCI: consolidate PCI config entry in drivers/pci
Christoph Hellwig
1
-0
/
+1
2018-11-06
parisc: Revert "Release spinlocks using ordered store"
John David Anglin
2
-6
/
+10
2018-11-02
mm: make the __PAGETABLE_PxD_FOLDED defines non-empty
Martin Schwidefsky
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-31
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
1
-1
/
+0
2018-10-31
mm: remove CONFIG_NO_BOOTMEM
Mike Rapoport
1
-1
/
+0
2018-10-31
treewide: remove current_text_addr
Nick Desaulniers
1
-11
/
+0
2018-10-28
parisc: Fix A500 boot crash
John David Anglin
1
-6
/
+4
2018-10-26
hugetlb: introduce generic version of huge_ptep_get
Alexandre Ghiti
1
-5
/
+0
2018-10-26
hugetlb: introduce generic version of huge_ptep_set_access_flags()
Alexandre Ghiti
1
-0
/
+1
2018-10-26
hugetlb: introduce generic version of huge_ptep_set_wrprotect()
Alexandre Ghiti
1
-0
/
+1
2018-10-26
hugetlb: introduce generic version of prepare_hugepage_range
Alexandre Ghiti
1
-0
/
+1
2018-10-26
hugetlb: introduce generic version of huge_pte_wrprotect
Alexandre Ghiti
1
-5
/
+0
2018-10-26
hugetlb: introduce generic version of huge_pte_none()
Alexandre Ghiti
1
-5
/
+0
2018-10-26
hugetlb: introduce generic version of huge_ptep_clear_flush
Alexandre Ghiti
1
-0
/
+1
2018-10-26
hugetlb: introduce generic version of huge_ptep_get_and_clear()
Alexandre Ghiti
1
-0
/
+1
2018-10-26
hugetlb: introduce generic version of set_huge_pte_at()
Alexandre Ghiti
1
-0
/
+1
2018-10-26
hugetlb: introduce generic version of hugetlb_free_pgd_range
Alexandre Ghiti
1
-10
/
+2
2018-10-26
parisc: Use LINUX_GATEWAY_SPACE constant in entry.S
Helge Deller
1
-2
/
+3
2018-10-26
parisc64: change __kernel_suseconds_t to match glibc
Arnd Bergmann
1
-3
/
+0
2018-10-20
parisc: Retrieve and display the PDC PAT capabilities
Helge Deller
2
-0
/
+11
2018-10-20
parisc: Optimze cache flush algorithms
John David Anglin
2
-20
/
+229
2018-10-20
parisc: Remove pte_inserted define
John David Anglin
1
-8
/
+2
2018-10-19
parisc: Add PDC PAT cell_info() and pd_get_pdc_revisions() functions
Helge Deller
2
-13
/
+98
2018-10-19
parisc: Drop two instructions from pte lookup code
Helge Deller
1
-3
/
+1
2018-10-19
parisc: Use zdep for shlw macro on PA1.1 and PA2.0
Helge Deller
1
-8
/
+1
2018-10-17
parisc: Add alternative coding infrastructure
Helge Deller
12
-43
/
+223
2018-10-17
parisc: Include compressed vmlinux file in vmlinuz boot kernel
Helge Deller
4
-30
/
+91
2018-10-17
parisc: Fix address in HPMC IVA
John David Anglin
2
-2
/
+3
2018-10-17
parisc: Fix exported address of os_hpmc handler
Helge Deller
1
-2
/
+1
2018-10-17
parisc: Fix map_pages() to not overwrite existing pte entries
Helge Deller
1
-6
/
+2
2018-10-17
parisc: Purge TLB entries after updating page table entry and set page accessed flag in TLB handler
John David Anglin
2
-15
/
+13
2018-10-17
parisc: Release spinlocks using ordered store
John David Anglin
2
-10
/
+6
2018-10-17
parisc: Clean up crash header output
Helge Deller
1
-2
/
+2
2018-10-17
parisc: Add SYSTEM_INFO and REGISTER TOC PAT functions
Helge Deller
1
-0
/
+8
2018-10-17
parisc: Remove PTE load and fault check from L2_ptep macro
John David Anglin
1
-6
/
+6
2018-10-17
parisc: Reorder TLB flush timing calculation
John David Anglin
1
-8
/
+10
2018-10-17
parisc: remove check for minimum required GCC version
Masahiro Yamada
1
-9
/
+0
2018-10-17
parisc: Use PARISC_ITLB_TRAP constant in entry.S
Helge Deller
1
-1
/
+1
2018-10-16
parisc: Fix uninitialized variable usage in unwind.c
Helge Deller
1
-1
/
+1
2018-10-03
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
Eric W. Biederman
2
-11
/
+1
2018-10-02
tty/serial_core: add ISO7816 infrastructure
Nicolas Ferre
1
-0
/
+2
2018-09-29
Update email address
Matthew Wilcox
1
-1
/
+1
2018-09-20
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
2
-2
/
+2
2018-08-29
y2038: utimes: Rework #ifdef guards for compat syscalls
Arnd Bergmann
1
-0
/
+1
2018-08-29
asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Arnd Bergmann
1
-1
/
+0
2018-08-29
asm-generic: Move common compat types to asm-generic/compat.h
Arnd Bergmann
1
-16
/
+2
2018-08-29
y2038: Remove newstat family from default syscall set
Arnd Bergmann
1
-0
/
+1
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
1
-3
/
+3
[prev]
[next]