Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4aa705b18bf17c4ff33ff7bbcd3f0c596443fa81
4aa705b
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
c11d716
Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
47a4694
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
c13c810
Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 9 years ago
2486748
Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
9390bd0
Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration
by Linus Torvalds
· 9 years ago
da996f7
Merge tag 'edac/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac
by Linus Torvalds
· 9 years ago
5b4ca44
Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 9 years ago
0db9723
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 9 years ago
4570a37
Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 9 years ago
f7b0821
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 9 years ago
51229b4
exit,stats: /* obey this comment */
by Rik van Riel
· 9 years ago
b4176b7
coredump: add __printf attribute to cn_*printf functions
by Nicolas Iooss
· 9 years ago
5202efe
coredump: use from_kuid/kgid when formatting corename
by Nicolas Iooss
· 9 years ago
89bfae4
fs/reiserfs: remove unneeded cast
by Firo Yang
· 9 years ago
f73c2f1
NILFS2: support NFSv2 export
by NeilBrown
· 9 years ago
9f0f564
fs/befs/btree.c: remove unneeded initializations
by Fabian Frederick
· 9 years ago
83b08bf
fs/minix: remove unneeded cast
by Firo Yang
· 9 years ago
c69e3c3
init/do_mounts.c: add create_dev() failure log
by Vishnu Pratap Singh
· 9 years ago
bffacb9
kasan: remove duplicate definition of the macro KASAN_FREE_PAGE
by Wang Long
· 9 years ago
35a4c90
fs/efs: femove unneeded cast
by Firo Yang
· 9 years ago
3c816e4
checkpatch: emit "NOTE: <types>" message only once after multiple files
by Joe Perches
· 9 years ago
e518e9a
checkpatch: emit an error when there's a diff in a changelog
by Joe Perches
· 9 years ago
5a6d20c
checkpatch: validate MODULE_LICENSE content
by Bjorn Andersson
· 9 years ago
10895d2
checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPY
by Mateusz Kulikowski
· 9 years ago
8617cd0
checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()
by Mateusz Kulikowski
· 9 years ago
9e20a85
checkpatch: fix processing of MEMSET issues
by Mateusz Kulikowski
· 9 years ago
b6117d1
checkpatch: suggest using ether_addr_equal*()
by Mateusz Kulikowski
· 9 years ago
06330fc
checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch files
by Joe Perches
· 9 years ago
f1a6367
checkpatch: remove local from codespell path
by Maxim Uvarov
· 9 years ago
34d8815
checkpatch: add --showfile to allow input via pipe to show filenames
by Joe Perches
· 9 years ago
5723029
checkpatch: colorize output to terminal
by Joe Perches
· 9 years ago
d8469f1
checkpatch: improve output with multiple command-line files
by Joe Perches
· 9 years ago
47e0c88
checkpatch: categorize some long line length checks
by Joe Perches
· 9 years ago
33acb54
checkpatch: use $String consistently
by Joe Perches
· 9 years ago
485ff23
checkpatch: make types found in a source file/patch local
by Alex Dowad
· 9 years ago
e6176fa
checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_t
by Joe Perches
· 9 years ago
cb426e9
checkpatch: check for uncommented waitqueue_active()
by Joe Perches
· 9 years ago
cbdc281
drivers/firmware/memmap.c: fix kernel-doc format
by Michal Simek
· 9 years ago
ec3904d
fs/ext4/super.c: use strreplace() in ext4_fill_super()
by Rasmus Villemoes
· 9 years ago
81ae394
fs/jbd2/journal.c: use strreplace()
by Rasmus Villemoes
· 9 years ago
90a9bef
drivers/md/md.c: use strreplace()
by Rasmus Villemoes
· 9 years ago
a29fd61
drivers/base/core.c: use strreplace()
by Rasmus Villemoes
· 9 years ago
2abf114
lib/kobject.c: use strreplace()
by Rasmus Villemoes
· 9 years ago
ff14417
kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()
by Rasmus Villemoes
· 9 years ago
1bb5647
kernel/trace/trace_events_filter.c: use strreplace()
by Rasmus Villemoes
· 9 years ago
94df290
lib/string.c: introduce strreplace()
by Rasmus Villemoes
· 9 years ago
9d2a8da
radix-tree: replace preallocated node array with linked list
by Kirill A. Shutemov
· 9 years ago
9cf79d1
bitmap: remove explicit newline handling using scnprintf format string
by Sudeep Holla
· 9 years ago
ca96ab8
lib/sort: Add 64 bit swap function
by Daniel Wagner
· 9 years ago
79e23d5
hexdump: Make test data really const
by Geert Uytterhoeven
· 9 years ago
2528a8b
__bitmap_parselist: fix bug in empty string handling
by Chris Metcalf
· 9 years ago
4f973c6
MAINTAINERS: Davidlohr has moved
by Andrew Morton
· 9 years ago
e43cdb5
MAINTAINERS: Add quotation marks around names with commas
by Joe Perches
· 9 years ago
9c3646d
MAINTAINERS: add quotation marks around names with periods
by Joe Perches
· 9 years ago
e5747e4
MAINTAINERS: alsa-devel@alsa-project.org is moderated for non-subscribers
by Jim Davis
· 9 years ago
ce8155f
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use
by Joe Perches
· 9 years ago
364f68d
get_maintainer: emit longer section headers
by Joe Perches
· 9 years ago
435de07
get_maintainer.pl: add .get_maintainer.ignore file capability
by Joe Perches
· 9 years ago
3ea4331
check_syslog_permissions() cleanup
by Vasily Averin
· 9 years ago
d194e5d
security_syslog() should be called once only
by Vasily Averin
· 9 years ago
e2f15f9
netconsole: implement extended console support
by Tejun Heo
· 9 years ago
369e5a8
netconsole: make all dynamic netconsoles share a mutex
by Tejun Heo
· 9 years ago
698cf1c
netconsole: make netconsole_target->enabled a bool
by Tejun Heo
· 9 years ago
a6d403a
netconsole: remove unnecessary netconsole_target_get/out() from write_msg()
by Tejun Heo
· 9 years ago
6fe2935
printk: implement support for extended console drivers
by Tejun Heo
· 9 years ago
0a295e67
printk: factor out message formatting from devkmsg_read()
by Tejun Heo
· 9 years ago
d43ff43
printk: guard the amount written per line by devkmsg_read()
by Tejun Heo
· 9 years ago
4ae555a
drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefix
by Colin Ian King
· 9 years ago
3033f14a
clone: support passing tls argument via C rather than pt_regs magic
by Josh Triplett
· 9 years ago
8c7fbe5
stddef.h: move offsetofend inside #ifndef/#endif guard, neaten
by Joe Perches
· 9 years ago
4d5b367
mailmap: add rdunlap email auto-correction
by Kees Cook
· 9 years ago
9c5dcdd
Mohit Kumar has moved
by Pratyush Anand
· 9 years ago
e34cadd
Pratyush Anand has moved
by Pratyush Anand
· 9 years ago
b86a50c
compiler-intel: fix wrong compiler barrier() macro
by Daniel Borkmann
· 9 years ago
cb984d1
compiler-gcc: integrate the various compiler-gcc[345].h files
by Joe Perches
· 9 years ago
f6d133f8
compiler-gcc.h: neatening
by Joe Perches
· 9 years ago
2e13ba5
fs, proc: introduce CONFIG_PROC_CHILDREN
by Iago López Galeiras
· 9 years ago
c2c0bb4
proc: fix PAGE_SIZE limit of /proc/$PID/cmdline
by Alexey Dobriyan
· 9 years ago
4a00e9d
prctl: more prctl(PR_SET_MM_*) checks
by Alexey Dobriyan
· 9 years ago
20342f1
avr32: use for_each_sg()
by Akinobu Mita
· 9 years ago
0989e1f
frv: use for_each_sg()
by Akinobu Mita
· 9 years ago
3fe111f
frv: remove unused inline function is_in_rom()
by Tobias Klauser
· 9 years ago
479305f
zpool: remove zpool_evict()
by Dan Streetman
· 9 years ago
cf41f5f
zpool: change pr_info to pr_debug
by Dan Streetman
· 9 years ago
c00ed16
zswap: runtime enable/disable
by Dan Streetman
· 9 years ago
d93435c
zram: check comp algorithm availability earlier
by Sergey Senozhatsky
· 9 years ago
4bbacd5
zram: cut trailing newline in algorithm name
by Sergey Senozhatsky
· 9 years ago
17162f4
zram: cosmetic zram_bvec_write() cleanup
by Sergey Senozhatsky
· 9 years ago
6566d1a
zram: add dynamic device add/remove functionality
by Sergey Senozhatsky
· 9 years ago
f405c44
zram: close race by open overriding
by Sergey Senozhatsky
· 9 years ago
92ff152
zram: return zram device_id from zram_add()
by Sergey Senozhatsky
· 9 years ago
b31177f
zram: trivial: correct flag operations comment
by Sergey Senozhatsky
· 9 years ago
d12b63c
zram: report every added and removed device
by Sergey Senozhatsky
· 9 years ago
c3cdb40
zram: remove max_num_devices limitation
by Sergey Senozhatsky
· 9 years ago
522698d
zram: reorganize code layout
by Sergey Senozhatsky
· 9 years ago
85508ec
zram: use idr instead of `zram_devices' array
by Sergey Senozhatsky
· 9 years ago
3bca3ef
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
by Sergey Senozhatsky
· 9 years ago
3d8ed88
zram: add `compact` sysfs entry to documentation
by Sergey Senozhatsky
· 9 years ago
13a18a1
zsmalloc: remove obsolete ZSMALLOC_DEBUG
by Marcin Jabrzyk
· 9 years ago
Next »