index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-04
parisc/hugetlb: use pgtable-nopXd instead of 4level-fixup
Helge Deller
1
-6
/
+12
2019-12-04
parisc: use pgtable-nopXd instead of 4level-fixup
Mike Rapoport
7
-76
/
+81
2019-12-04
arch: sembuf.h: make uapi asm/sembuf.h self-contained
Masahiro Yamada
1
-0
/
+1
2019-12-04
arch: msgbuf.h: make uapi asm/msgbuf.h self-contained
Masahiro Yamada
1
-0
/
+1
2019-12-01
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
3
-8
/
+8
2019-12-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-2
/
+0
2019-11-30
Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-11-30
Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-50
/
+53
2019-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Linus Torvalds
1
-4
/
+4
2019-11-28
Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2
-16
/
+5
2019-11-26
sysctl: Remove the sysctl system call
Eric W. Biederman
2
-2
/
+0
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+4
2019-11-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-11
/
+7
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
1
-4
/
+4
2019-11-15
y2038: ipc: remove __kernel_time_t reference from headers
Arnd Bergmann
3
-8
/
+8
2019-11-11
parisc: remove __ioremap
Christoph Hellwig
2
-16
/
+5
2019-11-06
module/ftrace: handle patchable-function-entry
Mark Rutland
3
-11
/
+7
2019-11-04
parisc: Move EXCEPTION_TABLE to RO_DATA segment
Kees Cook
1
-3
/
+1
2019-11-04
vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
Kees Cook
1
-1
/
+1
2019-11-04
vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA
Kees Cook
1
-2
/
+2
2019-11-04
vmlinux.lds.h: Move NOTES into RO_DATA
Kees Cook
1
-1
/
+0
2019-11-04
parisc: Avoid spurious inequivalent alias kernel error messages
John David Anglin
1
-1
/
+1
2019-10-30
parisc: fix frame pointer in ftrace_regs_caller()
Sven Schnelle
1
-1
/
+1
2019-10-14
parisc: Fix vmap memory leak in ioremap()/iounmap()
Helge Deller
1
-5
/
+7
2019-10-14
parisc: prefer __section from compiler_attributes.h
Nick Desaulniers
2
-2
/
+2
2019-10-14
parisc: Do not hardcode registers in checksum functions
Helge Deller
1
-49
/
+52
2019-10-10
seccomp: simplify secure_computing()
Christian Brauner
1
-1
/
+1
2019-09-25
mm: introduce MADV_PAGEOUT
Minchan Kim
1
-0
/
+1
2019-09-25
mm: introduce MADV_COLD
Minchan Kim
1
-0
/
+2
2019-09-24
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
1
-2
/
+0
2019-09-24
mm: remove quicklist page table caches
Nicholas Piggin
1
-2
/
+0
2019-09-20
Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+0
2019-09-16
Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
26
-120
/
+786
2019-09-12
parisc: Have git ignore generated real2.S and firmware.c
Jeroen Roovers
1
-0
/
+2
2019-09-08
parisc: add support for kexec_file_load() syscall
Sven Schnelle
4
-0
/
+104
2019-09-08
parisc: wire up kexec_file_load syscall
Sven Schnelle
1
-1
/
+2
2019-09-08
parisc: add kexec syscall support
Sven Schnelle
6
-0
/
+306
2019-09-08
parisc: add __pdc_cpu_rendezvous()
Sven Schnelle
3
-0
/
+15
2019-09-06
kprobes/parisc: remove arch_kprobe_on_func_entry()
Jisheng Zhang
1
-4
/
+0
2019-09-05
parisc: Drop comments which are already in pci.h
Helge Deller
1
-11
/
+0
2019-09-04
parisc: don't set ARCH_NO_COHERENT_DMA_MMAP
Christoph Hellwig
1
-1
/
+0
2019-08-24
parisc: fix compilation errrors
Qian Cai
1
-2
/
+1
2019-08-21
kbuild: rebuild modules when module linker scripts are updated
Masahiro Yamada
1
-1
/
+1
2019-08-12
parisc: speed up flush_tlb_all_local with qemu
Helge Deller
1
-0
/
+9
2019-08-12
parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMU
Helge Deller
2
-7
/
+27
2019-08-10
Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...
Joe Perches
1
-1
/
+1
2019-08-03
parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...
Helge Deller
5
-93
/
+157
2019-08-03
parisc: trigger die notifier chain in parisc_terminate()
Sven Schnelle
1
-0
/
+2
2019-08-03
parisc/ftrace: Add KPROBES_ON_FTRACE
Sven Schnelle
3
-3
/
+156
[next]