aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-11-29Merge tag 'v4.9.62' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.61' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.60' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.59' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.55' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.48' into v4.9-rtSteven Rostedt (VMware)
2017-11-15KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers
2017-11-08KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers
2017-11-02assoc_array: Fix a buggy node-splitting caseDavid Howells
2017-10-27lib/digsig: fix dereference of NULL user_key_payloadEric Biggers
2017-10-12lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky
2017-09-07lib/mpi: kunmap after finishing accessing bufferStephan Mueller
2017-09-05Merge tag 'v4.9.47' into v4.9-rtSteven Rostedt (VMware)
2017-09-05Merge tag 'v4.9.42' into v4.9-rtSteven Rostedt (VMware)
2017-09-02lz4: fix bogus gcc warningGreg Kroah-Hartman
2017-08-11lib/Kconfig.debug: fix frv build failureSudip Mukherjee
2017-08-02Merge tag 'v4.9.39' into v4.9-rtSteven Rostedt (VMware)
2017-08-01Merge tag 'v4.9.36' into v4.9-rtSteven Rostedt (VMware)
2017-07-21sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra
2017-07-05swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko
2017-07-03Merge tag 'v4.9.35' into v4.9-rtSteven Rostedt (VMware)
2017-07-03Merge tag 'v4.9.34' into v4.9-rtSteven Rostedt (VMware)
2017-06-29lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov
2017-06-24crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
2017-06-23Merge tag 'v4.9.33' into linux-4.9.y-rtSebastian Andrzej Siewior
2017-06-14usercopy: Adjust tests to deal with SMAP/PANKees Cook
2017-05-27Merge tag 'v4.9.30' into linux-4.9.y-rtSebastian Andrzej Siewior
2017-05-14bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann
2017-05-11Merge tag 'v4.9.27' into linux-4.9.y-rtSebastian Andrzej Siewior
2017-04-21new privimitive: iov_iter_revert()Al Viro
2017-04-08lib/syscall: Clear return values when no stackKees Cook
2017-01-30radix-tree: use local locksSebastian Andrzej Siewior
2017-01-30Merge tag 'v4.9.6' into linux-4.9.y-rtSebastian Andrzej Siewior
2017-01-26swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven
2017-01-26swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven
2017-01-19fix a fencepost error in pipe_advance()Al Viro
2016-12-23lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright
2016-12-23lockdep: selftest: Only do hardirq context test for raw spinlockYong Zhang
2016-12-23cpumask: Disable CONFIG_CPUMASK_OFFSTACK for RTThomas Gleixner
2016-12-23debugobjects: Make RT awareThomas Gleixner
2016-12-23percpu_ida: Use local locksSebastian Andrzej Siewior
2016-12-23idr: Use local lock instead of preempt enable/disableThomas Gleixner
2016-12-23softirq: Check preemption after reenabling interruptsThomas Gleixner
2016-12-23radix-tree: Make RT awareThomas Gleixner
2016-12-23mm/scatterlist: Do not disable irqs on RTThomas Gleixner
2016-12-23Intrduce migrate_disable() + cpu_light()Thomas Gleixner
2016-12-09Revert "radix tree test suite: fix compilation"Linus Torvalds
2016-12-07radix tree test suite: fix compilationMatthew Wilcox
2016-12-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-11-30kasan: support use-after-scope detectionDmitry Vyukov