Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
daeb20167ddb934d4d604b361406dda858dfa0aa
« Previous
4e99b02
mmap: arch_get_unmapped_area(): use proper mmap base for bottom up direction
by Heiko Carstens
· 11 years ago
b349acc
mm/zswap: avoid unnecessary page scanning
by Weijie Yang
· 11 years ago
c4a391b
writeback: do not sync data dirtied after sync start
by Jan Kara
· 11 years ago
46c77e2
tools/vm/page-types.c: support KPF_SOFTDIRTY bit
by Naoya Horiguchi
· 11 years ago
ec8e41a
/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line
by Naoya Horiguchi
· 11 years ago
bfc4f9d
mm/page_alloc.c: remove unused marco LONG_ALIGN
by Zhang Yanfei
· 11 years ago
58e97ba
frontswap: enable call to invalidate area on swapoff
by Krzysztof Kozlowski
· 11 years ago
2de1a7e
mm/swapfile.c: fix comment typos
by Seth Jennings
· 11 years ago
7f88f88
mm: kmemleak: avoid false negatives on vmalloc'ed objects
by Catalin Marinas
· 11 years ago
81556b0
mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAP
by Zhang Yanfei
· 11 years ago
85b35fe
mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameter
by Zhang Yanfei
· 11 years ago
071aee1
memcg: support hierarchical memory.numa_stats
by Ying Han
· 11 years ago
25485de
memcg: refactor mem_control_numa_stat_show()
by Greg Thelen
· 11 years ago
b76ac7e
mm/mempolicy: use NUMA_NO_NODE
by Jianguo Wu
· 11 years ago
9f1b868
mm: thp: khugepaged: add policy for finding target node
by Bob Liu
· 11 years ago
10dc415
mm: thp: cleanup: mv alloc_hugepage to better place
by Bob Liu
· 11 years ago
0151e3d
Documentation/vm/zswap.txt: fix typos
by Christian Hesse
· 11 years ago
b82225f3
revert mm/vmalloc.c: emit the failure message before return
by Wanpeng Li
· 11 years ago
af12346
mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info"
by Wanpeng Li
· 11 years ago
c2ce8c1
mm/vmalloc: fix show vmap_area information race with vmap_area tear down
by Wanpeng Li
· 11 years ago
3722e13
mm/vmalloc: don't set area->caller twice
by Wanpeng Li
· 11 years ago
948927e
mm, mempolicy: make mpol_to_str robust and always succeed
by David Rientjes
· 11 years ago
40c3baa
mm/arch: use NUMA_NO_NODE
by Jianguo Wu
· 11 years ago
03b61ff
mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page()
by Naoya Horiguchi
· 11 years ago
01b0f19
cpu/mem hotplug: add try_online_node() for cpu_up()
by Toshi Kani
· 11 years ago
309d0b3
mm/nobootmem.c: have __free_pages_memory() free in larger chunks.
by Robin Holt
· 11 years ago
b9921ec
mm: add a helper function to check may oom condition
by Qiang Huang
· 11 years ago
9c2606b
mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page())
by Xishi Qiu
· 11 years ago
d6de9d5
mm/memory_hotplug.c: rename the function is_memblock_offlined_cb()
by Xishi Qiu
· 11 years ago
b38a872
mm: use populated_zone() instead of if(zone->present_pages)
by Xishi Qiu
· 11 years ago
83285c7
mm: use pgdat_end_pfn() to simplify the code in others
by Xishi Qiu
· 11 years ago
6408068
mm: use pgdat_end_pfn() to simplify the code in arch
by Xishi Qiu
· 11 years ago
8bfa3f9
mm/huge_memory.c: fix stale comments of transparent_hugepage_flags
by Jianguo Wu
· 11 years ago
c69ded8
mm: remove obsolete comments about page table lock
by Naoya Horiguchi
· 11 years ago
3207d9e
drivers/video/acornfb.c: use __free_reserved_page() to simplify the code
by Xishi Qiu
· 11 years ago
c1ce4b3
mm/arch: use __free_reserved_page() to simplify the code
by Xishi Qiu
· 11 years ago
9e4be47
mm/compaction.c: update comment about zone lock in isolate_freepages_block
by Jerome Marchand
· 11 years ago
4b90951
mm/vmalloc: use NUMA_NO_NODE
by Jianguo Wu
· 11 years ago
bafe1e1
ksm: remove redundant __GFP_ZERO from kcalloc
by Joe Perches
· 11 years ago
63d0f0a3
mm/readahead.c:do_readhead(): don't check for ->readpage
by Andrew Morton
· 11 years ago
41ecc34
ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()
by Jan Kara
· 11 years ago
d00d2f8
ocfs2: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
b1214e4
ocfs2: fix possible double free in ocfs2_write_begin_nolock
by Xue jiufei
· 11 years ago
bfbca92
ocfs2: add missing errno in ocfs2_ioctl_move_extents()
by Younger Liu
· 11 years ago
8abaae8
ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()
by Younger Liu
· 11 years ago
eedd40e
ocfs2: rollback transaction in ocfs2_group_add()
by Younger Liu
· 11 years ago
728b980
ocfs2: break useless while loop
by Junxiao Bi
· 11 years ago
518df6b
ocfs2: use find_last_bit()
by Akinobu Mita
· 11 years ago
fae477b
ocfs2: delay migration when the lockres is in migration state
by Xue jiufei
· 11 years ago
750e3c6
ocfs2: skip locks in the blocked list
by Xue jiufei
· 11 years ago
a8f70de
ocfs2: use bitmap_weight()
by Akinobu Mita
· 11 years ago
910bffe
ocfs2: don't spam on -EDQUOT
by Joel Becker
· 11 years ago
5879620
ocfs2: add necessary check in case sb_getblk() fails
by Rui Xiang
· 11 years ago
7391a29
ocfs2: return ENOMEM when sb_getblk() fails
by Rui Xiang
· 11 years ago
f0cb0f0
fs/ocfs2/file.c: fix wrong comment
by Junxiao Bi
· 11 years ago
06f9da6
fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits
by Goldwyn Rodrigues
· 11 years ago
59c3645
scripts/sortextable: support objects with more than 64K sections.
by Jamie Iles
· 11 years ago
a2529ad
drivers/iommu/omap-iopgtable.h: remove unneeded cast of void*
by Jingoo Han
· 11 years ago
72a0c55
cris: media platform drivers: fix build
by Mauro Carvalho Chehab
· 11 years ago
8d28df8
sh64: kernel: remove useless variable 'regs'
by Chen Gang
· 11 years ago
42b4334
sh64: kernel: use 'usp' instead of 'fn'
by Chen Gang
· 11 years ago
786235ee
kthread: make kthread_create() killable
by Tetsuo Handa
· 11 years ago
04d9cd1
ib_isert: Avoid duplicate iscsit_increment_maxcmdsn call
by Nicholas Bellinger
· 11 years ago
5e8e6b4
iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsn
by Nicholas Bellinger
· 11 years ago
b53c8c3
drm/i915: drop duplicate ggtt vma list add in setup_global_gtt
by Jesse Barnes
· 11 years ago
d07ba84
SUNRPC: Avoid deep recursion in rpc_release_client
by Trond Myklebust
· 11 years ago
9dd1220
smp/cpumask: Make CONFIG_CPUMASK_OFFSTACK=y usable without debug dependency
by Josh Boyer
· 11 years ago
2b77933
sparc64: Move to 64-bit PGDs and PMDs.
by David S. Miller
· 11 years ago
37b3a8f
sparc64: Move from 4MB to 8MB huge pages.
by David S. Miller
· 11 years ago
b2d4383
sparc64: Make PAGE_OFFSET variable.
by David S. Miller
· 11 years ago
f998c9c
sparc64: Fix inconsistent max-physical-address defines.
by David S. Miller
· 11 years ago
bb7b435
sparc64: Document the shift counts used to validate linear kernel addresses.
by David S. Miller
· 11 years ago
e0a45e3
sparc64: Define PAGE_OFFSET in terms of physical address bits.
by David S. Miller
· 11 years ago
922631b
sparc64: Use PAGE_OFFSET instead of a magic constant.
by David S. Miller
· 11 years ago
c920745
sparc64: Clean up 64-bit mmap exclusion defines.
by David S. Miller
· 11 years ago
7bd688c
drm/i915: handle backlight through chip specific functions
by Jani Nikula
· 11 years ago
c91c9f3
drm/i915: make asle notifications update backlight on all connectors
by Jani Nikula
· 11 years ago
58c6877
drm/i915: make backlight info per-connector
by Jani Nikula
· 11 years ago
db31af1
drm/i915: clean up backlight conditional build
by Jani Nikula
· 11 years ago
ea30994
PM / Runtime: Update documentation around probe|remove|suspend
by Ulf Hansson
· 11 years ago
6d7bcb1
cpufreq: conservative: set requested_freq to policy max when it is over policy max
by Xiaoguang Chen
· 11 years ago
144b44b
tools / power turbostat: Support Silvermont
by Len Brown
· 11 years ago
fab04b2
intel_idle: Support Intel Atom Processor C2000 Product Family
by Len Brown
· 11 years ago
a4d9753
ACPI / LPSS: add ACPI IDs for newer Intel PCHs
by Mika Westerberg
· 11 years ago
4c47cb1
ACPI: delete CONFIG_ACPI_BLACKLIST_YEAR
by Len Brown
· 11 years ago
0f59cc3
target: Core does not need blkdev.h
by Andy Grover
· 11 years ago
7f7caf6
target: Pass through I/O topology for block backstores
by Andy Grover
· 11 years ago
f01b9f7
iser-target: Avoid using FRMR for single dma entry requests
by Vu Pham
· 11 years ago
11f918d3e
x86/microcode/amd: Tone down printk(), don't treat a missing firmware file as an error
by Thomas Renninger
· 11 years ago
d969135
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 11 years ago
0497a9e
tools lib traceevent: Add direct access to dynamic arrays
by Steven Rostedt
· 11 years ago
5f01c98
x86/dumpstack: Fix printk_address for direct addresses
by Jiri Slaby
· 11 years ago
602ad87
perf target: Shorten perf_target__ to target__
by Arnaldo Carvalho de Melo
· 11 years ago
48095b7
perf tests: Handle throttle events in 'object code reading' test
by Adrian Hunter
· 11 years ago
33c2dcf
perf evlist: Refactor mmap_pages parsing
by David Ahern
· 11 years ago
9639837
perf evlist: Round mmap pages to power 2 - v2
by David Ahern
· 11 years ago
8973504
perf record: Fix segfault with --no-mmap-pages
by David Ahern
· 11 years ago
fd2eaba
perf trace: Add summary only option
by David Ahern
· 11 years ago
885d71e
mtd: gpmi: fix the NULL pointer
by Huang Shijie
· 11 years ago
7b6b2bc
dm cache: resolve small nits and improve Documentation
by Mike Snitzer
· 11 years ago
Next »