summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Fix get vector affinity helper functionSaeed Mahameed2018-01-311-1/+18
* {net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha2018-01-311-2/+3
* net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-311-1/+1
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-311-0/+10
* ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-311-0/+1
* ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-311-0/+3
* Revert "module: Add retpoline tag to VERMAGIC"Greg Kroah-Hartman2018-01-311-7/+1
* mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov2018-01-231-0/+21
* module: Add retpoline tag to VERMAGICAndi Kleen2018-01-231-1/+7
* delayacct: Account blkio completion on the correct taskJosh Snyder2018-01-231-4/+4
* sysfs/cpu: Add vulnerability folderThomas Gleixner2018-01-171-0/+7
* kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov2018-01-171-0/+2
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-171-0/+2
* sh_eth: fix SH7757 GEther initializationSergei Shtylyov2018-01-171-1/+0
* sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-171-1/+1
* KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li2018-01-171-2/+5
* x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki2018-01-101-0/+1
* fscache: Fix the default for fscache_maybe_release_page()David Howells2018-01-101-1/+1
* efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-101-1/+3
* timers: Reinitialize per cpu bases on hotplugThomas Gleixner2018-01-022-2/+4
* Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed2018-01-021-0/+1
* net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha2018-01-021-3/+5
* tcp: invalidate rate samples during SACK renegingYousuk Seung2018-01-022-2/+3
* ptr_ring: add barriersMichael S. Tsirkin2018-01-021-0/+9
* net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2018-01-021-1/+2
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-021-0/+1
* block: don't let passthrough IO go into .make_request_fn()Ming Lei2018-01-021-2/+19
* block: fix blk_rq_append_bioJens Axboe2018-01-021-1/+1
* cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes2018-01-021-0/+1
* x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2018-01-021-0/+11
* block-throttle: avoid double chargeShaohua Li2017-12-292-5/+6
* block: unalign call_single_data in struct requestJens Axboe2017-12-291-1/+1
* crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2017-12-291-0/+1
* init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-291-0/+5
* arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-291-2/+3
* linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-12-257-267/+282
* bpf: fix integer overflowsDaniel Borkmann2017-12-251-2/+2
* bpf: fix branch pruning logicDaniel Borkmann2017-12-251-1/+1
* iio: st_sensors: add register mask for status registerLorenzo Bianconi2017-12-251-2/+5
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-252-4/+4
* locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon2017-12-251-0/+1
* drivers/misc/intel/pti: Rename the header file to free up the namespaceIngo Molnar2017-12-251-3/+3
* x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-12-251-2/+6
* bitops: Revert cbe96375025e ("bitops: Add clear/set_bit32() to linux/bitops.h")Thomas Gleixner2017-12-251-26/+0
* x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He2017-12-251-1/+1
* mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2017-12-251-1/+5
* bitops: Add clear/set_bit32() to linux/bitops.hAndi Kleen2017-12-251-0/+26
* x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-12-251-1/+1
* IB/core: Fix endianness annotation in rdma_is_multicast_addr()Bart Van Assche2017-12-201-2/+2
* IB/core: Fix calculation of maximum RoCE MTUParav Pandit2017-12-202-11/+15