index
:
kernel/git/device-mapper/linux-dm.git
block-4.16
block-5.19
dm-4.1
dm-4.1-for-ejt
dm-4.10
dm-4.11
dm-4.15
dm-4.16
dm-4.17
dm-4.18
dm-4.19
dm-4.2
dm-4.20
dm-4.21
dm-4.3
dm-4.4
dm-4.5
dm-4.6
dm-4.7
dm-4.7-mpath-fixes
dm-4.8
dm-4.8-block-drivers-merge
dm-4.9
dm-5.0
dm-5.1
dm-5.10
dm-5.10-rcX
dm-5.11
dm-5.12
dm-5.13
dm-5.14
dm-5.15
dm-5.16
dm-5.17
dm-5.17-iostat-fix
dm-5.18
dm-5.19
dm-5.19-v1
dm-5.2
dm-5.3
dm-5.3-merge
dm-5.4
dm-5.5
dm-5.6
dm-5.7
dm-5.8
dm-5.9
dm-6.0
dm-6.1
dm-6.2
dm-6.3
dm-6.4
dm-6.4-dev2
dm-6.4-dev3
dm-6.4-dev4
dm-6.5
dm-6.5-provision-support
dm-fallocate
dm-for-3.18
dm-for-3.19
dm-for-4.0
dm-multipath-nvme
dm-noclone-support
for-4.12/dm
for-4.12/dm-post-merge
for-4.13/dm
for-4.14/dm
for-next
master
nvme-error-handling-fixes/for-5.13-v5
nvme-error-handling-fixes/for-5.17
nvme-error-handling-fixes/for-5.17-v2
nvme-error-handling-fixes/for-5.9
v5.10-fml
device-mapper tree
Device Mapper group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-12
block: wire blkdev_fallocate() to block_device_operations' reserve_space
dm-fallocate
Mike Snitzer
3
-9
/
+39
2016-04-12
xfs: use contiguous bdev reservation for file preallocation
Brian Foster
1
-1
/
+28
2016-04-12
xfs: support no block reservation transaction mode
Brian Foster
2
-4
/
+8
2016-04-12
xfs: handle bdev reservation ENOSPC correctly from XFS reserved pool
Brian Foster
1
-2
/
+27
2016-04-12
xfs: adopt a reserved allocation model on dm-thin devices
Brian Foster
5
-16
/
+193
2016-04-12
xfs: thin block device reservation mechanism
Brian Foster
5
-0
/
+324
2016-04-12
dm thin: add methods to set and get reserved space
Joe Thornber
1
-10
/
+171
2016-04-12
dm: add methods to set and get reserved space
Mike Snitzer
2
-0
/
+46
2016-04-12
block: add block_device_operations methods to set and get reserved space
Mike Snitzer
1
-0
/
+6
2016-04-12
xfs: replace xfs_mod_fdblocks() bool param with flags
Brian Foster
4
-18
/
+27
2016-04-12
xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly
Brian Foster
1
-45
/
+60
2016-04-12
block: implement (some of) fallocate for block devices
Darrick J. Wong
2
-1
/
+71
2016-04-12
block: require write_same and discard requests align to logical block size
Darrick J. Wong
1
-0
/
+15
2016-04-12
block: invalidate the page cache when issuing BLKZEROOUT.
Darrick J. Wong
1
-6
/
+23
2016-04-12
dm mpath: eliminate use of spinlock in IO fast-paths
Mike Snitzer
1
-77
/
+93
2016-04-12
dm mpath: move trigger_event member to the end of 'struct multipath'
Mike Snitzer
1
-2
/
+1
2016-04-12
dm mpath: use atomic_t for counting members of 'struct multipath'
Mike Snitzer
1
-28
/
+33
2016-04-12
dm mpath: switch to using bitops for state flags
Mike Snitzer
1
-56
/
+75
2016-04-12
dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
Mike Snitzer
1
-23
/
+33
2016-04-11
dm thin: Remove return statement from void function
Amitoj Kaur Chawla
1
-1
/
+1
2016-04-11
dm: remove unused mapped_device argument from free_tio()
Mike Snitzer
1
-6
/
+4
2016-04-11
dm: fix dm_target_io leak if clone_bio() returns an error
Mikulas Patocka
1
-1
/
+3
2016-04-10
Linux 4.6-rc3
v4.6-rc3
Linus Torvalds
1
-1
/
+1
2016-04-10
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
5
-7
/
+13
2016-04-10
Merge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
5
-9
/
+84
2016-04-10
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-36
/
+49
2016-04-10
Revert "ext4: allow readdir()'s of large empty directories to be interrupted"
Linus Torvalds
2
-10
/
+0
2016-04-09
Merge branch 'parisc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-11
/
+29
2016-04-09
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-32
/
+53
2016-04-09
Merge tag 'gpio-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
3
-45
/
+95
2016-04-09
Merge tag 'tty-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+2
2016-04-09
Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
22
-148
/
+151
2016-04-09
Merge tag 'staging-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
20
-15
/
+1377
2016-04-09
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
10
-109
/
+164
2016-04-09
Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
3
-10
/
+16
2016-04-09
Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-62
/
+380
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
41
-92
/
+448
2016-04-09
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-33
/
+303
2016-04-09
Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-53
/
+28
2016-04-09
Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-10
/
+9
2016-04-09
i2c: jz4780: really prevent potential division by zero
Wolfram Sang
1
-1
/
+6
2016-04-09
Revert "i2c: jz4780: prevent potential division by zero"
Wolfram Sang
1
-1
/
+1
2016-04-08
Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
241
-1421
/
+2174
2016-04-08
Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/lin...
David S. Miller
9
-25
/
+88
2016-04-08
bridge, netem: mark mailing lists as moderated
stephen hemminger
1
-2
/
+2
2016-04-08
parisc: Update comment regarding relative extable support
Helge Deller
1
-6
/
+4
2016-04-08
parisc: Unbreak handling exceptions from kernel modules
Helge Deller
4
-0
/
+9
2016-04-08
parisc: Fix kernel crash with reversed copy_from_user()
Helge Deller
1
-0
/
+3
2016-04-08
parisc: Avoid function pointers for kernel exception routines
Helge Deller
1
-5
/
+5
2016-04-08
parisc: Handle R_PARISC_PCREL32 relocations in kernel modules
Helge Deller
1
-0
/
+8
2016-04-08
tuntap: restore default qdisc
Jason Wang
1
-2
/
+2
2016-04-08
orangefs: remove unused variable
Martin Brandenburg
1
-3
/
+1
2016-04-08
Merge branches 'pm-core', 'powercap' and 'pm-tools'
Rafael J. Wysocki
5
-10
/
+122
2016-04-08
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'
Rafael J. Wysocki
4
-52
/
+258
2016-04-08
orangefs: Add KERN_<LEVEL> to gossip_<level> macros
Joe Perches
1
-14
/
+17
2016-04-08
orangefs: strncpy -> strscpy
Martin Brandenburg
1
-1
/
+5
2016-04-08
orangefs: clean up truncate ctime and mtime setting
Martin Brandenburg
1
-15
/
+1
2016-04-08
Orangefs: fix ifnullfree.cocci warnings
kbuild test robot
1
-2
/
+1
2016-04-08
Orangefs: optimize boilerplate code.
Mike Marshall
2
-2
/
+2
2016-04-08
Orangefs: xattr.c cleanup
Mike Marshall
1
-16
/
+1
2016-04-08
mpls: find_outdev: check for err ptr in addition to NULL check
Roopa Prabhu
1
-0
/
+3
2016-04-08
gpio: pca953x: Use correct u16 value for register word write
Yong Li
1
-1
/
+2
2016-04-08
gpiolib: Defer gpio device setup until after gpiolib initialization
Guenter Roeck
1
-31
/
+67
2016-04-08
gpiolib: Do not use devm functions when registering gpio chip
Guenter Roeck
1
-7
/
+12
2016-04-08
gpio: pxa: fix legacy non pinctrl aware builds
Robert Jarzmik
1
-2
/
+2
2016-04-08
gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*
Dmitry Torokhov
1
-4
/
+12
2016-04-07
libnvdimm, pfn: fix nvdimm_namespace_add_poison() vs section alignment
Dan Williams
3
-30
/
+51
2016-04-07
libnvdimm, pfn: fix uuid validation
Dan Williams
1
-1
/
+1
2016-04-07
libnvdimm: fix smart data retrieval
Dan Williams
1
-1
/
+1
2016-04-07
ipv6: Count in extension headers in skb->network_header
Jakub Sitnicki
1
-4
/
+4
2016-04-07
Revert "ib_srpt: Convert to percpu_ida tag allocation"
Bart Van Assche
2
-17
/
+40
2016-04-07
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
19
-86
/
+264
2016-04-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-3
/
+3
2016-04-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-4
/
+40
2016-04-07
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
33
-170
/
+405
2016-04-07
RDS: fix congestion map corruption for PAGE_SIZE > 4k
shamir rabinovitch
1
-1
/
+1
2016-04-07
RDS: memory allocated must be align to 8
shamir rabinovitch
1
-2
/
+2
2016-04-07
ARM: 8550/1: protect idiv patching against undefined gcc behavior
Nicolas Pitre
1
-0
/
+2
2016-04-07
ARM: wire up preadv2 and pwritev2 syscalls
Russell King
3
-2
/
+6
2016-04-07
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
Alexander Duyck
5
-4
/
+29
2016-04-07
PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfs
Strashko, Grygorii
1
-0
/
+2
2016-04-07
tools/power turbostat: work around RC6 counter wrap
Len Brown
1
-4
/
+15
2016-04-07
tools/power turbostat: initial KBL support
Len Brown
1
-0
/
+14
2016-04-07
tools/power turbostat: initial SKX support
Len Brown
1
-1
/
+8
2016-04-07
tools/power turbostat: decode BXT TSC frequency via CPUID
Len Brown
1
-1
/
+4
2016-04-07
tools/power turbostat: initial BXT support
Len Brown
1
-0
/
+9
2016-04-07
tools/power turbostat: print IRTL MSRs
Len Brown
2
-3
/
+64
2016-04-07
tools/power turbostat: SGX state should print only if --debug
Len Brown
1
-1
/
+1
2016-04-07
intel_idle: Add KBL support
Len Brown
1
-0
/
+2
2016-04-07
intel_idle: Add SKX support
Len Brown
1
-0
/
+34
2016-04-07
intel_idle: Clean up all registered devices on exit.
Richard Cochran
1
-1
/
+8
2016-04-07
intel_idle: Propagate hot plug errors.
Richard Cochran
1
-2
/
+5
2016-04-07
intel_idle: Don't overreact to a cpuidle registration failure.
Richard Cochran
1
-1
/
+1
2016-04-07
intel_idle: Setup the timer broadcast only on successful driver load.
Richard Cochran
1
-7
/
+8
2016-04-07
intel_idle: Avoid a double free of the per-CPU data.
Richard Cochran
1
-4
/
+3
2016-04-07
intel_idle: Fix dangling registration on error path.
Richard Cochran
1
-4
/
+5
2016-04-07
intel_idle: Fix deallocation order on the driver exit path.
Richard Cochran
1
-3
/
+3
2016-04-07
intel_idle: Remove redundant initialization calls.
Richard Cochran
1
-6
/
+0
2016-04-07
intel_idle: Fix a helper function's return value.
Richard Cochran
1
-3
/
+1
2016-04-07
intel_idle: remove useless return from void function.
Richard Cochran
1
-2
/
+0
2016-04-07
i2c: jz4780: prevent potential division by zero
Wolfram Sang
1
-1
/
+1
2016-04-07
i2c: mux: demux-pinctrl: Update docs to new sysfs-attributes
Wolfram Sang
1
-17
/
+12
2016-04-07
Merge tag 'fixes-for-v4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
7
-20
/
+34
2016-04-07
iommu/vt-d: Silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2016-04-07
iommu/rockchip: Fix "is stall active" check
John Keeping
1
-4
/
+4
2016-04-07
iommu: Don't overwrite domain pointer when there is no default_domain
Joerg Roedel
1
-1
/
+2
2016-04-07
virtio: add VIRTIO_CONFIG_S_NEEDS_RESET device status bit
Stefan Hajnoczi
1
-0
/
+2
2016-04-07
MAINTAINERS: add entry for QEMU
Michael S. Tsirkin
1
-0
/
+7
2016-04-07
firmware: qemu_fw_cfg.c: hold ACPI global lock during device access
Gabriel Somlo
1
-0
/
+16
2016-04-07
virtio: virtio 1.0 cs04 spec compliance for reset
Michael S. Tsirkin
1
-3
/
+8
2016-04-07
qemu_fw_cfg: don't leak kobj on init error
Michael S. Tsirkin
1
-1
/
+7
2016-04-07
USB: option: add "D-Link DWM-221 B1" device id
Bjørn Mork
1
-0
/
+2
2016-04-07
USB: serial: cp210x: Adding GE Healthcare Device ID
Martyn Welch
1
-0
/
+1
2016-04-07
USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
Josh Boyer
2
-0
/
+12
2016-04-06
Btrfs: fix file/data loss caused by fsync after rename and new inode
Filipe Manana
1
-0
/
+137
2016-04-06
Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Chris Mason
8
-33
/
+166
2016-04-07
mailbox: pcc: Don't access an unmapped memory address space
Shanker Donthineni
1
-2
/
+2
2016-04-07
Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
22
-78
/
+210
2016-04-06
net: add the AF_KCM entries to family name tables
Dexuan Cui
1
-3
/
+6
2016-04-06
MAINTAINERS: intel-wired-lan list is moderated
Jiri Benc
1
-1
/
+1
2016-04-06
lib/test_bpf: Add additional BPF_ADD tests
Naveen N. Rao
1
-0
/
+128
2016-04-06
lib/test_bpf: Add test to check for result of 32-bit add that overflows
Naveen N. Rao
1
-0
/
+64
2016-04-06
lib/test_bpf: Add tests for unsigned BPF_JGT
Naveen N. Rao
1
-0
/
+29
2016-04-06
lib/test_bpf: Fix JMP_JSET tests
Naveen N. Rao
1
-4
/
+4
2016-04-06
x86: remove the kernel code/data/bss resources from /proc/iomem
Linus Torvalds
1
-37
/
+0
2016-04-06
VSOCK: Detach QP check should filter out non matching QPs.
Jorgen Hansen
1
-2
/
+2
2016-04-06
stmmac: fix adjust link call in case of a switch is attached
Giuseppe CAVALLARO
1
-12
/
+10
2016-04-06
af_packet: tone down the Tx-ring unsupported spew.
Dave Jones
1
-1
/
+1
2016-04-06
net_sched: fix a memory leak in tc action
WANG Cong
1
-0
/
+1
2016-04-06
samples/bpf: Enable powerpc support
Naveen N. Rao
4
-4
/
+30
2016-04-06
samples/bpf: Use llc in PATH, rather than a hardcoded value
Naveen N. Rao
1
-9
/
+3
2016-04-06
samples/bpf: Fix build breakage with map_perf_test_user.c
Naveen N. Rao
1
-0
/
+1
2016-04-06
Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_a...
David S. Miller
1
-1
/
+0
2016-04-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2
-16
/
+12
2016-04-06
cxgb4: Add pci device id for chelsio t520-cr adapter
Hariprasad Shenai
1
-0
/
+1
2016-04-06
i40iw: avoid potential uninitialized variable use
Arnd Bergmann
1
-7
/
+3
2016-04-06
IB/mlx5: fix VFs callback function prototypes
Arnd Bergmann
1
-9
/
+9
2016-04-06
usb: dwc3: keystone: drop dma_mask configuration
Grygorii Strashko
1
-5
/
+0
2016-04-06
usb: gadget: udc-core: remove manual dma configuration
Grygorii Strashko
1
-6
/
+0
2016-04-06
usb: dwc3: pci: add ID for one more Intel Broxton platform
Heikki Krogerus
1
-0
/
+2
2016-04-06
mac80211: fix "warning: ‘target_metric’ may be used uninitialized"
Jeff Mahoney
1
-1
/
+1
2016-04-06
Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
3
-1
/
+28
2016-04-06
drm/nouveau/tegra: acquire and enable reference clock if needed
Alexandre Courbot
3
-1
/
+28
2016-04-06
Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixes
Dave Airlie
1
-11
/
+3
2016-04-06
Merge tag 'imx-drm-next-2016-04-01' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
7
-80
/
+164
2016-04-05
ip6_tunnel: set rtnl_link_ops before calling register_netdevice
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2016-04-05
Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"
Bjorn Helgaas
1
-2
/
+1
2016-04-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2
-2
/
+20
2016-04-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-42
/
+76
2016-04-05
e1000: Double Tx descriptors needed check for 82544
Alexander Duyck
1
-1
/
+18
2016-04-05
e1000: Do not overestimate descriptor counts in Tx pre-check
Alexander Duyck
1
-1
/
+1
2016-04-05
i40e: fix errant PCIe bandwidth message
Jesse Brandeburg
1
-0
/
+1
2016-04-05
Merge tag 'spi-fix-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-55
/
+43
2016-04-05
rbd: use GFP_NOIO consistently for request allocations
David Disseldorp
1
-3
/
+3
2016-04-05
sctp: use list_* in sctp_list_dequeue
Marcelo Ricardo Leitner
1
-4
/
+2
2016-04-05
sctp: flush if we can't fit another DATA chunk
Marcelo Ricardo Leitner
1
-1
/
+2
2016-04-05
drm/amdgpu: total vram size also reduces pin size
Chunming Zhou
1
-0
/
+1
2016-04-05
Merge tag 'pinctrl-v4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
12
-55
/
+111
2016-04-05
Merge tag 'media/v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
16
-507
/
+78
2016-04-05
iommu/dma: Restore scatterlist offsets correctly
Robin Murphy
1
-2
/
+2
2016-04-05
compiler-gcc: disable -ftracer for __noclone functions
Paolo Bonzini
1
-1
/
+1
2016-04-05
kvm: x86: make lapic hrtimer pinned
Luiz Capitulino
1
-4
/
+4
2016-04-05
s390/mm/kvm: fix mis-merge in gmap handling
Christian Borntraeger
1
-2
/
+2
2016-04-05
iommu: provide of_xlate pointer unconditionally
Arnd Bergmann
1
-2
/
+0
2016-04-05
Merge branch 'fixes-base' into fixes
James Bottomley
9465
-241835
/
+496798
2016-04-05
scsi: Do not attach VPD to devices that don't support it
Hannes Reinecke
3
-19
/
+28
2016-04-05
mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
Adrian Hunter
2
-0
/
+28
2016-04-05
mac80211: close the SP when we enqueue frames during the SP
Emmanuel Grumbach
1
-0
/
+6
2016-04-05
mac80211: Fix BW upgrade for TDLS peers
Ilan Peer
1
-1
/
+2
2016-04-05
mac80211: don't send deferred frames outside the SP
Emmanuel Grumbach
1
-3
/
+1
2016-04-05
mac80211: remove description of dropped member
Luis de Bethencourt
1
-1
/
+0
2016-04-05
mac80211: add doc for RX_FLAG_DUP_VALIDATED flag
Luis de Bethencourt
1
-0
/
+2
2016-04-05
mac80211: ensure no limits on station rhashtable
Ben Greear
1
-0
/
+1
2016-04-05
mac80211: properly deal with station hashtable insert errors
Johannes Berg
1
-5
/
+8
2016-04-05
mac80211: recalc min_def chanctx even when chandef is identical
Arik Nemtsov
1
-1
/
+3
2016-04-05
mac80211: TDLS: change BW calculation for WIDER_BW peers
Arik Nemtsov
3
-11
/
+61
2016-04-05
mac80211: TDLS: always downgrade invalid chandefs
Arik Nemtsov
1
-1
/
+1
2016-04-05
mac80211: fix AP buffered multicast frames with queue control and txq
Felix Fietkau
1
-1
/
+2
2016-04-05
PM / runtime: Document steps for device removal
Krzysztof Kozlowski
1
-0
/
+4
2016-04-05
powercap: intel_rapl: Add missing Haswell model
Srinivas Pandruvada
1
-0
/
+1
2016-04-05
cpufreq: dt: Drop stale comment
Viresh Kumar
1
-3
/
+0
2016-04-05
cpufreq: intel_pstate: Documenation for structures
Srinivas Pandruvada
1
-0
/
+135
2016-04-05
cpufreq: intel_pstate: fix inconsistency in setting policy limits
Srinivas Pandruvada
1
-6
/
+23
2016-04-04
Merge tag 'linux-kselftest-4.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+11
2016-04-04
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
56
-181
/
+229
2016-04-04
Merge tag 'for-linus-4.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-11
/
+41
2016-04-04
drm/amd/powerplay: add uvd/vce dpm enabling flag default.
Rex Zhu
1
-0
/
+3
2016-04-04
drm/amd/powerplay: fix issue that resume back, dpm can't work on FIJI.
Rex Zhu
1
-0
/
+6
2016-04-04
drm/amdgpu: save and restore the firwmware cache part when suspend resume
Leo Liu
1
-16
/
+11
2016-04-04
drm/amdgpu: save and restore UVD context with suspend and resume
Leo Liu
5
-26
/
+35
2016-04-04
drm/ttm: use phys_addr_t for ttm_bus_placement
Alex Deucher
1
-1
/
+1
2016-04-04
Revert "Staging: olpc_dcon: Remove obsolete driver"
Greg Kroah-Hartman
10
-0
/
+1351
2016-04-04
staging/rdma/hfi1: select CRC32
Markus Böhme
1
-0
/
+1
2016-04-04
Merge tag 'iio-fixes-for-4.6b' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
7
-10
/
+15
2016-04-04
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2
-4
/
+20
2016-04-04
bridge: Fix incorrect variable assignment on error path in br_sysfs_addbr
Bastien Philbert
1
-0
/
+1
2016-04-04
Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2
-44
/
+72
2016-04-04
ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
Haishuang Yan
1
-3
/
+5
2016-04-04
ipv4: l2tp: fix a potential issue in l2tp_ip_recv
Haishuang Yan
1
-3
/
+5
2016-04-04
Merge tag 'iio-fixes-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2
-5
/
+10
[next]