Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0ab32b6f1b88444524e52429fab334ff96683a3f
0ab32b6
uaccess: reimplement probe_kernel_address() using probe_kernel_read()
by Andrew Morton
· 9 years ago
86d2adc
mm/mlock.c: reorganize mlockall() return values and remove goto-out label
by Alexey Klimov
· 9 years ago
9fbed25
mm/kmemleak.c: remove unneeded initialization of object to NULL
by Alexey Klimov
· 9 years ago
d4322d8
mm: slab: only move management objects off-slab for sizes larger than KMALLOC_MIN_SIZE
by Catalin Marinas
· 9 years ago
9f83570
mm/slub: calculate start order with reserved in consideration
by Wei Yang
· 9 years ago
033fd1b
mm/slub: use get_order() instead of fls()
by Wei Yang
· 9 years ago
422ff4d
mm/slub: correct the comment in calculate_order()
by Wei Yang
· 9 years ago
40911a7
mm/slab_common.c: initialize kmem_cache pointer to NULL
by Alexandru Moise
· 9 years ago
76f8ec7
Doc/slub: document slabinfo-gnuplot.sh script
by Sergey Senozhatsky
· 9 years ago
4a981ab
tools/vm/slabinfo: gnuplot slabifo extended stat
by Sergey Senozhatsky
· 9 years ago
2cee611
tools/vm/slabinfo: cosmetic globals cleanup
by Sergey Senozhatsky
· 9 years ago
a8ea0bf
tools/vm/slabinfo: output sizes in bytes
by Sergey Senozhatsky
· 9 years ago
016c6cd
tools/vm/slabinfo: introduce extended totals mode
by Sergey Senozhatsky
· 9 years ago
0d00bf5
tools/vm/slabinfo: fix alternate opts names
by Sergey Senozhatsky
· 9 years ago
2651f6e
tools/vm/slabinfo: sort slabs by loss
by Sergey Senozhatsky
· 9 years ago
4980a96
tools/vm/slabinfo: limit the number of reported slabs
by Sergey Senozhatsky
· 9 years ago
2b10075
tools/vm/slabinfo: use getopt no_argument/optional_argument
by Sergey Senozhatsky
· 9 years ago
cd918c5
mm/slab_common.c: do not warn that cache is busy on destroy more than once
by Vladimir Davydov
· 9 years ago
d60fdcc
mm/slab_common.c: clear pointers to per memcg caches on destroy
by Vladimir Davydov
· 9 years ago
c9a77a7
mm/slab_common.c: rename cache create/destroy helpers
by Vladimir Davydov
· 9 years ago
8748dd5
include/linux/compiler-gcc.h: hide assume_aligned attribute from sparse
by Rasmus Villemoes
· 9 years ago
a744fd1
compiler.h: add support for function attribute assume_aligned
by Rasmus Villemoes
· 9 years ago
fda9012
slab: convert slab_is_available() to boolean
by Denis Kirjanov
· 9 years ago
39d2da2
kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer_fn()
by Ulrich Obergfell
· 9 years ago
a2a45b8
kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}_threads()
by Ulrich Obergfell
· 9 years ago
8614dde
kernel/watchdog.c: avoid races between /proc handlers and CPU hotplug
by Ulrich Obergfell
· 9 years ago
ee89e71
kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU hotplug
by Ulrich Obergfell
· 9 years ago
ac1f591
kernel/watchdog.c: add sysctl knob hardlockup_panic
by Don Zickus
· 9 years ago
5553787
kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup
by Jiri Kosina
· 9 years ago
ee7fed5
watchdog: do not unpark threads in watchdog_park_threads() on error
by Ulrich Obergfell
· 9 years ago
c993590
watchdog: implement error handling in lockup_detector_suspend()
by Ulrich Obergfell
· 9 years ago
b43cb43
watchdog: implement error handling in update_watchdog_all_cpus() and callers
by Ulrich Obergfell
· 9 years ago
58cf690
watchdog: move watchdog_disable_all_cpus() outside of ifdef
by Ulrich Obergfell
· 9 years ago
d283c64
watchdog: fix error handling in proc_watchdog_thresh()
by Ulrich Obergfell
· 9 years ago
451637e
kernel/watchdog.c: is_hardlockup can be boolean
by Yaowei Bai
· 9 years ago
b647874
9p: do not overwrite return code when locking fails
by Dominique Martinet
· 9 years ago
720abae
rcu: force alignment on struct callback_head/rcu_head
by Kirill A. Shutemov
· 9 years ago
262d8a8
ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()
by Joseph Qi
· 9 years ago
5afc44e
ocfs2: add uuid to ocfs2 thread name for problem analysis
by Joseph Qi
· 9 years ago
b1529a4
ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an error
by alex chen
· 9 years ago
0986fe9b
ocfs2: fix race between mount and delete node/cluster
by Joseph Qi
· 9 years ago
93d911f
ocfs2: only take lock if dio entry when recover orphans
by Joseph Qi
· 9 years ago
30edc43
ocfs2: do not include dio entry in case of orphan scan
by Joseph Qi
· 9 years ago
1d1aff8
ocfs2: improve performance for localalloc
by Joseph Qi
· 9 years ago
4e357b9
ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()
by jiangyiwen
· 9 years ago
d162eaa
ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error code
by Norton.Zhu
· 9 years ago
ce4f2fd
logfs: fix build warning
by Sudip Mukherjee
· 9 years ago
d30e2c0
inotify: actually check for invalid bits in sys_inotify_add_watch()
by Dave Hansen
· 9 years ago
6933599
inotify: hide internal kernel bits from fdinfo
by Dave Hansen
· 9 years ago
8e483ed
Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
e880e874
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
118c216
Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 years ago
fd0d351
Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
3d6f478
Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
e0700ce
Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 9 years ago
ac322de
Merge tag 'md/4.4' of git://neil.brown.name/md
by Linus Torvalds
· 9 years ago
ccf21b6
Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
527d152
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
effa04c
Merge branch 'for-4.4/lightnvm' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
a9aa31c
Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
d9734e0
Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
0d51ce9
Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
41ecf14
Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
2dc10ad
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
e627078
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 9 years ago
14c7909
Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 9 years ago
1b1050c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
by Linus Torvalds
· 9 years ago
b0f85fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
ccc9d4a
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
66ef349
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
639ab3e
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
4302d50
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
ce4d72f
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
0f25f2c
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
f323c49
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
33d46f9
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
378e4e9
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
a75a3f6
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d2bea73
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
5352869
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
b831ef2
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
b02ac6b
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
105ff3c
atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()
by Linus Torvalds
· 9 years ago
d63a978
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
2814228
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
f5a8160
Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
7eeef2a
Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
5f436e5
nvme: lightnvm: clean up a data type
by Dan Carpenter
· 9 years ago
6aa2fdb
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
7b2a430
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
316dde2
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 9 years ago
2c2b828
Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 9 years ago
0921f1e
Merge tag 'cris-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris
by Linus Torvalds
· 9 years ago
15f9340
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32
by Linus Torvalds
· 9 years ago
df91fba
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 9 years ago
e8a2a17
Merge tag 'leds_for_4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 9 years ago
f32bfb9
sh_eth: use DMA barriers
by Sergei Shtylyov
· 9 years ago
73fcf4e
NVMe: Precedence error in nvme_pr_clear()
by Dan Carpenter
· 9 years ago
73186df
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
0c63d80
switchdev: respect SKIP_EOPNOTSUPP flag in case there is no recursion
by Jiri Pirko
· 9 years ago
Next »