Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
30ff46ccb303fb6f6c28b9aa9f2cdc4ba900ed3f
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
1771c6e
x86/kasan: instrument user memory access API
by Andrey Ryabinin
· 8 years ago
64f8eba
mm/kasan: add API to check memory regions
by Andrey Ryabinin
· 8 years ago
936bb4b
mm/kasan: print name of mem[set,cpy,move]() caller in report
by Andrey Ryabinin
· 8 years ago
96fe805
mm, kasan: add a ksize() test
by Alexander Potapenko
· 8 years ago
4ebb31a4
mm, kasan: don't call kasan_krealloc() from ksize().
by Alexander Potapenko
· 8 years ago
55834c5
mm: kasan: initial memory quarantine implementation
by Alexander Potapenko
· 8 years ago
b8f1a75
mm: call page_ext_init() after all struct pages are initialized
by Yang Shi
· 8 years ago
dfef2ef
mm, migrate: increment fail count on ENOMEM
by David Rientjes
· 8 years ago
6cd9dc3
mm/compaction.c: fix zoneindex in kcompactd()
by Chen Feng
· 8 years ago
0bb2fd1
mm: page_is_guard(): return false when page_ext arrays are not allocated yet
by Yang Shi
· 8 years ago
f050897
mm, thp: khugepaged should scan when sleep value is written
by David Rientjes
· 8 years ago
a53eaff
MM: increase safety margin provided by PF_LESS_THROTTLE
by NeilBrown
· 8 years ago
e570f56
mm: check_new_page_bad() directly returns in __PG_HWPOISON case
by Naoya Horiguchi
· 8 years ago
29b52de
mm, kasan: fix to call kasan_free_pages() after poisoning page
by seokhoon.yoon
· 8 years ago
d0834a6
mm: disable fault around on emulated access bit architecture
by Minchan Kim
· 8 years ago
5c0a85f
mm: make faultaround produce old ptes
by Kirill A. Shutemov
· 8 years ago
4b50bcc
mm: use phys_addr_t for reserve_bootmem_region() arguments
by Stefan Bader
· 8 years ago
d2005e3
userfaultfd: don't pin the user memory in userfaultfd_file_create()
by Oleg Nesterov
· 8 years ago
cd33a76
mm/memblock.c: remove unnecessary always-true comparison
by Richard Leitner
· 8 years ago
9a001fc
z3fold: the 3-fold allocator for compressed pages
by Vitaly Wool
· 8 years ago
d5ee7c3
mm: thp: split_huge_pmd_address() comment improvement
by Andrea Arcangeli
· 8 years ago
5f527c2
mm: thp: microoptimize compound_mapcount()
by Andrea Arcangeli
· 8 years ago
7b8da4c
vmstat: get rid of the ugly cpu_stat_off variable
by Christoph Lameter
· 8 years ago
5103817
memcg: fix stale mem_cgroup_force_empty() comment
by Greg Thelen
· 8 years ago
d2a1a1f
mm: use unsigned long constant for page flags
by Yu Zhao
· 8 years ago
2a138dc
mm: use existing helper to convert "on"/"off" to boolean
by Minfei Huang
· 8 years ago
Next »