Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ntsync wine #10

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
04d40cc
mm: checkout to https://github.com/pwnrazr/kernel_raphael_sm8150/tree…
onettboots May 29, 2024
36e3cde
Revert "irq/irq_sim: add irq_set_type() callback"
onettboots May 29, 2024
5b5c3f1
Revert "irq/irq_sim: Store multiple interrupt offsets in a bitmap"
onettboots May 29, 2024
3866ad4
Revert "arm64: Kconfig: Select PGTABLE_MAPPING"
onettboots May 29, 2024
4f2bc4f
arm64: dts: sm8150-v2: level up 1 step to get reall configs
onettboots May 29, 2024
0fe21c0
Reapply "drivers: arch_topology: wire up thermal limit for arch_scale…
onettboots May 29, 2024
c719ec1
defconfig: regen
onettboots May 29, 2024
5c924b5
ipa3: fixups build when CONFIG_PCI disabled
onettboots May 30, 2024
a9d6270
Revert "binder: fixups for apply patch to binder: Checkout to android…
onettboots May 30, 2024
bca200a
Revert "binder: Extend kmem_cache to binder_task_work_cb and binder_t…
onettboots May 30, 2024
12c36fb
Revert "binder: Reserve caches for small, high-frequency memory alloc…
onettboots May 30, 2024
b090311
Revert "binder: Avoid redundant zeroing of twcb and fixup"
onettboots May 30, 2024
2f88baf
Revert "binder: Set binder_(alloc_)debug_mask=0 to suppress logging"
onettboots May 30, 2024
f452323
Revert "binder: Stub out debug prints by default"
onettboots May 30, 2024
e52f6c0
Revert "binder: Fix 5.10 binder compilation on 4.14"
onettboots May 30, 2024
dc85d65
Revert "binder: Checkout to `android13-5.10-lts`"
onettboots May 30, 2024
4dbce48
Squashed 'drivers/kernelsu/' changes from f381e324346f..b766b98513b5
onettboots May 30, 2024
02c991a
drivers: kernelsu: update
onettboots May 30, 2024
9a7ea21
drivers: kernelsu: Hardcode DKSU_VERSION to tiann/KernelSU@c62b89f
onettboots May 30, 2024
8182b0a
Revert "Reapply "sched/core: bump TA clamp boosting""
onettboots May 30, 2024
712831f
add ntsync
OpomboMorto May 31, 2024
489547c
add ntsync
OpomboMorto May 31, 2024
a1a6e91
update
OpomboMorto May 31, 2024
6526379
wine ntsync implemented
OpomboMorto May 31, 2024
64abdbe
fix
OpomboMorto May 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
4 changes: 3 additions & 1 deletion Documentation/ioctl/ioctl-number.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ Code Seq#(hex) Include File Comments
'M' 00-0F drivers/video/fsl-diu-fb.h conflict!
'N' 00-1F drivers/usb/scanner.h
'N' 40-7F drivers/block/nvme.c
'O' 00-06 mtd/ubi-user.h UBI
'N' 80-8F uapi/linux/ntsync.h NT synchronization primitives
<mailto:wine-devel@winehq.org>
'O' 00-06 mtd/ubi-user.h UBI
'P' all linux/soundcard.h conflict!
'P' 60-6F sound/sscape_ioctl.h conflict!
'P' 00-0F drivers/usb/class/usblp.c conflict!
Expand Down
1 change: 1 addition & 0 deletions Documentation/userspace-api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ place where this information is gathered.
seccomp_filter
unshare
spec_ctrl
ntsync

.. only:: subproject and html

Expand Down
Loading