Commit graph

  • 2e7491f605 kern: delete creation time field from KProcess Michael Scire 2023-02-21 13:51:56 -0700
  • 08672fd422 kern: add InfoType_IoRegionHint Michael Scire 2023-02-21 13:28:14 -0700
  • adfaee0f46 kern: refactor priority inheritance to represent locks as C++ objects Michael Scire 2023-02-21 13:15:01 -0700
  • 4f6ecf138b kern: remove unnecessary interrupt disables from arbiter/condvar Michael Scire 2023-02-21 10:58:02 -0700
  • 819f7edc70 kern: KConditionVariable::SignalToAddress now emits dmb before userspace write Michael Scire 2023-02-21 10:42:24 -0700
  • 709e1969bb kern: refactor init (kill identity map, merge cpu on logic) Michael Scire 2023-02-21 10:38:48 -0700
  • 42e6c1fd59 kern: use variable-count parameter arrays for DebugEvents Michael Scire 2023-02-21 09:16:15 -0700
  • 89f8bee3b6 kern: update KSystemControl::InitializePhase1, dynamically scale 39-bit address space regions Michael Scire 2023-02-21 08:53:17 -0700
  • afa4a50d99 kern: update for new ChangePermissions page table operation Michael Scire 2023-02-21 08:39:21 -0700
  • 1690cfd766 kern: adjust pool allocations Michael Scire 2023-02-21 08:16:39 -0700
  • b484f27530 kern: simplify KSchedulerLock::Lock Michael Scire 2023-02-21 08:08:08 -0700
  • 88520f8b6a kern: allow QueryIoMapping to find Static mappings Michael Scire 2023-02-21 08:06:12 -0700
  • ba483dea8a kern: update UnmapIoRegion for new Mapping_Memory handling Michael Scire 2023-02-21 08:02:59 -0700
  • 8eef019e3d kern: use tree for IoPool regions instead of list Michael Scire 2023-02-21 07:54:57 -0700
  • b7846247aa kern: optimize userspace access asm to use cheaper instruction in io memory loops Michael Scire 2023-02-21 03:25:55 -0700
  • 154d61f55f kern: use different psr masks for 64 and 32-bit El0 threads Michael Scire 2023-02-21 03:20:49 -0700
  • fd7a93a15f kern: increase stack parameter size by 0x10 Michael Scire 2023-02-21 03:15:09 -0700
  • 3a5f406c5f kern: update scheduler for new switch count tracking logic Michael Scire 2023-02-21 03:12:17 -0700
  • 8176f085f1 gpio: really not sure how this works before, lol Michael Scire 2023-01-30 23:13:45 -0700
  • 7a69f2f062 kern/pm: only steal 8 MB from applet. Michael Scire 2023-01-24 19:54:28 -0700
  • 32b590e7ab git subrepo push libraries 1.4.1 Michael Scire 2023-01-24 14:39:54 -0700
  • 590f22933d docs/ams: bump version to 1.4.1 Michael Scire 2023-01-24 14:39:06 -0700
  • 0dd071b279 romfs: thank you fire emblem, very cool (closes #2021) Michael Scire 2023-01-24 14:07:50 -0700
  • f1132fbf5a romfs: push clobber fix missed by git add Michael Scire 2023-01-24 14:03:54 -0700
  • 9cd57b6c61 romfs: reduce peak allocation sizes by enabling intermediate context frees Michael Scire 2023-01-24 14:01:38 -0700
  • bf66e40a7b Update ReSwitched Team URL 0x8ff 2023-01-20 18:51:40 -0800
  • 2402c032a4
    Update ReSwitched Team URL 0x8ff 2023-01-20 18:51:40 -0800
  • 77cc53227a sdmmc: fix wrong mode select for GcAsic(Fpga)Speed Michael Scire 2023-01-19 21:47:19 -0700
  • 59a295db79 sdmmc: fix missing call to GetSdStatus at non-uhsi mode Michael Scire 2023-01-19 21:44:44 -0700
  • bfcce80bd9
    Update README.md tomvita 2022-12-30 16:44:36 -0800
  • e4b9930bf3 kern: fix unnecessarily strong load in aligned spinlock Michael Scire 2022-12-25 01:56:23 -0700
  • 04c9004e05 erpt: fix multiple issues with automatic report cleanup (thanks @yellows8) Michael Scire 2022-12-13 01:08:13 -0700
  • 1f8798ace7 kern: fix GetProcessId wrong result on invalid parameter Michael Scire 2022-12-04 13:40:44 -0700
  • cd4197a90e
    Update ams_api_version.h archbox 2022-11-04 20:23:18 +0000
  • ff7a80e592 dmnt: allow string termination to end a toggle (closes #1980) Michael Scire 2022-10-28 14:14:38 -0700
  • e3ace4be15 exo: fix MemoryArrange enum typo Michael Scire 2022-10-19 15:18:08 -0700
  • 36a33617a4 git subrepo push libraries 1.4.0-release 1.4.0 Michael Scire 2022-10-18 11:11:09 -0700
  • 8ce4f19615 ncm: update enums, refactor comparison operators Michael Scire 2022-10-18 11:10:17 -0700
  • 05fee5d53c fusee: fix 15.x exFAT nogc patch Michael Scire 2022-10-16 15:45:47 -0700
  • f88606fbc1 gdbstub: fix reading module name for homebrew Michael Scire 2022-10-15 15:13:05 -0700
  • e580c3970c git subrepo push libraries Michael Scire 2022-10-12 09:16:51 -0700
  • 2603136e8b ams: add changelog for 1.4.0 Michael Scire 2022-10-12 09:14:10 -0700
  • 3d3f8629af loader: update usb3 enable patches for 15.0.0 Michael Scire 2022-10-12 08:59:48 -0700
  • d178ea368a lr: new AOC commands use MapAlias for paths... Michael Scire 2022-10-12 01:47:57 -0700
  • b444385762 git subrepo push emummc Michael Scire 2022-10-12 00:55:41 -0700
  • 0c3f1bed33 emummc: update for 15.0.0 Michael Scire 2022-10-12 00:53:34 -0700
  • bf4fdf6188 kern: update for new exception flag semantics Michael Scire 2022-10-12 00:50:03 -0700
  • 13238fc4fd kern: use slab allocated KSessionRequest dynamic mappings Michael Scire 2022-10-12 00:36:32 -0700
  • e7a1e0fee2 kern: implement Svc(Un)MapInsecureMemory Michael Scire 2022-10-11 23:44:22 -0700
  • 5a918f3bc9 kern: move SecureAppletMemory/KPageBuffer heap into the ResourceRegion Michael Scire 2022-10-11 23:14:15 -0700
  • ea82889e6c kern: increase stack region size when thread resource limit is increased Michael Scire 2022-10-11 22:52:09 -0700
  • 7f2cbba543 kern: Implement new PageTable operations/PhysicalMemory reference semantics Michael Scire 2022-10-11 22:37:43 -0700
  • 5ee7d8a5ed kern: update for new device map semantics Michael Scire 2022-10-11 22:22:11 -0700
  • 947fdcf6f6 kern: merge/simplify KInterruptEventTask into KInterruptEvent Michael Scire 2022-10-11 21:49:39 -0700
  • 2e73f33eb0 kern: implement K(Secure)SystemResource Michael Scire 2022-10-11 21:32:56 -0700
  • 752704a798 kern: update handle table init Michael Scire 2022-10-11 20:50:32 -0700
  • d00406e089 os: update os namespace for 15.0.0, loader/ro: update to use csrng, spl: bump max sessions Michael Scire 2022-10-11 20:15:33 -0700
  • dddb5bfdea boot2: launch new eth sysmodule after bsdsockets Michael Scire 2022-10-11 15:47:29 -0700
  • ed0572bd53 erpt: update IDs for 15.0.0 Michael Scire 2022-10-11 15:38:25 -0700
  • b3bbc99cfb ams.mitm: fix up ContentInfo construction Michael Scire 2022-10-11 15:38:18 -0700
  • 0ebbbc839f fusee/exo: fix up dram id names/mappings Michael Scire 2022-10-11 15:37:45 -0700
  • 275c0234cb exo: add new dram ids hexkyz 2022-10-11 23:22:17 +0100
  • 427130a122 ncm: update for new add on content/attr changes Michael Scire 2022-10-11 15:09:11 -0700
  • ef07964ea0 fusee: update sdram handling for 15.0.0 hexkyz 2022-10-11 21:36:46 +0100
  • e1aff401ba lr: add support for location resolver disable commands Michael Scire 2022-10-11 10:47:40 -0700
  • 05de5538d6 ncm: GetContentAccessibilities, GetContentInfo* Michael Scire 2022-10-11 10:38:43 -0700
  • 9929517a83 fusee/exo: enum support for 15.0.0 Michael Scire 2022-10-10 21:33:33 -0700
  • 545765d167 ams/fuse: update version numbers, update DramId read logic Michael Scire 2022-10-10 21:12:26 -0700
  • 7f552febea ams: add changelog for 1.4.0 Michael Scire 2022-10-12 09:14:10 -0700
  • 6d1254452f loader: update usb3 enable patches for 15.0.0 Michael Scire 2022-10-12 08:59:48 -0700
  • cd2a6f6b89 lr: new AOC commands use MapAlias for paths... Michael Scire 2022-10-12 01:47:57 -0700
  • 44e2e0a9b6 git subrepo push emummc Michael Scire 2022-10-12 00:55:41 -0700
  • 99f6a96845 emummc: update for 15.0.0 Michael Scire 2022-10-12 00:53:34 -0700
  • c2b308d1d5 kern: update for new exception flag semantics Michael Scire 2022-10-12 00:50:03 -0700
  • 0b73e244b0 kern: use slab allocated KSessionRequest dynamic mappings Michael Scire 2022-10-12 00:36:32 -0700
  • 7538f28e62 kern: implement Svc(Un)MapInsecureMemory Michael Scire 2022-10-11 23:44:22 -0700
  • 49381fa63e kern: move SecureAppletMemory/KPageBuffer heap into the ResourceRegion Michael Scire 2022-10-11 23:14:15 -0700
  • 56036d721e kern: increase stack region size when thread resource limit is increased Michael Scire 2022-10-11 22:52:09 -0700
  • 3e61b4b93d kern: Implement new PageTable operations/PhysicalMemory reference semantics Michael Scire 2022-10-11 22:37:43 -0700
  • 7af7a7b906 kern: update for new device map semantics Michael Scire 2022-10-11 22:22:11 -0700
  • 0d256000c3 kern: merge/simplify KInterruptEventTask into KInterruptEvent Michael Scire 2022-10-11 21:49:39 -0700
  • 1e6edd35c8 kern: implement K(Secure)SystemResource Michael Scire 2022-10-11 21:32:56 -0700
  • 61d043c947 kern: update handle table init Michael Scire 2022-10-11 20:50:32 -0700
  • ac984d3276 os: update os namespace for 15.0.0, loader/ro: update to use csrng, spl: bump max sessions Michael Scire 2022-10-11 20:15:33 -0700
  • 29b9bab7c6 boot2: launch new eth sysmodule after bsdsockets Michael Scire 2022-10-11 15:47:29 -0700
  • 905ae706fb erpt: update IDs for 15.0.0 Michael Scire 2022-10-11 15:38:25 -0700
  • ab0e6eaca1 ams.mitm: fix up ContentInfo construction Michael Scire 2022-10-11 15:38:18 -0700
  • ab74f1d54e fusee/exo: fix up dram id names/mappings Michael Scire 2022-10-11 15:37:45 -0700
  • e6e9daf460
    exo: add new dram ids hexkyz 2022-10-11 23:22:17 +0100
  • 7eecb9da73 ncm: update for new add on content/attr changes Michael Scire 2022-10-11 15:09:11 -0700
  • e32d03e83a
    fusee: update sdram handling for 15.0.0 hexkyz 2022-10-11 21:36:46 +0100
  • be0343dccc lr: add support for location resolver disable commands Michael Scire 2022-10-11 10:47:40 -0700
  • 1a6acd9c36 ncm: GetContentAccessibilities, GetContentInfo* Michael Scire 2022-10-11 10:38:43 -0700
  • 91696f985a fusee/exo: enum support for 15.0.0 Michael Scire 2022-10-10 21:33:33 -0700
  • f10050b763 ams/fuse: update version numbers, update DramId read logic Michael Scire 2022-10-10 21:12:26 -0700
  • df0faf512a
    Update README.md YuanBanban 2022-10-06 22:24:46 +0800
  • a911e902de
    Update README.md YuanBanban 2022-10-06 22:24:23 +0800
  • a5e6d79b9f
    Add files via upload YuanBanban 2022-10-06 22:21:01 +0800
  • 8d9e3f2a31 boot: fix ChargerDriver inititalization correctness (thanks @CTCaer) Michael Scire 2022-09-16 15:34:38 -0700
  • 28f0940c58 diag: fix process name cache Michael Scire 2022-08-11 14:19:20 -0700