index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-11-17
i2c: Add the ability to match device to compatible string without an of_node
Lee Jones
-0
/
+30
2016-11-13
i2c: Add pointer dereference protection to i2c_match_id()
Lee Jones
-5
/
+7
2016-11-07
i2c: bcm2835: Add support for dynamic clock
Noralf Trønnes
-19
/
+32
2016-11-07
i2c: bcm2835: Support i2c-dev ioctl I2C_TIMEOUT
Noralf Trønnes
-3
/
+1
2016-11-07
i2c: bcm2835: Add support for Repeated Start Condition
Noralf Trønnes
-38
/
+63
2016-11-07
i2c: bcm2835: Can't support I2C_M_IGNORE_NAK
Noralf Trønnes
-4
/
+0
2016-11-07
i2c: bcm2835: Use dev_dbg logging on transfer errors
Noralf Trønnes
-1
/
+1
2016-11-07
i2c: bcm2835: Protect against unexpected TXW/RXR interrupts
Noralf Trønnes
-9
/
+31
2016-11-07
i2c: bcm2835: Fix hang for writing messages larger than 16 bytes
Noralf Trønnes
-8
/
+14
2016-11-05
Linux 4.9-rc4
v4.9-rc4
Linus Torvalds
-1
/
+1
2016-11-05
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2016-11-05
Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...
Linus Torvalds
-9
/
+7
2016-11-05
Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
-19
/
+30
2016-11-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-17
/
+6
2016-11-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-3
/
+10
2016-11-05
Merge tag 'firewire-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/i...
Linus Torvalds
-20
/
+39
2016-11-05
Merge tag 'media/v4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
-499
/
+919
2016-11-05
Merge tag 'pci-v4.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-3
/
+6
2016-11-05
Merge tag 'for-linus-20161104' of git://git.infradead.org/linux-mtd
Linus Torvalds
-31
/
+71
2016-11-05
Merge tag 'mmc-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
-2
/
+4
2016-11-05
Merge tag 'gpio-v4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
-66
/
+97
2016-11-04
Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
-66
/
+106
2016-11-04
Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...
Linus Torvalds
-9
/
+29
2016-11-04
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+17
2016-11-04
Merge tag 'drm-fixes-for-v4.9-rc4' of git://people.freedesktop.org/~airlied/l...
Linus Torvalds
-241
/
+450
2016-11-04
PCI: designware: Check for iATU unroll support after initializing host
Niklas Cassel
-2
/
+5
2016-11-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-106
/
+95
2016-11-04
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
-235
/
+287
2016-11-04
Merge branch 'parisc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-36
/
+40
2016-11-04
i2c: core: fix NULL pointer dereference under race condition
Vladimir Zapolskiy
-1
/
+1
2016-11-04
MIPS: Fix max_low_pfn with disabled highmem
James Hogan
-0
/
+13
2016-11-04
MIPS: Correct MIPS I FP sigcontext layout
Maciej W. Rozycki
-64
/
+39
2016-11-04
MIPS: Fix ISA I/II FP signal context offsets
Maciej W. Rozycki
-117
/
+131
2016-11-04
MIPS: Remove FIR from ISA I FP signal context
Maciej W. Rozycki
-5
/
+1
2016-11-04
MIPS: Fix ISA I FP sigcontext access violation handling
Maciej W. Rozycki
-1
/
+1
2016-11-04
MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue
Maciej W. Rozycki
-42
/
+78
2016-11-04
MIPS: ptrace: Also initialize the FP context on individual FCSR writes
Maciej W. Rozycki
-0
/
+1
2016-11-04
MIPS: dump_tlb: Fix printk continuations
James Hogan
-31
/
+31
2016-11-04
MIPS: Fix __show_regs() output
Paul Burton
-21
/
+21
2016-11-04
MIPS: traps: Fix output of show_code
Matt Redfearn
-3
/
+4
2016-11-04
MIPS: traps: Fix output of show_stacktrace
Matt Redfearn
-6
/
+8
2016-11-04
MIPS: traps: Fix output of show_backtrace
Matt Redfearn
-1
/
+1
2016-11-04
MIPS: Fix build of compressed image
Matt Redfearn
-1
/
+1
2016-11-04
MIPS: generic: Fix KASLR for generic kernel.
Matt Redfearn
-6
/
+10
2016-11-04
MIPS: KASLR: Fix handling of NULL FDT
Matt Redfearn
-1
/
+1
2016-11-04
MIPS: Malta: Fixup reboot
Paul Burton
-1
/
+2
2016-11-04
MIPS: CPC: Provide default mips_cpc_default_phys_base to ignore CPC
Paul Burton
-1
/
+10
2016-11-03
firewire: net: fix fragmented datagram_size off-by-one
Stefan Richter
-4
/
+4
2016-11-03
firewire: net: guard against rx buffer overflows
Stefan Richter
-16
/
+35
2016-11-03
sched/core: Remove pointless printout in sched_show_task()
Linus Torvalds
-9
/
+0
[next]