Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
e30119a9dab9d407a6cd1143fb2ba6620719abe2
« Previous
4eaf9ed
Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
by Arnd Bergmann
· 9 years ago
b47eee2
ALSA: hda - Fix lost sound due to stream_pm ops cleanup
by Takashi Iwai
· 9 years ago
2159184
d_walk() might skip too much
by Al Viro
· 9 years ago
5aab0e8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 9 years ago
210347e
via-rhine: Resigning as maintainer
by Roger Luethi
· 9 years ago
ca3f172
scripts/gdb: fix lx-lsmod refcnt
by Adrien Schildknecht
· 9 years ago
5a6b2b3
omfs: fix potential integer overflow in allocator
by Bob Copeland
· 9 years ago
c0345ee
omfs: fix sign confusion for bitmap loop counter
by Bob Copeland
· 9 years ago
3a281f9
omfs: set error return when d_make_root() fails
by Bob Copeland
· 9 years ago
dcbff39
fs, omfs: add NULL terminator in the end up the token list
by Sasha Levin
· 9 years ago
cd4e6c9
MAINTAINERS: update CAPABILITIES pattern
by Joe Perches
· 9 years ago
2b1d3ae
fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings
by Andrew Morton
· 9 years ago
649b8de
tracing/mm: don't trace mm_page_pcpu_drain on offline cpus
by Shreyas B. Prabhu
· 9 years ago
1f0c27b
tracing/mm: don't trace mm_page_free on offline cpus
by Shreyas B. Prabhu
· 9 years ago
e5feb1e
tracing/mm: don't trace kmem_cache_free on offline cpus
by Shreyas B. Prabhu
· 9 years ago
1fe7142
Merge branch 'linux-4.1' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
by Dave Airlie
· 9 years ago
aaea393
drm/nouveau/gr/gm204: remove a stray printk
by Ben Skeggs
· 10 years ago
4d4d6f7
drm/nouveau/devinit/gm100-: force devinit table execution on boards without PDISP
by Ben Skeggs
· 9 years ago
c9ab50d
drm/nouveau/devinit/gf100: make the force-post condition more obvious
by Ben Skeggs
· 9 years ago
9ee971a
drm/nouveau/gr/gf100-: fix wrong constant definition
by Lars Seipel
· 9 years ago
d641958
Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 9 years ago
22419ac
xfs: fix broken i_nlink accounting for whiteout tmpfile inode
by Brian Foster
· 9 years ago
cddc116
xfs: xfs_iozero can return positive errno
by Dave Chinner
· 9 years ago
6dfe5a0
xfs: xfs_attr_inactive leaves inconsistent attr fork state behind
by Dave Chinner
· 9 years ago
6dea405e
xfs: extent size hints can round up extents past MAXEXTLEN
by Dave Chinner
· 9 years ago
8c1903d
xfs: inode and free block counters need to use __percpu_counter_compare
by Dave Chinner
· 9 years ago
80188b0
percpu_counter: batch size aware __percpu_counter_compare()
by Dave Chinner
· 9 years ago
74f9ce1
xfs: use percpu_counter_read_positive for mp->m_icount
by George Wang
· 9 years ago
ace6a22
Merge tag 'xtensa-20150526' of git://github.com/czankel/xtensa-linux
by Linus Torvalds
· 9 years ago
1263193
Merge tag 'platform-drivers-x86-v4.1-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
by Linus Torvalds
· 9 years ago
7c0411d
drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling"
by Christian König
· 9 years ago
38fe44e
Merge tag 'iwlwifi-for-kalle-2015-05-28' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes
by Kalle Valo
· 9 years ago
7d072b4
brcmfmac: avoid null pointer access when brcmf_msgbuf_get_pktid() fails
by Arend van Spriel
· 9 years ago
3a7af58
mac80211: Fix mac80211.h docbook comments
by Jonathan Corbet
· 10 years ago
f115fdf
iwlwifi: nvm: fix otp parsing in 8000 hw family
by Liad Kaufman
· 9 years ago
fc8a350
iwlwifi: pcie: fix tracking of cmd_in_flight
by Ilan Peer
· 9 years ago
b40eda6
ALSA: hda - Disable Headphone Mic boost for ALC662
by David Henningsson
· 9 years ago
56ccc11
md: fix race when unfreezing sync_action
by NeilBrown
· 9 years ago
d55c670
ip_vti/ip6_vti: Preserve skb->mark after rcv_cb call
by Alexander Duyck
· 9 years ago
049f8e2
xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_input
by Alexander Duyck
· 9 years ago
cd5279c
ip_vti/ip6_vti: Do not touch skb->mark on xmit
by Alexander Duyck
· 9 years ago
626f209
md/raid5: break stripe-batches when the array has failed.
by NeilBrown
· 9 years ago
787b76f
md/raid5: call break_stripe_batch_list from handle_stripe_clean_event
by NeilBrown
· 9 years ago
1b956f7
md/raid5: be more selective about distributing flags across batch.
by NeilBrown
· 9 years ago
3960ce7
md/raid5: add handle_flags arg to break_stripe_batch_list.
by NeilBrown
· 9 years ago
fb642b9
md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_batch_list
by NeilBrown
· 9 years ago
4e3d62f
md/raid5: remove condition test from check_break_stripe_batch_list.
by NeilBrown
· 9 years ago
b15a9db
md/raid5: Ensure a batch member is not handled prematurely.
by NeilBrown
· 9 years ago
f36963c
cpumask_set_cpu_local_first => cpumask_local_spread, lament
by Rusty Russell
· 10 years ago
d0852df5
md/raid5: close race between STRIPE_BIT_DELAY and batching.
by NeilBrown
· 9 years ago
2b6b245
md/raid5: ensure whole batch is delayed for all required bitmap updates.
by NeilBrown
· 9 years ago
97758ff
Merge tag 'topic/drm-fixes-2015-05-27' of git://anongit.freedesktop.org/drm-intel into drm-fixes
by Dave Airlie
· 9 years ago
9caa2b0
Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 9 years ago
dc4fdaf
PCI / ACPI: Do not set ACPI companions for host bridges with parents
by Rafael J. Wysocki
· 9 years ago
a68c7c3
tools/power turbostat: update version number to 4.7
by Len Brown
· 9 years ago
7ce7d5d
tools/power turbostat: allow running without cpu0
by Prarit Bhargava
· 9 years ago
e9be7dd
tools/power turbostat: correctly decode of ENERGY_PERFORMANCE_BIAS
by Len Brown
· 9 years ago
fb5d432
tools/power turbostat: enable turbostat to support Knights Landing (KNL)
by Dasaratharaman Chandramouli
· 9 years ago
45714fb
dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSY
by Mike Snitzer
· 9 years ago
4c6dd53
dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path
by Mike Snitzer
· 9 years ago
e275b38
tools/power turbostat: correctly display more than 2 threads/core
by Dasaratharaman Chandramouli
· 10 years ago
de18246
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 9 years ago
8f98bcd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
c545f79
ALSA: hda - Disable power_save_node for IDT92HD71bxx
by Takashi Iwai
· 9 years ago
9302d7b
sctp: Fix mangled IPv4 addresses on a IPv6 listening socket
by Jason Gunthorpe
· 9 years ago
86e363d
net_sched: invoke ->attach() after setting dev->qdisc
by WANG Cong
· 9 years ago
ad06811
xen-netfront: properly destroy queues when removing device
by David Vrabel
· 9 years ago
7ffb9e1
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
70d7d88
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha
by Linus Torvalds
· 9 years ago
fbfd3bc
drm/radeon/audio: make sure connector is valid in hotplug case
by Alex Deucher
· 9 years ago
f4ecf29
mlx4_core: Fix fallback from MSI-X to INTx
by Benjamin Poirier
· 9 years ago
83a3511
lguest: fix out-by-one error in address checking.
by Rusty Russell
· 9 years ago
ce0e5c5
xen/netback: Properly initialize credit_bytes
by Ross Lagerwall
· 9 years ago
3cfd4ba
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 9 years ago
2d1c18b
Revert "drm/radeon: only mark audio as connected if the monitor supports it (v3)"
by Alex Deucher
· 9 years ago
1b887bf
Merge tag 'mfd-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 9 years ago
30a7266
Merge tag 'backlight-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
by Linus Torvalds
· 9 years ago
c09b5cb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
0fa372b
ALSA: hda - Fix noise on AMD radeon 290x controller
by Takashi Iwai
· 9 years ago
3a14075
dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED
by Junichi Nomura
· 9 years ago
e0c2153
mfd: da9052: Fix broken regulator probe
by Johan Hovold
· 9 years ago
b17c70c
ARM: imx6: gpc: don't register power domain if DT data is missing
by Lucas Stach
· 9 years ago
634a603
ARM: imx6: allow booting with old DT
by Lucas Stach
· 9 years ago
49fb189
ALSA: hda - Set stream_pm ops automatically by generic parser
by Takashi Iwai
· 9 years ago
748a729
net: netxen: correct sysfs bin attribute return code
by Vladimir Zapolskiy
· 9 years ago
082739a
tools: bpf_jit_disasm: fix segfault on disabled debugging log output
by Daniel Borkmann
· 9 years ago
b48732e
unix/caif: sk_socket can disappear when state is unlocked
by Mark Salyzyn
· 9 years ago
a10f0df
drm/radeon: don't share plls if monitors differ in audio support
by Alex Deucher
· 9 years ago
adba657
hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE
by Chris Lesiak
· 9 years ago
983942a
amd-xgbe-phy: Fix initial mode when autoneg is disabled
by Lendacky, Thomas
· 9 years ago
fe9066a
Merge tag 'mac80211-for-davem-2015-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 9 years ago
cceaedd
alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effect
by Chen Gang
· 9 years ago
228fa85
alpha: Wire up all missing implemented syscalls
by Chen Gang
· 9 years ago
2343060
alpha: Fix bootpfile and bootpzfile make targets
by Helge Deller
· 10 years ago
9f7b2d1
alpha: copy_thread(): rename 'arg' argument to 'kthread_arg'
by Alex Dowad
· 10 years ago
0bc2567
alpha: delete non-required instances of <linux/init.h>
by Paul Gortmaker
· 11 years ago
11447c7
alpha: don't use module_init for non-modular core code
by Paul Gortmaker
· 11 years ago
614aab5
smp, alpha: kill SMP single function call interrupt
by Jiang Liu
· 11 years ago
ae6d78d
alpha: Remove #include <uapi/asm/types.h> from <asm/types.h>
by Geert Uytterhoeven
· 11 years ago
ebdd117
alpha: clean up unnecessary MSI/MSI-X capability find
by Yijing Wang
· 11 years ago
Next »