aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2019-05-29Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-05-29Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-05-25x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook
2019-05-22iov_iter: optimize page_copy_sane()Eric Dumazet
2019-05-17Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-05-10iov_iter: Fix build error without CONFIG_CRYPTOYueHaibing
2019-05-10ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin
2019-05-07Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-05-07Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-05-07Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-05-07Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-05-04sbitmap: order READ/WRITE freed instance and setting clear bitMing Lei
2019-05-02lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing
2019-04-20lib/div64.c: off by one in shiftStanislaw Gruszka
2019-04-17lib/string.c: implement a basic bcmpNick Desaulniers
2019-04-12Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-04-12Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-04-12printk: An all-in-one commit to fix build failuresJohn Ogness
2019-04-05ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor
2019-04-05kprobes: Prohibit probing on bsearch()Andrea Righi
2019-04-03rhashtable: Still do rehash when we get EEXISTHerbert Xu
2019-03-21lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright
2019-03-21lockdep: selftest: Only do hardirq context test for raw spinlockYong Zhang
2019-03-21debugobjects: Make RT awareThomas Gleixner
2019-03-21softirq: Check preemption after reenabling interruptsThomas Gleixner
2019-03-21radix-tree: use local locksSebastian Andrzej Siewior
2019-03-21mm/scatterlist: Do not disable irqs on RTThomas Gleixner
2019-03-21lockdep: disable self-testSebastian Andrzej Siewior
2019-03-21cpumask: Disable CONFIG_CPUMASK_OFFSTACK for RTThomas Gleixner
2019-03-21kernel: sched: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-03-21printk: remove unused codeJohn Ogness
2019-03-21printk: introduce emergency messagesJohn Ogness
2019-03-21printk_safe: remove printk safe codeJohn Ogness
2019-03-21printk-rb: add functionality required by printkJohn Ogness
2019-03-21printk-rb: add blocking reader supportJohn Ogness
2019-03-21printk-rb: add basic non-blocking reading interfaceJohn Ogness
2019-03-21printk-rb: add writer interfaceJohn Ogness
2019-03-21printk-rb: add prb locking functionsJohn Ogness
2019-03-01kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann
2019-02-20Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-02-16Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/...Linus Torvalds
2019-02-15assoc_array: Fix shortcut creationDavid Howells
2019-02-15lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pureMiguel Ojeda
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-01lib/test_kmod.c: potential double free in error handlingDan Carpenter
2019-01-31lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche
2019-01-22Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-01-21fix int_sqrt64() for very large numbersFlorian La Roche
2019-01-15sbitmap: Protect swap_lock from hardirqMing Lei
2019-01-14XArray tests: Check mark 2 gets squashedMatthew Wilcox