summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | SolutionEngine771x: fix Ether platform dataSergei Shtylyov2018-01-091-2/+8
| | |/ / / / / /
| | * | | | | | docs-rst: networking: wire up msg_zerocopyMike Rapoport2018-01-091-1/+1
| | * | | | | | net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2018-01-091-1/+3
| | * | | | | | net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-093-11/+8Star
| | * | | | | | net: core: fix module type in sock_diag_bindAndrii Vladyka2018-01-091-1/+1
| * | | | | | | Merge tag 'sound-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-01-105-69/+97
| |\ \ \ \ \ \ \
| | * | | | | | | ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai2018-01-081-15/+21
| | * | | | | | | ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai2018-01-081-0/+8
| | * | | | | | | ALSA: aloop: Fix racy hw constraints adjustmentTakashi Iwai2018-01-051-30/+21Star
| | * | | | | | | ALSA: aloop: Fix inconsistent format due to incomplete ruleTakashi Iwai2018-01-051-7/+6Star
| | * | | | | | | ALSA: aloop: Release cable upon open error pathTakashi Iwai2018-01-051-13/+25
| | * | | | | | | ALSA: pcm: Workaround for weird PulseAudio behavior on rewind errorTakashi Iwai2018-01-051-2/+7
| | * | | | | | | ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai2018-01-041-3/+11
| | * | | | | | | ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2018-01-022-3/+2Star
| * | | | | | | | Merge tag 'riscv-for-linus-4.15-rc8_cleanups' of git://git.kernel.org/pub/scm...Linus Torvalds2018-01-1016-71/+119
| |\ \ \ \ \ \ \ \
| | * | | | | | | | riscv: rename SR_* constants to match the specChristoph Hellwig2018-01-086-17/+17
| | * | | | | | | | riscv: remove CONFIG_MMU ifdefsChristoph Hellwig2018-01-084-24/+0Star
| | * | | | | | | | RISC-V: Make __NR_riscv_flush_icache visible to userspacePalmer Dabbelt2018-01-085-30/+27Star
| | * | | | | | | | RISC-V: Add a basic defconfigKarsten Merker2018-01-081-0/+75
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2018-01-103-25/+136
| |\ \ \ \ \ \ \ \
| | * | | | | | | | MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki2017-12-201-0/+12
| | * | | | | | | | MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki2017-12-121-0/+3
| | * | | | | | | | MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-0/+1
| | * | | | | | | | MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki2017-12-121-11/+36
| | * | | | | | | | MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-1/+1
| | * | | | | | | | MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-1/+11
| | * | | | | | | | MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki2017-12-121-25/+83
| | * | | | | | | | MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan2017-12-121-0/+2
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-099-29/+71
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | loop: fix concurrent lo_open/lo_releaseLinus Torvalds2018-01-061-2/+8
| | * | | | | | | | Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-linusJens Axboe2018-01-055-25/+52
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | nvme-fcloop: avoid possible uninitialized variable warningJames Smart2017-12-291-1/+1
| | | * | | | | | | | nvme-mpath: fix last path removal during trafficSagi Grimberg2017-12-292-0/+13
| | | * | | | | | | | nvme-rdma: fix concurrent reset and reconnectSagi Grimberg2017-12-291-1/+13
| | | * | | | | | | | nvme: fix sector units when going between formatsJeff Lien2017-12-291-1/+5
| | | * | | | | | | | nvme-pci: move use_sgl initialization to nvme_init_iod()Minwoo Im2017-12-291-22/+20Star
| | * | | | | | | | | block: drain queue before waiting for q_usage_counter becoming zeroMing Lei2018-01-053-2/+11
| | |/ / / / / / / /
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-1118-263/+760
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | samples/bpf: xdp2skb_meta shows transferring info from XDP to SKBJesper Dangaard Brouer2018-01-113-0/+324
| * | | | | | | | | | Merge branch 'bpf-nfp-misc-improvements'Daniel Borkmann2018-01-1014-258/+428
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | nfp: bpf: reuse verifier log for debug messagesQuentin Monnet2018-01-101-14/+16
| | * | | | | | | | | | bpf: export function to write into verifier log bufferQuentin Monnet2018-01-102-4/+15
| | * | | | | | | | | | nfp: bpf: add signed jump insnsNic Viljoen2018-01-102-0/+49
| | * | | | | | | | | | nfp: hand over to BPF offload app at coarser granularityJakub Kicinski2018-01-105-61/+34Star
| | * | | | | | | | | | nfp: bpf: use a large constant in unresolved branchesJakub Kicinski2018-01-102-7/+13
| | * | | | | | | | | | nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski2018-01-102-2/+19
| | * | | | | | | | | | nfp: bpf: relocate jump targets just before the loadJakub Kicinski2018-01-104-87/+115
| | * | | | | | | | | | nfp: bpf: add helpers for modifying branch addressesJakub Kicinski2018-01-103-12/+34
| | * | | | | | | | | | nfp: bpf: move jump resolution to jit.cJakub Kicinski2018-01-103-17/+25
| | * | | | | | | | | | nfp: bpf: allow disabling TC offloads when XDP activeJakub Kicinski2018-01-101-1/+3