- 6ae840e Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
- e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- a060bfe lib/decompress.c: consistency of compress formats for kernel image by Haesung Kim · 10 years ago
- b5c8afe decompress_bunzip2: off by one in get_next_block() by Dan Carpenter · 10 years ago
- 6adc4a2 fault-inject: add ratelimit option by Dmitry Monakhov · 10 years ago
- 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
- 48c96a3 mm/page_owner: keep track of page owners by Joonsoo Kim · 10 years ago
- 5e19b01 lib: bitmap: add alignment offset for bitmap_find_next_zero_area() by Michal Nazarewicz · 10 years ago
- 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
- 69c953c lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n by Rasmus Villemoes · 10 years ago
- 74a5fef lib/lcm.c: ensure correct result whenever it fits by Rasmus Villemoes · 10 years ago
- a39d4a8 printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents by Joe Perches · 10 years ago
- 2ce8e7e dma-debug: prevent early callers from crashing by Florian Fainelli · 10 years ago
- 01ce18b dma-debug: introduce dma_debug_disabled by Florian Fainelli · 10 years ago
- 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
- 8754589 net: replace remaining users of arch_fast_hash with jhash by Daniel Borkmann · 10 years ago
- c301106 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 218321e bury memcpy_toiovec() by Al Viro · 10 years ago
- 6867b17 test: bpf: expand DIV_KX to DIV_MOD_KX by Denis Kirjanov · 10 years ago
- b724aa2 lib/genalloc.c: export devm_gen_pool_create() for modules by Michal Simek · 10 years ago
- bc127bd mm: do not overwrite reserved pages counter at show_mem() by Rafael Aquini · 10 years ago
- 3e7b2ec rhashtable: Check for count mismatch while iterating in selftest by Thomas Graf · 10 years ago
- 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- d360b78 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
- 8d58e99a seq_buf: Move the seq_buf code to lib/ by Steven Rostedt (Red Hat) · 10 years ago
- 9f45894 reciprocal_div: objects with exported symbols should be obj-y rather than lib-y by Hannes Frederic Sowa · 10 years ago
- a77f9c5 Revert "fast_hash: avoid indirect function calls" by Jay Vosburgh · 10 years ago
- 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 6eba822 rhashtable: Drop gfp_flags arg in insert/remove functions by Thomas Graf · 10 years ago
- 7b4ce23 rhashtable: Add parent argument to mutex_is_held by Herbert Xu · 10 years ago
- 1b2f309 rhashtable: Move mutex_is_held under PROVE_LOCKING by Herbert Xu · 10 years ago
- 0c828f2 lib: rhashtable - Remove weird non-ASCII characters from comments by Herbert Xu · 10 years ago
- 9ea6c58 Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', 'fixes.2014.11.13a', 'signal.2014.10.29a' and 'rt.2014.10.29a' into HEAD by Paul E. McKenney · 10 years ago
- 5aaba36 cpumask: factor out show_cpumap into separate helper function by Sudeep Holla · 10 years ago
- 41fb96a kobject: fix NULL pointer derefernce in kobj_child_ns_ops by Pankaj Dubey · 10 years ago
- 5559b7b devres: support sizes greater than an unsigned long by Cristian Stoica · 10 years ago
- e5a2c89 fast_hash: avoid indirect function calls by Hannes Frederic Sowa · 10 years ago
- 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- e21ab36 test: bpf: add a testcase reduced from nmap by Alexei Starovoitov · 10 years ago
- a7ca10f Merge branch 'akpm' (incoming from Andrew Morton) by Linus Torvalds · 10 years ago
- ea5d05b lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}() by Jan Kara · 10 years ago
- d506aa68 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- 28f6569 rcu: Remove redundant TREE_PREEMPT_RCU config option by Pranith Kumar · 10 years ago
- 0eafa46 rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSE by Paul E. McKenney · 10 years ago
- c21e59d lib/scatterlist: fix memory leak with scsi-mq by Tony Battersby · 10 years ago
- 14d4cc0 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
- 8c81f48 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 0a58282 Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
- 88ed806 Merge tag 'md/3.18' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
- d4c5efd random: add and use memzero_explicit() for clearing data by Daniel Borkmann · 10 years ago
- ea0e0de crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.c by Jan-Simon Möller · 12 years ago
- b395f75 lib/raid6: Add log level to printks by Anton Blanchard · 10 years ago
- 71dca95 lib/vsprintf: add %*pE[achnops] format specifier by Andy Shevchenko · 10 years ago
- c825038 lib / string_helpers: introduce string_escape_mem() by Andy Shevchenko · 10 years ago
- 45ff337 lib / string_helpers: refactoring the test suite by Andy Shevchenko · 10 years ago
- d295634 lib / string_helpers: move documentation to c-file by Andy Shevchenko · 10 years ago
- b0bfb63 lib: string: Make all calls to strnicmp into calls to strncasecmp by Rasmus Villemoes · 10 years ago
- cd514e7 lib/string.c: remove duplicated function by Rasmus Villemoes · 10 years ago
- 8a6f0b4 lib: rename TEST_MODULE to TEST_LKM by Valentin Rothberg · 10 years ago
- 6de8ab6 lib: remove prio_heap by Lai Jiangshan · 10 years ago
- fec2290 lib/textsearch.c: remove textsearch_put reference from comments by Raphael Silva · 10 years ago
- 4bad78c lib/dynamic_debug.c: use seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
- faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 6d5f0eb Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- dbb885f Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
- c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
- 9efb3a4 lib/genalloc.c: add genpool range check function by Laura Abbott · 10 years ago
- 505e3be lib/genalloc.c: add power aligned algorithm by Laura Abbott · 10 years ago
- 33ac9db fonts: Add 6x10 font by Maarten ter Huurne · 10 years ago
- 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- 3fc1479 Merge tag 'compress-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- bca51651 Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
- 906d201 dynamic_debug: change __dynamic_<foo>_dbg return types to void by Joe Perches · 10 years ago
- 75b1285 Merge branch 'next' into efi-next-merge by Matt Fleming · 10 years ago
- 6ccc72b lib: Add a generic cmdline parse function parse_option_str by Dave Young · 10 years ago
- 8acd91e locking/lockdep: Revert qrwlock recusive stuff by Peter Zijlstra · 10 years ago
- 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 50dddff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
- 6c8ff87 Merge commit 'v3.16' into next by James Morris · 10 years ago
- 72cf901 lzo: check for length overrun in variable length encoding. by Willy Tarreau · 10 years ago
- af958a3 Revert "lzo: properly check for overruns" by Willy Tarreau · 10 years ago
- e7af85d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
- 3c731eb bpf: mini eBPF library, test stubs and verifier testsuite by Alexei Starovoitov · 10 years ago
- 6f3aabd genalloc: fix device node resource counter by Vladimir Zapolskiy · 10 years ago
- 4daaab4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 1cae13e percpu_ref: make INIT_ATOMIC and switch_to_atomic() sticky by Tejun Heo · 10 years ago
- 2aad2a8 percpu_ref: add PERCPU_REF_INIT_* flags by Tejun Heo · 10 years ago
- f47ad45 percpu_ref: decouple switching to percpu mode and reinit by Tejun Heo · 10 years ago
- 490c79a percpu_ref: decouple switching to atomic mode and killing by Tejun Heo · 10 years ago
- 27344a9 percpu_ref: add PCPU_REF_DEAD by Tejun Heo · 10 years ago
- 9e804d1 percpu_ref: rename things to prepare for decoupling percpu/atomic mode switch by Tejun Heo · 10 years ago
- eecc16b percpu_ref: replace pcpu_ prefix with percpu_ by Tejun Heo · 10 years ago
- 6251f99 percpu_ref: minor code and comment updates by Tejun Heo · 10 years ago
- a223737 percpu_ref: relocate percpu_ref_reinit() by Tejun Heo · 10 years ago
- 9eca804 Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe" by Tejun Heo · 10 years ago
- d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago