aboutsummaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lineage-19.1' of https://github.com/TARKZiM/android_kernel_htc_...Julian Veit2022-08-254-1/+33
|\
| * BACKPORT random: replace non-blocking pool with a Chacha20-based CRNGnyyu2022-08-252-0/+30
| * locking: Various static lock initializer fixesThomas Gleixner2022-08-251-1/+1
| * random: add_hwgenerator_randomness() for feeding entropy from devicesTorsten Duwe2022-08-251-0/+2
* | Merge https://github.com/TARKZiM/android_kernel_htc_msm8974 into HEADJulian Veit2022-08-198-70/+2074
|\|
| * lib/crc: Move polynomial definition to separate headerKrzysztof Kozlowski2022-07-131-0/+20
| * lib/lz4: remove back-compat wrappersSven Schmidt2022-07-131-69/+0
| * lib: update LZ4 compressor moduleSven Schmidt2022-07-131-66/+696
| * drivers: misc: Add time_helper driversTARKZiM2021-09-031-0/+14
| * drivers: i2c: Import missing drivers and configTARKZiM2021-09-022-0/+250
| * input: touchscreen: Import Himax 852xD driversTARKZiM2021-09-021-0/+305
| * a5: Updates from M kernelWilli Ye2021-09-022-0/+854
| * Merge https://github.com/LineageOS/android_kernel_htc_msm8974 into lineage-18.1TARKZiM2021-08-1824-70/+429
| |\
| | * ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2021-03-041-0/+2
| | * ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2021-03-041-0/+2
| | * sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov2021-03-042-1/+3
| | * xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2021-03-041-0/+3
| | * xfrm: removes a superfluous check and add a statisticLi RongQing2021-03-041-0/+1
| | * tcp: TCP Small QueuesEric Dumazet2021-03-041-0/+9
| | * mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2021-03-042-3/+6
| | * locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton2021-03-041-1/+1
| | * locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton2021-03-041-4/+6
| | * locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"Jeff Layton2021-03-041-0/+1
| | * locks: rename locks_remove_flock to locks_remove_fileJeff Layton2021-03-041-2/+2
| | * mm: new shrinker APIDave Chinner2020-12-111-9/+29
| | * vmscan: remove obsolete shrink_control commentMinchan Kim2020-12-111-1/+0
| | * include/linux/mm.h: add PAGE_ALIGNED() helperAndrew Morton2020-12-111-0/+3
| | * mm: keep page cache radix tree nodes in checkJohannes Weiner2020-12-111-1/+7
| | * list_lru: dynamically adjust node arraysGlauber Costa2020-12-111-11/+2
| | * list_lru: remove special case function list_lru_dispose_all.Glauber Costa2020-12-111-17/+0
| | * list_lru: per-node APIGlauber Costa2020-12-111-5/+34
| | * list_lru: per-node list infrastructureDave Chinner2020-12-111-5/+18
| | * list: add a new LRU list typeDave Chinner2020-12-111-0/+115
| | * mm: filemap: move radix tree hole searching hereJohannes Weiner2020-12-112-4/+5
| | * mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko2020-12-111-0/+2
| | * mm, oom: reintroduce /proc/pid/oom_adjDavid Rientjes2020-12-111-0/+9
| | * mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2020-12-111-1/+1
| | * vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko2020-12-111-1/+1
| | * mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2020-12-113-2/+19
| | * mm, oom: change type of oom_score_adj to shortDavid Rientjes2020-12-112-5/+5
| | * oom: remove deprecated oom_adjDavidlohr Bueso2020-12-112-12/+0
| | * mm, memcg: move all oom handling to memcontrol.cDavid Rientjes2020-12-112-2/+3
| | * mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes2020-12-112-7/+17
| | * mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes2020-12-111-2/+3
| | * coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2020-12-111-0/+21
| | * mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab2020-12-111-49/+9
| | * Backport minimal compiler_attributes.h to support GCC 9Miguel Ojeda2020-12-021-0/+16
| | * branch-check: fix long->int truncation when profiling branchesMikulas Patocka2020-12-021-1/+1
| | * tracing: Fix freak link error caused by branch tracerArnd Bergmann2020-12-021-1/+1
| | * compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos2020-12-023-6/+1