linux-2.6-block.git
2014-08-07 Joe Perchescheckpatch: add test for native c90 types in unusual...
2014-08-07 Joe Perchescheckpatch: add signed generic types
2014-08-07 Joe Perchescheckpatch: add short int to c variable types
2014-08-07 Joe Perchescheckpatch: add for_each tests to indentation and brace...
2014-08-07 Joe Perchescheckpatch: fix brace style misuses of else and while
2014-08-07 Joe Perchescheckpatch: add --fix option for a couple OPEN_BRACE...
2014-08-07 Joe Perchescheckpatch: use the correct indentation for which()
2014-08-07 Joe Perchescheckpatch: add fix_insert_line and fix_delete_line...
2014-08-07 Joe Perchescheckpatch: add ability to insert and delete lines...
2014-08-07 Joe Perchescheckpatch: add an index variable for fixed lines
2014-08-07 Joe Perchescheckpatch: warn on break after goto or return with...
2014-08-07 Joe Perchescheckpatch: emit a warning on file add/move/delete
2014-08-07 Joe Perchescheckpatch: add test for commit id formatting style...
2014-08-07 Joe Perchescheckpatch: emit fewer kmalloc_array/kcalloc conversion...
2014-08-07 Joe Perchescheckpatch: improve "no space after cast" test
2014-08-07 Joe Perchescheckpatch: allow multiple const * types
2014-08-07 Joe Perchescheckpatch: warn on unnecessary parentheses around...
2014-08-07 Joe Perchescheckpatch: quiet Kconfig help message checking
2014-08-07 Joe Perchescheckpatch: change blank line after declaration type...
2014-08-07 Joe Perchescheckpatch: add a multiple blank lines test
2014-08-07 Joe Perchescheckpatch: add test for blank lines after function...
2014-08-07 Rasmus Villemoescheckpatch.pl: also suggest 'else if' when if follows...
2014-08-07 Joe Perchescheckpatch: ignore email headers better
2014-08-07 Joe Perchescheckpatch: fix function pointers in blank line needed...
2014-08-07 Joe Perchescheckpatch: fix complex macro false positive for escape...
2014-08-07 Joe Perchescheckpatch: warn on unnecessary else after return or...
2014-08-07 Joe Perchescheckpatch: attempt to find unnecessary 'out of memory...
2014-08-07 Rasmus Villemoeslib: bitmap: add missing mask in bitmap_andnot
2014-08-07 Rasmus Villemoeslib: bitmap: add missing mask in bitmap_and
2014-08-07 Rasmus Villemoeslib: bitmap: add missing mask in bitmap_shift_right
2014-08-07 Rasmus Villemoeslib: bitmap: micro-optimize bitmap_allocate_region
2014-08-07 Rasmus Villemoeslib: bitmap: change parameter of bitmap_*_region to...
2014-08-07 Rasmus Villemoeslib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ord
2014-08-07 Rasmus Villemoeslib: bitmap: simplify bitmap_parselist
2014-08-07 Rasmus Villemoeslib: bitmap: make the start index of bitmap_clear unsigned
2014-08-07 Rasmus Villemoeslib: bitmap: make the start index of bitmap_set unsigned
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_weight...
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_subset...
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_intersects...
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_{and,or...
2014-08-07 Rasmus Villemoeslib: bitmap: remove unnecessary mask from bitmap_complement
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_complement...
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_equal unsigned
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_full unsigned
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_empty unsigned
2014-08-07 Andrew Mortonlib/list_sort.c: convert to pr_foo
2014-08-07 Rasmus Villemoeslib: list_sort.c: Limit number of unused cmp callbacks
2014-08-07 Rasmus Villemoeslib: list_sort_test(): simplify and harden cleanup
2014-08-07 Rasmus Villemoeslib: list_sort_test(): add extra corruption check
2014-08-07 Rasmus Villemoeslib: list_sort_test(): return -ENOMEM when allocation...
2014-08-07 Joe Percheskernel.h: remove deprecated pack_hex_byte
2014-08-07 Fabian Fredericklib/test-kstrtox.c: use ARRAY_SIZE instead of sizeof...
2014-08-07 Mathias Krauselib/string_helpers.c: constify static arrays
2014-08-07 Gui Hechenglib/cmdline.c: add size unit t/p/e to memparse
2014-08-07 George Spelvinlibata: Use glob_match from lib/glob.c
2014-08-07 George Spelvinlib/glob.c: add CONFIG_GLOB_SELFTEST
2014-08-07 George Spelvinlib: add lib/glob.c
2014-08-07 Sergey Senozhatskyzlib: clean up some dead code
2014-08-07 Ken Heliasklist: use same naming scheme as hlist for klist_add_af...
2014-08-07 Ken Heliaslist: fix order of arguments for hlist_add_after(_rcu)
2014-08-07 Ken Heliaslist: make hlist_add_after() argument names match hlist...
2014-08-07 Neil Zhangkernel/printk/printk.c: fix bool assignements
2014-08-07 Jan Karaprintk: enable interrupts before calling console_tryloc...
2014-08-07 Alex Elderprintk: miscellaneous cleanups
2014-08-07 Alex Elderprintk: use a clever macro
2014-08-07 Alex Elderprintk: fix some comments
2014-08-07 Alex Elderprintk: rename DEFAULT_MESSAGE_LOGLEVEL
2014-08-07 Alex Elderprintk: tweak do_syslog() to match comments
2014-08-07 Luis R. Rodriguezprintk: allow increasing the ring buffer depending...
2014-08-07 Luis R. Rodriguezprintk: make dynamic units clear for the kernel ring...
2014-08-07 Luis R. Rodriguezprintk: move power of 2 practice of ring buffer size...
2014-08-07 Luis R. Rodriguezprintk: make dynamic kernel ring buffer alignment explicit
2014-08-07 Geoff Levandinclude/linux/byteorder/generic.h: minor comment fix
2014-08-07 Joe Perchesfs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_A...
2014-08-07 Jiri Kosina./Makefile: tell gcc optimizer to never introduce new...
2014-08-07 Dan Streetmanmm/zpool: update zswap to use zpool
2014-08-07 Dan Streetmanmm/zpool: zbud/zsmalloc implement zpool
2014-08-07 Dan Streetmanmm/zpool: implement common zpool api to zbud/zsmalloc
2014-08-07 Dan Streetmanmm/zbud: change zbud_alloc size type to size_t
2014-08-07 Weijie Yangzram: replace global tb_lock with fine grain lock
2014-08-07 Minchan Kimzram: use size_t instead of u16
2014-08-07 Sergey Senozhatskyzram: remove unused SECTOR_SIZE define
2014-08-07 Sergey Senozhatskyzram: rename struct `table' to `zram_table_entry'
2014-08-07 Max Filippovmm/highmem: make kmap cache coloring aware
2014-08-07 Peter Zijlstrammu_notifier: add call_srcu and sync function for liste...
2014-08-07 Chintan Pandyamm: BUG when __kmap_atomic_idx equals KM_TYPE_NR
2014-08-07 Johannes Weinermm: memcontrol: clean up reclaim size variable use...
2014-08-07 Sasha Levinkernel/smp.c:on_each_cpu_cond(): fix warning in fallbac...
2014-08-07 Rik van Rielmm: change confusing #ifdef use in __access_remote_vm
2014-08-07 Peter Feinermm: softdirty: respect VM_SOFTDIRTY in PTE holes
2014-08-07 Kirill A. Shutemovmm: mark fault_around_bytes __read_mostly
2014-08-07 Kirill A. Shutemovmm: close race between do_fault_around() and fault_arou...
2014-08-07 Jerome Marchandmemcg, vmscan: Fix forced scan of anonymous pages
2014-08-07 Jerome Marchandmm, vmscan: fix an outdated comment still mentioning...
2014-08-07 David Rientjesmm, oom: remove unnecessary exit_state check
2014-08-07 Li Zhongmm: fix potential infinite loop in dissolve_free_huge_p...
2014-08-07 David Rientjesmm, thp: restructure thp avoidance of light synchronous...
2014-08-07 David Rientjesmm, oom: rename zonelist locking functions
2014-08-07 David Rientjesmm, oom: ensure memoryless node zonelist always include...
2014-08-07 Wang Nanmemory-hotplug: sh: suitable memory should go to ZONE_M...
next