Sparclinux Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-12 09:02:30 to 2021-05-12 05:20:33 UTC [more...]

[PATCH v2 0/5] Implement huge VMAP and VMALLOC on powerpc 8xx
 2021-05-12  5:01 UTC  (6+ messages)
` [PATCH v2 1/5] mm/hugetlb: Change parameters of arch_make_huge_pte()
` [PATCH v2 2/5] mm/pgtable: Add stubs for {pmd/pub}_{set/clear}_huge
` [PATCH v2 3/5] mm/vmalloc: Enable mapping of huge pages at pte level in vmap
` [PATCH v2 4/5] mm/vmalloc: Enable mapping of huge pages at pte level in vmalloc
` [PATCH v2 5/5] powerpc/8xx: Add support for huge pages on VMAP and VMALLOC

[RFC PATCH v5 17/28] dyndbg: prevent build bugs via -DNO_DYNAMIC_DEBUG_TABLE
 2021-05-11 18:50 UTC 

[PATCH v3 0/3] audit: add support for openat2
 2021-05-11 18:50 UTC  (7+ messages)
` [PATCH v3 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v3 2/3] audit: add support for the openat2 syscall

[PATCH v3 1/1] kernel.h: Split out panic and oops helpers
 2021-05-11 14:35 UTC  (2+ messages)

