messages from 2025-08-04 16:44:19 to 2025-09-13 01:01:52 UTC [more...]
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-13 0:37 UTC (21+ messages)
` [PATCH RESEND 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH RESEND 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
` [PATCH RESEND 04/62] init: x86, arm, sh, sparc: remove variable rd_image_start, which controls starting block number of initrd
` [PATCH RESEND 05/62] init: remove "ramdisk_start" command line parameter, "
` [PATCH RESEND 06/62] arm: init: remove special logic for setting brd.rd_size
` [PATCH RESEND 07/62] arm: init: remove ATAG_RAMDISK
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 09/62] arm: init: document rd_start (in param_struct) as obsolete
` [PATCH RESEND 10/62] initrd: remove initrd (initial RAM disk) support
` [PATCH RESEND 11/62] init, efi: remove "noinitrd" command line parameter
` [PATCH RESEND 12/62] init: remove /proc/sys/kernel/real-root-dev
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [PATCH RESEND 14/62] init: m68k, mips, powerpc, s390, sh: remove Root_RAM0
` [PATCH RESEND 15/62] doc: modernize Documentation/admin-guide/blockdev/ramdisk.rst
` [PATCH RESEND 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
` [PATCH RESEND 18/62] doc: modernize Documentation/driver-api/early-userspace/early_userspace_support.rst
` [PATCH RESEND 19/62] init: remove mentions of "ramdisk=" command line parameter
` [PATCH RESEND 20/62] doc: remove Documentation/power/swsusp-dmcrypt.rst
[PATCH 00/62] initrd: remove classic initrd support
2025-09-12 22:38 UTC (4+ messages)
` [PATCH 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
2025-09-12 6:23 UTC (2+ messages)
[PATCH] m68k: bitops: Fix find_*_bit() signatures
2025-09-10 15:39 UTC (2+ messages)
[PATCH v2 1/1] hung_task: fix warnings caused by unaligned lock pointers
2025-09-10 11:57 UTC (19+ messages)
[geert-m68k:master] BUILD SUCCESS 267e0c6d2da10dd807e37e580768e4486b62f37e
2025-09-09 6:05 UTC
[PATCH 0/2] tty: serial: 8250: Rework HP300 serial Kconfig logic
2025-09-08 10:07 UTC (4+ messages)
` [PATCH 1/2] tty: serial: 8250: Move HP300/400 serial Kconfig options
` [PATCH 2/2] tty: serial: 8250: Rework HP300 serial Kconfig logic
[PATCH] m68k: make HPDCA and HPAPCI bools
2025-09-08 9:47 UTC (3+ messages)
[PATCH] atomic: Specify natural alignment for atomic_t
2025-09-06 11:50 UTC (15+ messages)
[PATCH 00/21] gpiolib: fence off legacy interfaces
2025-09-02 12:56 UTC (5+ messages)
` [PATCH 02/21] m68k: coldfire: select legacy gpiolib interface for mcfqspi
` (subset) [PATCH 00/21] gpiolib: fence off legacy interfaces
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-02 11:44 UTC (20+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3
[geert-m68k:master] BUILD SUCCESS 111b17d08c7ce82924dd46ce551c2af7eb056b1d
2025-09-02 6:31 UTC
[PATCH 00/24] PCI: Bridge window selection improvements
2025-09-01 8:38 UTC (31+ messages)
` [PATCH 01/24] m68k/PCI: Use pci_enable_resources() in pcibios_enable_device()
` [PATCH 02/24] sparc/PCI: Remove pcibios_enable_device() as they do nothing extra
` [PATCH 03/24] MIPS: PCI: Use pci_enable_resources()
` [PATCH 04/24] PCI: Move find_bus_resource_of_type() earlier
` [PATCH 05/24] PCI: Refactor find_bus_resource_of_type() logic checks
` [PATCH 06/24] PCI: Always claim bridge window before its setup
` [PATCH 07/24] PCI: Disable non-claimed bridge window
` [PATCH 08/24] PCI: Use pci_release_resource() instead of release_resource()
` [PATCH 09/24] PCI: Enable bridge even if bridge window fails to assign
` [PATCH 10/24] PCI: Preserve bridge window resource type flags
` [PATCH 11/24] PCI: Add defines for bridge window indexing
` [PATCH 12/24] PCI: Add bridge window selection functions
` [PATCH 13/24] PCI: Fix finding bridge window in pci_reassign_bridge_resources()
` [PATCH 14/24] PCI: Warn if bridge window cannot be released when resizing BAR
` [PATCH 15/24] PCI: Use pbus_select_window() during BAR resize
` [PATCH 16/24] PCI: Use pbus_select_window_for_type() during IO window sizing
` [PATCH 17/24] PCI: Rename resource variable from r to res
` [PATCH 18/24] PCI: Use pbus_select_window() in space available checker
` [PATCH 19/24] PCI: Use pbus_select_window_for_type() during mem window sizing
` [PATCH 20/24] PCI: Refactor distributing available memory to use loops
` [PATCH 21/24] PCI: Refactor remove_dev_resources() to use pbus_select_window()
` [PATCH 22/24] PCI: Add pci_setup_one_bridge_window()
` [PATCH 23/24] PCI: Pass bridge window to pci_bus_release_bridge_resources()
` [PATCH 24/24] PCI: Alter misleading recursion "
[gerg-m68knommu:dt 11/14] kismet: WARNING: unmet direct dependencies detected for OF_EARLY_FLATTREE when selected by BUILTIN_DTB
2025-08-30 8:24 UTC
[PATCH net-next] net: phy: fixed: let fixed_phy_add always use addr 0 and remove return value
2025-08-27 0:40 UTC (4+ messages)
[PATCH v2 0/3] floppy: A couple of cleanups
2025-08-26 13:32 UTC (7+ messages)
` [PATCH v2 1/3] floppy: Remove unused CROSS_64KB() macro from arch/ code
` [PATCH v2 2/3] floppy: Replace custom SZ_64K constant
` [PATCH v2 3/3] floppy: Sort headers alphabetically
[geert-m68k:master] BUILD SUCCESS 935846450801c685f73e5b5ee9cfd757b0bc1f9f
2025-08-26 7:00 UTC
[PATCH v5 2/3] hung_task: show the blocker task if the task is hung on semaphore
2025-08-26 5:16 UTC (21+ messages)
` [PATCH 1/1] hung_task: fix warnings caused by unaligned lock pointers
` [PATCH 1/1] hung_task: fix warnings by enforcing alignment on lock structures
[PATCH 2/3] hung_task: extend hung task blocker tracking to rwsems
2025-08-22 8:25 UTC (3+ messages)
v6.16 console issues on Atari Falcon
2025-08-22 7:41 UTC (3+ messages)
[geert-m68k:master] BUILD SUCCESS 67bd9b55f41ea6a9600205c905718299f117520e
2025-08-19 2:07 UTC
[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
2025-08-15 16:41 UTC (21+ messages)
` [PATCH 01/17] KUnit: Introduce ffs()-family tests
` [PATCH 05/17] powerpc: Add __attribute_const__ to ffs()-family implementations
` [PATCH 08/17] hexagon: "
` [PATCH 09/17] riscv: "
` [PATCH 10/17] openrisc: "
` [PATCH 11/17] m68k: "
` [PATCH 12/17] mips: "
` [PATCH 13/17] parisc: "
` [PATCH 14/17] s390: "
` [PATCH 15/17] xtensa: "
` [PATCH 16/17] sparc: "
` [PATCH 17/17] KUnit: ffs: Validate all the __attribute_const__ annotations
[gerg-m68knommu:armnommu 3/3] include/linux/compiler_types.h:572:38: error: call to '__compiletime_assert_547' declared with attribute error: BUILD_BUG_ON failed: sizeof(priv_tbl->probs) % 16
2025-08-15 12:23 UTC
[geert-m68k:master] BUILD SUCCESS 67ba21aae070af9f9be9f618585a38aa184f54d5
2025-08-12 6:13 UTC
[PATCH] m68k: defconfig: Update defconfigs for v6.17-rc1
2025-08-11 9:30 UTC
[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
2025-08-10 21:12 UTC (2+ messages)
[PATCH] m68k: Add target for lz4 compressed vmlinux
2025-08-10 9:21 UTC (6+ messages)
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