projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author
Commit
2016-05-21
Joe Perches
checkpatch: add --list-types to show message types...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Joe Perches
checkpatch: advertise the --fix and --fix-inplace optio...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Joe Perches
checkpatch: whine about ACCESS_ONCE
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Joe Perches
checkpatch: add test for keywords not starting on tabstops
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Joe Perches
checkpatch: improve CONSTANT_COMPARISON test for struct...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Joe Perches
checkpatch: add PREFER_IS_ENABLED test
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Zhaoxiu Zeng
lib/GCD.c: use binary GCD algorithm instead of Euclidean
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: free up the bottom bit of exceptional entri...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
NeilBrown
dax: move RADIX_DAX_ definitions to dax.c
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: make radix_tree_descend() more useful
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: introduce radix_tree_replace_clear_tags()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: tidy up __radix_tree_create()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: tidy up range_tag_if_tagged
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: tidy up next_chunk
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: change naming conventions in radix_tree_shrink
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: rename radix_tree_is_indirect_ptr()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: rename indirect_to_ptr() to entry_to_node()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: rename ptr_to_indirect() to node_to_entry()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: rename INDIRECT_PTR to INTERNAL_NODE
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: remove root->height
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix tree test suite: remove dependencies on height
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: remove a use of root->height from delete_node
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: replace node->height with node->shift
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: split node->path into offset and height
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: miscellaneous fixes
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
drivers/hwspinlock: use correct radix tree API
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: add copyright statements
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix-tree: fix radix_tree_dump() for multi-order entries
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: fix radix_tree_range_tag_if_tagged() for...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix-tree: add test for radix_tree_locate_item()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: rewrite radix_tree_locate_item
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: fix radix_tree_create for sibling entries
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix-tree test suite: add multi-order tag test
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix-tree: rewrite radix_tree_tag_get
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix-tree: rewrite radix_tree_tag_clear
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix-tree: rewrite radix_tree_tag_set
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix tree test suite: multi-order iteration test
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix-tree: add support for multi-order iterating
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: fix multiorder BUG_ON in radix_tree_insert
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: rewrite __radix_tree_lookup
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: fix several shrinking bugs with multiorder...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix tree test suite: start adding multiorder tests
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: fix extending the tree for multi-order...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: introduce radix_tree_load_root()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: remove restriction on multi-order entries
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: fix deleting a multi-order entry through...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: fix sibling entry insertion
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: add missing sibling entry functionality
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix-tree: remove unused looping macros
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix tree test suite: rebuild when headers change
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix tree test suite: keep regression test runs short
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Ross Zwisler
radix tree test suite: allow testing other fan-out...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix tree test suite: add tests for radix_tree_locate_...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix tree test suite: fix build
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Matthew Wilcox
radix-tree: introduce radix_tree_empty
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
drivers/platform/x86/wmi.c: use generic UUID library
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
block/partitions/ldm.c: use generic UUID library
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
include/linux/genhd.h: move to use generic UUID library
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
fs/efivarfs/inode.c: use generic UUID library
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
include/linux/efi.h: redefine type, constant, macro...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
kernel/sysctl_binary.c: use generic UUID library
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
lib/uuid.c: remove FSF address
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
lib/uuid.c: introduce a few more generic helpers
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
lib/uuid.c: move generate_random_uuid() to uuid.c
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
security/integrity/ima/ima_policy.c: use %pU to output...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andy Shevchenko
lib/vsprintf: simplify UUID printing
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Jiri Slaby
MAINTAINERS: remove Koichi Yasutake
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Eric Engestrom
MAINTAINERS: remove defunct spear mailing list
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Jiri Slaby
MAINTAINERS: remove linux@lists.openrisc.net
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Petr Mladek
printk/nmi: flush NMI messages on the system panic
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Petr Mladek
printk/nmi: increase the size of NMI buffer and make...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Petr Mladek
printk/nmi: warn when some message has been lost in...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Petr Mladek
printk/nmi: generic solution for safe printk in NMI
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
René Nyffenegger
include/linux/syscalls.h: use pid_t instead of int
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Jiri Slaby
fork: free thread in copy_process on failure
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Jiri Slaby
exit_thread: accept a task parameter to be exited
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Jiri Slaby
exit_thread: remove empty bodies
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Jiri Slaby
mn10300: let exit_fpu accept a task
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Janis Danisevskis
procfs: fix pthread cross-thread naming if !PR_DUMPABLE
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Richard W.M...
procfs: expose umask in /proc/<PID>/status
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Sergey Senozhatsky
zram: introduce per-device debug_stat sysfs node
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Sergey Senozhatsky
zram: remove max_comp_streams internals
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Dan Streetman
mm/zsmalloc: don't fail if can't create debugfs info
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Dan Streetman
mm/zswap: use workqueue to destroy pool
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Sergey Senozhatsky
zram: user per-cpu compression streams
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Sergey Senozhatsky
zsmalloc: require GFP in zs_malloc()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Minchan Kim
zsmalloc: remove unused pool param in obj_free
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Minchan Kim
zsmalloc: reorder function parameters
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Minchan Kim
zsmalloc: clean up many BUG_ON
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Minchan Kim
zsmalloc: use first_page rather than page
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andrey Ryabinin
kasan/tests: add tests for user memory access functions
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andrey Ryabinin
x86/kasan: instrument user memory access API
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andrey Ryabinin
mm/kasan: add API to check memory regions
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Andrey Ryabinin
mm/kasan: print name of mem[set,cpy,move]() caller...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Alexander Potapenko
mm, kasan: add a ksize() test
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Alexander Potapenko
mm, kasan: don't call kasan_krealloc() from ksize().
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Alexander Potapenko
mm: kasan: initial memory quarantine implementation
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
Yang Shi
mm: call page_ext_init() after all struct pages are...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-05-21
David Rientjes
mm, migrate: increment fail count on ENOMEM
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
next