Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b7c44ed9d2fc6b461378c65eaf144ccc80a47772
b7c44ed
block: manipulate bio->bi_flags through helpers
by Jens Axboe
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
0034af0
block: make /sys/block/<dev>/queue/discard_max_bytes writeable
by Jens Axboe
· 9 years ago
2bb4cd5
block: have drivers use blk_queue_max_discard_sectors()
by Jens Axboe
· 9 years ago
6c71013
block: partition: convert percpu ref
by Ming Lei
· 9 years ago
b54e5ed
block: partition: introduce hd_free_part()
by Ming Lei
· 9 years ago
21bdb58
Merge tag 'pm+acpi-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
3e87ee0
Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
by Linus Torvalds
· 9 years ago
f85c712
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 9 years ago
761ab76
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
f76d94d
Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 9 years ago
17ffc8b
Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources'
by Rafael J. Wysocki
· 9 years ago
e56f698
blk-mq: set default timeout as 30 seconds
by Ming Lei
· 9 years ago
3aa2050
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
9090fdb
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
7bee607
NVMe: Reread partitions on metadata formats
by Keith Busch
· 9 years ago
16ff49a
Merge tag 'locks-v4.2-1' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 9 years ago
df14a68
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
bec33cd
Merge tag 'arc-v4.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 9 years ago
9c69481
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 9 years ago
2645695
jfs: clean up jfs_rename and fix out of order unlock
by Dave Kleikamp
· 9 years ago
97d6e2b
Merge tag 'module-final-v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 9 years ago
7558009
Merge tag 'trace-v4.2-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
91ef5cc
Merge tag 'tpm-fixes-for-4.2-rc2' of https://github.com/PeterHuewe/linux-tpmdd into for-linus
by James Morris
· 9 years ago
8642d7f
intel_scu_ipc: move local memory initialization out of a mutex
by Christophe JAILLET
· 9 years ago
d8b2ba7
IB/core: Destroy ocrdma_dev_id IDR on module exit
by Johannes Thumshirn
· 9 years ago
45d2542
IB/core: Destroy multcast_idr on module exit
by Johannes Thumshirn
· 9 years ago
d9a047a
IB/mlx4: Optimize do_slave_init
by Doug Ledford
· 9 years ago
9bbf282
IB/mlx4: Fix memory leak in do_slave_init
by Doug Ledford
· 9 years ago
a39a98f
IB/mlx4: Optimize freeing of items on error unwind
by Maninder Singh
· 9 years ago
43bfb97
IB/mlx4: Fix use of flow-counters for process_mad
by Or Gerlitz
· 9 years ago
cb1ff43
IB/ipath: Convert use of __constant_<foo> to <foo>
by Vaishali Thakkar
· 9 years ago
edcd2a7
IB/ipoib: Set MTU to max allowed by mode when mode changes
by Erez Shitrit
· 9 years ago
c426877
IB/ipoib: Scatter-Gather support in connected mode
by Yuval Shaia
· 9 years ago
59d40dd
IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICES
by Carol L Soto
· 9 years ago
8b7cce0
IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flush
by Haggai Eran
· 9 years ago
31b57b8
IB/ucma: Fix lockdep warning in ucma_lock_files
by Haggai Eran
· 9 years ago
4fabb59
rds: rds_ib_device.refcount overflow
by Wengang Wang
· 9 years ago
0a69127
RDMA/nes: Fix for incorrect recording of the MAC address
by Tatyana Nikolova
· 9 years ago
165d682
RDMA/nes: Fix for resolving the neigh
by Tatyana Nikolova
· 9 years ago
a7f2f24
RDMA/core: Fixes for port mapper client registration
by Tatyana Nikolova
· 9 years ago
58e9cc9
IB/IPoIB: Fix bad error flow in ipoib_add_port()
by Amir Vadai
· 9 years ago
8a7ff14
IB/mlx4: Do not attemp to report HCA clock offset on VFs
by Matan Barak
· 9 years ago
be4b499
IB/cm: Do not queue work to a device that's going away
by Erez Shitrit
· 9 years ago
3fdf70a
IB/srp: Avoid using uninitialized variable
by Sagi Grimberg
· 9 years ago
b356c1c
IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXX
by Vaishali Thakkar
· 9 years ago
3b8ab70
IB/mad: Remove improper use of BUG_ON
by Ira Weiny
· 9 years ago
cd4cd56
IB/mad: Fix compare between big endian and cpu endian
by Ira Weiny
· 9 years ago
4139032
IB: Add rdma_cap_ib_switch helper and use where appropriate
by Hal Rosenstock
· 9 years ago
b371616
tpm, tpm_crb: fail when TPM2 ACPI table contents look corrupted
by Jarkko Sakkinen
· 9 years ago
ba0ef85
tpm: Fix initialization of the cdev
by Jason Gunthorpe
· 9 years ago
f760b87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
34bef46
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
ee296d7
locks: inline posix_lock_file_wait and flock_lock_file_wait
by Jeff Layton
· 9 years ago
83bfff2
nfs4: have do_vfs_lock take an inode pointer
by Jeff Layton
· 9 years ago
29d01b2
locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait
by Jeff Layton
· 9 years ago
bcd7f78d
locks: have flock_lock_file take an inode pointer instead of a filp
by Jeff Layton
· 9 years ago
ed05676
Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"
by Jeff Layton
· 9 years ago
cad49cf
s390/nmi: fix vector register corruption
by Heiko Carstens
· 9 years ago
e47994d
s390/process: fix sfpc inline assembly
by Heiko Carstens
· 9 years ago
f81a49d
s390/dasd: fix kernel panic when alias is set offline
by Stefan Haberland
· 9 years ago
624b71e
ARCv2: support HS38 releases
by Vineet Gupta
· 9 years ago
f51e2f1
ARC: make sure instruction_pointer() returns unsigned value
by Alexey Brodkin
· 9 years ago
cee9f6d
Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
by David S. Miller
· 9 years ago
67592f6
m68k: enable PCI support for m5475evb defconfig
by Greg Ungerer
· 9 years ago
03aa29f
m68k: fix io functions for ColdFire/MMU/PCI case
by Greg Ungerer
· 9 years ago
8700f09
m68knommu: update defconfig for ColdFire m5475evb
by Greg Ungerer
· 9 years ago
fee5392
m68knommu: update defconfig for ColdFire m5407c3
by Greg Ungerer
· 9 years ago
59c024b
m68knommu: update defconfig for ColdFire m5307c3
by Greg Ungerer
· 9 years ago
6845f6e
m68knommu: update defconfig for ColdFire m5275evb
by Greg Ungerer
· 9 years ago
2e27f44
m68knommu: update defconfig for ColdFire m5272c3
by Greg Ungerer
· 9 years ago
0f28b05
m68knommu: update defconfig for ColdFire m5249evb
by Greg Ungerer
· 9 years ago
bfd302a
m68knommu: update defconfig for m5208evb
by Greg Ungerer
· 9 years ago
fa95a1d
m68knommu: make ColdFire SoC selection a choice
by Greg Ungerer
· 9 years ago
15c2ca4
m68knommu: improve the clock configuration defaults
by Greg Ungerer
· 9 years ago
d9ee489
m68knommu: force setting of CONFIG_CLOCK_FREQ for ColdFire
by Greg Ungerer
· 9 years ago
bc0195a
Linux 4.2-rc2
by Linus Torvalds
· 9 years ago
01e2d06
Revert "drm/i915: Use crtc_state->active in primary check_plane func"
by Linus Torvalds
· 9 years ago
c83727a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
7fbb58a
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 9 years ago
d3b58c4
can: replace timestamp as unique skb attribute
by Oliver Hartkopp
· 9 years ago
2acb5c3
ARM: dts: dra7x-evm: Prevent glitch on DCAN1 pinmux
by Roger Quadros
· 9 years ago
0333651
can: c_can: Fix default pinmux glitch at init
by J.D. Schroeder
· 9 years ago
585bc2a
can: rcar_can: unify error messages
by Sergei Shtylyov
· 9 years ago
ae185f1
can: rcar_can: print request_irq() error code
by Sergei Shtylyov
· 9 years ago
3255f68
can: rcar_can: fix typo in error message
by Sergei Shtylyov
· 9 years ago
c1a4c87
can: rcar_can: print signed IRQ #
by Sergei Shtylyov
· 9 years ago
5e63e6b
can: rcar_can: fix IRQ check
by Sergei Shtylyov
· 9 years ago
1daa1cf
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
7b73216
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
c4bc680
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
75a6f82
freeing unlinked file indefinitely delayed
by Al Viro
· 9 years ago
9391dd0
fix a braino in ovl_d_select_inode()
by Al Viro
· 9 years ago
0a73d0a
9p: don't leave a half-initialized inode sitting around
by Al Viro
· 9 years ago
76b63da
Merge branch 'dsa-of-parsing-fixes'
by David S. Miller
· 9 years ago
c8cf89f
net: dsa: Fix off-by-one in switch address parsing
by Florian Fainelli
· 9 years ago
8f5063e
net: dsa: Test array index before use
by Florian Fainelli
· 9 years ago
2ee9401
net: switchdev: don't abort unsupported operations
by Vivien Didelot
· 9 years ago
c590032
net: bcmgenet: fix accounting of packet drops vs errors
by Petri Gynther
· 9 years ago
22401ff
cdc_ncm: update specs URL
by Enrico Mioso
· 9 years ago
Next »