summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox
2018-10-21ida: Convert to XArrayMatthew Wilcox
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox
2018-10-21xarray: Step through an XArrayMatthew Wilcox
2018-10-21xarray: Destroy an XArrayMatthew Wilcox
2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox
2018-10-21xarray: Add XArray marksMatthew Wilcox
2018-10-21xarray: Add XArray load operationMatthew Wilcox
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-19locking/lockdep: Make global debug_locks* variables read-mostlyWaiman Long
2018-10-19locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-10-16lib: Fix ia64 bootloader linkageAlexander Shishkin
2018-10-15test_ida: Fix lockdep warningMatthew Wilcox
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-12doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven
2018-10-12Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtdGreg Kroah-Hartman
2018-10-12lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven
2018-10-12lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven
2018-10-12lib/vsprintf: Prepare for more general use of ptr_to_id()Geert Uytterhoeven
2018-10-12lib/vsprintf: Make ptr argument conts in ptr_to_id()Geert Uytterhoeven
2018-10-12lib/bch: fix possible stack overrunArnd Bergmann
2018-10-11Makefile: Globally enable VLA warningKees Cook
2018-10-11lib: Add memcat_p(): paste 2 pointer arrays togetherAlexander Shishkin
2018-10-10Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-08netlink: Add strict version of nlmsg_parse and nla_parseDavid Ahern
2018-10-05vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)
2018-10-04ARM: 8800/1: use choice for kernel unwindersStefan Agner
2018-10-01netlink: add validation function to policyJohannes Berg
2018-10-01netlink: add attribute range validation to policyJohannes Berg
2018-10-02lib/xz: Put CRC32_POLY_LE in xz_private.hJoel Stanley
2018-09-29xarray: Change definition of sibling entriesMatthew Wilcox
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-09-29idr: Permit any valid kernel pointer to be storedMatthew Wilcox
2018-09-28netlink: add nested array policy validationJohannes Berg
2018-09-28netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg
2018-09-28netlink: move extack setting into validate_nla()Johannes Berg
2018-09-28netlink: make validation_data constJohannes Berg
2018-09-28netlink: remove NLA_NESTED_COMPATJohannes Berg
2018-09-27bpf: test_bpf: add init_net to dev for flow_dissectorSong Liu