summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge tag 'arc-4.11-final' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-04-255-10/+45
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta2017-04-214-9/+43
| * | | | | | | | | | | | ARC: [plat-eznps] Fix build errorNoam Camus2017-04-141-1/+2
* | | | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-241-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-04-151-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn2017-04-141-2/+2
* | | | | | | | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-04-2410-28/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | MIPS: PCI: add controllers before the specified headMathias Kresin2017-04-131-1/+1
| * | | | | | | | | | | | | | MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan2017-04-121-15/+33
| * | | | | | | | | | | | | | MIPS: smp-cps: Fix potentially uninitialised value of coreMatt Redfearn2017-04-121-2/+1
| * | | | | | | | | | | | | | MIPS: KASLR: Add missing header filesMatt Redfearn2017-04-121-1/+1
| * | | | | | | | | | | | | | MIPS: Avoid BUG warning in arch_check_elfJames Cowgill2017-04-121-1/+1
| * | | | | | | | | | | | | | MIPS: Fix modversioning of _mcount symbolJames Cowgill2017-04-121-0/+1
| * | | | | | | | | | | | | | MIPS: generic: fix out-of-tree defconfig target buildsMarcin Nowakowski2017-04-111-3/+3
| * | | | | | | | | | | | | | MIPS: cevt-r4k: Fix out-of-bounds array accessJames Hogan2017-04-101-1/+1
| * | | | | | | | | | | | | | MIPS: perf: fix deadlockRabin Vincent2017-04-101-4/+5
| * | | | | | | | | | | | | | MIPS: Malta: Fix i8259 irqchip setupMatt Redfearn2017-04-101-0/+11
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Linux 4.11-rc8v4.11-rc8Linus Torvalds2017-04-241-1/+1
* | | | | | | | | | | | | | Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-04-243-13/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger2017-04-181-0/+7
| * | | | | | | | | | | | | | ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau2017-03-301-3/+0
| * | | | | | | | | | | | | | ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeHyunchul Lee2017-03-301-2/+4
| * | | | | | | | | | | | | | ubifs: Fix debug messages for an invalid filename in ubifs_dump_nodeHyunchul Lee2017-03-301-1/+3
| * | | | | | | | | | | | | | ubifs: Remove filename from debug messages in ubifs_readdirHyunchul Lee2017-03-301-2/+2
| * | | | | | | | | | | | | | ubifs: Fix memory leak in error path in ubifs_mknodRichard Weinberger2017-03-301-1/+3
| * | | | | | | | | | | | | | ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-03-301-4/+4
* | | | | | | | | | | | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-233-16/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86/mce: Make the MCE notifier a blocking oneVishal Verma2017-04-183-16/+5
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | genirq/affinity: Fix calculating vectors to assignKeith Busch2017-04-201-1/+1
* | | | | | | | | | | | | | | Merge tag 'nfsd-4.11-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-04-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | nfsd: fix oops on unsupported operationOlga Kornievskaia2017-04-131-1/+1
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-2125-210/+345
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | netpoll: Check for skb->queue_mappingTushar Dave2017-04-211-2/+8
| * | | | | | | | | | | | | | | | ip6mr: fix notification device destructionNikolay Aleksandrov2017-04-211-7/+6
| * | | | | | | | | | | | | | | | bpf, doc: update bpf maintainers entryDaniel Borkmann2017-04-211-1/+15
| * | | | | | | | | | | | | | | | net: qrtr: potential use after free in qrtr_sendmsg()Dan Carpenter2017-04-211-1/+3
| * | | | | | | | | | | | | | | | bpf: Fix values type used in test_mapsDavid Miller2017-04-211-2/+2
| * | | | | | | | | | | | | | | | net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-04-212-1/+5
| * | | | | | | | | | | | | | | | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-211-4/+14
| * | | | | | | | | | | | | | | | Merge branch 'skb_cow_head'David S. Miller2017-04-216-44/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-12/+6
| | * | | | | | | | | | | | | | | | ch9200: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
| | * | | | | | | | | | | | | | | | lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
| | * | | | | | | | | | | | | | | | sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
| | * | | | | | | | | | | | | | | | cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-5/+2
| | * | | | | | | | | | | | | | | | smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-6/+2
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun2017-04-211-1/+0
| * | | | | | | | | | | | | | | | MAINTAINERS: Add "B:" field for networking.David S. Miller2017-04-211-0/+1
| * | | | | | | | | | | | | | | | net sched actions: allocate act cookie earlyWolfgang Bumiller2017-04-201-23/+32