Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-15 | system/easy-kernel: check for NEW config. fixes #1316. | Zach van Rijn | 1 | -0/+11 | |
2025-01-04 | system/easy-kernel: Roll-up of misc config fixes | A. Wilcox | 4 | -35/+25 | |
ppc: Disable VMAP_STACK. See https://lore.kernel.org/lkml/20230926010159.0f25161c@yea/. ppc: Disable radeonfb and nvidiafb, they conflict with radeon/nouveau. ppc and ppc64: Disable ofdrm so offb works again, otherwise we miss early boot messages on Power Mac and Talos systems. ppc64: Disable ips, as it is not a Power SCSI adaptor and causes kernel taint because it only supports x86 and Itanium. pmmx: Enable more PS2 mice support, to match x86_64 config. Closes: #396 | |||||
2024-12-04 | system/easy-kernel: Depend on elfutils | A. Wilcox | 1 | -1/+1 | |
Needed for x86_64, at least. | |||||
2024-11-30 | system/easy-kernel: fix checksum. | Zach van Rijn | 1 | -1/+1 | |
2024-11-29 | system/easy-kernel: Additional platform fixes | A. Wilcox | 3 | -4/+20 | |
* Add bsdtar.patch to patches. * x86_64/pmmx: Disable SimpleFB which caused EFI computers to break. * pmmx: Update config for latest compiler. | |||||
2024-11-29 | system/easy-kernel: Fixes for x86_64 | A. Wilcox | 3 | -2/+40 | |
* Config updated to reflect elfutils availability. * Patch tar call to work on bsdtar. | |||||
2024-11-29 | system/easy-kernel: Update to 6.6.58-mc2 | A. Wilcox | 27 | -65943/+513869 | |
Includes oldconfigs for all arches, but only tested on ppc64 so far. | |||||
2024-11-29 | system/easy-kernel: Don't remove source symlink | A. Wilcox | 1 | -1/+0 | |
It doesn't appear to exist by default any more, so we don't need to remove it. | |||||
2024-11-29 | system/easy-kernel: Update to 6.6.6-mc1 | A. Wilcox | 30 | -823268/+88018 | |
2023-10-31 | system/easy-kernel: Add Wireguard module to x86_64 | A. Wilcox | 2 | -8/+12 | |
Reported-by: @djt | |||||
2023-10-26 | system/easy-kernel: Add RTC support for aarch64 | A. Wilcox | 2 | -85/+94 | |
Adds modules for most RTCs supported on arm64. We also now build-in RTC_EFI, which should grab most of the server-class boards. | |||||
2023-10-25 | system/easy-kernel: Config update for new binutils | A. Wilcox | 4 | -11/+46 | |
The new binutils version allows more options on aarch64, pmmx, and x86_64. Configure them so that native builders don't have `oldconfig` output. Fixes: #1091, #1092, #1094 | |||||
2023-10-24 | system/easy-kernel: ppc64: Add more net drivers | A. Wilcox | 2 | -116/+211 | |
Add more network drivers to the ppc64 config. Requested by @djt. | |||||
2023-10-24 | system/easy-kernel: Remove MPC512x and 83xx | A. Wilcox | 2 | -44/+8 | |
These eval boards set config options that cause pata-macio to panic on Power Macintosh systems. Right now, the Power Mac is a significantly more important target for us. The eval board support was new for 5.15 anyway, which hasn't been shipped to any users yet. | |||||
2023-10-03 | system/easy-kernel: Update to 5.15.132-mc6 | A. Wilcox | 17 | -12470/+238862 | |
* Adds exFAT module to all architectures. * Adds Hyper-V guest support to aarch64. * Fixes audio output issues on some PowerBook models. | |||||
2023-04-02 | system/easy-kernel: Update to 5.15.98-mc4 | A. Wilcox | 12 | -14387/+143587 | |
Also reconfigure all eight architectures for oldconfig. | |||||
2022-11-26 | system/easy-kernel: Update Arm64 config | A. Wilcox | 2 | -92/+45 | |
There are more errata workarounds available, so we enable them. | |||||
2022-11-26 | system/easy-kernel: Update PPC config | A. Wilcox | 1 | -82/+41 | |
Support for stack protector has been added for ppc, so we enable that. | |||||
2022-11-26 | system/easy-kernel: Update to 5.15.76-mc3 | A. Wilcox | 5 | -8388/+195434 | |
2022-10-21 | system/easy-kernel: Update to 5.15.44-mc2 | Horst G. Burkhardt | 7 | -42180/+99618 | |
2022-05-01 | system/easy-kernel: make 'mkimage' missing not a fatal error. fixes #599. | Zach van Rijn | 2 | -1/+16 | |
2022-05-01 | system/easy-kernel: Update configs | A. Wilcox | 5 | -543/+1165 | |
2022-05-01 | system/easy-kernel: Update configs for 5.15 | A. Wilcox | 4 | -935/+2407 | |
Updates the m68k, 32-bit PowerPC, and SPARC64 configs. | |||||
2022-05-01 | system/easy-kernel: backport Project C changes for 5.15.27-breaking changes. ↵ | Zach van Rijn | 2 | -1/+128 | |
fixes #540. | |||||
2022-05-01 | system/easy-kernel: add linux-headers subpackage back (and drop package). ↵ | A. Wilcox | 2 | -2/+38 | |
fixes #535. | |||||
2022-05-01 | system/easy-kernel: Update 5.15 kernel config for x86_64 | A. Wilcox | 2 | -15/+11 | |
2022-05-01 | system/easy-kernel: Update 5.15 kernel config for aarch64 | A. Wilcox | 2 | -757/+2306 | |
2022-05-01 | system/easy-kernel: Update patchset to 5.15.28 | A. Wilcox | 8 | -80415/+174452 | |
* Adds x86 compilation patch from Laurent * Update ProjectC patch to sync with upstream cputime changes * Update PPC64 config for new option knob | |||||
2022-05-01 | system/easy-kernel: Replace with 5.15 test-kernel | A. Wilcox | 21 | -1210/+130757 | |
2021-10-24 | system/easy-kernel: Update checksum for ppc32 config | A. Wilcox | 1 | -1/+1 | |
2021-04-11 | Unset CONFIG_ADB_PMU_LED_DISK for ppc. | Hill Ma | 1 | -1/+1 | |
2020-09-22 | system/easy-kernel: Add modprobe configuration for fb modules | A. Wilcox | 2 | -1/+27 | |
2020-09-19 | system/easy-kernel: Unify network driver options | Samuel Holland | 9 | -182/+273 | |
2020-09-19 | system/easy-kernel: Unify block/SCSI/md/dm options | Samuel Holland | 8 | -535/+424 | |
2020-09-19 | system/easy-kernel: Add a config for armv7 | Samuel Holland | 2 | -0/+7533 | |
2020-09-19 | system/easy-kernel: bump to 5.4.66 | Samuel Holland | 6 | -451/+16 | |
2020-08-09 | system/easy-kernel: Enable more DRM options on 32-bit systems | A. Wilcox | 3 | -13/+42 | |
2020-07-20 | Merge branch 'new/easy-boot' into 'master' | A. Wilcox | 1 | -1/+1 | |
Adjust existing boot-related triggers and add one for dracut See merge request adelie/packages!485 | |||||
2020-07-19 | Merge branch 'fix/x1c7-touchpad' into 'master' | A. Wilcox | 3 | -12/+186 | |
[RFC] system/easy-kernel: fix support for X1C7 touchpad See merge request adelie/packages!454 | |||||
2020-07-11 | system/easy-kernel: depend on kernel-boot | Max Rees | 1 | -2/+2 | |
2020-07-08 | system/easy-kernel: patch a few macintosh thermal issues (#283) | Max Rees | 4 | -2/+425 | |
2020-05-28 | system/easy-kernel: fix support for X1C7 touchpad | Max Rees | 3 | -13/+187 | |
2020-04-17 | system/easy-kernel: enable 9P support (#250) | Max Rees | 8 | -15/+29 | |
2020-02-27 | system/easy-kernel: CONFIG_INPUT_UINPUT=y | A. Wilcox | 8 | -19/+86 | |
2019-12-28 | system/easy-kernel: Two minor fixes | A. Wilcox | 2 | -14/+30 | |
1. Fix syntax for uapi/sound/asound.h. Otherwise, alsa-lib FTBFS. 2. Initial support for persistent, builder-storage-only mod signing key. | |||||
2019-12-22 | system/{easy-kernel,musl}: fix struct iphdr UAPI thing | A. Wilcox | 2 | -1/+50 | |
2019-12-22 | system/easy-kernel: return kernel.h hack for gcc-go and others | A. Wilcox | 2 | -1/+22 | |
2019-12-20 | system/easy-kernel: parts 1-2 of common config | Samuel Holland | 8 | -1609/+2994 | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2019-12-19 | system/easy-kernel: bump to 5.4.5 | Samuel Holland | 11 | -5875/+9912 | |
Just an olddefconfig. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2019-10-14 | system/easy-kernel: Bump to 4.14.149-mc16 | Samuel Holland | 8 | -28/+44 | |