Commit Graph

  • 4658f2f718 regen: defconfig (CONFIG_DEFAULT_WESTWOOD) followmsi-13-test followmsi-13 followmsi 2023-04-01 20:31:02 +0200
  • cc37911b8a regen: defconfig followmsi 2023-04-01 10:24:15 +0200
  • a7bf46a8a9 cpufreq-elementalx: update and clean up flar2 2014-03-11 20:21:33 -0400
  • 94e5db7850 make more responsive flar2 2014-01-05 22:30:26 -0500
  • 2a0300fbcb cpufreq_elementalx: lower two phase frequency a bit flar2 2013-12-22 01:01:36 -0500
  • de74901be8 cpufreq_elementalx: add counter to smooth things out flar2 2013-12-21 22:22:44 -0500
  • 22ebc1b985 kgsl: convert some workqueues to use kthreads Tim Murray 2016-07-25 19:21:17 -0700
  • 205ef8e40b cpufreq_elementalx: fixes and add gboost_threshold tunable flar2 2013-12-17 22:56:25 -0500
  • 62dd4a207b cpufreq_elementalx: initial tuning for flo flar2 2013-12-21 22:16:06 -0500
  • addf4c4f52 ElementalX governor flar2 2013-12-13 00:16:06 -0500
  • f540ccd941 Intellidemand governor flar2 2013-06-27 22:03:07 -0400
  • dcb7fb0532 Overclocking flar2 2013-11-21 23:19:46 -0500
  • 114d6dd212 User voltage control (faux123) flar2 2013-08-17 22:16:24 -0400
  • ea7a059c8d KGSL: Simple Governor: fix minor logic issue Paul Reioux 2013-06-20 17:26:33 -0500
  • 14c80fc29c KGSL: simple governor: expose tunables to sysfs interface via module_param Paul Reioux 2013-06-20 13:01:59 -0500
  • 29c8552cc6 KGSL: make simple govenor a selectable option, co-exist with ondemand Paul Reioux 2013-11-19 20:39:55 -0600
  • d4c568b88c KGSL: Add a simple GPU governor for Adreno xxx GPU series Paul Reioux 2013-11-19 20:34:57 -0600
  • 1bcfb01071 msm_rng: Fix build followmsi-12 followmsi 2023-02-27 23:48:24 +0100
  • 0bd3f853ab Add include/linux/qrng.h followmsi 2023-02-27 23:19:15 +0100
  • 15acebb33e msm_rng: Resolve race condition issues Dinesh K Garg 2014-07-29 11:07:02 -0700
  • 8df7aab686 msm_rng: Enable/ Disable Bus bandwidth for every RNG read call Dinesh K Garg 2014-07-25 19:18:06 -0700
  • 969302f5a7 msm_rng: Change long to u32 type for buffers reading from RNG HW Dinesh K Garg 2014-08-11 09:55:49 -0700
  • db92d029a4 Import new HW_RANDOM_MSM followmsi 2023-02-27 23:07:30 +0100
  • 5aba32ba26 random: properly align get_random_int_hash Eric Biggers 2016-05-04 21:08:39 -0400
  • 095f11b227 random: mix rdrand with entropy sent in from userspace Theodore Ts'o 2018-07-14 23:55:57 -0400
  • f44d2c1f42 random: always use batched entropy for get_random_u{32,64} Jason A. Donenfeld 2020-02-21 21:10:37 +0100
  • db136ed6aa random: fix locking dependency with the tasklist_lock Theodore Ts'o 2013-03-04 11:59:12 -0500
  • 89e3ba5431 random: make it possible to enable debugging without rebuild Jiri Kosina 2012-10-15 23:42:55 +0200
  • a0d5d068db random: prime last_data value per fips requirements Jarod Wilson 2012-11-06 10:42:42 -0500
  • 665e955212 random: fix debug format strings Jiri Kosina 2012-10-15 23:43:29 +0200
  • 81cbb3b1dc locking: Various static lock initializer fixes Thomas Gleixner 2011-07-17 21:25:03 +0200
  • 47d838042a hwrng: core - Don't use a stack buffer in add_early_randomness() Andrew Lutomirski 2016-10-17 10:06:27 -0700
  • ffe6845842 hwrng: core - correct error check of kthread_run call Martin Schwidefsky 2015-07-24 13:13:30 +0200
  • fda3f8e888 hwrng: core - don't wait on add_early_randomness() Laurent Vivier 2019-09-17 11:54:50 +0200
  • b27211a486 hwrng: fetch randomness only after device init nyyu 2022-08-21 20:27:44 +0200
  • 7740dd2d25 hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytes Stephen Boyd 2014-07-25 15:19:18 -0700
  • 5afcc6e08a hw_random: fix sparse warning (NULL vs 0 for pointer) Torsten Duwe 2014-06-16 10:24:09 -0400
  • 27e9ae2cc7 hwrng: create filler thread Torsten Duwe 2014-06-14 23:46:03 -0400
  • 37320bf409 drivers/char: delete non-required instances of include <linux/init.h> nyyu 2022-08-21 19:30:20 +0200
  • 3f674bdd8d hwrng: add randomness to system from rng sources Kees Cook 2014-03-03 15:51:48 -0800
  • a303e3006b hwrng: cleanup in hwrng_register() Dan Carpenter 2014-01-30 14:49:43 +0300
  • 1bb09a594b hw_random: free rng_buffer at module exit Satoru Takeuchi 2013-03-20 11:28:51 +1030
  • 65326fb405 random: add_hwgenerator_randomness() for feeding entropy from devices Torsten Duwe 2014-06-14 23:38:36 -0400
  • 00cffbf482 kbuild: use HOSTLDFLAGS for single .c executables Robin Jarry 2018-02-26 19:41:47 +0100
  • 3a6cf41324 Merge branch 'lineage-18.1' of https://github.com/LineageOS/android_kernel_google_msm into followmsi-12 followmsi 2023-03-24 15:14:21 +0100
  • 103a20d70a ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockopt lineage-18.1 Xin Long 2017-02-24 16:29:06 +0800
  • 8dc08ba699 ipv4: ipmr: various fixes and cleanups Eric Dumazet 2012-11-25 06:41:45 +0000
  • afd1d2b38a net: inet: Support UID-based routing in IP protocols. Lorenzo Colitti 2016-11-04 02:23:43 +0900
  • 1396cfea05 net: socket: don't set sk_uid to garbage value in ->setattr() Eric Biggers 2016-12-30 17:42:32 -0600
  • d3cd043531 net: core: Add a UID field to struct sock. Lorenzo Colitti 2016-11-04 02:23:41 +0900
  • 941eda2515 net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd entries Masatake YAMATO 2012-08-29 10:44:29 +0000
  • 82794d1071 BACKPORT: tcp: fix recv with flags MSG_WAITALL | MSG_PEEK Sabrina Dubroca 2015-07-24 18:19:25 +0200
  • 721c4f160d BACKPORT: sock.h: Remove extern from function prototypes Joe Perches 2013-09-22 10:32:26 -0700
  • e9ff904465 BACKPORT: net: sock: make sock_tx_timestamp void Daniel Borkmann 2013-04-14 08:08:13 +0000
  • cab65020e8 BACKPORT: net: include/net/sock.h cleanup Eric Dumazet 2012-05-16 22:48:15 +0000
  • 9587d567d2 BACKPORT: ipc: add COMPAT_SHMLBA support Will Deacon 2012-07-30 14:42:38 -0700
  • 7c56badc9a kernel: Revert "tcp: do not lock listener to process SYN packets" Roger Hu 2021-09-04 09:17:12 -0700
  • 643356ada1 defconfig: Enable CONFIG_NLS_UTF8 followmsi 2022-02-15 15:09:25 +0100
  • 6e50879ef1 twrp: Adjust defconfig followmsi-12-twrp followmsi 2021-12-27 12:53:55 +0100
  • 793ae1c379 twrp: flo/deb: Tweak SELinux to start in permissive followmsi 2021-12-27 12:51:52 +0100
  • bca4d60123 defconfig: Disable CONFIG_RT_GROUP_SCHED followmsi-12-test followmsi 2021-11-27 11:37:53 +0100
  • 00efd82d52 regen: defconfig followmsi-11-test followmsi-11 followmsi 2021-12-01 15:03:29 +0100
  • 86a80ec9b8 mm: remove swap token code Rik van Riel 2012-05-29 15:06:18 -0700
  • dd2a3cd7a0 regen: defconfig followmsi 2021-11-27 11:34:33 +0100
  • 9ab3bf6892 flo/deb: Update Android binder followmsi 2021-11-26 21:42:00 +0100
  • 8564b84a62 mm: list_lru: fix almost infinite loop causing effective livelock Russell King 2013-10-30 14:16:16 +0000
  • 8c8971e883 mm: keep page cache radix tree nodes in check Johannes Weiner 2014-04-03 14:47:56 -0700
  • b21bebc0f8 list_lru: dynamically adjust node arrays Glauber Costa 2013-08-28 10:18:18 +1000
  • 9fda83a755 list_lru: remove special case function list_lru_dispose_all. Glauber Costa 2013-08-28 10:18:03 +1000
  • 87f6e97d3e list_lru: per-node API Glauber Costa 2013-08-28 10:18:02 +1000
  • 1e8f7eaacf include/linux/mm.h: add PAGE_ALIGNED() helper Andrew Morton 2013-07-03 15:02:11 -0700
  • 5fb7660030 sched: Make some macros available to other parts of the kernel Arne Coucheron 2019-07-27 02:41:22 +0200
  • d219028583 take rlimit check to callers of expand_files() Al Viro 2012-08-12 16:17:59 -0400
  • 85efe69668 take descriptor-related part of close() to file.c Al Viro 2012-08-19 12:04:24 -0400
  • 998d75d211 take fget() and friends to fs/file.c Al Viro 2012-08-15 21:12:10 -0400
  • 64e99e7330 expose a low-level variant of fd_install() for binder Al Viro 2012-08-15 21:06:33 -0400
  • e25ec45dc3 move put_unused_fd() and fd_install() to fs/file.c Al Viro 2012-08-15 21:03:26 -0400
  • b66d20fae3 new helper: __alloc_fd() Al Viro 2012-08-12 17:27:30 -0400
  • af0847bda2 make get_unused_fd_flags() a function Al Viro 2012-08-12 17:18:05 -0400
  • 72fbaead18 list: introduce list_first_entry_or_null Jiri Pirko 2013-05-29 05:02:56 +0000
  • eac509b8f8 locking: Remove atomicy checks from {READ,WRITE}_ONCE Peter Zijlstra 2015-03-26 17:45:37 +0100
  • 85346f5b6b kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) Christian Borntraeger 2015-01-13 10:46:42 +0100
  • 59507e2b58 list_lru: fix broken LRU_RETRY behaviour Dave Chinner 2013-08-28 10:18:01 +1000
  • 63d591cec3 list_lru: per-node list infrastructure Dave Chinner 2013-08-28 10:18:00 +1000
  • 7df647351d list: add a new LRU list type Dave Chinner 2013-08-28 10:17:58 +1000
  • 33b5a40d3a BACKPORT: partial: mm, oom_reaper: do not mmput synchronously from the oom reaper context Michal Hocko 2016-05-20 16:57:21 -0700
  • 413b7c456f kbuild: create a build directory automatically for out-of-tree build Masahiro Yamada 2014-03-31 16:41:36 +0900
  • 745c7c25ac regen: defconfig followmsi 2021-11-24 13:41:31 +0100
  • e7e8f34f94 Merge branch 'lineage-18.1' of https://github.com/LineageOS/android_kernel_google_msm into followmsi-11 followmsi 2021-11-24 13:34:59 +0100
  • 0b02bd0ec5 defconfig: flo: enable CFQ group schedule Rick Yiu 2019-03-04 17:07:42 +0800
  • 5d6180c47f defconfigs: flo: Explicitly disable QCRYPTO Nolen Johnson 2021-09-21 10:45:11 -0400
  • 823860941d wlan: Drop broadcast AMSDU frames Dundi Raviteja 2021-03-05 21:07:10 +0530
  • c08882d58a wlan: Drop invalid AMSDU subframe Dundi Raviteja 2021-03-05 21:03:57 +0530
  • d25cb7e425 wlan: Drop invalid EAPOL packets in SAP mode Dundi Raviteja 2021-03-10 11:56:36 +0530
  • 0a25b3c7c0 wlan: Fix RX thread stuck in while loop Sravan Kumar Kairam 2017-02-21 11:59:13 +0530
  • 3c95567b07 defconfig: Don't set default I/O scheduler to BFQ syphyr 2021-05-04 21:40:32 +0200
  • e7c36fe2c0 bfq-sched: Forcefully lookup entities when the cache is inconsistent Diogo Ferreira 2016-11-23 14:46:50 +0000
  • 254c8c4efb prima: add define SIR_ESE_MAX_MEAS_IE_REQS google 2019-07-09 00:21:55 -0700
  • c417602f79 wlan: Fix OOB read in sme_RrmProcessBeaconReportReqInd Abhinav Kumar 2019-05-30 11:18:39 +0530
  • 653a991df0 wlan: Fix possible buffer overflow in sirConvertAddtsRsp2Struct lifeng 2019-03-20 18:05:26 +0800