summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches2019-08-101-1/+1
* parisc: Add archclean Makefile targetJames Bottomley2019-08-012-0/+4
* parisc: Strip debug info from kernel before creating compressed vmlinuzHelge Deller2019-08-011-1/+2
* parisc: Fix build of compressed kernel even with debug enabledHelge Deller2019-08-011-2/+2
* parisc: fix race condition in patching codeSven Schnelle2019-07-311-1/+2
* parisc: rename default_defconfig to defconfigMasahiro Yamada2019-07-312-2/+0Star
* parisc: Fix fall-through warnings in fpudispatch.cHelge Deller2019-07-311-0/+1
* parisc: Mark expected switch fall-throughs in fault.cHelge Deller2019-07-311-0/+1
* parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesHelge Deller2019-07-211-1/+2
* parisc: add kprobe_fault_handler()Sven Schnelle2019-07-211-0/+4
* Merge branch 'parisc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-185-12/+26
|\
| * parisc: Wire up clone3 syscallHelge Deller2019-07-173-1/+3
| * parisc: Avoid kernel panic triggered by invalid kprobeHelge Deller2019-07-171-0/+3
| * parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller2019-07-171-1/+2
| * parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller2019-07-171-10/+18
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-0/+7
|\ \ | |/ |/|
| * parisc: define syscall_get_error()Dmitry V. Levin2019-07-171-0/+7
* | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-1/+1
|\ \
| * | docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
| |/
* / arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
|/
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-135-6/+10
|\
| * kbuild: remove src and obj from the top MakefileMasahiro Yamada2019-07-101-6/+6
| * kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada2019-06-154-0/+4
* | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-131-35/+13Star
|\ \
| * | dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig2019-06-251-35/+13Star
* | | parisc: switch to generic version of pte allocationMike Rapoport2019-07-121-31/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-0/+2
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-281-0/+4
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-4/+1Star
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-0/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-151-0/+2
| | | |_|/ | | |/| |
* | | | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-0/+1
|\ \ \ \ \
| * | | | | arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
* | | | | | Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-0913-61/+350
|\ \ \ \ \ \
| * | | | | | parisc: asm: psw.h: missing header guardDenis Efremov2019-06-251-1/+1
| * | | | | | parisc: add dynamic ftraceSven Schnelle2019-06-0810-18/+252
| * | | | | | parisc: use pr_debug() in kernel/module.cSven Schnelle2019-06-081-25/+19Star
| * | | | | | parisc: add WARN_ON() to clear_fixmapSven Schnelle2019-06-081-0/+3
| * | | | | | parisc: add spinlock to patch functionSven Schnelle2019-06-081-6/+19
| * | | | | | parisc: add support for patching multiple wordsSven Schnelle2019-06-082-17/+62
* | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-096-16/+16
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-294-11/+11
| * | | | | | signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman2019-05-291-3/+3
| * | | | | | signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-1/+1
| * | | | | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'parisc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-241-0/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | parisc: Fix module loading error with JUMP_LABEL featureHelge Deller2019-06-081-0/+4
| | |/ / / | |/| | |
* | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
| |_|/ / |/| | |
* | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-13/+1Star
|\ \ \ \ | |/ / / |/| | |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1Star