[PATCH v6 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-05-10 14:52 UTC  (4+ messages)
` [PATCH v6 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v6 2/3] risc-v: Use generic io.h helpers for nommu
` [PATCH v6 3/3] asm-generic/io.h: warn in inb() and friends with undefined PCI_IOBASE

[RFC 0/12] Unify asm/unaligned.h around struct helper
 2021-05-10 13:12 UTC  (6+ messages)
` [RFC 01/12] asm-generic: use asm-generic/unaligned.h for most architectures

[PATCH v5 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-05-10  8:53 UTC  (4+ messages)
` [PATCH v5 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v5 2/3] risc-v: Use generic io.h helpers for nommu
` [PATCH v5 3/3] asm-generic/io.h: warn in inb() and friends with undefined PCI_IOBASE

[PATCH 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-05-10  8:47 UTC  (4+ messages)
` [PATCH v5--cover-letter 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v5--cover-letter 2/3] risc-v: Use generic io.h helpers for nommu
` [PATCH v5--cover-letter 3/3] asm-generic/io.h: warn in inb() and friends with undefined PCI_IOBASE

[cfarm-admins] gcc202 is occasionally returning EIO from fdatasync(2)
 2021-05-08  8:06 UTC  (5+ messages)

siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago
 2021-05-06 15:28 UTC  (86+ messages)
        ` [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union
          ` [PATCH 1/3] siginfo: Move si_trapno inside the union inside _si_fault
          ` [PATCH 2/3] signal: Implement SIL_FAULT_TRAPNO
          ` [PATCH 3/3] signal: Use dedicated helpers to send signals with si_trapno set
          ` [PATCH 4/3] signal: Remove __ARCH_SI_TRAPNO
          ` Is perf_sigtrap synchronous?
          ` [PATCH 5/3] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
          ` [PATCH 6/3] signal: Factor force_sig_perf out of perf_sigtrap
          ` [PATCH 7/3] signal: Deliver all of the perf_data in si_perf
                  ` [PATCH 00/12] signal: sort out si_trapno and si_perf
                    ` [PATCH 01/12] sparc64: Add compile-time asserts for siginfo_t offsets
                      ` [PATCH 02/12] arm: "
                      ` [PATCH 03/12] arm64: "
                      ` [PATCH 04/12] siginfo: Move si_trapno inside the union inside _si_fault
                      ` [PATCH 05/12] signal: Implement SIL_FAULT_TRAPNO
                      ` [PATCH 06/12] signal: Use dedicated helpers to send signals with si_trapno set
                      ` [PATCH 07/12] signal: Remove __ARCH_SI_TRAPNO
                      ` [PATCH 08/12] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
                      ` [PATCH 09/12] signal: Factor force_sig_perf out of perf_sigtrap
                      ` [PATCH 10/12] signal: Redefine signinfo so 64bit fields are possible
                      ` [PATCH 11/12] signal: Deliver all of the siginfo perf data in _perf
                      ` [PATCH 12/12] signalfd: Remove SIL_FAULT_PERF_EVENT fields from signalfd_siginfo
                    ` [PATCH v3 00/12] signal: sort out si_trapno and si_perf
                      ` [PATCH v3 01/12] sparc64: Add compile-time asserts for siginfo_t offsets
                        ` [PATCH v3 02/12] arm: "
                        ` [PATCH v3 03/12] arm64: "
                        ` [PATCH v3 04/12] signal: Verify the alignment and size of siginfo_t
                        ` [PATCH v3 05/12] siginfo: Move si_trapno inside the union inside _si_fault
                        ` [PATCH v3 06/12] signal: Implement SIL_FAULT_TRAPNO
                        ` [PATCH v3 07/12] signal: Use dedicated helpers to send signals with si_trapno set
                        ` [PATCH v3 08/12] signal: Remove __ARCH_SI_TRAPNO
                        ` [PATCH v3 09/12] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
                        ` [PATCH v3 10/12] signal: Factor force_sig_perf out of perf_sigtrap
                        ` [PATCH v3 11/12] signal: Deliver all of the siginfo perf data in _perf
                        ` [PATCH v3 12/12] signalfd: Remove SIL_FAULT_PERF_EVENT fields from signalfd_siginfo

[PATCH] sparc/vio: make remove callback return void
 2021-05-06  6:11 UTC  (3+ messages)

[PATCH v4 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-05-04  7:42 UTC  (7+ messages)
` [PATCH v4 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v4 2/3] risc-v: Use generic io.h helpers for nommu
` [PATCH v4 3/3] asm-generic/io.h: warn in inb() and friends with undefined PCI_IOBASE

[PATCH 1/3] sparc64: Add compile-time asserts for siginfo_t offsets
 2021-04-30 22:22 UTC  (6+ messages)
` [PATCH 2/3] arm: "
` [PATCH 3/3] arm64: "

[PATCH v2 0/3] audit: add support for openat2
 2021-04-30 17:42 UTC  (4+ messages)
` [PATCH v2 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v2 2/3] audit: add support for the openat2 syscall

[RFC PATCH v1 0/4] Implement huge VMAP and VMALLOC on powerpc 8xx
 2021-04-29 17:50 UTC  (6+ messages)
` [RFC PATCH v1 1/4] mm/ioremap: Fix iomap_max_page_shift
` [RFC PATCH v1 2/4] mm/hugetlb: Change parameters of arch_make_huge_pte()
` [RFC PATCH v1 3/4] mm/pgtable: Add stubs for {pmd/pub}_{set/clear}_huge
` [RFC PATCH v1 4/4] mm/vmalloc: Add support for huge pages on VMAP and VMALLOC for powerpc 8xx

[PATCH] sparc64: avoid stringop-overread warning to access Machine description datas
 2021-04-28 21:28 UTC 

[PATCH v2]sbus: char: bbc_i2c: Replaced header file asm/io.h with linux/io.h
 2021-04-24 12:16 UTC 

[PATCH]sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h
 2021-04-24  6:36 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-04-23 11:29 UTC  (16+ messages)
` [PATCH bpf-next 2/2] docs: bpf: bpf_jit_enable mode changed

[PATCH 1/2] audit: add support for the openat2 syscall
 2021-04-23  7:48 UTC  (5+ messages)

[PATCH v3 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-04-21 11:57 UTC  (7+ messages)
` [PATCH v3 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v3 2/3] ARC: io.h: Include asm/bug.h
` [PATCH v3 3/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-20 16:05 UTC  (6+ messages)
` [PATCH v4 19/20] mips: Convert to GENERIC_CMDLINE

consolidate the flock uapi definitions
 2021-04-15 12:20 UTC  (14+ messages)
` [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
` [PATCH 3/5] uapi: merge the 32-bit mips struct flock into the generic one
` [PATCH 5/5] compat: consolidate the compat_flock{,64} definition

[PATCH] mm: Define ARCH_HAS_FIRST_USER_ADDRESS
 2021-04-15  4:40 UTC  (5+ messages)

[PATCH v2] init: consolidate trap_init()
 2021-04-14 10:00 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).