aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-06-29x86: add architecture enabled ps_shr()Luis R. Rodriguez1-0/+1
2016-06-29synth: add partially static shift right demoLuis R. Rodriguez1-0/+1
2016-06-27drivers/synth: add initial synthetic "or" function using section rangesLuis R. Rodriguez1-0/+3
2016-06-23sections.h: add generic section declarationLuis R. Rodriguez1-0/+1
2016-06-23acme: port acme to proper Linux kernel built-in driverLuis R. Rodriguez1-1/+1
2016-06-23x86: update to account for feedbackLuis R. Rodriguez1-2/+2
2016-06-23start_kernel: move to kernel/main.cLuis R. Rodriguez1-1/+1
2016-06-23workqueue: add workqueue supportLuis R. Rodriguez1-0/+1
2016-06-23spinlock: add spinlock supportLuis R. Rodriguez1-0/+1
2016-06-23mutex: add initial mutex supportLuis R. Rodriguez1-0/+2
2016-06-23ranges: add initial kprobes demoLuis R. Rodriguez1-0/+2
2016-05-25linker-table: add sections.h and port all code to v2 RFC linker tableLuis R. Rodriguez1-5/+2
2016-05-25arch/x86/kernel/vmlinux.lds.S: allow preprocessor use on linker scriptLuis R. Rodriguez1-4/+10
2016-02-12table.h/pci: add suggested style of linker tables and exampleLuis R. Rodriguez1-0/+1
2016-02-11sort-init.c: move to arch/x86/kernel/sort-init.cLuis R. Rodriguez1-1/+1
2016-02-11custom.lds.S: rename to arch/x86/kernel/vmlinux.lds.SLuis R. Rodriguez1-1/+1
2016-02-11x86.c: move to arch/x86/kernel/head64.cLuis R. Rodriguez1-1/+1
2016-02-11init.c: place as it would be upstreamLuis R. Rodriguez1-1/+1
2016-02-11include: use Linux header pathsLuis R. Rodriguez1-0/+1
2016-02-11init: define strong semanticsLuis R. Rodriguez1-0/+13
2016-02-11Makefile: fix parse-bzimage targetLuis R. Rodriguez1-1/+1
2016-02-11parse-bzimage: add bzimage parserLuis R. Rodriguez1-2/+5
2016-02-11make x86 code stand outLuis R. Rodriguez1-0/+2
2016-02-11add simple xen simulation frameworkLuis R. Rodriguez1-0/+2
2016-02-11Makefile: move objects into a variableLuis R. Rodriguez1-2/+4
2016-02-11rename custom.lds to custom.lds.SLuis R. Rodriguez1-1/+1
2016-02-11rename foo.c to kasan.cLuis R. Rodriguez1-1/+1
2016-02-11sort-init.c: addLuis R. Rodriguez1-1/+1
2016-02-11simulate a PCI bus and driver and annotate dependencyLuis R. Rodriguez1-1/+2
2016-02-11init: add depend hook and sort routinesLuis R. Rodriguez1-0/+1
2016-02-11init: add late init supportLuis R. Rodriguez1-0/+1
2016-02-11Add dedicated .tbl sectionLuis R. Rodriguez1-1/+0
2016-02-11add linker scriptLuis R. Rodriguez1-0/+2
2016-02-11Add sample use case for userspaceLuis R. Rodriguez1-0/+28