Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ea9b50133ffebbd580cb5cd0aa222784d7a2fcb1
ea9b501
samples/kprobes: print out the symbol name for the hooks
by Huang Shijie
· 8 years ago
d04659a
samples/kprobes: add a new module parameter
by Huang Shijie
· 8 years ago
603ac5d
kprobes: add the "tls" argument for j_do_fork
by Huang Shijie
· 8 years ago
c8cdd2b
init/main.c: simplify initcall_blacklisted()
by Rasmus Villemoes
· 8 years ago
4108124
fs/efs/super.c: fix return value
by Heloise
· 8 years ago
28898fd
checkpatch: improve --git <commit-count> shortcut
by Joe Perches
· 8 years ago
0dea9f1
checkpatch: reduce number of `git log` calls with --git
by Joe Perches
· 8 years ago
4a593c3
checkpatch: add support to check already applied git commits
by Du, Changbin
· 8 years ago
3beb42e
checkpatch: add --list-types to show message types to show or ignore
by Joe Perches
· 8 years ago
ef21219
checkpatch: advertise the --fix and --fix-inplace options more
by Joe Perches
· 8 years ago
481aea5
checkpatch: whine about ACCESS_ONCE
by Joe Perches
· 8 years ago
a91e899
checkpatch: add test for keywords not starting on tabstops
by Joe Perches
· 8 years ago
f39e176
checkpatch: improve CONSTANT_COMPARISON test for structure members
by Joe Perches
· 8 years ago
2d63274
checkpatch: add PREFER_IS_ENABLED test
by Joe Perches
· 8 years ago
fff7fb0
lib/GCD.c: use binary GCD algorithm instead of Euclidean
by Zhaoxiu Zeng
· 8 years ago
3bcadd6
radix-tree: free up the bottom bit of exceptional entries for reuse
by Matthew Wilcox
· 8 years ago
78a9be0
dax: move RADIX_DAX_ definitions to dax.c
by NeilBrown
· 8 years ago
9e85d81
radix-tree: make radix_tree_descend() more useful
by Matthew Wilcox
· 8 years ago
d604c32
radix-tree: introduce radix_tree_replace_clear_tags()
by Matthew Wilcox
· 8 years ago
89148aa
radix-tree: tidy up __radix_tree_create()
by Matthew Wilcox
· 8 years ago
a8e4da2
radix-tree: tidy up range_tag_if_tagged
by Matthew Wilcox
· 8 years ago
8c1244d
radix-tree: tidy up next_chunk
by Matthew Wilcox
· 8 years ago
af49a63
radix-tree: change naming conventions in radix_tree_shrink
by Matthew Wilcox
· 8 years ago
b194d16
radix-tree: rename radix_tree_is_indirect_ptr()
by Matthew Wilcox
· 8 years ago
4dd6c09
radix-tree: rename indirect_to_ptr() to entry_to_node()
by Matthew Wilcox
· 8 years ago
a4db4dc
radix-tree: rename ptr_to_indirect() to node_to_entry()
by Matthew Wilcox
· 8 years ago
30ff46cc
radix-tree: rename INDIRECT_PTR to INTERNAL_NODE
by Matthew Wilcox
· 8 years ago
d089126
radix-tree: remove root->height
by Matthew Wilcox
· 8 years ago
0694f0c
radix tree test suite: remove dependencies on height
by Matthew Wilcox
· 8 years ago
fb20901
radix-tree: remove a use of root->height from delete_node
by Matthew Wilcox
· 8 years ago
c12e51b
radix-tree: replace node->height with node->shift
by Matthew Wilcox
· 8 years ago
0c7fa0a
radix-tree: split node->path into offset and height
by Matthew Wilcox
· 8 years ago
2fcd900
radix-tree: miscellaneous fixes
by Matthew Wilcox
· 8 years ago
b76ba4a
drivers/hwspinlock: use correct radix tree API
by Matthew Wilcox
· 8 years ago
6b053b8
radix-tree: add copyright statements
by Matthew Wilcox
· 8 years ago
0796c58
radix-tree: fix radix_tree_dump() for multi-order entries
by Ross Zwisler
· 8 years ago
070c5ac
radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entries
by Matthew Wilcox
· 8 years ago
eb73f7f
radix-tree: add test for radix_tree_locate_item()
by Ross Zwisler
· 8 years ago
0a2efc6
radix-tree: rewrite radix_tree_locate_item
by Matthew Wilcox
· 8 years ago
8a14f4d
radix-tree: fix radix_tree_create for sibling entries
by Matthew Wilcox
· 8 years ago
0fc9b8c
radix-tree test suite: add multi-order tag test
by Ross Zwisler
· 8 years ago
4589ba6
radix-tree: rewrite radix_tree_tag_get
by Ross Zwisler
· 8 years ago
00f47b5
radix-tree: rewrite radix_tree_tag_clear
by Ross Zwisler
· 8 years ago
fb96990
radix-tree: rewrite radix_tree_tag_set
by Ross Zwisler
· 8 years ago
643b57d
radix tree test suite: multi-order iteration test
by Ross Zwisler
· 8 years ago
21ef533
radix-tree: add support for multi-order iterating
by Ross Zwisler
· 8 years ago
7b60e9a
radix-tree: fix multiorder BUG_ON in radix_tree_insert
by Matthew Wilcox
· 8 years ago
8582995
radix-tree: rewrite __radix_tree_lookup
by Matthew Wilcox
· 8 years ago
afe0e39
radix-tree: fix several shrinking bugs with multiorder entries
by Matthew Wilcox
· 8 years ago
4f3755d
radix tree test suite: start adding multiorder tests
by Matthew Wilcox
· 8 years ago
49ea6eb
radix-tree: fix extending the tree for multi-order entries at offset 0
by Matthew Wilcox
· 8 years ago
1456a43
radix-tree: introduce radix_tree_load_root()
by Matthew Wilcox
· 8 years ago
aa54757
radix-tree: remove restriction on multi-order entries
by Matthew Wilcox
· 8 years ago
29e0967
radix-tree: fix deleting a multi-order entry through an alias
by Matthew Wilcox
· 8 years ago
3b8c00f
radix-tree: fix sibling entry insertion
by Matthew Wilcox
· 8 years ago
db050f2
radix-tree: add missing sibling entry functionality
by Matthew Wilcox
· 8 years ago
57578c2
raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER
by Matthew Wilcox
· 8 years ago
6c4bd68
radix-tree: remove unused looping macros
by Ross Zwisler
· 8 years ago
7f30867
radix tree test suite: rebuild when headers change
by Ross Zwisler
· 8 years ago
aa1d62d
radix tree test suite: keep regression test runs short
by Ross Zwisler
· 8 years ago
97d778b
radix tree test suite: allow testing other fan-out values
by Ross Zwisler
· 8 years ago
d42cb1a
radix tree test suite: add tests for radix_tree_locate_item()
by Matthew Wilcox
· 8 years ago
f518b16
radix tree test suite: fix build
by Matthew Wilcox
· 8 years ago
e9256ef
radix-tree: introduce radix_tree_empty
by Matthew Wilcox
· 8 years ago
538d7eb
drivers/platform/x86/wmi.c: use generic UUID library
by Andy Shevchenko
· 8 years ago
7244ad6
block/partitions/ldm.c: use generic UUID library
by Andy Shevchenko
· 8 years ago
6357978
include/linux/genhd.h: move to use generic UUID library
by Andy Shevchenko
· 8 years ago
8236431
fs/efivarfs/inode.c: use generic UUID library
by Andy Shevchenko
· 8 years ago
ba7e34b
include/linux/efi.h: redefine type, constant, macro from generic code
by Andy Shevchenko
· 8 years ago
ede9c277
kernel/sysctl_binary.c: use generic UUID library
by Andy Shevchenko
· 8 years ago
e3a93bc
lib/uuid.c: remove FSF address
by Andy Shevchenko
· 8 years ago
2b1b0d6
lib/uuid.c: introduce a few more generic helpers
by Andy Shevchenko
· 8 years ago
8da4b8c
lib/uuid.c: move generate_random_uuid() to uuid.c
by Andy Shevchenko
· 8 years ago
b8b5727
security/integrity/ima/ima_policy.c: use %pU to output UUID in printable format
by Andy Shevchenko
· 8 years ago
aa4ea1c
lib/vsprintf: simplify UUID printing
by Andy Shevchenko
· 8 years ago
f497068
MAINTAINERS: remove Koichi Yasutake
by Jiri Slaby
· 8 years ago
2e11246
MAINTAINERS: remove defunct spear mailing list
by Eric Engestrom
· 8 years ago
6c41a3b
MAINTAINERS: remove linux@lists.openrisc.net
by Jiri Slaby
· 8 years ago
cf9b110
printk/nmi: flush NMI messages on the system panic
by Petr Mladek
· 8 years ago
427934b
printk/nmi: increase the size of NMI buffer and make it configurable
by Petr Mladek
· 8 years ago
b522dea
printk/nmi: warn when some message has been lost in NMI context
by Petr Mladek
· 8 years ago
42a0bb3
printk/nmi: generic solution for safe printk in NMI
by Petr Mladek
· 8 years ago
2eeed7e
include/linux/syscalls.h: use pid_t instead of int
by René Nyffenegger
· 8 years ago
0740aa5
fork: free thread in copy_process on failure
by Jiri Slaby
· 8 years ago
e646469
exit_thread: accept a task parameter to be exited
by Jiri Slaby
· 8 years ago
5f56a5d
exit_thread: remove empty bodies
by Jiri Slaby
· 8 years ago
2ec656e
mn10300: let exit_fpu accept a task
by Jiri Slaby
· 8 years ago
1b3044e
procfs: fix pthread cross-thread naming if !PR_DUMPABLE
by Janis Danisevskis
· 8 years ago
3e42979
procfs: expose umask in /proc/<PID>/status
by Richard W.M. Jones
· 8 years ago
623e47f
zram: introduce per-device debug_stat sysfs node
by Sergey Senozhatsky
· 8 years ago
43209ea
zram: remove max_comp_streams internals
by Sergey Senozhatsky
· 8 years ago
d34f615
mm/zsmalloc: don't fail if can't create debugfs info
by Dan Streetman
· 8 years ago
200867a
mm/zswap: use workqueue to destroy pool
by Dan Streetman
· 8 years ago
da9556a
zram: user per-cpu compression streams
by Sergey Senozhatsky
· 8 years ago
d0d8da2
zsmalloc: require GFP in zs_malloc()
by Sergey Senozhatsky
· 8 years ago
1ee4716
zsmalloc: remove unused pool param in obj_free
by Minchan Kim
· 8 years ago
251cbb9
zsmalloc: reorder function parameters
by Minchan Kim
· 8 years ago
830e4bc
zsmalloc: clean up many BUG_ON
by Minchan Kim
· 8 years ago
a420946
zsmalloc: use first_page rather than page
by Minchan Kim
· 8 years ago
eae08dc
kasan/tests: add tests for user memory access functions
by Andrey Ryabinin
· 8 years ago
Next »