summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-094-5/+84
|\
| * lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-07-031-4/+5
| * crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2019-06-203-1/+79
* | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-1/+1
|\ \
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-1/+1
* | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-1/+1
|\| |
| * | keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-261-1/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-1/+1
|\ \
| * \ Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-2425-100/+39Star
| |\ \
| * \ \ Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-1721-152/+53Star
| |\ \ \
| * | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+1
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-092-20/+20
|\ \ \ \ \
| * | | | | locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long2019-06-171-4/+4
| * | | | | Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-1721-152/+53Star
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | locking/atomic: Use s64 for atomic64Mark Rutland2019-06-031-16/+16
| | |/ / / | |/| | |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-084-0/+302
|\ \ \ \ \
| * | | | | lib/vdso: Make delta calculation work correctlyThomas Gleixner2019-06-261-4/+15
| * | | | | lib/vdso: Add compat supportVincenzo Frascino2019-06-221-0/+4
| * | | | | lib/vdso: Provide generic VDSO implementationVincenzo Frascino2019-06-224-0/+287
| | |_|/ / | |/| | |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-0/+8
|\ \ \ \ \
| * | | | | genirq/timings: Add selftest for circular arrayDaniel Lezcano2019-06-121-0/+8
* | | | | | Merge branch 'core-rslib-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-085-35/+624
|\ \ \ \ \ \
| * | | | | | rslib: Make some functions staticYueHaibing2019-07-021-6/+6
| * | | | | | rslib: Fix remaining decoder flawsFerdinand Blomqvist2019-06-261-20/+68
| * | | | | | rslib: Update documentationFerdinand Blomqvist2019-06-261-4/+8
| * | | | | | rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist2019-06-261-2/+12
| * | | | | | rslib: decode_rs: Code cleanupFerdinand Blomqvist2019-06-261-5/+2Star
| * | | | | | rslib: decode_rs: Fix length parameter checkFerdinand Blomqvist2019-06-261-1/+1
| * | | | | | rslib: Fix decoding of shortened codesFerdinand Blomqvist2019-06-261-2/+2
| * | | | | | rslib: Add tests for the encoder and decoderFerdinand Blomqvist2019-06-263-1/+531
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2019-07-081-68/+253
|\ \ \ \ \ \
| * | | | | | debugobjects: Move printk out of db->lock critical sectionsWaiman Long2019-06-141-19/+39
| * | | | | | debugobjects: Less aggressive freeing of excess debug objectsWaiman Long2019-06-141-12/+49
| * | | | | | debugobjects: Reduce number of pool_lock acquisitions in fill_pool()Waiman Long2019-06-141-8/+16
| * | | | | | debugobjects: Percpu pool lookahead freeing/allocationWaiman Long2019-06-141-6/+69
| * | | | | | debugobjects: Add percpu free poolsWaiman Long2019-06-141-24/+91
| * | | | | | debugobjects: No need to check return value of debugfs_create()Greg Kroah-Hartman2019-06-141-12/+2Star
* | | | | | | Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | RAID/s390: remove invalid 'r' inline asm operand modifierVasily Gorbik2019-06-111-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-051-4/+2Star
|\ \ \ \ \ \ \
| * | | | | | | lib/mpi: Fix karactx leak in mpi_powmHerbert Xu2019-07-031-4/+2Star
* | | | | | | | devres: allow const resource argumentsArnd Bergmann2019-07-051-1/+2
* | | | | | | | Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-06-293-4/+60
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | XArray tests: Add check_insertMatthew Wilcox2019-06-031-0/+38
| * | | | | | | idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-06-031-2/+12
| * | | | | | | mm: fix page cache convergence regressionJohannes Weiner2019-05-311-2/+10
* | | | | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2124-94/+24Star
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner2019-06-191-13/+1Star
| * | | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2019-06-191-5/+1Star
| * | | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-199-37/+9Star