summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* net: x25: fix one potential use-after-free issuelinzhang2018-04-131-2/+2
* cfg80211: make RATE_INFO_BW_20 the defaultJohannes Berg2018-04-131-1/+1
* module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro2018-04-081-0/+3
* llist: clang: introduce member_address_is_nonnull()Alexander Potapenko2018-04-081-2/+19
* netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2018-04-081-0/+2
* RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2018-04-081-0/+2
* frv: declare jiffies to be located in the .data sectionMatthias Kaehlcke2018-04-081-1/+5
* jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smpMatthias Kaehlcke2018-04-081-8/+3
* cpumask: Add helper cpumask_available()Matthias Kaehlcke2018-04-081-0/+10
* PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke2018-04-081-1/+1
* net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet2018-03-311-2/+2
* sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2018-03-311-0/+19
* rhashtable: Fix rhlist duplicates insertionPaul Blakey2018-03-311-1/+3
* mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0Jagdish Gediya2018-03-281-5/+1
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-281-0/+10
* ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unitKirill Marinushkin2018-03-281-2/+2
* IB/mlx5: Fix integer overflows in mlx5_ib_create_srqBoris Pismenny2018-03-241-2/+2
* net: ethernet: ucc_geth: fix MEM_PART_MURAM modeChristophe Leroy2018-03-241-0/+1
* ACPICA: iasl: Fix IORT SMMU GSI disassemblingLv Zheng2018-03-241-0/+9
* time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2018-03-241-5/+5
* fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-221-0/+1
* regulator: isl9305: fix array sizeVincent Stehlé2018-03-221-1/+1
* regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke2018-03-221-0/+2
* ARM: dts: r8a7794: Add DU1 clock to device treeGeert Uytterhoeven2018-03-221-0/+1
* mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()Kirill A. Shutemov2018-03-221-2/+2
* tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng2018-03-221-3/+5
* eventpoll.h: fix epoll event masksGreg KH2018-03-221-4/+4
* usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich2018-03-181-0/+3
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2018-03-181-1/+6
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2018-03-181-26/+1
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2018-03-181-5/+1
* x86/retpoline: Support retpoline builds with ClangDavid Woodhouse2018-03-183-4/+13
* nospec: Include <asm/barrier.h> dependencyDan Williams2018-03-181-0/+1
* nospec: Kill array_index_nospec_mask_check()Dan Williams2018-03-181-21/+1
* drm: Allow determining if current task is output poll workerLukas Wunner2018-03-181-0/+1
* workqueue: Allow retrieval of current task's work structLukas Wunner2018-03-181-0/+1
* udplite: fix partial checksum initializationAlexey Kodanev2018-03-111-0/+1
* nospec: Allow index argument to have const-qualified typeRasmus Villemoes2018-03-111-2/+1
* dax: fix vma_is_fsdax() helperDan Williams2018-03-111-1/+1
* uapi libc compat: add fallback for unsupported libcsFelix Janda2018-03-031-1/+54
* libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignmentDan Williams2018-02-281-0/+1
* mm: introduce get_user_pages_longtermDan Williams2018-02-283-5/+33
* PCI: Change pci_host_common_probe() visibilityMarc Gonzalez2018-02-251-1/+1
* clk: fix a panic error caused by accessing NULL pointerCai Li2018-02-251-2/+2
* net_sched: red: Avoid illegal valuesNogah Frankel2018-02-251-0/+11
* net_sched: red: Avoid devision by zeroNogah Frankel2018-02-251-1/+1
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-02-252-10/+26
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-02-251-0/+6
* Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2018-02-251-0/+1
* ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZEJason Wang2018-02-251-0/+2