messages from 2022-01-26 20:10:08 to 2022-02-16 13:18:26 UTC [more...]
[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
2022-02-16 13:13 UTC (11+ messages)
` [PATCH v2 01/18] uaccess: fix integer overflow on access_ok()
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 04/18] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
2022-02-16 13:07 UTC (60+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [PATCH 04/14] x86: use more conventional access_ok() definition
` [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH 06/14] mips: use simpler access_ok()
` [PATCH 07/14] uaccess: generalize access_ok()
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 09/14] m68k: drop custom __access_ok()
` [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support
` [PATCH 12/14] sh: "
` [PATCH 13/14] ia64: "
` [PATCH 14/14] uaccess: drop set_fs leftovers
[PATCH v6 00/21] Introduce power-off+restart call chain API
2022-02-16 12:25 UTC (25+ messages)
` [PATCH v6 01/21] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v6 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v6 03/21] reboot: Print error message if restart handler has duplicated priority
` [PATCH v6 04/21] kernel: Add combined power-off+restart handler call chain API
` [PATCH v6 05/21] ARM: Use do_kernel_power_off()
` [PATCH v6 06/21] csky: "
` [PATCH v6 07/21] riscv: "
` [PATCH v6 08/21] arm64: "
` [PATCH v6 09/21] parisc: "
` [PATCH v6 10/21] xen/x86: "
` [PATCH v6 11/21] powerpc: "
` [PATCH v6 12/21] m68k: Switch to new sys-off handler API
` [PATCH v6 13/21] sh: Use do_kernel_power_off()
` [PATCH v6 14/21] x86: "
` [PATCH v6 15/21] ia64: "
` [PATCH v6 16/21] mips: "
` [PATCH v6 17/21] nds32: "
` [PATCH v6 18/21] memory: emif: Use kernel_can_power_off()
` [PATCH v6 19/21] ACPI: power: Switch to sys-off handler API
` [PATCH v6 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v6 21/21] reboot: Remove pm_power_off_prepare()
Wrong colors on ARAnyM
2022-02-16 8:24 UTC (9+ messages)
[PATCH v1] video/fbdev: Atari 2 bpp (STe) palette bugfix
2022-02-16 8:08 UTC (3+ messages)
[PATCH 0/3] video: fbdev: atari: Miscellaneous fixes
2022-02-15 20:36 UTC (5+ messages)
` [PATCH 1/3] video: fbdev: atari: Fix TT High video mode
` [PATCH 2/3] video: fbdev: atari: Convert to standard round_up() helper
` [PATCH 3/3] video: fbdev: atari: Remove unused atafb_setcolreg()
[PATCH 0/8] drm: Add support for low-color frame buffer formats
2022-02-15 16:52 UTC (9+ messages)
` [PATCH 1/8] drm/fourcc: Add DRM_FORMAT_C[124]
` [PATCH 2/8] drm/fb-helper: Add support for DRM_FORMAT_C[124]
` [PATCH 3/8] drm/fourcc: Add drm_format_info_bpp() helper
` [PATCH 4/8] drm/client: Use actual bpp when allocating frame buffers
` [PATCH 5/8] drm/framebuffer: Use actual bpp for DRM_IOCTL_MODE_GETFB
` [PATCH 6/8] drm/gem-fb-helper: Use actual bpp for size calculations
` [PATCH 7/8] drm/fourcc: Add DRM_FORMAT_R[124]
` [PATCH 8/8] drm/fourcc: Add DRM_FORMAT_D1
[geert-m68k:master] BUILD SUCCESS b71f1c5991da14ccfa9cbf5d08f009737d3afcb0
2022-02-15 0:26 UTC
[PATCH RFC v0] random: block in /dev/urandom
2022-02-14 22:53 UTC (14+ messages)
[PATCH 08/30] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
2022-02-14 2:30 UTC
[PATCH v14 0/5] m68k: Add Virtual M68k Machine
2022-02-11 16:56 UTC (11+ messages)
` [PATCH v14 1/5] m68k: add asm/config.h
` [PATCH v14 2/5] tty: goldfish: introduce gf_ioread32()/gf_iowrite32()
` [PATCH v14 3/5] rtc: goldfish: use gf_ioread32()/gf_iowrite32()
` [PATCH v14 4/5] clocksource/drivers: Add a goldfish-timer clocksource
` [PATCH v14 5/5] m68k: introduce a virtual m68k machine
[PATCH v13 0/5] m68k: Add Virtual M68k Machine
2022-02-11 12:13 UTC (10+ messages)
` [PATCH v13 1/5] m68k: add asm/config.h
` [PATCH v13 2/5] tty: goldfish: introduce gf_ioread32()/gf_iowrite32()
` [PATCH v13 3/5] rtc: goldfish: use gf_ioread32()/gf_iowrite32()
` [PATCH v13 4/5] clocksource/drivers: Add a goldfish-timer clocksource
` [PATCH v13 5/5] m68k: introduce a virtual m68k machine
[PATCH v2] include: linux: Reorganize timekeeping and ktime headers
2022-02-08 23:10 UTC (3+ messages)
[PATCH] include: linux: Reorganize timekeeping and ktime headers
2022-02-08 14:13 UTC (2+ messages)
[RESEND] m68k: m5441x: remove erroneous clock disable
2022-02-08 12:34 UTC (3+ messages)
[geert-m68k:master] BUILD SUCCESS 0966f2d6178459e692717274055ac9847e593f83
2022-02-08 1:16 UTC
[geert-m68k:for-v5.18] BUILD SUCCESS 469d56485c1bc9c2ccb4e150c42d18be58f0747c
2022-02-08 1:16 UTC
[PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O
2022-02-07 13:06 UTC (11+ messages)
` Regression in 5.17-rc1 on pata-falcon (was: Re: [PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O)
` Regression in 5.17-rc1 on pata-falcon
[PATCH] m68k: defconfig: Disable fbdev on Sun3/3x
2022-02-07 13:11 UTC
[PATCH] m68k: defconfig: Update defconfigs for v5.17-rc3
2022-02-07 13:10 UTC
Aufmerksamkeit:
2022-02-05 21:04 UTC
[PATCH] m68k: cmpxchg: Dereference matching size
2022-02-03 16:42 UTC (3+ messages)
[PATCH] m68k: m5441x: remove erroneous clock disable
2022-02-02 18:35 UTC
[geert-m68k:master] BUILD SUCCESS 69170eb5efdbb948ed90c0cc1438e6de21fe5cbe
2022-02-01 2:37 UTC
[PATCH v10 0/3] Add kernel seccomp support for m68k
2022-01-28 6:51 UTC (6+ messages)
` [PATCH v10 1/3] m68k/kernel - wire up syscall_trace_enter/leave "
` [PATCH v10 2/3] m68k/kernel - check syscall_trace_enter() return code on m68k
` [PATCH v10 3/3] m68k: add kernel seccomp support
[PATCH v3 0/9] Hardening page _refcount
2022-01-27 19:42 UTC (10+ messages)
` [PATCH v3 1/9] mm: add overflow and underflow checks for page->_refcount
[PATCH v5 00/21] Introduce power-off+restart call chain API
2022-01-27 14:39 UTC (4+ messages)
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).