Skip to content

Releases: acuicultor/Radioactive_kernel_oneplus8

V2.0.5

19 Oct 15:03
Compare
Choose a tag to compare
  • defconfig regenerate (acuicultor) [a6d865f]
  • Revert "scsi: ufs-qcom: Disable pm qos usage" (acuicultor) [789e2d1]
  • Revert "drivers: char: mem: Reroute random fops to urandom" (acuicultor) [1bc741f]
  • Revert "drivers: thermal: Don't qualify thermal polling as high priority" (acuicultor) [79bfac0]
  • init/Kconfig: fix missing code line (acuicultor) [a135642]
  • Revert "drivers: cpuboost: enable and tweak dynamic stune boost" (acuicultor) [6c280fc]
  • Kconfig: enable RELR by default (Kristof Petho) [bd31949]
  • defconfig: Remove FAIR_GROUP_SCHED (Suren Baghdasaryan) [6d89a73]
  • defconfig: remove unnecessary BFQ (Jaegeuk Kim) [877e2f2]
  • treewide: kill dmesg spam v2 (Kristof Petho) [d798a87]
  • net-gro: use ffs() to speedup napi_gro_flush() (Eric Dumazet) [02121b5]
  • ipv6: gro: do not use slow memcmp() in ipv6_gro_receive() (Eric Dumazet) [dca1f59]
  • tcp: clean up STATE_TRACE (Yafang Shao) [725b2f8]
  • tcp: adjust rcv zerocopy hints based on frag sizes (Soheil Hassas Yeganeh) [2b73ee5]
  • tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE (Soheil Hassas Yeganeh) [74b9dfe]
  • net: annotate lockless accesses to sk->sk_pacing_shift (Eric Dumazet) [f1f5938]
  • tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT (Eric Dumazet) [1d2e3bf]
  • tcp: do not try to defer skbs with eor mark (MSG_EOR) (Eric Dumazet) [35d90d5]
  • tcp: minor optimization in tcp ack fast path processing (Yafang Shao) [e4a7254]
  • net_sched: sch_fq: properly set sk->sk_pacing_status (Eric Dumazet) [00b1d64]
  • net_sched: sch_fq: remove one obsolete check in fq_dequeue() (Eric Dumazet) [1d60e8a]
  • net_sched: sch_fq: handle non connected flows (Eric Dumazet) [40dcd6a]
  • net_sched: sch_fq: do not assume EDT packets are ordered (Eric Dumazet) [7ef6d67]
  • tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth (Kevin(Yudong) Yang) [c51ff52]
  • tcp_bbr: clarify that bbr_bdp() rounds up in comments (Luke Hsiao) [7a096b8]
  • net_sched: sch_fq: avoid calling ktime_get_ns() if not needed (Eric Dumazet) [0ea4771]
  • net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flows (Eric Dumazet) [e9d8660]
  • net_sched: sch_fq: add dctcp-like marking (Eric Dumazet) [266dadd]
  • net: ensure correct skb->tstamp in various fragmenters (Eric Dumazet) [bbabd32]
  • netfilter: never get/set skb->tstamp (Florian Westphal) [c3ddd8b]
  • tcp_bbr: adapt cwnd based on ack aggregation estimation (Priyaranjan Jha) [04c8039]
  • tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioning (Priyaranjan Jha) [5f76ff0]
  • tcp: implement coalescing on backlog queue (Eric Dumazet) [21f5324]
  • tcp: take care of compressed acks in tcp_add_reno_sack() (Eric Dumazet) [98082d2]
  • tcp: remove loop to compute wscale (Eric Dumazet) [6be5895]
  • tcp: address problems caused by EDT misshaps (Eric Dumazet) [84ac207]
  • tcp: drop dst in tcp_add_backlog() (Eric Dumazet) [a585f78]
  • tcp: tsq: no longer use limit_output_bytes for paced flows (Eric Dumazet) [8b8d781]
  • tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffies (Eric Dumazet) [c6f8c2c]
  • tcp: refine tcp_tso_should_defer() after EDT adoption (Eric Dumazet) [7bbb400]
  • tcp_bbr: update comments to reflect pacing_margin_percent (Neal Cardwell) [380f14f]
  • tcp: add tcp_reset_xmit_timer() helper (Eric Dumazet) [0ecaf73]
  • tcp_bbr: centralize code to set gains (Neal Cardwell) [e8bbe4b]
  • tcp_bbr: adjust TCP BBR for departure time pacing (Neal Cardwell) [0f718b5]
  • tcp_bbr: fix typo in bbr_pacing_margin_percent (Neal Cardwell) [ac4936a]
  • tcp: optimize tcp internal pacing (Eric Dumazet) [b496de9]
  • net_sched: sch_fq: no longer use skb_is_tcp_pure_ack() (Eric Dumazet) [45e73aa]
  • tcp: mitigate scheduling jitter in EDT pacing model (Eric Dumazet) [6990afe]
  • net: extend sk_pacing_rate to unsigned long (Eric Dumazet) [5885871]
  • tcp: do not change tcp_wstamp_ns in tcp_mstamp_refresh (Eric Dumazet) [61939de]
  • act_mirred: clear skb->tstamp on redirect (Eric Dumazet) [1a0e0a3]
  • tcp/fq: move back to CLOCK_MONOTONIC (Eric Dumazet) [001e012]
  • net_sched: sch_fq: remove dead code dealing with retransmits (Eric Dumazet) [daefd07]
  • tcp: switch tcp_internal_pacing() to tcp_wstamp_ns (Eric Dumazet) [f332c8c]
  • tcp: switch tcp and sch_fq to new earliest departure time model (Eric Dumazet) [eb239f5]
  • tcp: switch internal pacing timer to CLOCK_TAI (Eric Dumazet) [245b83a]
  • tcp: provide earliest departure time in skb->tstamp (Eric Dumazet) [2218bf4]
  • tcp: add tcp_wstamp_ns socket field (Eric Dumazet) [035c582]
  • net_sched: sch_fq: switch to CLOCK_TAI (Eric Dumazet) [ad5b079]
  • tcp: introduce tcp_skb_timestamp_us() helper (Eric Dumazet) [6b29935]
  • ipv6: remove redundant null pointer check before kfree_skb (zhong jiang) [8ba80f1]
  • ipv4: remove redundant null pointer check before kfree_skb (zhong jiang) [a1d462d]
  • drivers: fix a couple oneplus derps (engstk) [1681fb1]
  • cpufreq: schedutil: Relax schedutil up/down rate limit thresholds (acuicultor) [84bab18]
  • cpufreq: schedutil: Hard-code rate-limit thresholds (Sultan Alsawaf) [adbf5fb]

