]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2016-05-22 Andrea Gelminiparisc: Fix typo in pdc.h
2016-05-22 John David... parisc: Update futex.h to match generic implementation
2016-05-22 Helge Dellerparisc: Merge ftrace C-helper and assembler functions...
2016-05-22 Helge Dellerselftests/thuge-gen: Use platform specific MAP_HUGETLB...
2016-05-22 Helge Dellerparisc: Add native high-resolution sched_clock() implem...
2016-05-22 Helge Dellerparisc: Add ARCH_TRACEHOOK and regset support
2016-05-22 Helge Dellerparisc: Add 64bit get_user() and put_user() for 32bit...
2016-05-22 Helge Dellerparisc: Simplify and speed up get_user() and put_user()
2016-05-22 Helge Dellerparisc: Add syscall tracepoint support
2016-05-22 Linus TorvaldsMerge tag 'for-f2fs-4.7' of git://git.kernel.org/pub...
2016-05-21 Linus TorvaldsMerge branch 'for-linus-4.7' of git://git.kernel.org...
2016-05-21 Linus TorvaldsMerge tag 'rtc-4.7' of git://git.kernel.org/pub/scm...
2016-05-21 Linus TorvaldsMerge branch 'mailbox-for-next' of git://git.linaro...
2016-05-21 Linus Torvaldsx86 isa: add back X86_32 dependency on CONFIG_ISA
2016-05-21 Nicolas Chauvetrtc: tps6586x: rename so module can be autoloaded
2016-05-21 Arnd Bergmannrtc: rv3029: hide unused i2c device table
2016-05-21 Thomas Koellerrtc: rs5c372: r2025: fix check for 'oscillator halted...
2016-05-21 Mylène Josserandrtc: rv3029: add alarm IRQ
2016-05-21 Mylène Josserandrtc: rv3029: fix set_time function
2016-05-21 Mylène Josserandrtc: rv3029: fix alarm support
2016-05-21 Mylène Josserandrtc: rv3029: Remove some checks and warnings
2016-05-21 Mylène Josserandrtc: rv3029: Add support of RV3049
2016-05-21 Mylène Josserandrtc: rv3029: convert to use regmap
2016-05-21 Mylène Josserandrtc: rv3029: remove 'i2c' in functions names
2016-05-21 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2016-05-21 Linus TorvaldsMerge tag 'staging-4.7-rc1' of git://git.kernel.org...
2016-05-21 Linus TorvaldsMerge tag 'driver-core-4.7-rc1' of git://git.kernel...
2016-05-21 Linus TorvaldsMerge tag 'char-misc-4.7-rc1' of git://git.kernel.org...
2016-05-21 Linus TorvaldsMerge tag 'usb-4.7-rc1' of git://git.kernel.org/pub...
2016-05-21 Linus TorvaldsMerge tag 'tty-4.7-rc1' of git://git.kernel.org/pub...
2016-05-21 Linus TorvaldsMerge tag 'clk-for-linus' of git://git.kernel.org/pub...
2016-05-21 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2016-05-21 Peter Zijlstralocking,qspinlock: Fix spin_is_locked() and spin_unlock...
2016-05-21 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2016-05-21 Huang Shijiesamples/kprobes: print out the symbol name for the...
2016-05-21 Huang Shijiesamples/kprobes: add a new module parameter
2016-05-21 Huang Shijiekprobes: add the "tls" argument for j_do_fork
2016-05-21 Rasmus Villemoesinit/main.c: simplify initcall_blacklisted()
2016-05-21 Heloisefs/efs/super.c: fix return value
2016-05-21 Joe Perchescheckpatch: improve --git <commit-count> shortcut
2016-05-21 Joe Perchescheckpatch: reduce number of `git log` calls with ...
2016-05-21 Du, Changbincheckpatch: add support to check already applied git...
2016-05-21 Joe Perchescheckpatch: add --list-types to show message types...
2016-05-21 Joe Perchescheckpatch: advertise the --fix and --fix-inplace optio...
2016-05-21 Joe Perchescheckpatch: whine about ACCESS_ONCE
2016-05-21 Joe Perchescheckpatch: add test for keywords not starting on tabstops
2016-05-21 Joe Perchescheckpatch: improve CONSTANT_COMPARISON test for struct...
2016-05-21 Joe Perchescheckpatch: add PREFER_IS_ENABLED test
2016-05-21 Zhaoxiu Zenglib/GCD.c: use binary GCD algorithm instead of Euclidean
2016-05-21 Matthew Wilcoxradix-tree: free up the bottom bit of exceptional entri...
2016-05-21 NeilBrowndax: move RADIX_DAX_ definitions to dax.c
2016-05-21 Matthew Wilcoxradix-tree: make radix_tree_descend() more useful
2016-05-21 Matthew Wilcoxradix-tree: introduce radix_tree_replace_clear_tags()
2016-05-21 Matthew Wilcoxradix-tree: tidy up __radix_tree_create()
2016-05-21 Matthew Wilcoxradix-tree: tidy up range_tag_if_tagged
2016-05-21 Matthew Wilcoxradix-tree: tidy up next_chunk
2016-05-21 Matthew Wilcoxradix-tree: change naming conventions in radix_tree_shrink
2016-05-21 Matthew Wilcoxradix-tree: rename radix_tree_is_indirect_ptr()
2016-05-21 Matthew Wilcoxradix-tree: rename indirect_to_ptr() to entry_to_node()
2016-05-21 Matthew Wilcoxradix-tree: rename ptr_to_indirect() to node_to_entry()
2016-05-21 Matthew Wilcoxradix-tree: rename INDIRECT_PTR to INTERNAL_NODE
2016-05-21 Matthew Wilcoxradix-tree: remove root->height
2016-05-21 Matthew Wilcoxradix tree test suite: remove dependencies on height
2016-05-21 Matthew Wilcoxradix-tree: remove a use of root->height from delete_node
2016-05-21 Matthew Wilcoxradix-tree: replace node->height with node->shift
2016-05-21 Matthew Wilcoxradix-tree: split node->path into offset and height
2016-05-21 Matthew Wilcoxradix-tree: miscellaneous fixes
2016-05-21 Matthew Wilcoxdrivers/hwspinlock: use correct radix tree API
2016-05-21 Matthew Wilcoxradix-tree: add copyright statements
2016-05-21 Ross Zwislerradix-tree: fix radix_tree_dump() for multi-order entries
2016-05-21 Matthew Wilcoxradix-tree: fix radix_tree_range_tag_if_tagged() for...
2016-05-21 Ross Zwislerradix-tree: add test for radix_tree_locate_item()
2016-05-21 Matthew Wilcoxradix-tree: rewrite radix_tree_locate_item
2016-05-21 Matthew Wilcoxradix-tree: fix radix_tree_create for sibling entries
2016-05-21 Ross Zwislerradix-tree test suite: add multi-order tag test
2016-05-21 Ross Zwislerradix-tree: rewrite radix_tree_tag_get
2016-05-21 Ross Zwislerradix-tree: rewrite radix_tree_tag_clear
2016-05-21 Ross Zwislerradix-tree: rewrite radix_tree_tag_set
2016-05-21 Ross Zwislerradix tree test suite: multi-order iteration test
2016-05-21 Ross Zwislerradix-tree: add support for multi-order iterating
2016-05-21 Matthew Wilcoxradix-tree: fix multiorder BUG_ON in radix_tree_insert
2016-05-21 Matthew Wilcoxradix-tree: rewrite __radix_tree_lookup
2016-05-21 Matthew Wilcoxradix-tree: fix several shrinking bugs with multiorder...
2016-05-21 Matthew Wilcoxradix tree test suite: start adding multiorder tests
2016-05-21 Matthew Wilcoxradix-tree: fix extending the tree for multi-order...
2016-05-21 Matthew Wilcoxradix-tree: introduce radix_tree_load_root()
2016-05-21 Matthew Wilcoxradix-tree: remove restriction on multi-order entries
2016-05-21 Matthew Wilcoxradix-tree: fix deleting a multi-order entry through...
2016-05-21 Matthew Wilcoxradix-tree: fix sibling entry insertion
2016-05-21 Matthew Wilcoxradix-tree: add missing sibling entry functionality
2016-05-21 Matthew Wilcoxraxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER
2016-05-21 Ross Zwislerradix-tree: remove unused looping macros
2016-05-21 Ross Zwislerradix tree test suite: rebuild when headers change
2016-05-21 Ross Zwislerradix tree test suite: keep regression test runs short
2016-05-21 Ross Zwislerradix tree test suite: allow testing other fan-out...
2016-05-21 Matthew Wilcoxradix tree test suite: add tests for radix_tree_locate_...
2016-05-21 Matthew Wilcoxradix tree test suite: fix build
2016-05-21 Matthew Wilcoxradix-tree: introduce radix_tree_empty
2016-05-21 Andy Shevchenkodrivers/platform/x86/wmi.c: use generic UUID library
2016-05-21 Andy Shevchenkoblock/partitions/ldm.c: use generic UUID library
next