Commit Graph

1761 Commits

Author SHA1 Message Date
Ciro Santilli 六四事件 法轮功
333711189d gem5 find code 2021-04-29 01:00:00 +00:00
Ciro Santilli 六四事件 法轮功
64e8add2b8 sequelize sqlite 2021-04-20 01:00:00 +00:00
Ciro Santilli 六四事件 法轮功
461aa04b8b sequelize update 2021-04-08 01:00:00 +00:00
Ciro Santilli 六四事件 法轮功
c7d1528bd7 properly document the china option 2021-04-03 01:00:00 +00:00
Ciro Santilli 六四事件 法轮功
5ec6595e1f gem5: update to 927cd10cb48c73e5a4a092ec42d36674c73892fd
Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/147
m5term terminal input problem.
2021-03-27 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
45513bd2ce docker: small doc improvements 2021-03-27 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
d769513efc Fix ./build-m5 "Do not know how to make File target `build/aarch64/out/m5'"
The correct m5 target is: submodules/gem5/util/m5/build/arm64/out/m5, but
we were using submodules/gem5/util/m5/build/aarch6/out/m5 instead,
presumably this changed on some gem5 version update, and we didn't notice
because artifacts were leftover in the repo due to in-tree build.

Thanks for EE415-20170470 for proposing the patch at:
https://github.com/cirosantilli/linux-kernel-module-cheat/issues/145#issuecomment-787219330

Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/145
2021-03-25 00:00:02 +00:00
Ciro Santilli 六四事件 法轮功
956adffe40 Make the most important dependency mandatory 2021-03-25 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
3aa1a670b7 env.js 2021-03-25 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
0779d471c6 sequelize 2021-03-19 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
6efe2fb4e1 fix kernel version in common.py 2021-02-20 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
78931d9f07 start java 2021-02-14 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
03f1b0816d qemu build userland 2021-01-26 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
f350d28a80 add ninja-build prerequisite to qemu build
https://github.com/cirosantilli/linux-kernel-module-cheat/issues/142
2021-01-18 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
2581068a59 gem5: update to ccee3283341454c4480eadd568b010857a044d1a
Kernel boot 5.9 works on gem5 aarch64 now.
2021-01-15 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
f767ba97de gem5: also pass our custom kernel cli parameters to fs_bitLITTLE 2021-01-08 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
da06e67671 gem5 fs: pass earlycon to show printks console much earlier in boot! 2021-01-08 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
1280325210 init is shown on logs 2021-01-04 00:00:03 +00:00
Ciro Santilli 六四事件 法轮功
d76f5838f5 qemu: update to v5.2.0
Build was failing on Ubuntu 20.10 with:

qemu/docs/qemu-option-trace.rst.inc:4:Malformed option description '[enable=]PATTERN', should look like "opt", "-opt args", "--opt args", "/opt args" or "+opt args"

Likely fixed by: https://www.mail-archive.com/qemu-devel@nongnu.org/msg723079.html
2021-01-04 00:00:02 +00:00
Ciro Santilli 六四事件 法轮功
cf371fed13 fix ./build-qemu --clean
Was failing with:

```
TypeError: clean_pre() takes 1 positional argument but 2 were given
```
2021-01-04 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
00f29e6441 nodejs step debugging 2021-01-04 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
0160d0a076 Rename missing print_argv to command_line_arguments on README
Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/140
2020-12-12 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
b1048d344c stall examples: use underscore instead of hyphen 2020-11-27 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
39073519b1 GoogleTest hello world.
./build and ./test work automatically when cwd is inside userland/libs/XXX
without --package-all.
2020-11-25 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
50570326d4 fix kernel modules build after updating linux to v5.9.2
- `dep.c` and `dep2.c`: `debugfs_create_u32` does not return anymore, not
  sure why:
  https://unix.stackexchange.com/questions/593983/creating-a-debugfs-file-that-is-used-to-read-write-u32-value/621282#621282
  So just doing `debugfs_lookup` for now
- vermagic.c:
  51161bfc66
  prevents its usage in v5.8. Just migrating to `init_utsname` for now
- procfs.c: `struct file_operations` moved to a new `struct proc_ops` at:
  b567e07513
- myprintk.c: `pr_warning` dropped for `pr_warn`:
  61ff72f401
- `poll.c`: `kthread_func` is not defined in kernel, prefix with lkmc to
  avoid conflict

Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/136

Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/137
2020-11-24 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
fa8c2ee521 rule_of_five 2020-11-24 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
2abb994752 stuff 2020-11-20 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
367df352d3 perf_event_open: generalize to multiple events 2020-11-18 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
d4a27987d6 play a bit with the ARM PMU 2020-11-18 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
95430c7c0c custom_iterator 2020-11-10 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
304bf3dbe9 more readme improvements 2020-10-30 00:00:02 +00:00
Ciro Santilli 六四事件 法轮功
5c4683d3d3 linux: update to v5.9.2
buildroot: update to 2020.08.1
2020-10-30 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
fe870c3e64 readme improvements 2020-10-30 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
1cf5222769 gensim: update to official github repo now that they've migrated to git 2020-10-29 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
21d365a0fc m5ops magic addresses 2020-10-27 00:00:02 +00:00
Ciro Santilli 六四事件 法轮功
196d5be280 Allow a custom disk image 2020-10-27 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
f6be232ea8 Build improvements 2020-10-29 00:00:02 +00:00
Ciro Santilli 六四事件 法轮功
a5dcad93b4 fixes 2020-10-29 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
d207848c2d link to some SO questions 2020-10-27 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
ab5ff0c28b sfinae hello world 2020-10-20 03:00:02 +00:00
Ciro Santilli 六四事件 法轮功
6c831c4e66 decltype 2020-10-20 02:00:01 +00:00
Ciro Santilli 六四事件 法轮功
b44ca1e5de fixes 2020-10-29 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
3990333f3d python relative import 2020-10-20 01:00:00 +00:00
Ciro Santilli 六四事件 法轮功
27fc5deefe python unittest find subdirs 2020-10-16 01:00:00 +00:00
Ciro Santilli 六四事件 法轮功
af92b11f82 gem5 eclipse save and restore config files 2020-10-14 01:00:00 +00:00
Ciro Santilli 六四事件 法轮功
f6c3ba7c43 qemu: update to v5.1.0 2020-10-13 13:18:44 +01:00
Ciro Santilli 六四事件 法轮功
066c717aad gem5: use lld as the default linker 2020-10-12 02:00:01 +00:00
Ciro Santilli 六四事件 法轮功
2cfdbf79f2 Add --user to pip install -r requirements.txt
Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/132
2020-10-12 01:00:00 +00:00
Ciro Santilli 六四事件 法轮功
057cc31cd5 gem5 more link benchmarks 2020-10-01 01:00:00 +00:00
Ciro Santilli 六四事件 法轮功
220c3a4344 readme: more before main stuff 2020-09-29 01:00:00 +00:00