Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1b375dc30710180c4b88cc59caba6e3481ec5c8b
1b375dc
mutex: Move ww_mutex definitions to ww_mutex.h
by Maarten Lankhorst
· 11 years ago
2e17c5a
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
5f097cd
Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev
by Linus Torvalds
· 11 years ago
a82a729
Merge branch 'akpm' (updates from Andrew Morton)
by Linus Torvalds
· 11 years ago
899dd38
Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 11 years ago
9a5889a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
e3a0dd9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
da89bd2
Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
8b8cf89
libceph: fix invalid unsigned->signed conversion for timespec encoding
by Josh Durgin
· 11 years ago
be0c5d8
Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
1f792dd
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 11 years ago
c75e247
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
27daabd
lib/scatterlist: error handling in __sg_alloc_table()
by Dan Carpenter
· 11 years ago
a451751
scsi_debug: fix do_device_access() with wrap around range
by Akinobu Mita
· 11 years ago
d052572
crypto: talitos: use sg_pcopy_to_buffer()
by Akinobu Mita
· 11 years ago
df642ce
lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()
by Akinobu Mita
· 11 years ago
1105200
lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()
by Akinobu Mita
· 11 years ago
0ea8530
crypto: add lz4 Cryptographic API
by Chanho Min
· 11 years ago
c72ac7a
lib: add lz4 compressor module
by Chanho Min
· 11 years ago
f9b493a
arm: add support for LZ4-compressed kernel
by Kyungsik Lee
· 11 years ago
e76e1fd
lib: add support for LZ4-compressed kernel
by Kyungsik Lee
· 11 years ago
cffb78b
decompressor: add LZ4 decompressor module
by Kyungsik Lee
· 11 years ago
4df87bb
lib: add weak clz/ctz functions
by Chanho Min
· 11 years ago
1b3a5d0
reboot: move arch/x86 reboot= handling to generic kernel
by Robin Holt
· 11 years ago
7b6d864
reboot: arm: change reboot_mode to use enum reboot_mode
by Robin Holt
· 11 years ago
16d6d5b
reboot: arm: prepare reboot_mode for moving to generic kernel code
by Robin Holt
· 11 years ago
5859194
reboot: arm: remove unused restart_mode fields from some arm subarchs
by Robin Holt
· 11 years ago
c97a700
reboot: unicore32: prepare reboot_mode for moving to generic kernel code
by Robin Holt
· 11 years ago
edf2b13
reboot: x86: prepare reboot_mode for moving to generic kernel code
by Robin Holt
· 11 years ago
972ee83
reboot: checkpatch.pl the new kernel/reboot.c file
by Robin Holt
· 11 years ago
15d94b8
reboot: move shutdown/reboot related functions to kernel/reboot.c
by Robin Holt
· 11 years ago
0efbee7
reboot: remove -stable friendly PF_THREAD_BOUND define
by Robin Holt
· 11 years ago
f8f0660
partitions/msdos: enumerate also AIX LVM partitions
by Philippe De Muyter
· 11 years ago
6ceea22
partitions: add aix lvm partition support files
by Philippe De Muyter
· 11 years ago
1d04f3c
partitions/msdos.c: end-of-line whitespace and semicolon cleanup
by Philippe De Muyter
· 11 years ago
026dada
mwave: fix info leak in mwave_ioctl()
by Dan Carpenter
· 11 years ago
758a6ba3
ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update
by Manfred Spraul
· 11 years ago
d12e1e5
ipc/sem.c: replace shared sem_otime with per-semaphore value
by Manfred Spraul
· 11 years ago
f269f40
ipc/sem.c: always use only one queue for alter operations
by Manfred Spraul
· 11 years ago
1a82e9e
ipc/sem: separate wait-for-zero and alter tasks into seperate queues
by Manfred Spraul
· 11 years ago
f5c936c
ipc/sem.c: cacheline align the semaphore structures
by Manfred Spraul
· 11 years ago
196aa01
ipc/util.c, ipc_rcu_alloc: cacheline align allocation
by Manfred Spraul
· 11 years ago
9ad66ae
ipc: remove unused functions
by Davidlohr Bueso
· 11 years ago
41a0d52
ipc,msg: shorten critical region in msgrcv
by Davidlohr Bueso
· 11 years ago
3dd1f78
ipc,msg: shorten critical region in msgsnd
by Davidlohr Bueso
· 11 years ago
ac0ba20
ipc,msg: make msgctl_nolock lockless
by Davidlohr Bueso
· 11 years ago
a5001a0
ipc,msg: introduce lockless functions to obtain the ipc object
by Davidlohr Bueso
· 11 years ago
2cafed3
ipc,msg: introduce msgctl_nolock
by Davidlohr Bueso
· 11 years ago
15724ec
ipc,msg: shorten critical region in msgctl_down
by Davidlohr Bueso
· 11 years ago
7b4cc5d
ipc: move locking out of ipcctl_pre_down_nolock
by Davidlohr Bueso
· 11 years ago
cf9d5d7
ipc: close open coded spin lock calls
by Davidlohr Bueso
· 11 years ago
1ca7003
ipc: introduce ipc object locking helpers
by Davidlohr Bueso
· 11 years ago
dbfcd91
ipc: move rcu lock out of ipc_addid
by Davidlohr Bueso
· 11 years ago
c103a4d
ipc/shmc.c: eliminate ugly 80-col tricks
by Andrew Morton
· 11 years ago
f7da04c
ptrace/x86: flush_ptrace_hw_breakpoint() shoule clear the virtual debug registers
by Oleg Nesterov
· 11 years ago
fab840f
ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)
by Oleg Nesterov
· 11 years ago
61e305c
ptrace/x86: cleanup ptrace_set_debugreg()
by Oleg Nesterov
· 11 years ago
b87a95a
ptrace/x86: ptrace_write_dr7() should create bp if !disabled
by Oleg Nesterov
· 11 years ago
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
Next »