aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Factor out the futex_wait() op into linux_futex_wait().Dmitry Chagin2021-07-201-24/+12
* linux(4): Prevent an endless loop.Dmitry Chagin2021-07-201-0/+2
* linux(4): Eliminate bogus comment.Dmitry Chagin2021-07-201-4/+0
* linux(4): Allow musl brand to use FUTEX_REQUEUE op.Dmitry Chagin2021-07-205-20/+43
* linux(4): Factor out the FUTEX_WAKE_OP op into linux_futex_wakeop().Dmitry Chagin2021-07-201-64/+66
* linux(4): Factor out the FUTEX_CMP_REQUEUE op into linux_futex_requeue().Dmitry Chagin2021-07-201-68/+80
* linux(4): Factor out the FUTEX_WAKE op into linux_futex_wake().Dmitry Chagin2021-07-201-12/+22
* linux(4): Factor out the FUTEX_WAIT op into linux_futex_wait().Dmitry Chagin2021-07-201-43/+51
* linux(4): Refactor the struct linux_futex_args.Dmitry Chagin2021-07-201-13/+18
* Split out the arm64 ID field comparison functionAndrew Turner2021-07-191-16/+32
* Start to clean up arm64 address space selectionAndrew Turner2021-07-194-25/+76
* Implement unprivileged chrootEdward Tomasz Napierala2021-07-201-2/+15
* pf: syncookie ioctl interfaceKristof Provost2021-07-203-1/+103
* pf: syncookie supportKristof Provost2021-07-208-32/+492
* pf: factor out pf_synproxy()Kristof Provost2021-07-201-36/+49
* cxgbe(4): Initialize abs_id for ctrl and ofld queues.Navdeep Parhar2021-07-201-0/+2
* e1000: Add missing branch predictionKevin Bowling2021-07-201-1/+1
* e1000: Clean up igb_txrxKevin Bowling2021-07-201-59/+58
* Drop rdivacky@ "All rights reserved" from linux_event.Dmitry Chagin2021-07-202-2/+0
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2021-07-2019-27/+19
* linux(4): Add arch name to the some printfs.Dmitry Chagin2021-07-203-8/+8
* linprocfs: Fixup vDSO name in the procmaps after 9931033bbf.Dmitry Chagin2021-07-201-1/+7
* linux(4): Fixup the vDSO initialization order.Dmitry Chagin2021-07-204-8/+29
* linux(4): Constify vdso install/deinstall.Dmitry Chagin2021-07-203-12/+12
* linux(4); Almost complete the vDSO.Dmitry Chagin2021-07-2023-325/+1952
* linux(4): Modify sv_onexec hook to return an error.Dmitry Chagin2021-07-206-9/+47
* Call sv_onexec hook after the process VA is created.Dmitry Chagin2021-07-201-2/+2
* Remove bogus cast from exec_sysvec_init().Dmitry Chagin2021-07-201-1/+1
* Modify exec_sysvec_init() to allow non-native abi to setup their sysentvecs.Dmitry Chagin2021-07-201-13/+30
* linux(4): Remove function prototypes from the vDSO.Dmitry Chagin2021-07-202-43/+0
* elf: Remove R_RISCV_[GT]PREL_[IS] relocation definesJessica Clarke2021-07-201-4/+0
* nfscl: Send stateid.seqid of 0 for NFSv4.1/4.2 mountsRick Macklem2021-07-201-4/+13
* cxgbei: Don't assert F for data completion PDUs.John Baldwin2021-07-191-3/+0
* cxgbei: Remove invalid assertion.John Baldwin2021-07-191-1/+0
* tcp: fix RACK and BBR when using VIMAGE enabled kernelMichael Tuexen2021-07-191-2/+4
* zfs: Remove zfs-images submoduleEd Maste2021-07-192-3/+0
* acpi: Fix a repeated comment typoJessica Clarke2021-07-193-3/+3
* acpi: Fix a repeated vm_offset_t that should be a vm_size_tJessica Clarke2021-07-193-3/+3
* arm64: std.allwinner: Add aw_sysconEmmanuel Vadot2021-07-191-0/+3
* pf: shrink struct pf_kstateMateusz Guzik2021-07-191-7/+4
* pf: add a comment to pf_kstate concerning compat with pf_state_cmpMateusz Guzik2021-07-191-0/+6
* pf: add a branch prediction to expire state check in pf_find_stateMateusz Guzik2021-07-191-1/+1
* arm: dedup counter(9) address calculationMateusz Guzik2021-07-191-4/+2
* arm: retire bcopyMateusz Guzik2021-07-191-8/+2
* arm: bcmp -> memcmpMateusz Guzik2021-07-192-3/+2
* kenv: allow listing of static kernel environmentsKyle Evans2021-07-192-47/+92
* kern: add an option for preserving the early kenvKyle Evans2021-07-192-0/+12
* arm64: std.allwinner: Fix mismergeEmmanuel Vadot2021-07-181-1/+1
* arm64: Add per SoC family kernel configEmmanuel Vadot2021-07-1835-375/+1133
* arm: TI AM335x fix gpio_pin numbers in lookup table.Oskar Holmlund2021-07-181-13/+13