summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-123-3/+3
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-08-122-9/+32
|\
| * make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro2018-08-091-5/+2
| * fix __legitimize_mnt()/mntput() raceAl Viro2018-08-091-0/+14
| * fix mntput/mntput raceAl Viro2018-08-091-2/+12
| * root dentries need RCU-delayed freeingAl Viro2018-08-061-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-1111-39/+46
|\ \
| * | xen/netfront: don't cache skb_shinfo()Juergen Gross2018-08-111-4/+4
| * | Merge branch 'cpsw-runtime-pm-fix'David S. Miller2018-08-112-15/+12
| |\ \
| | * | net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlanIvan Khoronzhuk2018-08-111-4/+7
| | * | net: ethernet: ti: cpsw: clear all entries when delete vidIvan Khoronzhuk2018-08-112-11/+5
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-098-20/+30
| |\ \
| | * \ Merge branch 'bpf-fix-cpu-and-devmap-teardown'Daniel Borkmann2018-08-094-14/+21
| | |\ \
| | | * | xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer2018-08-091-5/+9
| | | * | samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierJesper Dangaard Brouer2018-08-092-3/+3
| | | * | xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer2018-08-091-6/+9
| | |/ /
| | * | Merge branch 'sockmap-fixes'Alexei Starovoitov2018-08-082-4/+7
| | |\ \
| | | * | bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann2018-08-081-1/+1
| | | * | bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann2018-08-081-2/+5
| | | * | bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann2018-08-081-1/+1
| | |/ /
| | * | bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2018-08-062-2/+2
* | | | zram: remove BD_CAP_SYNCHRONOUS_IO with writeback featureMinchan Kim2018-08-101-1/+14
* | | | mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com2018-08-101-0/+3
* | | | lib/ubsan: remove null-pointer checksAndrey Ryabinin2018-08-104-17/+0
* | | | MAINTAINERS: GDB: update e-mail addressKieran Bingham2018-08-101-1/+1
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-101-13/+28
|\ \ \ \ | |/ / / |/| | |
| * | | i2c: xlp9xx: Fix case where SSIF read transaction completes earlyGeorge Cherian2018-08-091-13/+28
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-098-191/+101
|\ \ \ \
| * | | | crypto: x86/aegis,morus - Fix and simplify CPUID checksOndrej Mosnacek2018-08-076-45/+21
| * | | | crypto: arm64 - revert NEON yield for fast AEAD implementationsArd Biesheuvel2018-08-072-146/+80
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-0926-161/+178
|\ \ \ \ \
| * | | | | dsa: slave: eee: Allow ports to use phylinkAndrew Lunn2018-08-081-2/+2
| * | | | | Merge branch 'smc-fixes'David S. Miller2018-08-081-5/+10
| |\ \ \ \ \
| | * | | | | net/smc: move sock lock in smc_ioctl()Ursula Braun2018-08-081-3/+7
| | * | | | | net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun2018-08-081-0/+2
| | * | | | | net/smc: no shutdown in state SMC_LISTENUrsula Braun2018-08-081-2/+1
| |/ / / / /
| * | | | | net: aquantia: Fix IFF_ALLMULTI flag functionalityDmitry Bogdanov2018-08-081-1/+1
| * | | | | rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-087-89/+109
| * | | | | Merge branch 'mlx5-fixes'David S. Miller2018-08-083-25/+15
| |\ \ \ \ \
| | * | | | | net/mlx5e: Cleanup of dcbnl related fieldsHuy Nguyen2018-08-082-21/+11
| | * | | | | net/mlx5e: Properly check if hairpin is possible between two functionsOr Gerlitz2018-08-081-4/+4
| |/ / / / /
| * | | | | vhost: reset metadata cache when initializing new IOTLBJason Wang2018-08-081-3/+6
| * | | | | llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-072-2/+7
| * | | | | dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev2018-08-071-2/+4
| * | | | | tipc: fix an interrupt unsafe locking scenarioYing Xue2018-08-071-3/+1
| * | | | | vsock: split dwork to avoid reinitializationsCong Wang2018-08-073-11/+11
| * | | | | net: thunderx: check for failed allocation lmac->dmacsColin Ian King2018-08-071-0/+2
| * | | | | cxgb4: mk_act_open_req() buggers ->{local, peer}_ip on big-endian hostsAl Viro2018-08-071-4/+2
| * | | | | packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-061-4/+6
| | |_|/ / | |/| | |
| * | | | ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long2018-08-051-6/+2