Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9afe33ada275f2413dfeae27cc58fbb27474ac72
9afe33a
ptrace/x86: introduce ptrace_register_breakpoint()
by Oleg Nesterov
· 11 years ago
29a5551
ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7()
by Oleg Nesterov
· 11 years ago
e6a7d60
ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()
by Oleg Nesterov
· 11 years ago
7c8df28
ptrace: revert "Prepare to fix racy accesses on task breakpoints"
by Oleg Nesterov
· 11 years ago
e8c073c
ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
by Oleg Nesterov
· 11 years ago
6af9df7
ptrace/arm: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
by Oleg Nesterov
· 11 years ago
6961ed9
ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
by Oleg Nesterov
· 11 years ago
02be46f
ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
by Oleg Nesterov
· 11 years ago
6e5b93e
fatfs: add FAT_IOCTL_GET_VOLUME_ID
by Mike Lockwood
· 11 years ago
4e80b18
drivers/rtc/rtc-stmp3xxx.c: check the return value from stmp_reset_block()
by Fabio Estevam
· 11 years ago
2417898
ncpfs: fix error return code in ncp_parse_options()
by Wei Yongjun
· 11 years ago
c707a81
checkpatch: make the CamelCase cache work for non-git trees too
by Joe Perches
· 11 years ago
dcb6b45
panic: add cpu/pid to warn_slowpath_common in WARNING printk()s
by Alex Thorlton
· 11 years ago
0a1be15
mm/memory_hotplug.c: fix return value of online_pages()
by Toshi Kani
· 11 years ago
5f12733
mm: honor min_free_kbytes set by user
by Michal Hocko
· 11 years ago
465939a
memcg: don't need to free memcg via RCU or workqueue
by Li Zefan
· 11 years ago
e0743e6
memcg: kill memcg refcnt
by Li Zefan
· 11 years ago
8d76a97
memcg: don't need to get a reference to the parent
by Li Zefan
· 11 years ago
4050377
memcg: use css_get/put for swap memcg
by Li Zefan
· 11 years ago
10d5ebf
memcg: use css_get/put when charging/uncharging kmem
by Li Zefan
· 11 years ago
20f0531
memcg: don't use mem_cgroup_get() when creating a kmemcg cache
by Li Zefan
· 11 years ago
5347e5a
memcg: use css_get() in sock_update_memcg()
by Li Zefan
· 11 years ago
f37a969
memcg, kmem: fix reference count handling on the error path
by Michal Hocko
· 11 years ago
fa460c2
Revert "memcg: avoid dangling reference count in creation failure"
by Michal Hocko
· 11 years ago
493af57
mmap: allow MAP_HUGETLB for hugetlbfs files v2
by Jörn Engel
· 11 years ago
918fc71
mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WRITEBACK
by Mel Gorman
· 11 years ago
5a1c9cb
mm: vmscan: do not continue scanning if reclaim was aborted for compaction
by Mel Gorman
· 11 years ago
7e9f5eb
mm/memory_hotplug.c: fix a comment typo in register_page_bootmem_info_node()
by Tang Chen
· 11 years ago
d8bbdd7
mm/memblock.c: fix wrong comment in __next_free_mem_range()
by Tang Chen
· 11 years ago
ef277c7
page migration: fix wrong comment in address_space_operations.migratepage()
by Tang Chen
· 11 years ago
bcb615a
mm/vmalloc.c: fix an overflow bug in alloc_vmap_area()
by Zhang Yanfei
· 11 years ago
64363aa
mm: remove unused VM_<READfoo> macros and expand other in-place
by Joe Perches
· 11 years ago
73b44ff
mm/pgtable: don't accumulate addr during pgd prepopulate pmd
by Wanpeng Li
· 11 years ago
f49cbdd
mm/thp: fix doc for transparent huge zero page
by Wanpeng Li
· 11 years ago
f8f191f
mm/page_alloc: fix doc for numa_zonelist_order
by Wanpeng Li
· 11 years ago
fc6df80
mm/writeback: commit reason of WB_REASON_FORKER_THREAD mismatch name
by Wanpeng Li
· 11 years ago
25d130b
mm/writeback: don't check force_wait to handle bdi->work_list
by Wanpeng Li
· 11 years ago
6ce1bc8
mm/writeback: remove wb_reason_name
by Wanpeng Li
· 11 years ago
1205784
fs/fs-writeback.c: : make wb_do_writeback() as static
by Haicheng Li
· 11 years ago
f3deb68
mm/sparse.c: put clear_hwpoisoned_pages within CONFIG_MEMORY_HOTREMOVE
by Zhang Yanfei
· 11 years ago
929aaf5
mm: remove unused __put_page()
by Zhang Yanfei
· 11 years ago
59d3132
vfree: don't schedule free_work() if llist_add() returns false
by Oleg Nesterov
· 11 years ago
345606d
mm/page_alloc.c: remove unlikely() from the current_order test
by Zhang Yanfei
· 11 years ago
b21fbcc
mm: remove unused functions is_{normal_idx, normal, dma32, dma}
by Zhang Yanfei
· 11 years ago
bc732f1
mm/page_alloc.c: remove zone_type argument of build_zonelists_node
by Zhang Yanfei
· 11 years ago
0cf31ec
MAINTAINERS: add zswap and zbud maintainer
by Seth Jennings
· 11 years ago
537926c
include/linux/gfp.h: fix the comment for GFP_ZONE_TABLE
by Zhang Yanfei
· 11 years ago
425c598
memcg: do not account memory used for cache creation
by Glauber Costa
· 11 years ago
6d42c23
memcg: also test for skip accounting at the page allocation level
by Glauber Costa
· 11 years ago
d157a55
mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info
by Zhang Yanfei
· 11 years ago
20fc02b
mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED
by Zhang Yanfei
· 11 years ago
46c001a
mm/vmalloc.c: emit the failure message before return
by Zhang Yanfei
· 11 years ago
b8e748b
mm/vmalloc.c: remove alloc_map from vmap_block
by Zhang Yanfei
· 11 years ago
9da3f59
mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu
by Zhang Yanfei
· 11 years ago
3fcd76e
mm/vmalloc.c: remove dead code in vb_alloc
by Zhang Yanfei
· 11 years ago
ab15d9b
mm/vmalloc.c: unbreak __vunmap()
by Dan Carpenter
· 11 years ago
7960aed
mm: remove duplicated call of get_pfn_range_for_nid
by Zhang Yanfei
· 11 years ago
609838c
mm: invoke oom-killer from remaining unconverted page fault handlers
by Johannes Weiner
· 11 years ago
54f72fe
memcg: clean up memcg->nodeinfo
by Johannes Weiner
· 11 years ago
9a2458a
mm: mremap: validate input before taking lock
by Rasmus Villemoes
· 11 years ago
34e3a58c
drivers/iommu/msm_iommu_dev.c: fix leak and clean up error paths
by Libo Chen
· 11 years ago
9756b91
fsnotify: update comments concerning locking scheme
by Lino Sanfilippo
· 11 years ago
e1e5a9f
inotify: fix race when adding a new watch
by Lino Sanfilippo
· 11 years ago
52f8572
dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_group
by Lino Sanfilippo
· 11 years ago
5e9c070c
fanotify: put duplicate code for adding vfsmount/inode marks into an own function
by Lino Sanfilippo
· 11 years ago
7b18527
fanotify: fix races when adding/removing marks
by Lino Sanfilippo
· 11 years ago
de1e0c4
fanotify: info leak in copy_event_to_user()
by Dan Carpenter
· 11 years ago
b9ce54c
audit: Fix decimal constant description
by Michal Simek
· 11 years ago
2f992ee
kernel/auditfilter.c: fix leak in audit_add_rule() error path
by Chen Gang
· 11 years ago
6beb8a2
kernel/auditfilter.c: fixing build warning
by Raphael S. Carvalho
· 11 years ago
79f6530
audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record
by Jeff Layton
· 11 years ago
f9f0a7d
drivers/dma/iop-adma.c: fix new warnings
by Olof Johansson
· 11 years ago
d2b4a64
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 11 years ago
8dce5f3
Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 11 years ago
21884a8
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
8b70a90
Merge branch 'for-v3.11' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
by Linus Torvalds
· 11 years ago
7644a44
Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag
by Linus Torvalds
· 11 years ago
16984ce
Merge tag 'xenarm-for-3.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen
by Linus Torvalds
· 11 years ago
2cb7b5a
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
73b0cd6
hrtimer: Remove unused variable
by Thomas Gleixner
· 11 years ago
b2c3110
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
4517547
Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubi
by Linus Torvalds
· 11 years ago
2dd1cb5
Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 11 years ago
5ec2481
hrtimers: Move SMP function call to thread context
by Thomas Gleixner
· 11 years ago
332962f
clocksource: Reselect clocksource when watchdog validated high-res capability
by Thomas Gleixner
· 11 years ago
67eacc1
DMA: shdma: add DT support
by Guennadi Liakhovetski
· 12 years ago
d0951a2
DMA: shdma: shdma_chan_filter() has to be in shdma-base.h
by Guennadi Liakhovetski
· 12 years ago
fa74326
DMA: shdma: (cosmetic) don't re-calculate a pointer
by Guennadi Liakhovetski
· 12 years ago
f784d9c
dmaengine: at_hdmac: prepare clk before calling enable
by Boris BREZILLON
· 12 years ago
c3dbc60
dmaengine/trivial: at_hdmac: add curly brackets to if/else expressions
by Nicolas Ferre
· 12 years ago
538eea6
dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()
by Nicolas Ferre
· 12 years ago
62971b2
dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT binding
by Ludovic Desroches
· 12 years ago
764037c
ARM: at91: dt: add header to define at_hdmac configuration
by Ludovic Desroches
· 12 years ago
757f4e5
MIPS: jz4740: Correct clock gate bit for DMA controller
by Maarten ter Huurne
· 12 years ago
25ce6c3
MIPS: jz4740: Remove custom DMA API
by Lars-Peter Clausen
· 12 years ago
cdcb90a
MIPS: jz4740: Register jz4740 DMA device
by Lars-Peter Clausen
· 12 years ago
7c169a4
dma: Add a jz4740 dmaengine driver
by Lars-Peter Clausen
· 12 years ago
c8c81f3
MIPS: jz4740: Acquire and enable DMA controller clock
by Maarten ter Huurne
· 12 years ago
8e3c518
dma: mmp_tdma: disable irq when disabling dma channel
by Qiao Zhou
· 12 years ago
d7cabee
dmaengine: PL08x: Avoid collisions with get_signal() macro
by Mark Brown
· 12 years ago
Next »