aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17radix_tree: add radix_tree_dumpMatthew Wilcox1-0/+35
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox1-26/+83
2016-03-17radix_tree: loop based on shift count, not heightMatthew Wilcox1-3/+3
2016-03-17radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox1-6/+18
2016-03-17lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens1-0/+11
2016-03-17radix-tree: account radix_tree_node to memory cgroupVladimir Davydov1-3/+13
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+128
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka2-0/+128
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-9/+0
2016-03-09list: kill list_force_poison()Dan Williams1-9/+0
2016-03-01cpu/hotplug: Make target state writeableThomas Gleixner1-0/+13
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar2-3/+65
2016-02-29cpumask: Export cpumask_any_but()Thomas Gleixner1-0/+1
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar10-44/+163
2016-02-16lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk1-7/+7
2016-02-16Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgentIngo Molnar1-0/+62
2016-02-14Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2016-02-13Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar3-14/+31
2016-02-11vsprintf: kptr_restrict is okay in IRQ when 2Jason A. Donenfeld1-13/+13
2016-02-11ubsan: cosmetic fix to Kconfig textYang Shi1-1/+3
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+15
2016-02-10lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones1-0/+62
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo1-0/+15
2016-02-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar1-3/+3
2016-02-09locking/static_keys: Avoid nested functionsArnd Bergmann1-20/+42
2016-02-08scatterlist: fix a typo in comment block of sg_miter_stop()Masahiro Yamada1-3/+3
2016-02-07klist: fix starting point removed bug in klist iteratorsJames Bottomley1-3/+3
2016-02-05dump_stack: avoid potential deadlocksEric Dumazet1-3/+4
2016-02-03radix-tree: fix race in gang lookupMatthew Wilcox1-2/+10
2016-02-03lib/test-string_helpers.c: fix and improve string_get_size() testsVitaly Kuznetsov1-18/+49
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2016-01-27debugobjects: Allow bigger number of early boot objectsChristian Borntraeger1-1/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-0/+228
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-0/+3
2016-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2016-01-21ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim1-1/+1
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds2-7/+22
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-66/+743
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+4
2016-01-20Do not enable CONFIG_IO_STRICT_DEVMEM by defaultDan Williams1-1/+0
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin5-0/+574
2016-01-20lib/clz_tab.c: put in lib-y rather than obj-yChris Metcalf1-1/+1
2016-01-20test_hexdump: print statistics at the endAndy Shevchenko1-3/+23
2016-01-20test_hexdump: test all possible group sizes for overflowAndy Shevchenko1-3/+18
2016-01-20test_hexdump: check all bytes in real bufferAndy Shevchenko1-21/+17
2016-01-20test_hexdump: switch to memcmp()Andy Shevchenko1-3/+3