summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings2015-04-271-2/+4
* usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings2015-04-271-0/+12
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-271-0/+6
* dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka2015-03-301-0/+1
* workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-231-1/+2
* Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold2015-03-181-2/+1
* quota: Store maximum space limit in bytesJan Kara2015-03-041-2/+2
* NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust2015-03-021-1/+1
* mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-03-022-4/+8
* fsnotify: fix handling of renames in auditJan Kara2015-03-021-2/+4
* USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern2015-03-021-0/+2
* usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2015-02-241-0/+1
* perf: Tighten (and fix) the grouping conditionPeter Zijlstra2015-02-041-6/+0
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-041-2/+4
* quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2015-02-042-4/+47
* usb-core bInterval quirkJames P Michels III2015-02-041-0/+11
* mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko2015-02-041-7/+6
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-02-041-0/+13
* libata: allow sata_sil24 to opt-out of tag ordered submissionDan Williams2015-02-041-0/+1
* PCI: Add pci_claim_bridge_resource() to clip window if necessaryYinghai Lu2015-02-041-0/+1
* PCI: Add flag for devices where we can't use bus resetAlex Williamson2015-02-041-0/+2
* time: settimeofday: Validate the values of tv from userSasha Levin2015-02-021-0/+13
* mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2015-01-161-1/+0
* mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov2015-01-161-0/+10
* mm: propagate error from stack expansion even for guard pageLinus Torvalds2015-01-161-1/+1
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-151-4/+4
* audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2015-01-151-0/+4
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2015-01-151-0/+1
* userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2015-01-151-0/+7
* pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2015-01-151-1/+3
* userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman2015-01-151-0/+5
* groups: Consolidate the setgroups permission checksEric W. Biederman2015-01-151-0/+1
* PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt2014-12-101-0/+1
* clk-divider: Fix READ_ONLY when divider > 1James Hogan2014-12-101-1/+0
* iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit maskCristina Ciocan2014-12-041-1/+1
* bitops: Fix shift overflow in GENMASK macrosMaxime COQUELIN2014-12-011-2/+5
* inetdevice: fixed signed integer overflowVincent BENAYOUN2014-12-011-1/+1
* clocksource: Remove "weak" from clocksource_default_clock() declarationBjorn Helgaas2014-11-271-1/+1
* kgdb: Remove "weak" from kgdb_arch_pc() declarationBjorn Helgaas2014-11-271-1/+1
* vmcore: Remove "weak" from function declarationsBjorn Helgaas2014-11-271-8/+7
* memory-hotplug: Remove "weak" from memory_block_size_bytes() declarationBjorn Helgaas2014-11-271-1/+1
* mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen2014-11-271-0/+1
* nfs: fix pnfs direct write memory leakPeng Tao2014-11-271-0/+11
* tracing: Do not busy wait in buffer spliceRabin Vincent2014-11-271-1/+1
* power: charger-manager: Fix accessing invalidated power supply after charger ...Krzysztof Kozlowski2014-11-201-2/+0
* power: charger-manager: Fix accessing invalidated power supply after fuel gau...Krzysztof Kozlowski2014-11-201-1/+0
* HID: usbhid: add always-poll quirkJohan Hovold2014-11-171-0/+1
* block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-11-171-3/+2
* SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2014-11-141-0/+1
* of: Fix overflow bug in string property parsing functionsGrant Likely2014-11-141-14/+70