Linux M68K
[Prev Page][Next Page]
- [PATCH v2 10/18] m68k: fix access_ok for coldfire, (continued)
- [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 16/18] sh: 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 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 v1] video/fbdev: Atari 2 bpp (STe) palette bugfix,
Michael Schmitz
- [PATCH 0/8] drm: Add support for low-color frame buffer formats,
Geert Uytterhoeven
- [PATCH 0/3] video: fbdev: atari: Miscellaneous fixes,
Geert Uytterhoeven
- [geert-m68k:master] BUILD SUCCESS b71f1c5991da14ccfa9cbf5d08f009737d3afcb0, kernel test robot
- [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 06/14] mips: use simpler access_ok(), 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 09/14] m68k: drop custom __access_ok(), Arnd Bergmann
- [PATCH 08/14] arm64: simplify 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 08/30] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- Wrong colors on ARAnyM,
Geert Uytterhoeven
- Message not available
[PATCH RFC v0] random: block in /dev/urandom,
Jason A. Donenfeld
[PATCH v2] include: linux: Reorganize timekeeping and ktime headers,
Carlos Bilbao
[geert-m68k:master] BUILD SUCCESS 0966f2d6178459e692717274055ac9847e593f83, kernel test robot
[geert-m68k:for-v5.18] BUILD SUCCESS 469d56485c1bc9c2ccb4e150c42d18be58f0747c, kernel test robot
[PATCH] m68k: defconfig: Disable fbdev on Sun3/3x, Geert Uytterhoeven
[PATCH] m68k: defconfig: Update defconfigs for v5.17-rc3, Geert Uytterhoeven
[PATCH] m68k: cmpxchg: Dereference matching size,
Kees Cook
[RESEND] m68k: m5441x: remove erroneous clock disable,
Angelo Dureghello
[PATCH] m68k: m5441x: remove erroneous clock disable, Angelo Dureghello
[geert-m68k:master] BUILD SUCCESS 69170eb5efdbb948ed90c0cc1438e6de21fe5cbe, kernel test robot
[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 09/21] parisc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 10/21] xen/x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 11/21] powerpc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 13/21] sh: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 14/21] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 17/21] nds32: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 16/21] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v6 18/21] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v6 12/21] m68k: Switch to new sys-off handler API, Dmitry Osipenko
- [PATCH v6 15/21] ia64: Use do_kernel_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 v14 0/5] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH v13 0/5] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O,
Geert Uytterhoeven
[PATCH v10 0/3] Add kernel seccomp support for m68k,
Michael Schmitz
[PATCH] include: linux: Reorganize timekeeping and ktime headers,
Carlos Bilbao
[PATCH v3 0/9] Hardening page _refcount,
Pasha Tatashin
Re: kisskb: FAILED linux-next/m68k-allmodconfig/m68k-gcc8 Tue Jan 25, 18:24,
Geert Uytterhoeven
[PATCH v9 0/3] Add kernel seccomp support for m68k,
Michael Schmitz
[geert-m68k:master] BUILD SUCCESS f92ead75e19a8698f6621cf2054a5730408a3f3d, kernel test robot
[RFC V1 08/31] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT,
Anshuman Khandual
[geert-m68k:for-v5.18] BUILD SUCCESS a9940f83a6e279f7c059123d68d1e0395ec4bbe5, kernel test robot
[PATCH] m68k: defconfig: Update defconfigs for v5.17-rc1, Geert Uytterhoeven
[PATCH v12 0/5] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH v11 0/5] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH v10 0/5] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH] m68knommu: fix ucsimm sparse warnings, Greg Ungerer
[PATCH] m68knommu: fix warning: ‘screen_bits’ defined but not used, Greg Ungerer
[PATCH] m68knommu: fix warning: no previous prototype for 'init_dragen2', Greg Ungerer
[PATCH v9 0/4] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH v8 0/4] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH v7 0/4] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH v6 0/4] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH v5 0/3] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH v2 RESEND] m68k/kernel: array out of bound access in process_uboot_commandline,
Hangyu Hua
[PATCH v8 0/3] Add kernel seccomp support for m68k,
Michael Schmitz
[PATCH v4 0/3] m68k: Add Virtual M68k Machine,
Laurent Vivier
[geert-m68k:master] BUILD SUCCESS 6f42711e47bb379b5552af8007969eba5c015152, kernel test robot
[geert-m68k:m68k-v5.16] BUILD SUCCESS 61b439794190c9eb1746c08e8271692cad2b33e1, kernel test robot
Re: [PATCH 08/17] ptrace/m68k: Stop open coding ptrace_report_syscall,
Geert Uytterhoeven
[GIT PULL] m68k updates for v5.17,
Geert Uytterhoeven
[PATCH v3 0/2] m68k: Add Virtual M68k Machine,
Laurent Vivier
mcf5441x: flexcan FIFO and mailbox mode (was: Re: [PATCH v5 5/5] can: flexcan: add mcf5441x support),
Marc Kleine-Budde
[geert-m68k:master] BUILD SUCCESS a7d8c163e3093ea440b90b5778174744fdc4d084, kernel test robot
[RFC PATCH 0/8] signals: Support more than 64 signals,
Walt Drummond
[Resource Leak] Missing closing files,
Ryan Cai
[geert-m68k:master] BUILD SUCCESS 2a033616c3eab5949185457b8a2f709c49178606, kernel test robot
[PATCH v2] m68k/kernel: array out of bound access in process_uboot_commandline,
Hangyu Hua
[RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary,
Niklas Schnelle
[PATCH v2 0/1] m68k: Add Virtual M68k Machine,
Laurent Vivier
[PATCH] m68k/kernel: array out of bound access in process_uboot_commandline,
Hangyu Hua
[PATCH v2 0/9] Hardening page _refcount,
Pasha Tatashin
[geert-m68k:master] BUILD SUCCESS e4c085679585b7ab78af0244cc6dcb67724aacdf, kernel test robot
[geert-m68k:for-v5.17] BUILD SUCCESS 1a0ae068bf6b6f4233b1f31bf48bcbc47b111ef2, kernel test robot
[geert-m68k:master] BUILD SUCCESS c97317e6439dd40d0ae1ea0ab38bffacaf79c103, kernel test robot
[PATCH v5 00/21] Introduce power-off+restart call chain API,
Dmitry Osipenko
- [PATCH v5 08/21] arm64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 13/21] sh: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 19/21] ACPI: power: Switch to sys-off handler API, Dmitry Osipenko
- [PATCH v5 18/21] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v5 01/21] notifier: Add blocking_notifier_call_chain_is_empty(), Dmitry Osipenko
- [PATCH v5 07/21] riscv: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 10/21] xen/x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 09/21] parisc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 14/21] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 04/21] kernel: Add combined power-off+restart handler call chain API, Dmitry Osipenko
- [PATCH v5 17/21] nds32: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 20/21] regulator: pfuze100: Use devm_register_sys_off_handler(), Dmitry Osipenko
- [PATCH v5 06/21] csky: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 21/21] reboot: Remove pm_power_off_prepare(), Dmitry Osipenko
- [PATCH v5 16/21] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 03/21] reboot: Print error message if restart handler has duplicated priority, Dmitry Osipenko
- [PATCH v5 15/21] ia64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 12/21] m68k: Switch to new sys-off handler API, Dmitry Osipenko
- [PATCH v5 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio(), Dmitry Osipenko
- [PATCH v5 05/21] ARM: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 11/21] powerpc: Use do_kernel_power_off(), Dmitry Osipenko
[PATCH 00/10] Hardening page _refcount,
Pasha Tatashin
- [PATCH 01/10] mm: page_ref_add_unless() does not trace 'u' argument, Pasha Tatashin
- [PATCH 02/10] mm: add overflow and underflow checks for page->_refcount, Pasha Tatashin
- [PATCH 03/10] mm: Avoid using set_page_count() in set_page_recounted(), Pasha Tatashin
- [PATCH 04/10] mm: remove set_page_count() from page_frag_alloc_align, Pasha Tatashin
- [PATCH 05/10] mm: avoid using set_page_count() when pages are freed into allocator, Pasha Tatashin
- [PATCH 06/10] mm: rename init_page_count() -> page_ref_init(), Pasha Tatashin
- [PATCH 07/10] mm: remove set_page_count(), Pasha Tatashin
- [PATCH 08/10] mm: simplify page_ref_* functions, Pasha Tatashin
- [PATCH 10/10] mm: use atomic_cmpxchg_acquire in page_ref_freeze()., Pasha Tatashin
- [PATCH 09/10] mm: do not use atomic_set_release in page_ref_unfreeze(), Pasha Tatashin
- Re: [PATCH 00/10] Hardening page _refcount, Matthew Wilcox
[geert-m68k:master] BUILD SUCCESS f00c047f99d9c29630f421820c85dd7c7dd8f012, kernel test robot
[gerg-m68knommu:armnommu 4/4] cc1: error: arch/arm/mach-versatile/include: No such file or directory, kernel test robot
[geert-m68k:master] BUILD SUCCESS 6312c672bea8b22c3042d7d383c4933a0a144d12, kernel test robot
[geert-m68k:for-v5.17] BUILD SUCCESS 376e3fdecb0dcae216c0ac559cff066f460bf47b, kernel test robot
[gerg-m68knommu:armnommu 4/4] arch/arm/mach-versatile/versatile_dt.c:60:14: warning: no previous prototype for function 'mmc_status', kernel test robot
[PATCH v4 00/25] Introduce power-off+restart call chain API,
Dmitry Osipenko
- [PATCH v4 01/25] notifier: Remove extern annotation from function prototypes, Dmitry Osipenko
- [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty(), Dmitry Osipenko
- [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority(), Dmitry Osipenko
- [PATCH v4 04/25] reboot: Correct typo in a comment, Dmitry Osipenko
- [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority, Dmitry Osipenko
- [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails, Dmitry Osipenko
- [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes, Dmitry Osipenko
- [PATCH v4 09/25] ARM: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 10/25] csky: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API, Dmitry Osipenko
- [PATCH v4 11/25] riscv: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 12/25] arm64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 13/25] parisc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 14/25] xen/x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 15/25] powerpc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 16/25] m68k: Switch to new sys-off handler API, Dmitry Osipenko
- [PATCH v4 17/25] sh: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 18/25] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 19/25] ia64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 20/25] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 21/25] nds32: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 22/25] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v4 23/25] ACPI: power: Switch to sys-off handler API, Dmitry Osipenko
- [PATCH v4 24/25] regulator: pfuze100: Use devm_register_sys_off_handler(), Dmitry Osipenko
- [PATCH v4 25/25] reboot: Remove pm_power_off_prepare(), Dmitry Osipenko
[PATCH -next] nubus: Rename pde_data var to fix conflict with external function,
Geert Uytterhoeven
[PATCH 1/1] futex: Wireup futex_waitv syscall,
André Almeida
[PATCH 5.15 057/279] ALSA: ISA: not for M68K, Greg Kroah-Hartman
[PATCH 5.10 035/154] ALSA: ISA: not for M68K, Greg Kroah-Hartman
[PATCH 5.4 021/100] ALSA: ISA: not for M68K, Greg Kroah-Hartman
[PATCH 4.19 271/323] ALSA: ISA: not for M68K, Greg Kroah-Hartman
[PATCH 4.19 214/323] m68k: set a default value for MEMORY_RESERVE, Greg Kroah-Hartman
[PATCH 4.14 174/251] m68k: set a default value for MEMORY_RESERVE, Greg Kroah-Hartman
[PATCH 4.9 140/207] m68k: set a default value for MEMORY_RESERVE, Greg Kroah-Hartman
[PATCH 4.4 100/162] m68k: set a default value for MEMORY_RESERVE, Greg Kroah-Hartman
[geert-m68k:master] BUILD SUCCESS c9ab59f27f9ab56550096b19e26cff7f743b0b4a, kernel test robot
[PATCH v13 0/3] Add APNE PCMCIA 100 Mbit support,
Michael Schmitz
[PATCH v12 0/3] Add APNE PCMCIA 100 Mbit support,
Michael Schmitz
[PATCH v3] m68k: Enable memtest functionality,
Finn Thain
[RFC v2 00/10] Hardening page _refcount,
Pasha Tatashin
- [RFC v2 02/10] mm: add overflow and underflow checks for page->_refcount, Pasha Tatashin
- [RFC v2 01/10] mm: page_ref_add_unless() does not trace 'u' argument, Pasha Tatashin
- [RFC v2 04/10] mm: remove set_page_count() from page_frag_alloc_align, Pasha Tatashin
- [RFC v2 03/10] mm: Avoid using set_page_count() in set_page_recounted(), Pasha Tatashin
- [RFC v2 06/10] mm: rename init_page_count() -> page_ref_init(), Pasha Tatashin
- [RFC v2 10/10] mm: use atomic_cmpxchg_acquire in page_ref_freeze()., Pasha Tatashin
- [RFC v2 07/10] mm: remove set_page_count(), Pasha Tatashin
- [RFC v2 09/10] mm: do not use atomic_set_release in page_ref_unfreeze(), Pasha Tatashin
- [RFC v2 08/10] mm: simplify page_ref_* functions, Pasha Tatashin
- [RFC v2 05/10] mm: avoid using set_page_count() when pages are freed into allocator, Pasha Tatashin
[geert-m68k:master] BUILD SUCCESS 0c3f9e7220ddd6ad1d9093b4a1bae7ec750d523c, kernel test robot
[PATCH 5.4 308/355] m68k: set a default value for MEMORY_RESERVE, Greg Kroah-Hartman
[PATCH 5.14 707/849] m68k: set a default value for MEMORY_RESERVE, Greg Kroah-Hartman
[PATCH 5.15 743/917] m68k: set a default value for MEMORY_RESERVE, Greg Kroah-Hartman
[PATCH 5.10 495/575] m68k: set a default value for MEMORY_RESERVE, Greg Kroah-Hartman
[PATCH] m68k: defconfig: Update defconfigs for v5.16-rc1, Geert Uytterhoeven
[PATCH v11 0/3] Add APNE PCMCIA 100 Mbit support,
Michael Schmitz
[PATCH] m68k: Enable memtest functionality,
Finn Thain
Re: [PATCH 4/5] block: move queue enter logic into blk_mq_submit_bio(),
Geert Uytterhoeven
[Index of Archives]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite National Park]