Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
942104a21ce4951420ddf6c6b3179a0627301f7e
/
arch
/
parisc
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
c6ffc5c
memblock: rename free_all_bootmem to memblock_free_all
by Mike Rapoport
· 6 years ago
aca52c3
mm: remove CONFIG_HAVE_MEMBLOCK
by Mike Rapoport
· 6 years ago
b4a991e
mm: remove CONFIG_NO_BOOTMEM
by Mike Rapoport
· 6 years ago
de0d22e
treewide: remove current_text_addr
by Nick Desaulniers
· 6 years ago
c38239b
Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 6 years ago
5bd4af3
Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
dad4f14
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
c9fa406
parisc: Fix A500 boot crash
by John David Anglin
· 6 years ago
544db75
hugetlb: introduce generic version of huge_ptep_get
by Alexandre Ghiti
· 6 years ago
facf6d5
hugetlb: introduce generic version of huge_ptep_set_access_flags()
by Alexandre Ghiti
· 6 years ago
8e581d4
hugetlb: introduce generic version of huge_ptep_set_wrprotect()
by Alexandre Ghiti
· 6 years ago
78d6e4e
hugetlb: introduce generic version of prepare_hugepage_range
by Alexandre Ghiti
· 6 years ago
c4916a0
hugetlb: introduce generic version of huge_pte_wrprotect
by Alexandre Ghiti
· 6 years ago
cae72ab
hugetlb: introduce generic version of huge_pte_none()
by Alexandre Ghiti
· 6 years ago
fe63222
hugetlb: introduce generic version of huge_ptep_clear_flush
by Alexandre Ghiti
· 6 years ago
a4d8385
hugetlb: introduce generic version of huge_ptep_get_and_clear()
by Alexandre Ghiti
· 6 years ago
cea685d
hugetlb: introduce generic version of set_huge_pte_at()
by Alexandre Ghiti
· 6 years ago
1e5f50f
hugetlb: introduce generic version of hugetlb_free_pgd_range
by Alexandre Ghiti
· 6 years ago
87613bb
parisc: Use LINUX_GATEWAY_SPACE constant in entry.S
by Helge Deller
· 6 years ago
9a298b4
parisc64: change __kernel_suseconds_t to match glibc
by Arnd Bergmann
· 6 years ago
4dcb923
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ba9f6f8
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
4478688
Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 6 years ago
cff2294
Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
e543b3a
parisc: Retrieve and display the PDC PAT capabilities
by Helge Deller
· 6 years ago
4c5fe5d
parisc: Optimze cache flush algorithms
by John David Anglin
· 6 years ago
5a23237
parisc: Remove pte_inserted define
by John David Anglin
· 6 years ago
fe8376d
parisc: Add PDC PAT cell_info() and pd_get_pdc_revisions() functions
by Helge Deller
· 6 years ago
32c1cee
parisc: Drop two instructions from pte lookup code
by Helge Deller
· 6 years ago
a45a011
parisc: Use zdep for shlw macro on PA1.1 and PA2.0
by Helge Deller
· 6 years ago
3847dab
parisc: Add alternative coding infrastructure
by Helge Deller
· 6 years ago
34c201ae
parisc: Include compressed vmlinux file in vmlinuz boot kernel
by Helge Deller
· 6 years ago
1138b67
parisc: Fix address in HPMC IVA
by John David Anglin
· 6 years ago
99a3ae5
parisc: Fix exported address of os_hpmc handler
by Helge Deller
· 6 years ago
3c229b3
parisc: Fix map_pages() to not overwrite existing pte entries
by Helge Deller
· 6 years ago
4dd5b67
parisc: Purge TLB entries after updating page table entry and set page accessed flag in TLB handler
by John David Anglin
· 6 years ago
d27dfa1
parisc: Release spinlocks using ordered store
by John David Anglin
· 6 years ago
e98bc5e
parisc: Clean up crash header output
by Helge Deller
· 6 years ago
8dbac77
parisc: Add SYSTEM_INFO and REGISTER TOC PAT functions
by Helge Deller
· 6 years ago
32a7901
parisc: Remove PTE load and fault check from L2_ptep macro
by John David Anglin
· 6 years ago
a886c97
parisc: Reorder TLB flush timing calculation
by John David Anglin
· 6 years ago
c9dfa0c
parisc: remove check for minimum required GCC version
by Masahiro Yamada
· 6 years ago
cd2b852
parisc: Use PARISC_ITLB_TRAP constant in entry.S
by Helge Deller
· 6 years ago
cf8afe5
parisc: Fix uninitialized variable usage in unwind.c
by Helge Deller
· 6 years ago
f283801
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
by Eric W. Biederman
· 7 years ago
ad8c0ea
tty/serial_core: add ISO7816 infrastructure
by Nicolas Ferre
· 6 years ago
3d0186b
Update email address
by Matthew Wilcox
· 7 years ago
bc3ec75
dma-mapping: merge direct and noncoherent ops
by Christoph Hellwig
· 6 years ago
4faea23
y2038: utimes: Rework #ifdef guards for compat syscalls
by Arnd Bergmann
· 7 years ago
caf6f9c
asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
by Arnd Bergmann
· 7 years ago
fb37397
asm-generic: Move common compat types to asm-generic/compat.h
by Arnd Bergmann
· 7 years ago
82b355d
y2038: Remove newstat family from default syscall set
by Arnd Bergmann
· 7 years ago
9afc5ee
y2038: globally rename compat_time to old_time32
by Arnd Bergmann
· 6 years ago
45b74a6
Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 6 years ago
dbf2a4b
parisc: Add hardware description to stack traces
by Helge Deller
· 6 years ago
8801ccb
parisc: Fix boot failure of 64-bit kernel
by Helge Deller
· 6 years ago
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 6 years ago
9e0d5c4
parisc: Consolidate unwind initialization calls
by Helge Deller
· 6 years ago
54c770d
parisc: Update comments in syscall.S regarding wide userland
by Helge Deller
· 6 years ago
b6fc0cc
parisc: Fix ptraced 64-bit applications to call 64-bit syscalls
by Helge Deller
· 6 years ago
5b00ca0
parisc: Restore possibility to execute 64-bit applications
by Helge Deller
· 6 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
fa1b5d0
Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
2280a53
Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 6 years ago
de5d1b3
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
c8921d7
parisc: Fix and improve kernel stack unwinding
by Helge Deller
· 6 years ago
3b885ac
parisc: Remove unnecessary barriers from spinlock.h
by John David Anglin
· 6 years ago
7797167
parisc: Remove ordered stores from syscall.S
by John David Anglin
· 6 years ago
4a53ec1
parisc: prefer _THIS_IP_ and _RET_IP_ statement expressions
by Nick Desaulniers
· 6 years ago
75ebedf
parisc: Add HAVE_REGS_AND_STACK_ACCESS_API feature
by Helge Deller
· 7 years ago
93cb8e2
parisc: Drop architecture-specific ENOTSUP define
by Helge Deller
· 7 years ago
c1f5937
parisc: use generic dma_noncoherent_ops
by Christoph Hellwig
· 7 years ago
7f15010
parisc: always use flush_kernel_dcache_range for DMA cache maintainance
by Christoph Hellwig
· 7 years ago
a34a9b9
parisc: merge pcx_dma_ops and pcxl_dma_ops
by Christoph Hellwig
· 7 years ago
6a92ef0
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
3ca17b1
lib/ubsan: remove null-pointer checks
by Andrey Ryabinin
· 6 years ago
a736e07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
fedb8da
parisc: Define mb() and add memory barriers to assembler unlock sequences
by John David Anglin
· 6 years ago
66509a2
parisc: Enable CONFIG_MLONGCALLS by default
by Helge Deller
· 6 years ago
87a4c37
kconfig: include kernel/Kconfig.preempt from init/Kconfig
by Christoph Hellwig
· 6 years ago
06ec64b
Kconfig: consolidate the "Kernel hacking" menu
by Christoph Hellwig
· 6 years ago
1572497
kconfig: include common Kconfig files from top-level Kconfig
by Christoph Hellwig
· 6 years ago
52b544b
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
by Ingo Molnar
· 6 years ago
80b14de
net: Add a new socket option for a future transmit time.
by Richard Cochran
· 7 years ago
24b6c22
parisc: Build kernel without -ffunction-sections
by Helge Deller
· 7 years ago
63ba82c
parisc: Reduce debug output in unwind code
by Helge Deller
· 7 years ago
2765b3e
parisc: Wire up io_pgetevents syscall
by Helge Deller
· 7 years ago
435d34c
parisc: Default to 4 SMP CPUs
by Helge Deller
· 7 years ago
5e791d2
parisc: Convert printk(KERN_LEVEL) to pr_lvl()
by Andy Shevchenko
· 7 years ago
1c971f3
parisc: Mark 16kB and 64kB page sizes BROKEN
by Helge Deller
· 7 years ago
704e383
parisc: Drop struct sigaction from not exported header file
by Helge Deller
· 7 years ago
b3a2a05
atomics/treewide: Make conditional inc/dec ops optional
by Mark Rutland
· 7 years ago
9837559
atomics/treewide: Make unconditional inc/dec ops optional
by Mark Rutland
· 7 years ago
18cc181
atomics/treewide: Make test ops optional
by Mark Rutland
· 7 years ago
3567013
atomics/treewide: Make atomic64_fetch_add_unless() optional
by Mark Rutland
· 7 years ago
eccc2da
atomics/treewide: Make atomic_fetch_add_unless() optional
by Mark Rutland
· 7 years ago
bef8282
atomics/treewide: Make atomic64_inc_not_zero() optional
by Mark Rutland
· 7 years ago
bfc18e3
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
by Mark Rutland
· 7 years ago
ecf3867
arch/*: Kconfig: fix documentation for NMI watchdog
by Mauro Carvalho Chehab
· 7 years ago
Next »