OSDN Git Service

regulator: core: resolve supply for boot-on/always-on regulators
[android-x86/kernel.git] / lib /
2021-05-22 Zqianglib: stackdepot: turn depot_lock spinlock to raw_spinlock
2021-05-22 Greg Kroah-Hartmankobject_uevent: remove warning in init_uevent_argv()
2021-05-22 Maciej Żenczykowskinet: fix nla_strcmp to handle more then one trailing...
2021-05-22 Andrew Scullbug: Remove redundant condition check in report_bug
2021-03-17 Geert UytterhoevenPCI: Fix pci_register_io_range() memory leak
2021-02-13 Tobin C. Hardinglib/string: Add strscpy_pad() function
2021-01-12 Huang Shijielib/genalloc: fix the overflow when size is too big
2020-11-18 George Spelvinrandom32: make prandom_u32() output unpredictable
2020-11-10 Vasily Gorbiklib/crc32test: remove extra local_irq_disable/enable
2020-11-10 Lee JonesFonts: Replace discarded const qualifier
2020-11-05 Douglas Gilbertsgl_alloc_order: fix memory leak
2020-10-30 Tobias Jordanlib/crc32.c: fix trivial typo in preprocessor condition
2020-10-14 Peilin YeFonts: Support FONT_EXTRA_WORDS macros for built-in...
2020-10-07 Thibaut Sautereaurandom32: Restore __latent_entropy attribute on net_ran...
2020-10-01 Nick Desaulnierslib/string.c: implement stpcpy
2020-08-21 Tiezhu Yangtest_kmod: avoid potential double free in trigger_confi...
2020-08-19 Jim Cromiedyndbg: fix a BUG_ON in ddebug_describe_flags
2020-08-07 Linus Torvaldsrandom32: remove net_rand_state from the latent entropy...
2020-08-07 Willy Tarreaurandom32: update the net random state on interrupt...
2020-06-25 Jann Hornlib/zlib: remove outdated and incorrect pre-increment...
2020-06-22 Nathan Chancellorlib/mpi: Fix 64-bit MIPS build with Clang
2020-06-22 Christophe Leroylib: Reduce user_access_begin() boundaries in strncpy_f...
2020-06-22 Linus Torvaldsmake 'user_access_begin()' do 'access_ok()'
2020-05-27 Arnd Bergmannubsan: build ubsan.c more conservatively
2020-05-27 Peter Zijlstrax86/uaccess, ubsan: Fix UBSAN vs. SMAP
2020-05-10 Tuowen Zhaolib: devres: add a helper function for ioremap_uc
2020-05-10 Nathan Chancellorlib/mpi: Fix building for powerpc with clang
2020-04-23 ndesaulniers@googl... lib/raid6: use vdupq_n_u8 to avoid endianness warnings
2020-04-17 Yury Norovuapi: rename ext2_swab() to swab() and share globally...
2020-02-28 Alexander Potapenkolib/stackdepot.c: fix global out-of-bounds in stack_slabs
2020-02-24 Nathan Chancellorlib/scatterlist.c: adjust indentation in __sg_alloc_table
2020-02-11 Gustavo A. R. Silvalib/test_kasan.c: fix memory leak in kmalloc_oob_kreall...
2020-01-27 Linus TorvaldsPartially revert "kfifo: fix kfifo_alloc() and kfifo_in...
2020-01-27 Arnd Bergmanndevres: allow const resource arguments
2019-12-17 Matthew Wilcox ... idr: Fix idr_get_next_ul race with idr_remove
2019-12-17 Greg Kroah-Hartmanlib: raid6: fix awk build warnings
2019-12-05 Olof Johanssonlib/genalloc.c: include vmalloc.h
2019-12-05 Huang Shijielib/genalloc.c: use vzalloc_node() to allocate the...
2019-12-05 Alexey Skidanovlib/genalloc.c: fix allocation of aligned buffer from...
2019-12-05 Matthew Wilcox ... idr: Fix idr_alloc_u32 on 32-bit systems
2019-12-01 Rasmus Villemoeslib/bitmap.c: fix remaining space computation in bitmap...
2019-11-24 Matthew Wilcox ... idr: Fix idr_get_next race with idr_remove
2019-11-20 Eric Biggerscrypto: chacha20 - Fix chacha20_block() keystream align...
2019-11-12 Kevin Haodump_stack: avoid the livelock of the dump_lock
2019-10-29 Randy Dunlaplib: textsearch: fix escapes in example code
2019-10-07 Nicolas Boichatkmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE defaul...
2019-09-06 John Garrylib: logic_pio: Add logic_pio_unregister_range()
2019-09-06 John Garrylib: logic_pio: Avoid possible overlap for unregisterin...
2019-09-06 John Garrylib: logic_pio: Fix RCU usage
2019-08-16 Wenwen Wangtest_firmware: fix a memory leak bug
2019-08-06 Peter Rosinlib/test_string.c: avoid masking memset16/32/64 failures
2019-08-06 Kees Cooklib/test_overflow.c: avoid tainting the kernel and...
2019-07-26 Christophe Leroylib/scatterlist: Fix mapping iterator when sg->offset...
2019-07-26 Ferdinand Blomqvistrslib: Fix handling of of caller provided syndrome
2019-07-26 Ferdinand Blomqvistrslib: Fix decoding of shortened codes
2019-07-10 Herbert Xulib/mpi: Fix karactx leak in mpi_powm
2019-06-11 Dan Carpentertest_firmware: Use correct snprintf() limit
2019-06-04 Masahiro Yamadajump_label: move 'asm goto' support test to Kconfig
2019-05-31 Tetsuo Handakobject: Don't trigger kobject_uevent(KOBJ_REMOVE)...
2019-05-31 Peter Zijlstramm/uaccess: Use 'unsigned long' to placate UBSAN warnin...
2019-05-31 Andrea Parrisbitmap: fix improper use of smp_mb__before_atomic()
2019-05-25 Gary Hookx86/mm/mem_encrypt: Disable all instrumentation for...
2019-05-22 Eric Dumazetiov_iter: optimize page_copy_sane()
2019-05-10 Andrey Ryabininubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC...
2019-05-02 YueHaibinglib/Kconfig.debug: fix build error without CONFIG_BLOCK
2019-04-20 Stanislaw Gruszkalib/div64.c: off by one in shift
2019-04-17 Nick Desaulnierslib/string.c: implement a basic bcmp
2019-04-05 Nathan ChancellorARM: 8833/1: Ensure that NEON code always compiles...
2019-04-05 Andrea Righikprobes: Prohibit probing on bsearch()
2019-04-03 Herbert Xurhashtable: Still do rehash when we get EEXIST
2019-03-23 David Howellsassoc_array: Fix shortcut creation
2019-03-13 Dan Carpenterlib/test_kmod.c: potential double free in error handling
2019-02-12 Bart Van Asschelib/test_rhashtable: Make test_insert_dup() allocate...
2019-02-12 Michael Ellermanseq_buf: Make seq_buf_puts() null-terminate the buffer
2019-01-22 Florian La Rochefix int_sqrt64() for very large numbers
2019-01-13 Christophe Leroylib: fix build failure in CONFIG_DEBUG_VIRTUAL test
2019-01-13 Joel Stanleyraid6/ppc: Fix build for clang
2018-12-17 Qian Caidebugobjects: avoid recursive calls with kmemleak
2018-12-13 Colin Ian Kingtest_firmware: fix error return getting clobbered
2018-12-08 Linus Torvaldstest_hexdump: use memcpy instead of strncpy
2018-12-05 Luis Chamberlainlib/test_kmod.c: fix rmmod double free
2018-11-27 Jeremy Lintonlib/raid6: Fix arm64 test build
2018-11-21 Arnd Bergmannlib/ubsan.c: don't mark __ubsan_handle_builtin_unreacha...
2018-11-13 Waiman Longlocking/lockdep: Fix debug_locks off performance problem
2018-10-21 Greg Kroah-HartmanMerge branch 'i2c/for-current' of git://git./linux...
2018-10-20 Greg Kroah-HartmanMerge branch 'x86-urgent-for-linus' of git://git./linux...
2018-10-20 Greg Kroah-HartmanMerge branch 'sched-urgent-for-linus' of git://git...
2018-10-20 Greg Kroah-HartmanMerge branch 'perf-urgent-for-linus' of git://git....
2018-10-20 Greg Kroah-HartmanMerge tag 'drm-fixes-2018-10-20-1' of git://anongit...
2018-10-20 Greg Kroah-HartmanMerge tag 'trace-v4.19-rc8-2' of git://git./linux/kerne...
2018-10-20 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-10-20 Dave AirlieMerge tag 'drm-misc-fixes-2018-10-19' of git://anongit...
2018-10-19 Greg Kroah-HartmanMerge tag 'usb-4.19-final' of git://git./linux/kernel...
2018-10-19 Greg Kroah-HartmanMerge tag 'for-linus-20181019' of git://git.kernel...
2018-10-19 Greg Kroah-HartmanMerge git://git./linux/kernel/git/davem/net
2018-10-19 Greg Kroah-HartmanMerge git://git./linux/kernel/git/davem/sparc
2018-10-19 Greg Kroah-HartmanMerge tag 'drm-fixes-2018-10-19' of git://anongit.freed...
2018-10-19 Greg Kroah-HartmanMerge tag 'for-gkh' of git://git./linux/kernel/git...
2018-10-19 Dave AirlieMerge tag 'drm-misc-fixes-2018-10-18' of git://anongit...
2018-10-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
next