Linux for C-SKY
[Prev Page][Next Page]
- [PATCH v8 11/27] riscv: Use do_kernel_power_off(), (continued)
- [PATCH v8 11/27] riscv: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v8 10/27] csky: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v8 16/27] m68k: Switch to new sys-off handler API, Dmitry Osipenko
- [PATCH v8 12/27] arm64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v8 04/27] kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers, Dmitry Osipenko
- [PATCH v8 09/27] ARM: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v8 08/27] kernel/reboot: Add register_platform_power_off(), Dmitry Osipenko
- [PATCH v8 07/27] kernel/reboot: Add kernel_can_power_off(), Dmitry Osipenko
- [PATCH v8 18/27] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v8 19/27] ia64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v8 20/27] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v8 22/27] ACPI: power: Switch to sys-off handler API, Dmitry Osipenko
- [PATCH v8 25/27] soc/tegra: pmc: Use sys-off handler API to power off Nexus 7 properly, Dmitry Osipenko
- [PATCH v8 23/27] regulator: pfuze100: Use devm_register_sys_off_handler(), Dmitry Osipenko
- [PATCH v8 21/27] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v8 24/27] reboot: Remove pm_power_off_prepare(), Dmitry Osipenko
- [PATCH v8 26/27] kernel/reboot: Add devm_register_power_off_handler(), Dmitry Osipenko
- [PATCH v8 27/27] kernel/reboot: Add devm_register_restart_handler(), Dmitry Osipenko
- Re: [PATCH v8 00/27] Introduce power-off+restart call chain API, Rafael J. Wysocki
- [PATCH v5 0/7] Generic Ticket Spinlocks,
Palmer Dabbelt
- [PATCH v4 0/7] Generic Ticket Spinlocks,
Palmer Dabbelt
- [PATCH V4 0/3] csky: Optimize atomic_ops & cmpxchg,
guoren
- [PATCH V3] csky: Add C based string functions, guoren
- [PATCH V3 0/3] csky: Optimize with acquire & release for atomic & cmpxchg,
guoren
- [PATCH v3 0/7] Generic Ticket Spinlocks,
Palmer Dabbelt
- [PATCH v7 00/20] Introduce power-off+restart call chain API,
Dmitry Osipenko
- [PATCH v7 01/20] notifier: Add blocking_notifier_call_chain_is_empty(), Dmitry Osipenko
- [PATCH v7 02/20] notifier: Add atomic/blocking_notifier_chain_register_unique_prio(), Dmitry Osipenko
- [PATCH v7 03/20] reboot: Print error message if restart handler has duplicated priority, Dmitry Osipenko
- [PATCH v7 05/20] ARM: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 07/20] riscv: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 04/20] kernel: Add combined power-off+restart handler call chain API, Dmitry Osipenko
- [PATCH v7 06/20] csky: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 09/20] parisc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 08/20] arm64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 10/20] xen/x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 11/20] powerpc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 13/20] sh: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 19/20] regulator: pfuze100: Use devm_register_sys_off_handler(), Dmitry Osipenko
- [PATCH v7 17/20] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v7 16/20] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 18/20] ACPI: power: Switch to sys-off handler API, Dmitry Osipenko
- [PATCH v7 14/20] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 15/20] ia64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 12/20] m68k: Switch to new sys-off handler API, Dmitry Osipenko
- [PATCH v7 20/20] reboot: Remove pm_power_off_prepare(), Dmitry Osipenko
- Re: [PATCH v7 00/20] Introduce power-off+restart call chain API, Geert Uytterhoeven
- Re: [PATCH v7 00/20] Introduce power-off+restart call chain API, Michał Mirosław
- [PATCH V2 0/2] csky: Optimize with acquire & release for atomic & cmpxchg,
guoren
- [PATCH V4 0/4] arch: patch_text: Fixup last cpu should be master,
guoren
- [PATCH V3] csky: patch_text: Fixup last cpu should be master, guoren
- [PATCH V2] csky: optimize memcpy_{from,to}io() and memset_io(), guoren
- [PATCH V2] csky: Add C based string functions, guoren
- [PATCH] csky: atomic: Add custom atomic.h implementation,
guoren
- [PATCH] csky: cmpxchg: Optimize with acquire & release,
guoren
- [PATCH] csky: optimize memcpy_{from,to}io() and memset_io(),
guoren
- [PATCH] csky: Add C based string functions,
guoren
- [PATCH V11 00/20] riscv: Add COMPAT mode support for rv64,
guoren
- [PATCH V11 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V11 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V11 03/20] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V11 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V11 04/20] arch: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V11 06/20] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V11 08/20] riscv: Fixup difference with defconfig, guoren
- [PATCH V11 09/20] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V11 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V11 10/20] riscv: compat: Support TASK_SIZE for compat mode, guoren
- [PATCH V11 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V11 14/20] riscv: compat: Add elf.h implementation, guoren
- [PATCH V11 17/20] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V11 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation, guoren
- [PATCH V11 15/20] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V11 13/20] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V11 12/20] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V11 18/20] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V11 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- [PATCH V11 20/20] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- Re: [PATCH V11 00/20] riscv: Add COMPAT mode support for rv64, Guo Ren
- [PATCH V10 00/20] riscv: Add COMPAT mode support for rv64,
guoren
- [PATCH V10 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V10 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V10 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V10 03/20] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V10 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V10 06/20] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V10 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V10 08/20] riscv: Fixup difference with defconfig, guoren
- [PATCH V10 09/20] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V10 13/20] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V10 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation, guoren
- [PATCH V10 17/20] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V10 12/20] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V10 15/20] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V10 14/20] riscv: compat: Add elf.h implementation, guoren
- [PATCH V10 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V10 10/20] riscv: compat: Support TASK_SIZE for compat mode, guoren
- [PATCH V10 18/20] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V10 20/20] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- [PATCH V10 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- [PATCH AUTOSEL 5.15 96/98] lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option, Sasha Levin
- [PATCH AUTOSEL 5.16 107/109] lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option, Sasha Levin
- [PATCH AUTOSEL 5.17 147/149] lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option, Sasha Levin
- [PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support,
guoren
- [PATCH V9 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V9 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V9 03/20] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V9 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V9 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V9 06/20] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V9 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V9 09/20] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V9 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V9 13/20] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V9 12/20] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V9 14/20] riscv: compat: Add elf.h implementation, guoren
- [PATCH V9 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT, guoren
- [PATCH V9 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation, guoren
- [PATCH V9 15/20] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V9 08/20] riscv: Fixup difference with defconfig, guoren
- [PATCH V9 18/20] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V9 17/20] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V9 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- [PATCH V9 20/20] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- Re: [PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support, Palmer Dabbelt
- [PATCH V2 0/5] Generic Ticket Spinlocks,
guoren
- [PATCH] csky: fix typos in comments, Julia Lawall
- [PATCH] csky: Move to generic ticket-spinlock,
guoren
- [PATCH] irqchip: Return true/false (not 1/0) from bool functions,
Haowen Bai
- [PATCH V8 00/20] riscv: compat: Add COMPAT Kbuild skeletal support,
guoren
- [PATCH V8 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V8 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V8 03/20] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V8 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V8 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V8 06/20] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V8 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT, guoren
- [PATCH V8 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V8 09/20] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V8 08/20] riscv: Fixup difference with defconfig, guoren
- [PATCH V8 12/20] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V8 13/20] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V8 14/20] riscv: compat: Add elf.h implementation, guoren
- [PATCH V8 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V8 15/20] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V8 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation, guoren
- [PATCH V8 17/20] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V8 18/20] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V8 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- [PATCH V8 20/20] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- [PATCH V2] arch: patch_text: Fixup last cpu should be master,
guoren
- [RFC PATCH] arch: patch_text: Fixup last cpu should be master,
guoren
- [no subject], Unknown
- [PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements,
Anshuman Khandual
- [PATCH V3 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage, Anshuman Khandual
- [PATCH V3 02/30] mm/mmap: Clarify protection_map[] indices, Anshuman Khandual
- [PATCH V3 03/30] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 05/30] arm64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 06/30] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 07/30] mips/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 11/30] mm/mmap: Drop protection_map[], Anshuman Khandual
- [PATCH V3 09/30] arm/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 10/30] x86/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 08/30] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 12/30] mm/mmap: Drop arch_filter_pgprot(), Anshuman Khandual
- [PATCH V3 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 15/30] riscv/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 17/30] sh/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 16/30] alpha/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 13/30] mm/mmap: Drop arch_vm_get_page_pgprot(), Anshuman Khandual
- [PATCH V3 19/30] csky/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 18/30] arc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 20/30] xtensa/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 23/30] um/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 25/30] nios2/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 21/30] parisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 24/30] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 22/30] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 26/30] hexagon/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 29/30] mm/mmap: Drop generic vm_get_page_prot(), Anshuman Khandual
- [PATCH V3 28/30] ia64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 27/30] nds32/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 00/20] riscv: compat: Add COMPAT mode support for rv64,
guoren
- [PATCH V7 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V7 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V7 03/20] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V7 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V7 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V7 06/20] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V7 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V7 08/20] riscv: Fixup difference with defconfig, guoren
- [PATCH V7 09/20] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V7 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT, guoren
- [PATCH V7 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V7 12/20] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V7 13/20] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V7 14/20] riscv: compat: Add elf.h implementation, guoren
- [PATCH V7 15/20] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V7 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation, guoren
- [PATCH V7 17/20] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V7 18/20] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V7 20/20] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- [PATCH V7 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- Re: [PATCH V7 00/20] riscv: compat: Add COMPAT mode support for rv64, Heiko Stübner
- [PATCH v3 1/2] fs/proc: Optimize arrays defined by struct ctl_path,
Meng Tang
- [PATCH v2] fs/proc: Optimize arrays defined by struct ctl_path,
Meng Tang
- [PATCH V6 00/20] riscv: compat: Add COMPAT mode support for rv64,
guoren
- [PATCH V6 16/20] riscv: compat: vdso: Add rv32 VDSO base code implementation, guoren
- [PATCH V6 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V6 08/20] riscv: Fixup difference with defconfig, guoren
- [PATCH V6 20/20] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- [PATCH V6 03/20] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V6 09/20] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V6 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT, guoren
- [PATCH V6 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V6 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- [PATCH V6 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V6 06/20] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V6 15/20] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V6 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V6 18/20] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V6 12/20] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V6 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V6 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V6 13/20] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V6 17/20] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V6 14/20] riscv: compat: Add elf.h implementation, guoren
- [PATCH] fs/proc: Optimize arrays defined by struct ctl_path, Meng Tang
- [PATCH V2 20/30] extensa/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V2 19/30] csky/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good,
Arnd Bergmann
- [PATCH v2 01/18] uaccess: fix integer overflow on access_ok(), Arnd Bergmann
- [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8(), Arnd Bergmann
- [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user, Arnd Bergmann
- [PATCH v2 04/18] sparc64: add __{get,put}_kernel_nocheck(), Arnd Bergmann
- [PATCH v2 05/18] x86: remove __range_not_ok(), Arnd Bergmann
- [PATCH v2 07/18] nios2: drop access_ok() check from __put_user(), Arnd Bergmann
- [PATCH v2 06/18] x86: use more conventional access_ok() definition, Arnd Bergmann
- [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault, Arnd Bergmann
- [PATCH v2 09/18] mips: use simpler access_ok(), Arnd Bergmann
- [PATCH v2 10/18] m68k: fix access_ok for coldfire, Arnd Bergmann
- [PATCH v2 11/18] arm64: simplify access_ok(), Arnd Bergmann
- [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok(), Arnd Bergmann
- [PATCH v2 13/18] uaccess: generalize access_ok(), Arnd Bergmann
- [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces, Arnd Bergmann
- [PATCH v2 16/18] sh: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH v2 17/18] ia64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users, Arnd Bergmann
- Re: [PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good, Christophe Leroy
- Re: [PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good, Arnd Bergmann
- [PATCH v2] parport_pc: Also enable driver for PCI systems,
Maciej W. Rozycki
- [PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good,
Arnd Bergmann
- [PATCH 01/14] uaccess: fix integer overflow on access_ok(), Arnd Bergmann
- [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck(), Arnd Bergmann
- [PATCH 03/14] nds32: fix access_ok() checks in get/put_user, Arnd Bergmann
- [PATCH 07/14] uaccess: generalize access_ok(), Arnd Bergmann
- [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault, Arnd Bergmann
- [PATCH 04/14] x86: use more conventional access_ok() definition, Arnd Bergmann
- [PATCH 06/14] mips: use simpler access_ok(), Arnd Bergmann
- [PATCH 08/14] arm64: simplify access_ok(), Arnd Bergmann
- [PATCH 09/14] m68k: drop custom __access_ok(), Arnd Bergmann
- [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users, Arnd Bergmann
- [PATCH 11/14] sparc64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH 13/14] ia64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH 12/14] sh: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH 14/14] uaccess: drop set_fs leftovers, Arnd Bergmann
- Re: [PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good, Linus Torvalds
- [PATCH 19/30] csky/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH 20/30] extensa/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH 1/1] csky: Fixup compile warning,
wonder_rock
- [PATCH] parport_pc: Also enable driver for PCI systems,
Maciej W. Rozycki
- [PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64,
guoren
- [PATCH V5 01/21] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V5 02/21] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V5 03/21] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V5 04/21] kconfig: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V5 05/21] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V5 06/21] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V5 07/21] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V5 08/21] riscv: Fixup difference with defconfig, guoren
- [PATCH V5 09/21] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V5 10/21] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT, guoren
- [PATCH V5 11/21] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V5 12/21] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V5 13/21] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V5 14/21] riscv: compat: Add elf.h implementation, guoren
- [PATCH V5 15/21] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V5 16/21] riscv: compat: vdso: Add rv32 VDSO base code implementation, guoren
- [PATCH V5 18/21] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V5 19/21] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- [PATCH V5 20/21] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- [PATCH V5 21/21] KVM: compat: riscv: Prevent KVM_COMPAT from being selected, guoren
- Re: [PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64, Guo Ren
- Re: [PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64, Palmer Dabbelt
- [PATCH v6 00/21] Introduce power-off+restart call chain API,
Dmitry Osipenko
- [PATCH v6 01/21] notifier: Add blocking_notifier_call_chain_is_empty(), Dmitry Osipenko
- [PATCH v6 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio(), Dmitry Osipenko
- [PATCH v6 03/21] reboot: Print error message if restart handler has duplicated priority, Dmitry Osipenko
- [PATCH v6 04/21] kernel: Add combined power-off+restart handler call chain API, Dmitry Osipenko
- [PATCH v6 05/21] ARM: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 06/21] csky: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 07/21] riscv: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 08/21] arm64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 10/21] xen/x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 09/21] parisc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 11/21] powerpc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 14/21] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 13/21] sh: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 15/21] ia64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 16/21] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 17/21] nds32: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 12/21] m68k: Switch to new sys-off handler API, Dmitry Osipenko
- [PATCH v6 18/21] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v6 21/21] reboot: Remove pm_power_off_prepare(), Dmitry Osipenko
- [PATCH v6 20/21] regulator: pfuze100: Use devm_register_sys_off_handler(), Dmitry Osipenko
- [PATCH v6 19/21] ACPI: power: Switch to sys-off handler API, Dmitry Osipenko
- Re: [PATCH v6 00/21] Introduce power-off+restart call chain API, Dmitry Osipenko
- [PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64,
guoren
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]