Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1861cda0de66d02688a9b3cba658ff9ab847e26d
« Previous
c32b3cb
oom, PM: make OOM detection in the freezer path raceless
by Michal Hocko
· 10 years ago
401e4a7
sysrq: convert printk to pr_* equivalent
by Michal Hocko
· 10 years ago
35536ae
PM: convert printk to pr_* equivalent
by Michal Hocko
· 10 years ago
63a8ca9
oom: thaw the OOM victim if it is frozen
by Michal Hocko
· 10 years ago
49550b6
oom: add helpers for setting and clearing TIF_MEMDIE
by Michal Hocko
· 10 years ago
1dfab5a
mm: memcontrol: fold move_anon() and move_file()
by Johannes Weiner
· 10 years ago
241994e
mm: memcontrol: default hierarchy interface for memory
by Johannes Weiner
· 10 years ago
650c5e5
mm: page_counter: pull "-1" handling out of page_counter_memparse()
by Johannes Weiner
· 10 years ago
8d29e18
mm: use correct format specifiers when printing address ranges
by Juergen Gross
· 10 years ago
0ca44b1
memcg: add BUILD_BUG_ON() for string tables
by Greg Thelen
· 10 years ago
90cbc25
vmscan: force scan offline memory cgroups
by Vladimir Davydov
· 10 years ago
81422f2
mm: more checks on free_pages_prepare() for tail pages
by Kirill A. Shutemov
· 10 years ago
6e9f0d5
mm/page_alloc.c: drop dead destroy_compound_page()
by Kirill A. Shutemov
· 10 years ago
05891fb
mm: microoptimize zonelist operations
by Vlastimil Babka
· 10 years ago
1a6d53a
mm: reduce try_to_compact_pages parameters
by Vlastimil Babka
· 10 years ago
a926375
mm, page_alloc: reduce number of alloc_pages* functions' parameters
by Vlastimil Babka
· 10 years ago
7537919
mm: set page->pfmemalloc in prep_new_page()
by Vlastimil Babka
· 10 years ago
4ecf886
sparc32: fix broken set_pte()
by Kirill A. Shutemov
· 10 years ago
9fbc1f6
mm/hugetlb: add migration entry check in __unmap_hugepage_range
by Naoya Horiguchi
· 10 years ago
a8bda28
mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection
by Naoya Horiguchi
· 10 years ago
0f792cf
mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()
by Naoya Horiguchi
· 10 years ago
e66f17f
mm/hugetlb: take page table lock in follow_huge_pmd()
by Naoya Horiguchi
· 10 years ago
cbef847
mm/hugetlb: pmd_huge() returns true for non-present hugepage
by Naoya Horiguchi
· 10 years ago
61f77ed
mm/hugetlb: reduce arch dependent code around follow_huge_*
by Naoya Horiguchi
· 10 years ago
cfc5115
mm, vmscan: wake up all pfmemalloc-throttled processes at once
by Vlastimil Babka
· 10 years ago
44628d9
mm: fix typo of MIGRATE_RESERVE in comment
by Baoquan He
· 10 years ago
23f086f
kmemcheck: move hook into __alloc_pages_nodemask() for the page allocator
by Xishi Qiu
· 10 years ago
91fbdc0
mm/page_alloc.c:__alloc_pages_nodemask(): don't alter arg gfp_mask
by Andrew Morton
· 10 years ago
6de2261
mm: memcontrol: track move_lock state internally
by Johannes Weiner
· 10 years ago
93aa7d9
swap: remove unused mem_cgroup_uncharge_swapcache declaration
by Vladimir Davydov
· 10 years ago
83363b9
oom: make sure that TIF_MEMDIE is set under task_lock
by Michal Hocko
· 10 years ago
d7a94e7
oom: don't count on mm-less current process
by Tetsuo Handa
· 10 years ago
56873f4
mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
by Wang, Yalin
· 10 years ago
1d148e2
mm: add VM_BUG_ON_PAGE() to page_mapcount()
by Wang, Yalin
· 10 years ago
e4b294c
mm: add fields for compound destructor and order into struct page
by Kirill A. Shutemov
· 10 years ago
1a118cc
f2fs: use spinlock for segmap_lock instead of rwlock
by Chao Yu
· 10 years ago
f1a3b98
f2fs: fix accessing wrong indexed data blocks
by Jaegeuk Kim
· 10 years ago
60a3b78
f2fs: avoid variable length array
by Jaegeuk Kim
· 10 years ago
29e7043
f2fs: fix sparse warnings
by Jaegeuk Kim
· 10 years ago
59b802e
f2fs: allocate data blocks in advance for f2fs_direct_IO
by Jaegeuk Kim
· 10 years ago
f7ef9b8
f2fs: introduce macros to convert bytes and blocks in f2fs
by Jaegeuk Kim
· 10 years ago
da17eec
f2fs: call set_buffer_new for get_block
by Jaegeuk Kim
· 10 years ago
aaf9607
f2fs: check node page contents all the time
by Jaegeuk Kim
· 10 years ago
2e02317
f2fs: avoid data offset overflow when lseeking huge file
by Chao Yu
· 10 years ago
560d467
f2fs: fix to use highmem for pages of newly created directory
by Chao Yu
· 10 years ago
bba681c
f2fs: introduce a batched trim
by Jaegeuk Kim
· 10 years ago
487261f
f2fs: merge {invalidate,release}page for meta/node/data pages
by Chao Yu
· 10 years ago
d24bdcb
f2fs: show the number of writeback pages in stat
by Jaegeuk Kim
· 10 years ago
f68daee
f2fs: keep PagePrivate during releasepage
by Jaegeuk Kim
· 10 years ago
081d78c
f2fs: should fail mount when trying to recover data on read-only dev
by Jaegeuk Kim
· 10 years ago
119ee91
f2fs: split UMOUNT and FASTBOOT flags
by Jaegeuk Kim
· 10 years ago
11504a8
f2fs: avoid write_checkpoint if f2fs is mounted readonly
by Jaegeuk Kim
· 10 years ago
2d834bf
f2fs: support norecovery mount option
by Jaegeuk Kim
· 10 years ago
dabc4a5
f2fs: fix not to drop mount options when retrying fill_super
by Jaegeuk Kim
· 10 years ago
caf0047
f2fs: merge flags in struct f2fs_sb_info
by Chao Yu
· 10 years ago
88dd893
f2fs: clean up {in,de}create_sleep_time
by Chao Yu
· 10 years ago
feeb0de
f2fs: make truncate_inline_date static
by Chao Yu
· 10 years ago
3b6709b
f2fs: fix a bug of inheriting default ACL from parent
by Kinglong Mee
· 10 years ago
f28e503
f2fs: use f2fs_radix_tree_insert to clean codes
by Chao Yu
· 10 years ago
d49f3e8
f2fs: add F2FS_IOC_GETVERSION support
by Chao Yu
· 10 years ago
bc4a1f8
f2fs: leave comment for code readability
by Jaegeuk Kim
· 10 years ago
1601839
f2fs: fix to release count of meta page in ->invalidatepage
by Chao Yu
· 10 years ago
85dc2f2
f2fs: do checkpoint when umount flag is not set
by Jaegeuk Kim
· 10 years ago
30a5537
f2fs: trigger correct checkpoint during umount
by Jaegeuk Kim
· 10 years ago
6f0aacb
f2fs: update memory footprint information
by Jaegeuk Kim
· 10 years ago
9066c6a
f2fs: fix wrong memory footprint statistics in debugfs
by Chao Yu
· 10 years ago
871f599
f2fs: avoid infinite loop on cp_error
by Jaegeuk Kim
· 10 years ago
d4d4eda
cpufreq: speedstep-smi: enable interrupts when waiting
by Mikulas Patocka
· 10 years ago
59d84ca
PM / OPP / clk: Remove unnecessary OOM message
by Quentin Lambert
· 10 years ago
a4f743a
NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()
by Trond Myklebust
· 10 years ago
d8ba1f9
NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args
by Trond Myklebust
· 10 years ago
96abd10
Merge branch 'drm-next-3.20' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 10 years ago
c0135d0
rcu: Clear need_qs flag to prevent splat
by Paul E. McKenney
· 10 years ago
64aa7e3
Merge tag 'drm-intel-next-fixes-2015-02-11' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
777b3e9
Merge branch 'rco_correctness'
by David S. Miller
· 10 years ago
fe881ef
gue: Use checksum partial with remote checksum offload
by Tom Herbert
· 10 years ago
0ace2ca
vxlan: Use checksum partial with remote checksum offload
by Tom Herbert
· 10 years ago
15e2396
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
by Tom Herbert
· 10 years ago
baa32ff
net: Use more bit fields in napi_gro_cb
by Tom Herbert
· 10 years ago
6db93ea
udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path
by Tom Herbert
· 10 years ago
6edec0e
net: Clarify meaning of CHECKSUM_PARTIAL for receive path
by Tom Herbert
· 10 years ago
26c4f7d
net: Fix remcsum in GRO path to not change packet
by Tom Herbert
· 10 years ago
1310160
openvswitch: Add missing initialization in validate_and_copy_set_tun()
by Geert Uytterhoeven
· 10 years ago
b35725a
openvswitch: Reset key metadata for packet execution.
by Pravin B Shelar
· 10 years ago
673e2ba
treewide: Remove unnecessary SSB_DEVTABLE_END macro
by Joe Perches
· 10 years ago
f7219b5
treewide: Remove unnecessary BCMA_CORETABLE_END macro
by Joe Perches
· 10 years ago
80ad0d4
rds: rds_cong_queue_updates needs to defer the congestion update transmission
by Sowmini Varadhan
· 10 years ago
bf250a1
ipv6: Partial checksum only UDP packets
by Vlad Yasevich
· 10 years ago
4a3046d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
feb2897
of/pci: Remove duplicate kfree in of_pci_get_host_bridge_resources()
by Lorenzo Pieralisi
· 10 years ago
73b4f63
Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 10 years ago
bfe9183
Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integration
by Linus Torvalds
· 10 years ago
7f368ad
Smack: secmark connections
by Casey Schaufler
· 10 years ago
04f81f0
cipso: don't use IPCB() to locate the CIPSO IP option
by Paul Moore
· 10 years ago
ce01e87
Merge tag 'pinctrl-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 10 years ago
a1df7ef
Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
aa7ed01
Merge tag 'mmc-v3.20-1' of git://git.linaro.org/people/ulf.hansson/mmc
by Linus Torvalds
· 10 years ago
7796c11
xilinx usb2 gadget: get rid of incredibly annoying compile warning
by Linus Torvalds
· 10 years ago
540a7c5
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
d427e3c
block: remove unused function blk_bio_map_sg
by Christoph Hellwig
· 10 years ago
Next »