index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-04
Merge 4.7-rc6 into usb-next
Greg Kroah-Hartman
18
-89
/
+252
2016-07-01
Merge tag 'usb-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+2
2016-06-30
Merge tag 'pwm/for-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+10
2016-06-30
Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2
-45
/
+168
2016-06-30
mfd: da9053: Fix compiler warning message for uninitialised variable
Steve Twiss
1
-1
/
+1
2016-06-30
Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-24
/
+0
2016-06-29
reset: TRIVIAL: Add line break at same place for similar APIs
Lee Jones
1
-2
/
+2
2016-06-29
reset: Supply *_shared variant calls when using *_optional APIs
Lee Jones
1
-0
/
+12
2016-06-29
reset: Supply *_shared variant calls when using of_* API
Lee Jones
1
-0
/
+53
2016-06-29
reset: Ensure drivers are explicit when requesting reset lines
Lee Jones
1
-24
/
+82
2016-06-29
reset: Reorder inline reset_control_get*() wrappers
Lee Jones
1
-21
/
+21
2016-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-2
/
+47
2016-06-29
Merge tag 'usb-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
3
-727
/
+66
2016-06-29
bpf, perf: delay release of BPF prog after grace period
Daniel Borkmann
1
-0
/
+4
2016-06-28
audit: move audit_get_tty to reduce scope and kabi changes
Richard Guy Briggs
1
-24
/
+0
2016-06-28
sock_diag: do not broadcast raw socket destruction
Willem de Bruijn
1
-0
/
+6
2016-06-26
xhci: get rid of platform data
Heikki Krogerus
1
-27
/
+0
2016-06-25
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+13
2016-06-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-5
/
+8
2016-06-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-0
/
+1
2016-06-25
Revert "mm: make faultaround produce old ptes"
Kirill A. Shutemov
1
-1
/
+1
2016-06-25
mm: mempool: kasan: don't poot mempool objects in quarantine
Andrey Ryabinin
1
-4
/
+7
2016-06-25
fix up initial thread stack pointer vs thread_info confusion
Linus Torvalds
1
-1
/
+1
2016-06-25
USB: EHCI: declare hostpc register as zero-length array
Alan Stern
1
-2
/
+2
2016-06-25
Clarify naming of thread info/stack allocators
Linus Torvalds
1
-1
/
+1
2016-06-24
locking/static_key: Fix concurrent static_key_slow_inc()
Paolo Bonzini
1
-3
/
+13
2016-06-23
pwm: Fix pwm_apply_args()
Boris Brezillon
1
-6
/
+10
2016-06-23
IB/mlx5: Fix post send fence logic
Eli Cohen
1
-0
/
+1
2016-06-22
net/mlx4_en: Avoid unregister_netdev at shutdown flow
Eran Ben Elisha
1
-0
/
+1
2016-06-21
usb: phy: move msm_hsusb.h into driver
Arnd Bergmann
1
-200
/
+0
2016-06-21
USB: Fix of_usb_get_dr_mode_by_phy with a shared phy block
Hans de Goede
1
-2
/
+2
2016-06-21
usb: gadget: add tracepoints to the gadget API
Felipe Balbi
1
-0
/
+4
2016-06-21
usb: gadget: move gadget API functions to udc-core
Felipe Balbi
1
-525
/
+60
2016-06-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2016-06-19
qed*: Don't reset statistics on inner reload
Yuval Mintz
1
-0
/
+1
2016-06-18
Merge tag 'usb-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-2
/
+6
2016-06-18
Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+8
2016-06-18
Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+3
2016-06-18
isa: Dummy isa_register_driver should return error code
William Breathitt Gray
1
-1
/
+2
2016-06-18
isa: Allow ISA-style drivers on modern systems
William Breathitt Gray
1
-1
/
+1
2016-06-17
Merge tag 'for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/j.an...
Linus Torvalds
1
-11
/
+12
2016-06-17
Merge tag 'pwm/for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+3
2016-06-17
Merge tag 'nfsd-4.7-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-2
/
+2
2016-06-17
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+12
2016-06-16
bpf: fix matching of data/data_end in verifier
Alexei Starovoitov
1
-1
/
+27
2016-06-16
net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
Jason A. Donenfeld
1
-1
/
+2
2016-06-15
rpc: share one xps between all backchannels
J. Bruce Fields
2
-0
/
+2
2016-06-15
nfsd4/rpc: move backchannel create logic into rpc code
J. Bruce Fields
1
-2
/
+0
2016-06-12
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...
Linus Torvalds
1
-0
/
+2
2016-06-12
Merge branch 'overlayfs-af_unix-fix' into overlayfs-linus
Miklos Szeredi
1
-0
/
+12
[next]