V2.0.2

17 Oct 15:34
Compare
Choose a tag to compare
  • defconfig regenerate (acuicultor) [04ef970]
  • cpufreq: Don't WARN_ON on non-existent cpu (LibXZR) [264aead]
  • defconfig regenerate (acuicultor) [8fcc2c3]
  • scsi: ufs-qcom: Disable pm qos usage (LibXZR) [ddbd8ce]
  • selinux: Allow audit to be disabled (Tyler Nijmeh) [ccdb481]
  • reset hard to 7c7708a

V2.0.0

14 Oct 16:45
Compare
Choose a tag to compare

Initial Android 11 build

V1.1.2

23 Aug 14:17
Compare
Choose a tag to compare
  • arm64: dts: kona-v2-gpu: Overclock to 670mhz (LibXZR) [300324f]
  • display: dsi: Disable logging (LibXZR) [7a000ae]
  • lpm-levels: Nuke minidump (LibXZR) [c75c912]
  • cpuidle: lpm-levels: Remove debug event logging (Danny Lin) [ea39048]
  • block: Do not collect I/O statistics (Tyler Nijmeh) [1f45e6a]
  • drivers: gpu: msm: Only build adreno 6xx part (LibXZR) [03b4836]
  • msm: ipa3: Fix to use the msecs_to_jiffies (Ashok Vuyyuru) [c740753]
  • Makefile: use ccache (acuicultor) [a909664]
  • rcu: fix a performance regression (Yaroslav Furman) [3d9faa4]
  • irq: spurious: Disable IRQ debugging by default (Tyler Nijmeh) [d2c60a5]
  • cpuidle: Do not select menu and ladder governors (Maulik Shah) [4640b43]

V1.0.8

30 Jul 08:03
Compare
Choose a tag to compare

Fine tuned default settings

V1.0.7

23 Jul 14:30
d8c155c
Compare
Choose a tag to compare

Built with Clang 11 and merged latest OnePlus source

V1.0.5

13 Jul 14:51
Compare
Choose a tag to compare

Revert broken/incomplete code from OnePlus source

V1.0.4

11 Jul 09:37
Compare
Choose a tag to compare

Fixed blackscreen issue on calls for OnePlus8 variant, added Dynamic Fsync, EXFAT fs support and removed useless stuff

V1.0.3

10 Jul 10:07
Compare
Choose a tag to compare

Merged latest oneplus commits

V1.0.2

03 Jul 07:05
Compare
Choose a tag to compare

Built with LLD and updated clang 10