Age | Commit message (Expand) | Author |
2015-02-09 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-01-29 | lib/checksum.c: fix build for generic csum_tcpudp_nofold | karl beldan |
2015-01-28 | lib/checksum.c: fix carry in csum_tcpudp_nofold | karl beldan |
2015-01-21 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2015-01-15 | Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',... | Paul E. McKenney |
2015-01-09 | Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2015-01-07 | assoc_array: Include rcupdate.h for call_rcu() definition | Pranith Kumar |
2015-01-06 | rcu: Set default to RCU_CPU_STALL_INFO=y | Paul E. McKenney |
2015-01-06 | rcu: Make SRCU optional by using CONFIG_SRCU | Pranith Kumar |
2014-12-18 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2014-12-18 | lib/show_mem.c: add cma reserved information | Vishnu Pratap Singh |
2014-12-14 | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-12-13 | lib/decompress.c: consistency of compress formats for kernel image | Haesung Kim |
2014-12-13 | decompress_bunzip2: off by one in get_next_block() | Dan Carpenter |
2014-12-13 | fault-inject: add ratelimit option | Dmitry Monakhov |
2014-12-13 | syscalls: implement execveat() system call | David Drysdale |
2014-12-13 | mm/page_owner: keep track of page owners | Joonsoo Kim |
2014-12-13 | lib: bitmap: add alignment offset for bitmap_find_next_zero_area() | Michal Nazarewicz |
2014-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-12-10 | Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-12-10 | lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n | Rasmus Villemoes |
2014-12-10 | lib/lcm.c: ensure correct result whenever it fits | Rasmus Villemoes |
2014-12-10 | printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents | Joe Perches |
2014-12-10 | dma-debug: prevent early callers from crashing | Florian Fainelli |
2014-12-10 | dma-debug: introduce dma_debug_disabled | Florian Fainelli |
2014-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-12-10 | net, lib: kill arch_fast_hash library bits | Daniel Borkmann |
2014-12-10 | net: replace remaining users of arch_fast_hash with jhash | Daniel Borkmann |
2014-12-09 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-12-09 | bury memcpy_toiovec() | Al Viro |
2014-12-08 | test: bpf: expand DIV_KX to DIV_MOD_KX | Denis Kirjanov |
2014-12-03 | lib/genalloc.c: export devm_gen_pool_create() for modules | Michal Simek |
2014-12-02 | mm: do not overwrite reserved pages counter at show_mem() | Rafael Aquini |
2014-11-24 | rhashtable: Check for count mismatch while iterating in selftest | Thomas Graf |
2014-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-11-20 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar |
2014-11-19 | seq_buf: Move the seq_buf code to lib/ | Steven Rostedt (Red Hat) |
2014-11-16 | reciprocal_div: objects with exported symbols should be obj-y rather than lib-y | Hannes Frederic Sowa |
2014-11-14 | Revert "fast_hash: avoid indirect function calls" | Jay Vosburgh |
2014-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-11-13 | rhashtable: Drop gfp_flags arg in insert/remove functions | Thomas Graf |
2014-11-13 | rhashtable: Add parent argument to mutex_is_held | Herbert Xu |
2014-11-13 | rhashtable: Move mutex_is_held under PROVE_LOCKING | Herbert Xu |
2014-11-13 | lib: rhashtable - Remove weird non-ASCII characters from comments | Herbert Xu |
2014-11-13 | Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '... | Paul E. McKenney |
2014-11-11 | kdb: Allow access to sensitive commands to be restricted by default | Daniel Thompson |
2014-11-11 | lib/bug: Use RCU list ops for module_bug_list | Masami Hiramatsu |
2014-11-07 | cpumask: factor out show_cpumap into separate helper function | Sudeep Holla |
2014-11-07 | kobject: fix NULL pointer derefernce in kobj_child_ns_ops | Pankaj Dubey |