Linux Arch
[Prev Page][Next Page]
- [PATCH 09/12] platform/early: add an init section for early driver data
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- [PATCH 08/12] of/platform: provide a separate routine for device initialization
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- [PATCH 11/12] misc: implement a dummy early platform driver
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- [PATCH 10/12] platform/early: implement support for early platform drivers
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- [PATCH 12/12] of/platform: make the OF code aware of early platform drivers
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- [PATCH 06/12] of: add a new flag for OF device nodes
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- [PATCH 05/12] platform: export platform_device_release() locally
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- [PATCH 00/12] introduce support for early platform drivers
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- Re: [PATCH REPOST 1/5] thread_info: Port core code to use update_thread_flag() helpers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH REPOST 5/5] sparc: Use update_thread_flag()
- From: David Miller <davem@xxxxxxxxxxxxx>
- [PATCH REPOST 2/5] ARM: Use update_thread_flag()
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [PATCH REPOST 3/5] MIPS: Use update{,_tsk}_thread_flag()
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [PATCH REPOST 4/5] powerpc: Use update_thread_flag()
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [PATCH REPOST 5/5] sparc: Use update_thread_flag()
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [PATCH REPOST 1/5] thread_info: Port core code to use update_thread_flag() helpers
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [PATCH REPOST 0/5] Simplify setting thread flags to a particular value
- From: Dave Martin <Dave.Martin@xxxxxxx>
- Re: [PATCH 04/20] arm-nommu: use generic dma_noncoherent_ops
- From: John Garry <john.garry@xxxxxxxxxx>
- Re: [PATCH 03/20] arc: use generic dma_noncoherent_ops
- From: Alexey Brodkin <Alexey.Brodkin@xxxxxxxxxxxx>
- Re: [PATCH 04/20] arm-nommu: use generic dma_noncoherent_ops
- From: Russell King - ARM Linux <linux@xxxxxxxxxxxxxxx>
- [PATCH v5 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
- From: changbin.du@xxxxxxxxx
- [PATCH v5 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: changbin.du@xxxxxxxxx
- [PATCH v5 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
- From: changbin.du@xxxxxxxxx
- [PATCH v5 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: changbin.du@xxxxxxxxx
- [PATCH v5 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
- From: changbin.du@xxxxxxxxx
- [PATCH 01/20] dma-mapping: simplify Kconfig dependencies
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/20] dma-mapping: provide a generic dma-noncoherent implementation
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/20] arm-nommu: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/20] c6x: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/20] hexagon: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/20] m68k: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/20] microblaze: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/20] microblaze: remove the consistent_sync and consistent_sync_page
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/20] nds32: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/20] nios2: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/20] openrisc: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/20] sh: simplify get_arch_dma_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 16/20] mm: split arch/sh/mm/consistent.c
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 17/20] sh: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 18/20] xtensa: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 19/20] sparc: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 20/20] parisc: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 15/20] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 14/20] sh: introduce a sh_cacheop_vaddr helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/20] arc: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- common non-cache coherent direct dma mapping ops
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v4 3/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [REVIEW][PATCH 08/22] signal/mips: Use force_sig_fault where appropriate
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH v4 3/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: kbuild test robot <lkp@xxxxxxxxx>
- [PATCH v3 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- [PATCH v3 1/2] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- [PATCH v3 0/2] mm: PAGE_KERNEL_* fallbacks
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- Re: [PATCH] selftests/x86: Detect -no-pie availability
- From: Shuah Khan <shuah@xxxxxxxxxx>
- Re: [PATCH v2 0/2] mm: PAGE_KERNEL_* fallbacks
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- Re: [PATCH v2 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- Re: [PATCH v2 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- Re: [PATCH v4 4/4] asm-generic: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- [PATCH -resend 02/27] x86: assembly, use SYM_DATA for data
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 01/27] linkage: new macros for assembler symbols
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 10/27] x86: head, annotate data appropriatelly
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 08/27] x86: assembly, annotate aliases
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 07/27] x86: boot, annotate local functions
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 06/27] x86: crypto, annotate local functions
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 15/27] x86: assembly, do not annotate functions by GLOBAL
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 13/27] x86: xen-pvh, annotate data appropriatelly
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 12/27] x86: um, annotate data appropriatelly
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 09/27] x86: entry, annotate interrupt symbols properly
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 11/27] x86: boot, annotate data appropriatelly
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 14/27] x86: purgatory, start using annotations
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 16/27] x86: assembly, use SYM_CODE_INNER_LABEL instead of GLOBAL
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 03/27] x86: assembly, annotate relocate_kernel
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 04/27] x86: entry, annotate THUNKs
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 19/27] x86: assembly, make some functions local
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 18/27] x86: assembly, remove GLOBAL macro
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 20/27] x86: ftrace, mark function_hook as function
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 17/27] x86: realmode, use SYM_DATA_* instead of GLOBAL
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 21/27] x86_64: assembly, add ENDs to some functions and relabel with SYM_CODE_*
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 22/27] x86_64: assembly, change all ENTRY+END to SYM_CODE_*
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 26/27] x86_32: assembly, change all ENTRY+ENDPROC to SYM_FUNC_*
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 25/27] x86_32: assembly, change all ENTRY+END to SYM_CODE_*
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 23/27] x86_64: assembly, change all ENTRY+ENDPROC to SYM_FUNC_*
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 24/27] x86_32: assembly, add ENDs to some functions and relabel with SYM_CODE_*
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 27/27] x86: assembly, replace WEAK uses
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 05/27] x86: assembly, annotate local pseudo-functions
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH -resend 00/27] New macros for assembler symbols
- From: Jiri Slaby <jslaby@xxxxxxx>
- Re: [REVIEW][PATCH 08/22] signal/mips: Use force_sig_fault where appropriate
- From: Matt Redfearn <matt.redfearn@xxxxxxxx>
- Re: [PATCH v2 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH v2 0/2] mm: PAGE_KERNEL_* fallbacks
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/8] export.h: remove code for prefixing symbols with underscore
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 5/8] export.h: remove code for prefixing symbols with underscore
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [REVIEW][PATCH 08/22] signal/mips: Use force_sig_fault where appropriate
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- [PATCH v2 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- [PATCH v2 1/2] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- [PATCH v2 0/2] mm: PAGE_KERNEL_* fallbacks
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- Re: [PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- Re: [PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- Re: [PATCH v4 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [PATCH 0/8] kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX and clean-up code
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH v7 00/16] KVM: arm64: Optimise FPSIMD context switching
- From: Dave Martin <Dave.Martin@xxxxxxx>
- Re: [PATCH 5/8] export.h: remove code for prefixing symbols with underscore
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [REVIEW][PATCH 08/22] signal/mips: Use force_sig_fault where appropriate
- From: Matt Redfearn <matt.redfearn@xxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- [PATCH v2 1/4] kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATION
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 2/4] kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections for module build
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 3/4] kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabled
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH v4 4/4] asm-generic: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v4 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: changbin.du@xxxxxxxxx
- [PATCH v4 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
- From: changbin.du@xxxxxxxxx
- [PATCH v4 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
- From: changbin.du@xxxxxxxxx
- [PATCH v4 4/4] asm-generic: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
- From: changbin.du@xxxxxxxxx
- [PATCH v4 3/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: changbin.du@xxxxxxxxx
- Re: [PATCH v3 2/5] regulator: add dummy function of_find_regulator_by_node
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH] s390: remove no-op macro VMLINUX_SYMBOL()
- From: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
- Re: [PATCH v3 2/5] regulator: add dummy function of_find_regulator_by_node
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- Re: [PATCH v3 2/5] regulator: add dummy function of_find_regulator_by_node
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH] sh: remove no-op macro VMLINUX_SYMBOL()
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] s390: remove no-op macro VMLINUX_SYMBOL()
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] x86: remove no-op macro VMLINUX_SYMBOL()
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] arm64: remove no-op macro VMLINUX_SYMBOL()
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 0/8] kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX and clean-up code
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 5/8] export.h: remove code for prefixing symbols with underscore
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 7/8] vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- [PATCH v2] mm: expland documentation over __read_mostly
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- Re: [PATCH] mm: expland documentation over __read_mostly
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- [PATCH v6 00/15] KVM: arm64: Optimise FPSIMD context switching
- From: Dave Martin <Dave.Martin@xxxxxxx>
- Re: [PATCH] mm: expland documentation over __read_mostly
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [RFC PATCH v3 0/6] Documentation/features: Provide and apply 'features-refresh.sh'
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys.
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- [PATCH v2 7/7] gpio: pcie-idio-24: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH v2 6/7] gpio: pci-idio-16: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH v2 5/7] gpio: ws16c48: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH v2 1/7] bitops: Introduce the for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH v2 2/7] gpio: 104-dio-48e: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH v2 3/7] gpio: 104-idi-48: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH v2 4/7] gpio: gpio-mm: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH v2 0/7] Introduce the for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- Re: [PATCH] mm: expland documentation over __read_mostly
- From: Christopher Lameter <cl@xxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH] mm: expland documentation over __read_mostly
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/3] dma-debug: move initialization to common code
- From: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
- Re: [PATCH 3/3] dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH 4/3] dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH 2/3] dma-debug: simplify counting of preallocated requests
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH 1/3] dma-debug: move initialization to common code
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH] mm: expland documentation over __read_mostly
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] mm: expland documentation over __read_mostly
- From: Joel Fernandes <joel.opensrc@xxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH] mm: expland documentation over __read_mostly
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH 1/7] bitops: Introduce the for_each_set_port_word macro
- From: kbuild test robot <lkp@xxxxxxxxx>
- [PATCH] mm: expland documentation over __read_mostly
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- [PATCH v17 2/7] parisc: iomap: introduce io{read|write}64
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v17 6/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v17 3/7] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v17 5/7] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v17 4/7] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v17 0/7] Add io{read|write}64 to io-64-atomic headers
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v17 1/7] iomap: Use non-raw io functions for io{read|write}XXbe
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v17 7/7] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- Re: [PATCH v3 1/3] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h
- From: Matt Turner <mattst88@xxxxxxxxx>
- [PATCH 7/7] gpio: pcie-idio-24: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH 4/7] gpio: gpio-mm: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH 6/7] gpio: pci-idio-16: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH 5/7] gpio: ws16c48: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH 3/7] gpio: 104-idi-48: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH 1/7] bitops: Introduce the for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH 2/7] gpio: 104-dio-48e: Utilize for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [PATCH 0/7] Introduce the for_each_set_port_word macro
- From: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
- [RFC PATCH v3 4/6] Documentation/features/locking: Use '!RWSEM_GENERIC_SPINLOCK' as Kconfig for 'rwsem-optimized'
- From: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v3 5/6] Documentation/features/lib: Remove arch support status file for 'strncasecmp'
- From: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v3 2/6] Documentation/features: Refresh the arch support status files in place
- From: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v3 3/6] Documentation/features/core: Add arch support status files for 'cBPF-JIT' and 'eBPF-JIT'
- From: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v3 6/6] Documentation/features/vm: Remove arch support status file for 'pte_special'
- From: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v3 1/6] Documentation/features: Add script that refreshes the arch support status files in place
- From: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v3 0/6] Documentation/features: Provide and apply 'features-refresh.sh'
- From: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx>
- Re: dma-debug cleanups, including removing the arch hook
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH v3 1/3] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h
- From: James Hogan <jhogan@xxxxxxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v3 1/3] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h
- From: Matt Turner <mattst88@xxxxxxxxx>
- Re: [PATCH v3 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: kbuild test robot <lkp@xxxxxxxxx>
- [PATCH v3 1/5] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
- From: changbin.du@xxxxxxxxx
- [PATCH v3 4/5] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: changbin.du@xxxxxxxxx
- [PATCH v3 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: changbin.du@xxxxxxxxx
- [PATCH v3 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
- From: changbin.du@xxxxxxxxx
- [PATCH v3 2/5] regulator: add dummy function of_find_regulator_by_node
- From: changbin.du@xxxxxxxxx
- [PATCH v3 0/5] kernel hacking: GCC optimization for better debug experience (-Og)
- From: changbin.du@xxxxxxxxx
- Re: [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- Re: [RFC] Removal of CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [RFC] Removal of CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [RFC] Removal of CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v13 3/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Applied "regulator: add dummy function of_find_regulator_by_node" to the regulator tree
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH v13 3/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: Introducing a nanoMIPS port for Linux
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v13 3/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- [PATCH v13 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v13 3/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v11 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH] selftests/x86: Detect -no-pie availability
- From: Shuah Khan <shuah@xxxxxxxxxx>
- [PATCH v5 01/14] thread_info: Add update_thread_flag() helpers
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [PATCH v5 00/14] KVM: arm64: Optimise FPSIMD context switching
- From: Dave Martin <Dave.Martin@xxxxxxx>
- Re: Introducing a nanoMIPS port for Linux
- From: James Hogan <jhogan@xxxxxxxxxx>
- Re: Introducing a nanoMIPS port for Linux
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v2 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_DEBUG_EXPERIENCE
- From: weylin <weylin.machine@xxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v2 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_DEBUG_EXPERIENCE
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v2 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v2 0/5] kernel hacking: GCC optimization for debug experience (-Og)
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- Re: [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- Re: [PATCH v2 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_DEBUG_EXPERIENCE
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- Re: [PATCH v2 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Introducing a nanoMIPS port for Linux
- From: James Hogan <jhogan@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v2 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- Re: [PATCH v2 0/5] kernel hacking: GCC optimization for debug experience (-Og)
- From: Daniel Thompson <daniel.thompson@xxxxxxxxxx>
- Re: [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v2 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_DEBUG_EXPERIENCE
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v2 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 1/5] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
- From: changbin.du@xxxxxxxxx
- [PATCH v2 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: changbin.du@xxxxxxxxx
- [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: changbin.du@xxxxxxxxx
- [PATCH v2 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_DEBUG_EXPERIENCE
- From: changbin.du@xxxxxxxxx
- [PATCH v2 2/5] regulator: add dummy function of_find_regulator_by_node
- From: changbin.du@xxxxxxxxx
- [PATCH v2 0/5] kernel hacking: GCC optimization for debug experience (-Og)
- From: changbin.du@xxxxxxxxx
- [PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH] selftests/x86: Detect -no-pie availability
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH 0/5] kernel hacking: GCC optimization for debug experience (-Og)
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- Re: [PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler atuo-inline optimizations
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- Re: [PATCH 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- Re: [PATCH 2/5] regulator: add dummy of_find_regulator_by_node
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Mathieu Malaterre <malat@xxxxxxxxxx>
- Re: [PATCH 0/5] kernel hacking: GCC optimization for debug experience (-Og)
- From: "Du, Changbin" <changbin.du@xxxxxxxxx>
- Re: [PATCH 0/5] kernel hacking: GCC optimization for debug experience (-Og)
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- Re: [PATCH 2/5] regulator: add dummy of_find_regulator_by_node
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler atuo-inline optimizations
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 1/5] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
- From: changbin.du@xxxxxxxxx
- [PATCH 2/5] regulator: add dummy of_find_regulator_by_node
- From: changbin.du@xxxxxxxxx
- [PATCH 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler atuo-inline optimizations
- From: changbin.du@xxxxxxxxx
- [PATCH 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
- From: changbin.du@xxxxxxxxx
- [PATCH 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_DEBUG_EXPERIENCE
- From: changbin.du@xxxxxxxxx
- [PATCH 0/5] kernel hacking: GCC optimization for debug experience (-Og)
- From: changbin.du@xxxxxxxxx
- [PATCH v9 3/4] arm64: Implement page table free interfaces
- From: Chintan Pandya <cpandya@xxxxxxxxxxxxxx>
- [PATCH v9 4/4] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"
- From: Chintan Pandya <cpandya@xxxxxxxxxxxxxx>
- [PATCH v9 1/4] ioremap: Update pgtable free interfaces with addr
- From: Chintan Pandya <cpandya@xxxxxxxxxxxxxx>
- [PATCH v9 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
- From: Chintan Pandya <cpandya@xxxxxxxxxxxxxx>
- [PATCH v9 0/4] Fix issues with huge mapping in ioremap for ARM64
- From: Chintan Pandya <cpandya@xxxxxxxxxxxxxx>
- [REVIEW][PATCH 2/5] signal/signalfd: Add support for SIGSYS
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 3/5] signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat code
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 4/5] signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 5/5] signal/um: More carefully relay signals in relay_signal.
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 1/5] signal/signalfd: Remove __put_user from signalfd_copyinfo
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 0/5] Improving siginfo_layout and fixing uml's relay_signal
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- [PATCH v4 7/7] kprobes/arm64: Fix %p uses in error messages
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v4 6/7] kprobes/arm: Fix %p uses in error messages
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v4 5/7] kprobes/x86: Fix %p uses in error messages
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v4 4/7] kprobes: Replace %p with other pointer types
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v4 3/7] kprobes: Show address of kprobes if kallsyms does
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v4 2/7] kprobes: Show blacklist addresses as same as kallsyms does
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v4 1/7] kprobes: Make list and blacklist root user read only
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v4 0/7] kprobes: Fix %p in kprobes
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 4/7] kprobes: Replace %p with other pointer types
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
- From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
- Re: [PATCH v3 2/7] kprobes: Show blacklist addresses as same as kallsyms does
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH v3 1/7] kprobes: Make blacklist root user read only
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH 4/3] dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 4/7] kprobes: Replace %p with other pointer types
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH v3 5/7] kprobes/x86: Fix %p uses in error messages
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH v3 1/7] kprobes: Make blacklist root user read only
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH -tip v2 0/7] kprobes: Fix %p in kprobes
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH v8 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
- From: Chintan Pandya <cpandya@xxxxxxxxxxxxxx>
- Re: [PATCH v8 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCHv3 07/11] arm64: add basic pointer authentication support
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCHv3 02/11] arm64/kvm: consistently handle host HCR_EL2 flags
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCHv3 04/11] arm64: Don't trap host pointer auth use to EL2
- From: Christoffer Dall <christoffer.dall@xxxxxxx>
- Re: [PATCHv3 03/11] arm64/kvm: hide ptrauth from guests
- From: Christoffer Dall <christoffer.dall@xxxxxxx>
- Re: [PATCHv3 02/11] arm64/kvm: consistently handle host HCR_EL2 flags
- From: Christoffer Dall <christoffer.dall@xxxxxxx>
- Re: [PATCH v3 2/7] kprobes: Show blacklist addresses as same as kallsyms does
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- Re: [PATCH v3 1/7] kprobes: Make blacklist root user read only
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- Re: [PATCH v3 5/7] kprobes/x86: Fix %p uses in error messages
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- Re: [PATCH v3 4/7] kprobes: Replace %p with other pointer types
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- Re: [PATCH -tip v2 0/7] kprobes: Fix %p in kprobes
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/7] kprobes: Make blacklist root user read only
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v3 7/7] kprobes/arm64: Fix %p uses in error messages
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v3 6/7] kprobes/arm: Fix %p uses in error messages
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v3 5/7] kprobes/x86: Fix %p uses in error messages
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v3 4/7] kprobes: Replace %p with other pointer types
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v3 3/7] kprobes: Show address of kprobes if kallsyms does
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v3 2/7] kprobes: Show blacklist addresses as same as kallsyms does
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v3 1/7] kprobes: Make blacklist root user read only
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH v3 0/7] kprobes: Fix %p in kprobes
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH -tip v2 0/7] kprobes: Fix %p in kprobes
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH -tip v2 4/7] kprobes: Replace %p with other pointer types
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH -tip v2 4/7] kprobes: Replace %p with other pointer types
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH -tip v2 4/7] kprobes: Replace %p with other pointer types
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH -tip v2 0/7] kprobes: Fix %p in kprobes
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH -tip v2 4/7] kprobes: Replace %p with other pointer types
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 2/5] ide: kill ide_toggle_bounce
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Greentime Hu <green.hu@xxxxxxxxx>
- Re: [PATCH -tip v2 0/7] kprobes: Fix %p in kprobes
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 06/22] arc: use generic dma_noncoherent_ops
- From: "hch@xxxxxx" <hch@xxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH -tip v2 0/7] kprobes: Fix %p in kprobes
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH -tip v2 7/7] kprobes/arm64: Fix %p uses in error messages
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH -tip v2 3/7] kprobes: Show address of kprobes if kallsyms does
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH -tip v2 6/7] kprobes/arm: Fix %p uses in error messages
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH -tip v2 5/7] kprobes/x86: Fix %p uses in error messages
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH -tip v2 4/7] kprobes: Replace %p with other pointer types
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH -tip v2 2/7] kprobes: Show blacklist addresses as same as kallsyms does
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH -tip v2 1/7] kprobes: Make blacklist root user read only
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- [PATCH -tip v2 0/7] kprobes: Fix %p in kprobes
- From: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Greentime Hu <green.hu@xxxxxxxxx>
- Re: [PATCH 2/5] ide: kill ide_toggle_bounce
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 06/22] arc: use generic dma_noncoherent_ops
- From: "hch@xxxxxx" <hch@xxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] signal/nds32: More information in do_revinsn
- From: Vincent Chen <deanbo422@xxxxxxxxx>
- Re: [REVIEW][PATCH 09/22] signal/nds32: Use force_sig_fault where appropriate
- From: Greentime Hu <green.hu@xxxxxxxxx>
- Re: [uml-devel] [REVIEW][PATCH 19/22] signal/um: Use force_sig_fault in relay_signal.
- From: Martin Pärtel <martin.partel@xxxxxxxxx>
- Re: [PATCH 22/22] parisc: use generic dma_noncoherent_ops
- From: Helge Deller <deller@xxxxxx>
- Re: [PATCH 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 02/17] y2038: Remove newstat family from default syscall set
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- [PATCH] signal/nds32: More information in do_revinsn
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- [PATCH 00/17] y2038: system calls, part 3
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 03/17] y2038: Remove stat64 family from default syscall set
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 09/17] y2038: futex: Move compat implementation into futex.c
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 17/17] y2038: signal: Add compat_sys_rt_sigtimedwait_time64
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 07/17] y2038: Compile utimes()/futimesat() conditionally
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 11/17] y2038: Prepare sched_rr_get_interval for __kernel_timespec
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 12/17] y2038: aio: Prepare sys_io_getevents for __kernel_timespec
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 15/17] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 08/17] y2038: utimes: Rework #ifdef guards for compat syscalls
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 02/17] y2038: Remove newstat family from default syscall set
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 10/17] y2038: futex: Add support for __kernel_timespec
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 16/17] y2038: Make compat_sys_rt_sigtimedwait usable on 32-bit
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 14/17] y2038: socket: Add compat_sys_recvmmsg_time64
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 13/17] y2038: socket: Convert recvmmsg to __kernel_timespec
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 05/17] asm-generic: Remove empty asm/unistd.h
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [REVIEW][PATCH 09/22] signal/nds32: Use force_sig_fault where appropriate
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- [PATCH v4 01/16] y2038: asm-generic: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 08/16] y2038: parisc: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 04/16] y2038: ia64: Remove unneeded ipc uapi header files
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 10/16] y2038: powerpc: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 09/16] y2038: sparc: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 16/16] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 14/16] y2038: ipc: Use __kernel_timespec
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 11/16] y2038: xtensa: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 02/16] y2038: x86: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 06/16] y2038: arm64: Extend sysvipc compat data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 12/16] y2038: ipc: Use ktime_get_real_seconds consistently
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 13/16] y2038: ipc: Report long times to user space
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 05/16] y2038: s390: Remove unneeded ipc uapi header files
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 03/16] y2038: alpha: Remove unneeded ipc uapi header files
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 07/16] y2038: mips: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v4 15/16] y2038: ipc: Enable COMPAT_32BIT_TIME
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [GIT PULL, PATCH v4 00/16] y2038: IPC system call conversion
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCHv3 11/11] arm64: docs: document pointer authentication
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Greentime Hu <green.hu@xxxxxxxxx>
- Re: [REVIEW][PATCH 04/17] signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions
- From: Vincent Chen <deanbo422@xxxxxxxxx>
- Re: [REVIEW][PATCH 05/17] signal/nds32: Use force_sig(SIGILL) in do_revisn
- From: Vincent Chen <deanbo422@xxxxxxxxx>
- Re: [REVIEW][PATCH 09/22] signal/nds32: Use force_sig_fault where appropriate
- From: Vincent Chen <deanbo422@xxxxxxxxx>
- Re: [PATCH 06/22] arc: use generic dma_noncoherent_ops
- From: Alexey Brodkin <Alexey.Brodkin@xxxxxxxxxxxx>
- Re: [PATCHv3 07/11] arm64: add basic pointer authentication support
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH 22/22] parisc: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 2/5] ide: kill ide_toggle_bounce
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Greentime Hu <green.hu@xxxxxxxxx>
- Re: [uml-devel] [REVIEW][PATCH 19/22] signal/um: Use force_sig_fault in relay_signal.
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [uml-devel] [REVIEW][PATCH 19/22] signal/um: Use force_sig_fault in relay_signal.
- From: Martin Pärtel <martin.partel@xxxxxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 5/5] PCI: remove PCI_DMA_BUS_IS_PHYS
- From: Palmer Dabbelt <palmer@xxxxxxxxxx>
- [PATCH 1/5] scsi: reduce use of block bounce buffers
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/5] ide: kill ide_toggle_bounce
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 4/5] net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdma
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 5/5] PCI: remove PCI_DMA_BUS_IS_PHYS
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/5] ide: remove the PCI_DMA_BUS_IS_PHYS check
- From: Christoph Hellwig <hch@xxxxxx>
- remove PCI_DMA_BUS_IS_PHYS V2
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [uml-devel] [REVIEW][PATCH 19/22] signal/um: Use force_sig_fault in relay_signal.
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- [REVIEW][PATCH 23/22] signal/riscv: Replace do_trap_siginfo with force_sig_fault
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [REVIEW][PATCH 14/22] signal/riscv: Use force_sig_fault where appropriate
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- [PATCH 1/3] dma-debug: move initialization to common code
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/3] dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/3] dma-debug: simplify counting of preallocated requests
- From: Christoph Hellwig <hch@xxxxxx>
- dma-debug cleanups, including removing the arch hook
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/7] asm-generic, media: allow COMPILE_TEST with virt_to_bus
- From: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx>
- Re: [uml-devel] [REVIEW][PATCH 19/22] signal/um: Use force_sig_fault in relay_signal.
- From: Anton Ivanov <anton.ivanov@xxxxxxxxxxxxxxxxx>
- Re: [uml-devel] [REVIEW][PATCH 19/22] signal/um: Use force_sig_fault in relay_signal.
- From: Richard Weinberger <richard.weinberger@xxxxxxxxx>
- Re: [PATCH 22/22] parisc: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/7] asm-generic, media: allow COMPILE_TEST with virt_to_bus
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 01/22] dma-debug: move initialization to common code
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/7] asm-generic, media: allow COMPILE_TEST with virt_to_bus
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [REVIEW][PATCH 14/22] signal/riscv: Use force_sig_fault where appropriate
- From: Palmer Dabbelt <palmer@xxxxxxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Greentime Hu <green.hu@xxxxxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Mathieu Malaterre <malat@xxxxxxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Michael Schmitz <schmitzmic@xxxxxxxxx>
- Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Greentime Hu <green.hu@xxxxxxxxx>
- Re: [REVIEW][PATCH 15/22] signal/s390: Use force_sig_fault where appropriate
- From: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
- Re: [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
- From: "H.J. Lu" <hjl.tools@xxxxxxxxx>
- Re: [PATCHv3 11/11] arm64: docs: document pointer authentication
- From: Pavel Machek <pavel@xxxxxx>
- Re: [PATCHv3 11/11] arm64: docs: document pointer authentication
- From: Marc Zyngier <marc.zyngier@xxxxxxx>
- Re: [PATCHv3 11/11] arm64: docs: document pointer authentication
- From: Pavel Machek <pavel@xxxxxx>
- Re: [PATCH 22/22] parisc: use generic dma_noncoherent_ops
- From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 22/22] parisc: use generic dma_noncoherent_ops
- From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 22/22] parisc: use generic dma_noncoherent_ops
- From: Helge Deller <deller@xxxxxx>
- Re: [PATCH v16 2/7] parisc: iomap: introduce io{read|write}64
- From: Helge Deller <deller@xxxxxx>
- Re: [REVIEW][PATCH 13/22] signal/parisc: Use force_sig_fault where appropriate
- From: Helge Deller <deller@xxxxxx>
- Re: [REVIEW][PATCH 14/22] signal/riscv: Use force_sig_fault where appropriate
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: christophe leroy <christophe.leroy@xxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Mathieu Malaterre <malat@xxxxxxxxxx>
- [PATCH v16 2/7] parisc: iomap: introduce io{read|write}64
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v16 0/7] Add io{read|write}64 to io-64-atomic headers
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v16 3/7] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v16 6/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v16 7/7] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v16 1/7] iomap: Use non-raw io functions for io{read|write}XXbe
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v16 4/7] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH v16 5/7] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 0/7] Enable most media drivers to build on ARM
- From: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx>
- [PATCH 1/7] asm-generic, media: allow COMPILE_TEST with virt_to_bus
- From: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 0/6] Documentation/features: Provide and apply 'features-refresh.sh'
- From: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx>
- Re: [uml-devel] [REVIEW][PATCH 19/22] signal/um: Use force_sig_fault in relay_signal.
- From: Anton Ivanov <anton.ivanov@xxxxxxxxxxxxxxxxx>
- Re: [REVIEW][PATCH 22/22] signal/xtensa: Use force_sig_fault where appropriate
- From: Max Filippov <jcmvbkbc@xxxxxxxxx>
- Re: [REVIEW][PATCH 21/22] signal/xtensa: Consistenly use SIGBUS in do_unaligned_user
- From: Max Filippov <jcmvbkbc@xxxxxxxxx>
- Re: [REVIEW][PATCH 16/22] signal/sh: Use force_sig_fault where appropriate
- From: Rich Felker <dalias@xxxxxxxx>
- [REVIEW][PATCH 13/22] signal/parisc: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 20/22] signal/um: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 21/22] signal/xtensa: Consistenly use SIGBUS in do_unaligned_user
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 14/22] signal/riscv: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 17/22] signal/sparc: Use send_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 22/22] signal/xtensa: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 18/22] signal/sparc: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 16/22] signal/sh: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 12/22] signal/parisc: Use force_sig_mceerr where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 11/22] signal/openrisc: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 19/22] signal/um: Use force_sig_fault in relay_signal.
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 15/22] signal/s390: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 04/22] signal/hexagon: Use force_sig_fault as appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 03/22] signal/c6x: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 06/22] signal/microblaze: Remove the commented out force_sig_info in do_page_fault
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 08/22] signal/mips: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 09/22] signal/nds32: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 10/22] signal/nios2: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 07/22] signal/microblaze: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 05/22] signal/m68k: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 02/22] signal/alpha: Use force_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 01/22] signal/alpha: Use send_sig_fault where appropriate
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [REVIEW][PATCH 00/22] Simplifying siginfo users
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
- From: Jeffrey Walton <noloader@xxxxxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Christophe LEROY <christophe.leroy@xxxxxx>
- [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v2 1/2] y2038: rusage: Use __kernel_old_timeval for process times
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Christophe LEROY <christophe.leroy@xxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 01/22] dma-debug: move initialization to common code
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
- From: Christophe LEROY <christophe.leroy@xxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Christophe LEROY <christophe.leroy@xxxxxx>
- Re: [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Mathieu Malaterre <malat@xxxxxxxxxx>
- Re: [PATCH 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
- From: Mathieu Malaterre <malat@xxxxxxxxxx>
- Re: [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 01/22] dma-debug: move initialization to common code
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/22] alpha: simplify get_arch_dma_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/22] alpha: use dma_direct_ops for jensen
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/22] dma-mapping: provide a generic dma-noncoherent implementation
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/22] c6x: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/22] arm-nommu: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/22] m68k: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/22] hexagon: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC][PATCH] s390: add arch_change_pid for arch updates after task pid change
- From: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
- [PATCH 12/22] microblaze: remove the consistent_sync and consistent_sync_page
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/22] microblaze: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 14/22] nios2: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 15/22] openrisc: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/22] nds32: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 17/22] sh: introduce a sh_cacheop_vaddr helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 19/22] sh: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 18/22] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 21/22] sparc: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 22/22] parisc: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 20/22] xtensa: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 16/22] sh: simplify get_arch_dma_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/22] arc: use generic dma_noncoherent_ops
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/22] dma-mapping: simplify Kconfig dependencies
- From: Christoph Hellwig <hch@xxxxxx>
- [no subject]
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 04/17] y2038: s390: Remove unneeded ipc uapi header files
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v3 04/17] y2038: s390: Remove unneeded ipc uapi header files
- From: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
- [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 3/4] kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabled
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 2/4] kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections for module build
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 1/4] kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATION
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [REVIEW][PATCH 12/17] signal/ia64: Replace FPE_FIXME with FPE_FLTUNK
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 14/17] signal/unicore32: Use FPE_FLTUNK instead of 0 in ucf64_raise_sigfpe
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 17/17] signal/powerpc: Replace TRAP_FIXME with TRAP_UNK
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 13/17] signal/powerpc: Replace FPE_FIXME with FPE_FLTUNK
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 11/17] signal/alpha: Replace FPE_FIXME with FPE_FLTUNK
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 15/17] signal: Add TRAP_UNK si_code for undiagnosted trap exceptions
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 16/17] signal/alpha: Replace TRAP_FIXME with TRAP_UNK
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 03/17] signal/sh: Use force_sig_fault in hw_breakpoint_handler
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 05/17] signal/nds32: Use force_sig(SIGILL) in do_revisn
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 07/17] signal: Reduce copy_siginfo_to_user to just copy_to_user
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 06/17] signal: Ensure every siginfo we send has all bits initialized
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 09/17] signal: Remove SEGV_BNDERR ifdefs
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 10/17] signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AO
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 08/17] signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layout
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 04/17] signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 02/17] sparc: fix compat siginfo ABI regression
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 01/17] signal/alpha: Document a conflict with SI_USER for SIGFPE
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [REVIEW][PATCH 00/17] siginfo bugfixes and cleanups
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [RFC][PATCH] s390: add arch_change_pid for arch updates after task pid change
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- [PATCH v3 04/17] y2038: s390: Remove unneeded ipc uapi header files
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 03/17] y2038: ia64: Remove unneeded ipc uapi header files
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 08/17] y2038: parisc: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 05/17] y2038: arm64: Extend sysvipc compat data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 13/17] y2038: ipc: Report long times to user space
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 12/17] y2038: ipc: Use ktime_get_real_seconds consistently
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 11/17] y2038: xtensa: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 15/17] y2038: ipc: Enable COMPAT_32BIT_TIME
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 09/17] y2038: sparc: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 17/17] y2038: compat: Move common compat types to asm-generic/compat.h
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [RFC PATCH 0/3] Dealing with the aliases of SI_USER
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- [PATCH v3 16/17] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 06/17] y2038: mips: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 02/17] y2038: alpha: Remove unneeded ipc uapi header files
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 07/17] y2038: x86: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 14/17] y2038: ipc: Use __kernel_timespec
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 10/17] y2038: powerpc: Extend sysvipc data structures
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3 00/17] y2038: Convert IPC syscalls
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [RFC][PATCH] s390: add arch_change_pid for arch updates after task pid change
- From: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
- Re: [RFC][PATCH] s390: add arch_change_pid for arch updates after task pid change
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [tip GIT PULL] y2038: timekeeping syscall changes
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [tip GIT PULL v2] y2038: timekeeping syscall changes
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [tip GIT PULL v2] y2038: timekeeping syscall changes
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [tip GIT PULL v2] y2038: timekeeping syscall changes
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [tip GIT PULL v2] y2038: timekeeping syscall changes
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [RFC PATCH 1/6] thread_info: Add update_thread_flag() helpers
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [RFC PATCH 3/6] arm64: Use update{,_tsk}_thread_flag()
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [RFC PATCH 2/6] ARM: Use update_thread_flag()
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [RFC PATCH 4/6] MIPS: Use update{,_tsk}_thread_flag()
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [RFC PATCH 6/6] sparc: Use update_thread_flag()
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [RFC PATCH 5/6] powerpc: Use update_thread_flag()
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [RFC PATCH 0/6] Simplify setting thread flags to a particular value
- From: Dave Martin <Dave.Martin@xxxxxxx>
- Re: [tip GIT PULL] y2038: timekeeping syscall changes
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- [tip GIT PULL] y2038: timekeeping syscall changes
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [RFC PATCH 0/3] Dealing with the aliases of SI_USER
- From: Dave Martin <Dave.Martin@xxxxxxx>
- Re: [RFC PATCH 1/3] signal: Ensure every siginfo we send has all bits initialized
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [RFC][PATCH] s390: add arch_change_pid for arch updates after task pid change
- From: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
- Re: [PATCH 01/12] iscsi_tcp: don't set a bounce limit
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH 02/12] storsvc: don't set a bounce limit
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH RFC tools/memory-model 4/5] tools/memory-model: Add model support for spin_is_locked
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC tools/memory-model 2/5] tools/memory-model: Add litmus test for multicopy atomicity
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] ARC: Improve cmpxchng syscall implementation
- From: Vineet Gupta <Vineet.Gupta1@xxxxxxxxxxxx>
- Re: [RFC PATCH 0/3] Dealing with the aliases of SI_USER
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [RFC PATCH 1/3] signal: Ensure every siginfo we send has all bits initialized
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCHv3 03/11] arm64/kvm: hide ptrauth from guests
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCH v2 1/2] powerpc: fix vmlinux.lds to build with CONFIG_LD_DEAD_CODE_DATA_ELIMINATION
- From: Christophe Leroy <christophe.leroy@xxxxxx>
- Re: [PATCHv3 03/11] arm64/kvm: hide ptrauth from guests
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [RFC PATCH 1/3] signal: Ensure every siginfo we send has all bits initialized
- From: Dave Martin <Dave.Martin@xxxxxxx>
- Re: [PATCHv3 06/11] asm-generic: mm_hooks: allow hooks to be overridden individually
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH RFC tools/memory-model 4/5] tools/memory-model: Add model support for spin_is_locked
- From: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC tools/memory-model 2/5] tools/memory-model: Add litmus test for multicopy atomicity
- From: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/3] compiler.h: Allow arch-specific overrides
- From: James Hogan <jhogan@xxxxxxxxxx>
- Re: [PATCHv3 06/11] asm-generic: mm_hooks: allow hooks to be overridden individually
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [RFC PATCH 1/3] signal: Ensure every siginfo we send has all bits initialized
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH v3 2/3] compiler.h: Allow arch-specific overrides
- From: kbuild test robot <lkp@xxxxxxxxx>
- [PATCHv3 02/11] arm64/kvm: consistently handle host HCR_EL2 flags
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 03/11] arm64/kvm: hide ptrauth from guests
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 04/11] arm64: Don't trap host pointer auth use to EL2
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 06/11] asm-generic: mm_hooks: allow hooks to be overridden individually
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 05/11] arm64/cpufeature: detect pointer authentication
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 07/11] arm64: add basic pointer authentication support
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 08/11] arm64: expose user PAC bit positions via ptrace
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 09/11] arm64: perf: strip PAC when unwinding userspace
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 10/11] arm64: enable pointer authentication
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 11/11] arm64: docs: document pointer authentication
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 01/11] arm64: add pointer authentication register bits
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCHv3 00/11] ARMv8.3 pointer authentication userspace support
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [RFC PATCH 1/3] signal: Ensure every siginfo we send has all bits initialized
- From: Dave Martin <Dave.Martin@xxxxxxx>
- Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64
- From: Chintan Pandya <cpandya@xxxxxxxxxxxxxx>
- [PATCH v3 1/3] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h
- From: James Hogan <jhogan@xxxxxxxxxx>
- [PATCH v3 3/3] MIPS: Workaround GCC __builtin_unreachable reordering bug
- From: James Hogan <jhogan@xxxxxxxxxx>
- [PATCH v3 2/3] compiler.h: Allow arch-specific overrides
- From: James Hogan <jhogan@xxxxxxxxxx>
- [PATCH v3 0/3] MIPS: Override barrier_before_unreachable() to fix microMIPS
- From: James Hogan <jhogan@xxxxxxxxxx>
- Re: [PATCH 08/12] mmc: reduce use of block bounce buffers (fwd)
- From: Julia Lawall <julia.lawall@xxxxxxx>
- [PATCH RFC tools/memory-model 5/5] EXP tools/memory-model: Flag "cumulativity" and "propagation" tests
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH RFC tools/memory-model 1/5] EXP tools/memory-model: Add scripts to test memory model
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH RFC tools/memory-model 4/5] tools/memory-model: Add model support for spin_is_locked
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH RFC tools/memory-model 2/5] tools/memory-model: Add litmus test for multicopy atomicity
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH RFC tools/memory-model 3/5] EXP tools/memory-model: Add .cfg and .cat files for s390
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH RFC tools/memory-model 0/5] Additional proposed changes to LKMM
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 13/17] memory-model: Fix cheat sheet typo
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 05/17] arm64: Remove smp_mb() from arch_spin_is_locked()
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 10/17] kokr/memory-barriers: Fix description of data dependency barriers
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 12/17] tools/memory-model: Update required version of herdtools7
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 03/17] docs/memory-barriers.txt: Fix broken DMA vs MMIO ordering example
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 06/17] locking: Clean up comment and #ifndef for {,queued_}spin_is_locked()
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 16/17] tools/memory-model: Model 'smp_store_mb()'
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 09/17] kokr/Documentation/memory-barriers.txt: Cross-reference "tools/memory-model/"
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 11/17] kokr/locking/memory-barriers: De-emphasize smp_read_barrier_depends() some more
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 17/17] tools/memory-model: Fix coding style in 'linux-kernel.def'
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 04/17] locking: Document the semantics of spin_is_locked()
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 15/17] tools/memory-order: smp_mb__after_atomic() orders later RMW operations
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 07/17] kokr/doc: READ_ONCE() now implies smp_barrier_depends()
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 14/17] tools/memory-order: Improve key for SELF and SV
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 08/17] kokr/doc: De-emphasize smp_read_barrier_depends
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 02/17] tools/memory-model: Redefine rb in terms of rcu-fence
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 01/17] tools/memory-model: Rename link and rcu-path to rcu-link and rb
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- [PATCH tools/memory-model 0/17] Memory-model changes
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 08/12] mmc: reduce use of block bounce buffers
- From: Robin Murphy <robin.murphy@xxxxxxx>
- remove PCI_DMA_BUS_IS_PHYS
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/12] iscsi_tcp: don't set a bounce limit
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/12] storsvc: don't set a bounce limit
- From: Christoph Hellwig <hch@xxxxxx>
[Index of Archives]
[Kernel Announce]
[IETF Annouce]
[Netdev]
[Netfilter]
[Bugtraq]