Age | Commit message (Expand) | Author |
2014-09-17 | KEYS: Fix termination condition in assoc array garbage collection | David Howells |
2014-09-17 | KEYS: Fix use-after-free in assoc_array_gc() | David Howells |
2014-08-07 | lib/btree.c: fix leak of whole btree nodes | Minfei Huang |
2014-07-06 | lz4: add overrun checks to lz4_uncompress_unknownoutputsize() | Greg Kroah-Hartman |
2014-06-30 | lz4: fix another possible overrun | Greg Kroah-Hartman |
2014-06-30 | idr: fix overflow bug during maximum ID calculation at maximum height | Lai Jiangshan |
2014-06-26 | lz4: ensure length does not wrap | Greg Kroah-Hartman |
2014-06-26 | lzo: properly check for overruns | Greg Kroah-Hartman |
2014-06-26 | netlink: rate-limit leftover bytes warning and print process name | Michal Schmidt |
2014-05-13 | lib/percpu_counter.c: fix bad percpu counter state during suspend | Jens Axboe |
2014-04-14 | netlink: don't compare the nul-termination in nla_strcmp | Pablo Neira |
2014-03-28 | random32: avoid attempt to late reseed if in the middle of seeding | Sasha Levin |
2014-03-23 | partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over bui... | Helge Deller |
2014-03-04 | lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlock | Hugh Dickins |
2014-03-04 | dma debug: account for cachelines and read-only mappings in overlap tracking | Dan Williams |
2014-02-14 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-02-08 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-02-07 | Merge tag 'efi-urgent' into x86/urgent | H. Peter Anvin |
2014-02-06 | x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y | Peter Oberparleiter |
2014-02-04 | kbuild: don't enable DEBUG_INFO when building for COMPILE_TEST | Linus Torvalds |
2014-02-02 | parisc/sti_console: prefer Linux fonts over built-in ROM fonts | Helge Deller |
2014-01-31 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2014-01-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2014-01-30 | percpu_ida: fix a live lock | Shaohua Li |
2014-01-29 | dma-debug: fix overlap detection | Dan Williams |
2014-01-29 | lib/genalloc.c: add check gen_pool_dma_alloc() if dma pointer is not NULL | Lad, Prabhakar |
2014-01-28 | kobject: export kobj_sysfs_ops | Jeff Mahoney |
2014-01-27 | dynamic_debug: replace obselete simple_strtoul() with kstrtouint() | Andrey Ryabinin |
2014-01-27 | dynamic_debug: fix ddebug_parse_query() | Andrey Ryabinin |
2014-01-27 | dynamic_debug: remove wrong error message | Andrey Ryabinin |
2014-01-27 | memblock, nobootmem: add memblock_virt_alloc_low() | Yinghai Lu |
2014-01-27 | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-01-27 | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-01-25 | iscsi-target: Fix connection reset hang with percpu_ida_alloc | Nicholas Bellinger |
2014-01-23 | lib/decompress_unlz4.c: always set an error return code on failures | Jan Beulich |
2014-01-23 | rbtree/test: test rbtree_postorder_for_each_entry_safe() | Cody P Schafer |
2014-01-23 | rbtree/test: move rb_node to the middle of the test struct | Cody P Schafer |
2014-01-23 | test: check copy_to/from_user boundary validation | Kees Cook |
2014-01-23 | test: add minimal module for verification testing | Kees Cook |
2014-01-23 | lib/cmdline.c: declare exported symbols immediately | Felipe Contreras |
2014-01-23 | lib/cmdline.c: fix style issues | Felipe Contreras |
2014-01-23 | lib/kstrtox.c: remove redundant cleanup | Felipe Contreras |
2014-01-23 | vsprintf: add %pad extension for dma_addr_t use | Joe Perches |
2014-01-23 | dynamic_debug: add wildcard support to filter files/functions/modules | Du, Changbin |
2014-01-23 | lib/parser.c: put EXPORT_SYMBOLs in the conventional place | Andrew Morton |
2014-01-23 | lib/parser.c: add match_wildcard() function | Du, Changbin |
2014-01-23 | percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask | Kent Overstreet |
2014-01-23 | assoc_array: remove global variable | Stephen Hemminger |
2014-01-21 | reciprocal_divide: update/correction of the algorithm | Hannes Frederic Sowa |